feat: payment method analytic repo

This commit is contained in:
efrilm
2025-08-18 02:23:25 +07:00
parent d58198e7f0
commit bc95336a19
18 changed files with 2573 additions and 29 deletions
+2
View File
@@ -9,6 +9,8 @@ class ApiPath {
static const String categoryAnalytic = '/api/v1/analytics/categories';
static const String dashboardAnalytic = '/api/v1/analytics/dashboard';
static const String productAnalytic = '/api/v1/analytics/products';
static const String paymentMethodAnalytic =
'/api/v1/analytics/paymentMethods';
// Inventory
static const String inventoryReportDetail =