-
Notifications
You must be signed in to change notification settings - Fork 849
Labels
Feature RequestImprovement or Feature RequestImprovement or Feature Request
Milestone
Description
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
nielsdrost7
Metadata
Metadata
Assignees
Labels
Feature RequestImprovement or Feature RequestImprovement or Feature Request