hledger/extra
Simon Michael 7a13934968 hledger-register-csv: print multiple commodities on one line (#206)
When posting amounts or the running total contain more than one
commodity, register-csv now prints them comma-separated on one line,
instead of on multiple lines breaking the CSV output.

This is may not be ideal for CSV consumers; alternatives include
failing with an error, adding columns for additional commodities,
ignoring all but one commodity.
2014-10-17 17:06:47 -07:00
..
hledger-chart chart: fixes for latest hledger api, incomplete 2014-04-30 08:46:40 -07:00
hledger-vty strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
aliases.sh make scripts in extra/ executable 2013-09-20 11:01:07 -07:00
all.journal examples/ -> extra/ 2012-01-30 17:16:39 +00:00
current.journal examples/ -> extra/ 2012-01-30 17:16:39 +00:00
hledger-balance-csv.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
hledger-equity.hs extra/hledger-equity: print closing balance too. 2014-07-24 02:17:09 +02:00
hledger-print-csv.hs extra/hledger-print-csv: CSV export for hledger 2014-07-24 02:16:31 +02:00
hledger-print-unique.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
hledger-register-csv.hs hledger-register-csv: print multiple commodities on one line (#206) 2014-10-17 17:06:47 -07:00
hledger-rewrite.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
makefile examples/ -> extra/ 2012-01-30 17:16:39 +00:00
README examples/ -> extra/ 2012-01-30 17:16:39 +00:00
templates.journal docs: add paypal example to entry templates 2013-05-28 16:15:47 -07:00

Extra stuff: less-maintained add-ons, custom report scripts, shell aliases, make rules...