Title
Either have an option to sort recurring by the next date timestamp, or make that default.
Feature Description
I want to be able to quickly at a glance see what recurring invoices will be executing soon.
Currently this is a pain as it is sorted by its ID. normally every updating i'm manually patching it with the following in:
application/modules/invoices/models/Mdl_invoices_recurring.php
public function default_order_by()
{
// show active next recurring invoices first
$this->db->order_by( 'recur_status ASC, recur_next_date ASC' );
}
It would be nice to have this built in either as default, or a drop down sort option.
Glad to see this software still being worked on :)
Use Case
No response
Additional Context (Optional)
No response
Priority Level
None
Title
Either have an option to sort recurring by the next date timestamp, or make that default.
Feature Description
I want to be able to quickly at a glance see what recurring invoices will be executing soon.
Currently this is a pain as it is sorted by its ID. normally every updating i'm manually patching it with the following in:
application/modules/invoices/models/Mdl_invoices_recurring.php
It would be nice to have this built in either as default, or a drop down sort option.
Glad to see this software still being worked on :)
Use Case
No response
Additional Context (Optional)
No response
Priority Level
None