Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Attempt to satisfy ledger on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jan 21, 2016
1 parent e44aafa commit 5d4077e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/balance-sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

cmd = [ 'ledger'
, 'balance'
, '--prepend-width=0'
, '--sort "account =~ /^Assets.*/ ? 0 : '
, '(account =~ /^Liabilities.*/ ? 1 : '
, '(account =~ /^Equity.*/ ? 2 : 3))"'
Expand Down
1 change: 1 addition & 0 deletions bin/income-statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
, 'balance'
, '^Income'
, '^Expense'
, '--prepend-width=0'
, '--limit "not (payee =~ /^Retained Earnings$/)"'
, '--sort "account =~ /^Income.*/ ? 0 : '
, '(account =~ /^Expense.*/ ? 1 : 2))"'
Expand Down

0 comments on commit 5d4077e

Please sign in to comment.