fix(BalanceSheet): calculate the section total.

fix(MakeJournal): write transaction number and reference.
This commit is contained in:
a.bouhuolia
2021-03-06 12:15:35 +02:00
parent 9c2dfc7bd2
commit 0f5b34f125
3 changed files with 15 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ export interface IManualJournal {
date: Date | string;
journalNumber: number;
journalType: string;
reference: string;
amount: number;
publishedAt: Date | null;
description: string;