Fix for Update Inventory

Update inventory form ( Adding/Subtracting Qty )
This commit is contained in:
WShells
2024-04-16 18:36:12 +03:00
committed by jekkos
parent 5e55296ea7
commit 75f435787c

View File

@@ -18,6 +18,8 @@ $routes->add('sales/index/(:any)', 'Sales::manage/$1');
$routes->add('sales/index/(:any)/(:any)', 'Sales::manage/$1/$2');
$routes->add('sales/index/(:any)/(:any)/(:any)', 'Sales::manage/$1/$2/$3');
$routes->add('items/save_inventory/(:num)', 'Items::save_inventory/$1');
$routes->add('reports/summary_(:any)/(:any)/(:any)', 'Reports::Summary_$1/$2/$3/$4');
$routes->add('reports/summary_expenses_categories', 'Reports::date_input_only');
$routes->add('reports/summary_payments', 'Reports::date_input_only');