balancesheet, cashflow, incomestatement: less space before Total

This commit is contained in:
Simon Michael 2014-04-05 13:35:18 -07:00
parent 125a72f874
commit 5cd3f6ed51
3 changed files with 0 additions and 3 deletions

View File

@ -50,7 +50,6 @@ Assets:
#{unlines $ balanceReportAsText ropts assetreport}
Liabilities:
#{unlines $ balanceReportAsText ropts liabilityreport}
Total:
--------------------
#{padleft 20 $ showMixedAmountWithoutPrice total}

View File

@ -52,7 +52,6 @@ cashflow CliOpts{reportopts_=ropts} j = do
Cash flows:
#{unlines $ balanceReportAsText ropts cashreport}
Total:
--------------------
#{padleft 20 $ showMixedAmountWithoutPrice total}

View File

@ -49,7 +49,6 @@ Revenues:
#{unlines $ balanceReportAsText ropts incomereport}
Expenses:
#{unlines $ balanceReportAsText ropts expensereport}
Total:
--------------------
#{padleft 20 $ showMixedAmountWithoutPrice total}