update migrations and create base migration. set discount and tax to sale invoices
This commit is contained in:
@@ -89,7 +89,8 @@ export class InvoicesService {
|
||||
quantity: true,
|
||||
total_amount: true,
|
||||
unit_price: true,
|
||||
discount: true,
|
||||
discount_amount: true,
|
||||
tax_amount: true,
|
||||
payload: true,
|
||||
sku_code: true,
|
||||
sku_vat: true,
|
||||
|
||||
Reference in New Issue
Block a user