piecash icon indicating copy to clipboard operation
piecash copied to clipboard

Pythonic interface to GnuCash SQL documents

Results 46 piecash issues
Sort by recently updated
recently updated
newest added

This addition is to allow for the creation of Invoices, Bills, and Expensevouchers.

No invoice had a link to its TXN, but the field post_txn_guid was filled and verifiable by filtering `book.transactions` for that guid. Very likely this fixes the same problem but...

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I did an install of piecash with: `pip install -U piecash[pandas,mysql] ` and now if I try to do an open_book with a mysql uri, I am getting "ModuleNotFoundError: No...

It seems that some records do not have proper format ``` 2021-08-27 Buy 1 x COST211015C00435000 @ 4.73 * Assets:Investments:IBKR Uxxxxxxx:US:USD USD -2,038.00 Assets:Investments:IBKR Uxxxxxxx:US:USD USD -0.70 Expenses:Brokerage:IB:USD USD 0.70...

These are the minimal changes needed to enable piecash to work with sqlalchemy 1.4, as noted in #165. This does not support the sqlalchemy version 2.0 api, which will require...

Due to https://github.com/sdementen/piecash/commit/525dfe5dd32ac97567908fa80b26b201a9b1c221, may I ask if there is any plan to fix it? I hope we could leave this issue to track supporting sqlalchemy 1.4 (or even 2.0). Thanks.

Add option to use historical currency/commodity prices when getting the balance of an account in a different currency as of a date in the past (per issue #190). I've added...

Currently it seems the latest available price is always used to convert the balance of an account to a different currency, even if we are looking for the balance at...

Hello, I use your package to import a csv from my bank to gnucash (I also do some cleaning etc.) and on my work I asked myself if you thought...