-
`piecash_ledger.py` (from `piecash==0.8.2`) is generating transactions such as this...
```
2014/01/01 * WITHDRAWAL AT HANDYBANK MELB CTL 5 O/S 25420178 01/01/14
;OFX ext. info: |Trans type:Cash withd…
-
Hello, when I try to list my accounts, using the provided example, I got the following error:
```
Account
Traceback (most recent call last):
File "", line 2, in
File "/usr/local/lib/python2.7/di…
-
Currently, business objects (customer, company, ...) can only be read from a gnucash document but not created.
Adding this ability requires to a) implement proper **init** and b) use counter stored in…
-
I have tried to use sqlalchemy-eve to build some REST service around https://github.com/sdementen/piecash SA models.
I could setup the app correctly and got some results using simple GET on the colle…