Enhance invoice handling and filtering mechanisms

Refactored invoice draft handling to improve error checks, added support for optional fetch skipping, and enhanced currency management. Expanded filtering capabilities with date range and attribute-based filters. Adjusted Nginx config to increase FastCGI read timeout for long-running processes.
This commit is contained in:
Jepp9350
2025-04-07 07:43:47 +02:00
parent ab91909fb3
commit 60bcbb6e75
11 changed files with 183 additions and 48 deletions
@@ -33,6 +33,7 @@ class ordersRoute
$economic_module_orders = new economic_module_orders();
$orders = new orders_o();
// Return the list of departments
$orders->setView('orders_with_invoice_collections');
$response->success(
$orders->listObjectsWithPaginationIfSet(
function ($order) {