ERPNext/Frappe Framework : Schedulers and Automating Tasks

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • In this video I will show you how you can automate tasks with schedulers in ERPNext or on any Frappe Framework Instance.

Комментарии • 21

  • @prasantpant9483
    @prasantpant9483 5 месяцев назад

    Not working in V15 ??

  • @anjalijain6567
    @anjalijain6567 2 года назад +1

    previously cron job run but now it is not working and code working fine can u help me why it is not working

  • @sanjkoshi
    @sanjkoshi 2 года назад +2

    You are doing great job, thank you

  • @hfullstackcode
    @hfullstackcode 2 года назад +1

    Very nice thank you!

  • @KeithDennis
    @KeithDennis 2 года назад +1

    Was looking for this. Thank you!

  • @ansajaved8725
    @ansajaved8725 2 года назад

    im still in problem even a single command is nt responding ???

  • @linmai
    @linmai Год назад

    very nice & clear explain. Thank you ~

  • @TurkerTUNALI
    @TurkerTUNALI 3 года назад +1

    Nice one. Thanks.

  • @zsnmwy9161
    @zsnmwy9161 Год назад

    Thanks

  • @sandrathomas6861
    @sandrathomas6861 2 года назад

    is this possible to apply a submitted file?

  • @saeidfeyziniya3023
    @saeidfeyziniya3023 2 года назад

    Thanks,
    why it does not work for me ?
    execute works...

    • @KaraniGeoffrey
      @KaraniGeoffrey  2 года назад

      Have you added it to your hooks.py file?

    • @saeidfeyziniya3023
      @saeidfeyziniya3023 2 года назад

      @@KaraniGeoffrey Yes, I did all things step by step with your tutorial

    • @chesyafiqzakaria94
      @chesyafiqzakaria94 Год назад

      maybe need to check whether the scheduler for the site is enabled or not as during creating a new site, the scheduler is disabled at default, to enable, run this command ( bench --site enable-scheduler )