balancesheet, cashflow, incomestatement: less space before Total
This commit is contained in:
parent
125a72f874
commit
5cd3f6ed51
@ -50,7 +50,6 @@ Assets:
|
|||||||
#{unlines $ balanceReportAsText ropts assetreport}
|
#{unlines $ balanceReportAsText ropts assetreport}
|
||||||
Liabilities:
|
Liabilities:
|
||||||
#{unlines $ balanceReportAsText ropts liabilityreport}
|
#{unlines $ balanceReportAsText ropts liabilityreport}
|
||||||
|
|
||||||
Total:
|
Total:
|
||||||
--------------------
|
--------------------
|
||||||
#{padleft 20 $ showMixedAmountWithoutPrice total}
|
#{padleft 20 $ showMixedAmountWithoutPrice total}
|
||||||
|
|||||||
@ -52,7 +52,6 @@ cashflow CliOpts{reportopts_=ropts} j = do
|
|||||||
|
|
||||||
Cash flows:
|
Cash flows:
|
||||||
#{unlines $ balanceReportAsText ropts cashreport}
|
#{unlines $ balanceReportAsText ropts cashreport}
|
||||||
|
|
||||||
Total:
|
Total:
|
||||||
--------------------
|
--------------------
|
||||||
#{padleft 20 $ showMixedAmountWithoutPrice total}
|
#{padleft 20 $ showMixedAmountWithoutPrice total}
|
||||||
|
|||||||
@ -49,7 +49,6 @@ Revenues:
|
|||||||
#{unlines $ balanceReportAsText ropts incomereport}
|
#{unlines $ balanceReportAsText ropts incomereport}
|
||||||
Expenses:
|
Expenses:
|
||||||
#{unlines $ balanceReportAsText ropts expensereport}
|
#{unlines $ balanceReportAsText ropts expensereport}
|
||||||
|
|
||||||
Total:
|
Total:
|
||||||
--------------------
|
--------------------
|
||||||
#{padleft 20 $ showMixedAmountWithoutPrice total}
|
#{padleft 20 $ showMixedAmountWithoutPrice total}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user