feat: inventory

This commit is contained in:
efrilm
2025-08-17 23:54:28 +07:00
parent 577adb7964
commit d22ffdd6d0
20 changed files with 5118 additions and 506 deletions
+4
View File
@@ -8,6 +8,10 @@ class ApiPath {
static const String profitLossAnalytic = '/api/v1/analytics/profit-loss';
static const String categoryAnalytic = '/api/v1/analytics/categories';
// Inventory
static const String inventoryReportDetail =
'/api/v1/inventory/report/details';
// Category
static const String category = '/api/v1/categories';