uabh perhitungan tax

This commit is contained in:
2026-02-08 14:58:52 +07:00
parent 0bebe34f19
commit d144d24596
7 changed files with 289 additions and 221 deletions

View File

@@ -13,6 +13,8 @@ class SaleCartModel {
this.productPurchasePrice,
this.lossProfit,
this.discountAmount,
this.perItemTaxPercentage,
this.productVatId,
});
num productId;
@@ -28,4 +30,6 @@ class SaleCartModel {
num? stock;
num? lossProfit;
num? discountAmount;
num? perItemTaxPercentage;
int? productVatId;
}