-
Hi,
This is a fantastic concept for custom reports. I've managed to run the gc_report script and generate the .scm file from the report_simple, the [first example](http://pythonhosted.org/gnucash-uti…
-
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…
-
Is the latest piecash release, (1.2.0 - Oct 19, 2021) compatible with newer GnuCash releases? What is the highest GnuCash release we can safely use? Is anyone working on a fork compatible with curent …
-
How can I use this document offline?
## Purpose:
- Allow Documentation files to be viewed offline
- Make edits to the docs themselves and render them locally so you can inspect changes before…
-
First off: thank you for creating piecash! It creates an opportunity to do something I've been wanting to do for a long time: update historical prices for my commodities in GnuCash. If/when I get this…
-
Nothing new for more than 2 years. Is the project still alive? Any new release to be expected?
-
## Description
Jupyterlab seldom eat all memory.
![图片](https://github.com/jupyterlab/jupyterlab/assets/15796641/8717f2a9-c95b-4582-b02b-0a2617a711dc)
## Reproduce
It randomly occurred espe…
-
I'm several hours into trying to set this up, but am now stuck at an error I can't figure out. The app is saying it cannot find the database file, and I do not understand why. I have the database lo…
-
I'm trying to use DI.
```python
def add_accounts(book, df):
usd = create_currency_from_ISO("USD")
with book:
...
book.save()
```
but this gives me an error:
```sh
Fil…
-
Working on a migration project, I'm using a mapper class to prepare my data for ingestion by `Split`.
```
@dataclass
class Split2Move:
"""Class to keep track of splits to be moved."""
…