mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(server): wip sale invoice tax rates
This commit is contained in:
@@ -48,9 +48,11 @@ export interface ITaxRateDeletedPayload {
|
||||
trx: Knex.Transaction;
|
||||
}
|
||||
|
||||
|
||||
export interface ITaxTransaction {
|
||||
id?: number;
|
||||
taxRateId: number;
|
||||
referenceType: string;
|
||||
referenceId: number;
|
||||
taxAmount: number;
|
||||
taxName: string;
|
||||
taxCode: string;
|
||||
}
|
||||
taxAccountId: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user