all repos — ynab-ledger @ 2d371fdd6b9d805e7d7b35f53c3c626fa1408740

Convert exported YNAB data to ledger-cli

Implement Ledger output

Alan Pearce
commit

2d371fdd6b9d805e7d7b35f53c3c626fa1408740

parent

115cc1a38c67606909bf3df1cc41d257fa8120ba

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M src/Item/RegisterTransaction.phpsrc/Item/RegisterTransaction.php
@@ -11,5 +11,6 @@ public $category;
public $memo; public $out; public $in; - public $cleared = false; + public $currency; + public $cleared; }