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} #{unlines $ balanceReportAsText ropts assetreport}
Liabilities: Liabilities:
#{unlines $ balanceReportAsText ropts liabilityreport} #{unlines $ balanceReportAsText ropts liabilityreport}
Total: Total:
-------------------- --------------------
#{padleft 20 $ showMixedAmountWithoutPrice total} #{padleft 20 $ showMixedAmountWithoutPrice total}

View File

@ -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}

View File

@ -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}