mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: transaction type in customer/vendor transactions report.
This commit is contained in:
@@ -15,4 +15,6 @@ export interface ILedgerEntry {
|
||||
accountNormal: string;
|
||||
contactId?: number;
|
||||
date: Date | string;
|
||||
transactionType: string,
|
||||
transactionNumber: string,
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export interface ITransactionsByContactsTransaction {
|
||||
accountName: string,
|
||||
runningBalance: ITransactionsByContactsAmount;
|
||||
currencyCode: string;
|
||||
referenceNumber: string;
|
||||
transactionType: string;
|
||||
transactionNumber: string;
|
||||
createdAt: string|Date,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user