Auto repeat failed due to a faulty setting (Bank was not set as receivable).
That is now fixed. How does one initiate the execution again?
Cheers,
kombi
Auto repeat failed due to a faulty setting (Bank was not set as receivable).
That is now fixed. How does one initiate the execution again?
Cheers,
kombi
In “System Console” in sql mode look for your monthly auto repeats:
SELECT * FROM `tabAuto Repeat` where frequency like 'Monthly' AND disabled = '0' AND status = 'Active'
Add more constraints until tender. Then change next execution date to today’s date (“commit” checked):
UPDATE `tabAuto Repeat` SET next_schedule_date = '2023-06-02' where frequency like 'Monthly' AND next_schedule_date = '2023-07-01' AND disabled = '0' AND status = 'Active'
In “Scheduled Job Type” choose and execute:
scheduled-job-type/auto_repeat.make_auto_repeat_entry
followed by:
auto_repeat.set_auto_repeat_as_completed
Sales Invoices should now be there. Check next schedule date in “Auto Repeat Report”