all repos — archive/ynab-ledger @ 2d371fdd6b9d805e7d7b35f53c3c626fa1408740

Convert exported YNAB data to ledger-cli

Implement Ledger output

Alan Pearce
commit

2d371fdd6b9d805e7d7b35f53c3c626fa1408740

parent

115cc1a38c67606909bf3df1cc41d257fa8120ba

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M src/Item/BudgetTransaction.phpsrc/Item/BudgetTransaction.php
@@ -7,4 +7,5 @@ public $date;
public $category = []; public $in; public $out; + public $currency; }