This commit is contained in:
@@ -6,4 +6,7 @@ extension IntegerExt on int {
|
||||
symbol: 'Rp. ',
|
||||
decimalDigits: 0,
|
||||
).format(this);
|
||||
|
||||
/// Format ribuan tanpa simbol mata uang, contoh: 1.639
|
||||
String get thousandFormat => NumberFormat.decimalPattern('id').format(this);
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ class ApiPath {
|
||||
static const String purchasingAnalytic = '/api/v1/analytics/purchasing';
|
||||
static const String exclusiveSummaryAnalytic =
|
||||
'/api/v1/analytics/exclusive-summary/period';
|
||||
static const String parentCategoryAnalytic =
|
||||
'/api/v1/analytics/parent-categories';
|
||||
|
||||
// Inventory
|
||||
static const String inventoryReportDetail =
|
||||
|
||||
Reference in New Issue
Block a user