mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: discount formatted attributes of sale transactions
This commit is contained in:
@@ -28,6 +28,11 @@ export interface ISaleReceipt {
|
||||
|
||||
localAmount?: number;
|
||||
entries?: IItemEntry[];
|
||||
|
||||
discountAmount: number;
|
||||
discountPercentage?: number | null;
|
||||
|
||||
adjustment?: number;
|
||||
}
|
||||
|
||||
export interface ISalesReceiptsFilter {
|
||||
|
||||
Reference in New Issue
Block a user