-
Trying to export the book results in a Unicode error in a Windows terminal.
`piecash ledger "sql.gnucash" --output export.ledger`
According to docs, Python 3.6 outputs Unicode to the console. Tha…
-
hello,
I would like to drop support for python 2 and support only python >= 3.5 for piecash 0.15 and onwards. The old version will still be available for python 2.
Anyone seeing issue with this …
-
It would be helpful to have a convenience method on a Split that can be used to determine if a given split is either a Debit or a Credit.
Given the account type that the split is affecting and whet…
-
Just an issue to get started on tracking how this is going.
I'll start with adding a new version to here and see what I can get working with the test suite.
If you have any pointer that would be g…
-
I'm trying to add currency conversion information to a new book. There aren't any transactions directly converting between two currencies, but I'd like to add a currency conversion value between the …
hpoon updated
5 years ago
-
As a result of https://github.com/regebro/tzlocal/pull/55, piecash fails in Termux on Android.
This is a recent development (I mean it worked in the past) so it could be a result of Python 3.7 upgr…
-
See error log:
```
Traceback (most recent call last):
File "personal.py", line 19, in
csv2cash.do_csv2cash(path_to_Book, path_to_CSV, path_to_translationJSON)
File "C:\Users\USERNAME\g…
-
Queries with transaction dates fail to retrieve any records. This happens with piecash 0.19 as well as py3-gnucash3 branch. The compiled SQL for sqlite is below.
```
SELECT splits.tx_guid, splits.va…
-
my source code is at : https://paste.pound-python.org/show/DqQRN04pPRAcVCqDGrrg/
I can use it to update price when there is no price history at today. or there will be error.
https://paste.pound-py…
-
Hi,
A couple of us are interested in providing and using a Python version of F::Q for price retrieval for different other projects, including Piecash, Gnucash Portfolio, Asset Allocation. Would you…