fix(Profit/Loss): fix profit&loss sheet.

This commit is contained in:
a.bouhuolia
2021-03-24 15:05:06 +02:00
parent 091030a52f
commit 3b70f60952
6 changed files with 50 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ export interface IProfitLossSheetStatement {
otherIncome: IProfitLossSheetAccountsSection,
netIncome: IProfitLossSheetTotalSection;
operatingProfit: IProfitLossSheetTotalSection;
netOtherIncome: IProfitLossSheetTotalSection,
grossProfit: IProfitLossSheetTotalSection;
};