mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(BalanceSheet): calculate the section total.
fix(MakeJournal): write transaction number and reference.
This commit is contained in:
@@ -7,6 +7,7 @@ export interface IManualJournal {
|
||||
date: Date | string;
|
||||
journalNumber: number;
|
||||
journalType: string;
|
||||
reference: string;
|
||||
amount: number;
|
||||
publishedAt: Date | null;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user