Re: [GNC] Database backend for gnucash?

2024-10-12 Thread Ross Reedstrom
Derek has the right package names, for ubuntu BTW: I just installed libdbd-sqlite3 and libdbd-pgsql and both options now appear in the drop down for "Save As ...". I went ahead and set up an account and DB in my local postgresql server, and it "just worked" to save my existing set of accounts into

Re: [GNC] Problem getting child accounts with Python

2024-10-03 Thread Ross Reedstrom
I tried your example code, and I'm sorry to say "it works for me". Took a bit to extract it from the email (NBSP is not my friend) but here's what I see when running it locally: $ python3 m.py Root Expenses I'm assuming you get an error of some sort? If I import the create_accounts() method into

Re: [GNC] Cash Account

2024-10-02 Thread Ross Reedstrom
If I wasn't clear, the question was, "Cash is an asset. What makes it a > > special kind of asset, justifying a special type of account?" The answer > > is, "Nothing". It is not a special type of account; it is a special case > of > > user present

Re: [GNC] Cash Account

2024-10-02 Thread Ross Reedstrom
4b705d077b4e4fd6e86708dce2f70ea9%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C638634797952949749%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=%2FZfS2v%2BkUjHKAXXXRpevKzz30kumTnp5oXhJO28ce1A%3D&reserved=0 > > > > &

Re: [GNC] Cash Account

2024-10-02 Thread Ross Reedstrom
Brook Milligan wrote: > Is it really the case that the _only_ impact of account type is to change > the headings in the GUI? > Wll, not completely. The actual question was "how does GnuCash treat accounts (like Cash, Bank, or Credit) differently than the base accounting type account (Asset

Re: [GNC] Cash Account

2024-10-01 Thread Ross Reedstrom
, the question was, "Cash is an asset. What makes it a > special kind of asset, justifying a special type of account?" The answer > is, "Nothing". It is not a special type of account; it is a special case of > user presentation. > > > As I noted, the colum

Re: [GNC] Cash Account

2024-10-01 Thread Ross Reedstrom
So, answering the question. Internally, GnuCash has an enumeration GnuAccountType, which that drop down is populated from. There are conditionals all over the code that switch based on the account type. One significant one for answering your question (Cash vs. Bank or any other Asset account, Credi

[GNC] Importing QFX with no transaction, only position/price updates?

2024-09-15 Thread Ross Reedstrom
0.10.0 (2021). So I guess if I want convenient import of security prices, I'll have to brush up my C++ skills, and dust off the compiler. Any words of wisdom from more experienced GnuCash users, here? Ross Reedstrom ___ gnucash-user mailing list