update sale invoice and payload forms of pos
This commit is contained in:
@@ -7,6 +7,8 @@ export interface ISaleInvoiceFullRawResponse {
|
||||
id: string;
|
||||
code: string;
|
||||
total_amount: string;
|
||||
discount_amount: string;
|
||||
tax_amount: string;
|
||||
invoice_date: string;
|
||||
consumer_account: ConsumerAccount;
|
||||
pos: Pos;
|
||||
|
||||
Reference in New Issue
Block a user