Update: 2026-05-08 01:27:14

This commit is contained in:
Hamza-Ayed
2026-05-08 01:27:14 +03:00
parent 928e8e27e3
commit 23813fee95
6 changed files with 227 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ $routes = [
'v1/invoices/download_xml' => ['GET', 'invoices/download_xml.php'],
'v1/invoices/submit-jofotara' => ['POST', 'invoices/submit_jofotara.php'],
'v1/invoices/update' => ['POST', 'invoices/update.php'],
'v1/invoices/bulk-approve' => ['POST', 'invoices/bulk_approve.php'],
'v1/invoices/export' => ['GET', 'invoices/export.php'],
'v1/reports/tax-summary' => ['GET', 'reports/tax_summary.php'],
'v1/companies/stats' => ['GET', 'companies/stats.php'],