mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP: customer balance report.
This commit is contained in:
@@ -689,6 +689,7 @@ export default class JournalPoster implements IJournalPoster {
|
||||
});
|
||||
return balance;
|
||||
}
|
||||
|
||||
|
||||
getAccountEntries(accountId: number) {
|
||||
return this.entries.filter((entry) => entry.account === accountId);
|
||||
|
||||
Reference in New Issue
Block a user