]> Dogcows Code - chaz/homebank2ledger/blobdiff - bin/homebank2ledger
format payees and memo on transactions
[chaz/homebank2ledger] / bin / homebank2ledger
index d4a433fe7609ad4a0d11170f9eee625e2784a5b8..2d46501656f33b8c9697a0025d7c6b9ae0f0d11e 100644 (file)
@@ -32,9 +32,9 @@ converts from, so there won't be any crazy data loss bugs... but no warranty.
 * Retains HomeBank metadata, including payees and tags.
 * Offers some customization of the output ledger, like account renaming.
 
-There aren't really any features I think this program is missing -- actually it may have too many
-features -- but if there is anything you think this program could do to be even better, feedback is
-welcome; just file a bug report. Or fork the code and have fun!
+This program is feature-complete in my opinion (well, almost -- see L</CAVEATS>), but if there is
+anything you think it could do to be even better, feedback is welcome; just file a bug report. Or
+fork the code and have fun!
 
 =head2 Use cases
 
@@ -200,6 +200,13 @@ it's just plain text.
     # Run the balances report:
     bean-report ledger.beancount balances
 
+=head1 CAVEATS
+
+=for :list
+* I didn't intend to make this a releasable robust product, so it's lacking tests.
+* Budgets and scheduled transactions are not (yet) converted.
+* There are some minor formatting tweaks I will make (e.g. consolidate transaction tags and payees)
+
 =cut
 
 use warnings;
This page took 0.019332 seconds and 4 git commands to generate.