update migrations and create base migration. set discount and tax to sale invoices
This commit is contained in:
@@ -123,8 +123,9 @@ export class CustomerSaleInvoicesService {
|
||||
id: true,
|
||||
notes: true,
|
||||
unit_price: true,
|
||||
discount: true,
|
||||
quantity: true,
|
||||
discount_amount: true,
|
||||
tax_amount: true,
|
||||
total_amount: true,
|
||||
payload: true,
|
||||
good: {
|
||||
|
||||
Reference in New Issue
Block a user