feat: profit sharing
Build & Deploy iOS to TestFlight / build-and-deploy (push) Canceled after 0s

This commit is contained in:
efrilm
2026-08-21 22:31:54 +07:00
parent f9bfb69254
commit 2e4c77888e
48 changed files with 12553 additions and 162 deletions
+76
View File
@@ -756,4 +756,80 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get total_inventory_value => 'Total Inventory Value';
@override
String get profit_sharing => 'Profit Sharing';
@override
String get profit_sharing_desc => 'Revenue allocation for purchasing, owner, and team';
@override
String get profit_sharing_allocation => 'Profit Sharing Allocation';
@override
String get share_purchase => 'Purchasing';
@override
String get share_owner => 'Owner';
@override
String get share_team => 'Team';
@override
String get weekly => 'Weekly';
@override
String get monthly => 'Monthly';
@override
String get period_breakdown => 'Period Breakdown';
@override
String get revenue_by_brand => 'Revenue by Brand';
@override
String week_count(int count) {
return '$count weeks';
}
@override
String order_count_label(int count) {
return '$count orders';
}
@override
String get gross_margin => 'Gross Margin';
@override
String get parent_category_summary => 'Parent Category Summary';
@override
String get sub_category => 'Sub Category';
@override
String get qty => 'Qty';
@override
String get std_hpp => 'Std HPP';
@override
String get real_hpp => 'Real HPP';
@override
String get status => 'Status';
@override
String get grand_total => 'TOTAL';
@override
String get status_healthy => 'Healthy';
@override
String get status_watch => 'Watch';
@override
String get status_critical => 'Unhealthy';
@override
String get tap_row_for_detail => 'Tap a card to see sub category and product details';
}