uabh perhitungan tax
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user