383.test 760 B

123456789101112131415161718192021222324252627282930
  1. --input-date-format %Y:%m:%d
  2. D 1000.00 GBP
  3. 2014:05:12 * Test
  4. Assets:Investments 100 AA {2.00 GBP} [2014:01:01] @@ 200.00 GBP
  5. Equity:Opening balance
  6. test bal Assets:Investments --lots --date-format %Y.%m.%d
  7. 100 AA {2.00 GBP} [2014.01.01] Assets:Investments
  8. end test
  9. test bal Assets:Investments --lots --date-format %Y/%m/%d
  10. 100 AA {2.00 GBP} [2014/01/01] Assets:Investments
  11. end test
  12. test bal Assets:Investments --lots --date-format %Y:%m:%d
  13. 100 AA {2.00 GBP} [2014:01:01] Assets:Investments
  14. end test
  15. test bal Assets:Investments --lots --date-format %Y-%m-%d
  16. 100 AA {2.00 GBP} [2014-01-01] Assets:Investments
  17. end test
  18. test bal Assets:Investments --lots --date-format %g-%b-%d
  19. 100 AA {2.00 GBP} [14-Jan-01] Assets:Investments
  20. end test