piecash
piecash copied to clipboard
Pythonic interface to GnuCash SQL documents
Bumps [ipython](https://github.com/ipython/ipython) from 7.16.1 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...
Commodities have thousand separators in the ledger output. This gives incorrect balances. See below: ``` 2022-03-10 Buy XYZ Assets:Cash SEK -120,000.00 Assets:Avanza XYZ 1,200 @@ SEK 120,000.00 2023-01-02 Sell XYZ...
I have just updated to piecash 1.2.1 and SQLAlchemy 1.4 and see many warnings, e.g. ``` piecash\core\session.py:442: SAWarning: relationship 'Account.slots' will copy column accounts.guid to column slots.obj_guid, which conflicts with...
Sorts splits in an account into lots using FIFO. Only splits not already associated with a lot are touched.
just out of curiosity, I'd like some idea of how many people / which people are using which backend broadly speaking there is sqlite OR postgres (dialect friendly with sqlite...
Bumps [zipp](https://github.com/jaraco/zipp) from 3.3.1 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...