-
2.1 works fine.
Throws this exception:
```
File "/usr/local/data/laminar/run/accounts_update/1055/accounts/env/lib/python3.7/site-packages/gnucash_reports/wrapper.py", line 241, in get_balance…
-
Does this package enable you to generate reports? I'm looking for a way to automate creating Income statement report progrmagtically rather than using the GUI.
-
Thie problem while trying edit existing splits, in there accounts appear "None" objects, and i have error:
```
Traceback (most recent call last):
File "test.py", line 77, in
book.save()
…
-
I know that this was referenced in Issue #96, but I'm looking for some further clarification. I would like to access through piecash the information that I put into the Notes field in a similar manner…
-
I have some price data for Nepalese Rupee that used to come out like this:
```ledger
P 2019-10-08 00:00:00 NPR 0.008018 EUR
P 2019-10-09 00:00:00 NPR 0.0080103 EUR
P 2019-10-10 00:00:00 NPR 0.00…
-
## Description
I had a working setup using jupyter-server 1.12.1, in which jupyter lab was working with Python, R, and Julia kernels. I just checked today that when just updating in thi…
-
I use from time to time the piecash module, once a year when I need to extract the transaction to transform them in their normalized controllable version. For that reason I wrote a Python program whic…
-
## TL:DR;
I cannot figure out how to delete an Account object from my GnuCash Book using piecash, and there is no documentation I can find to help me.
## Explanation of Issue
I've been using `p…
-
I am struggling with following case:
let's assume I used a fixed amount of money and got fractional shares.
E.g.: 41.03€ -> 0.143 shares. Due to rounding, this would have been a per-piece price of…
-
I'm trying simple script:
`$ cat pietest.py
import piecash
book = piecash.open_book(uri_conn="postgres://prot:pass123@10.50.50.12/test")
for account in book.accounts:
print(account)
`
The dat…