Re: [GNC] Database Versions

2024-09-23 Thread Mark at Lorimark
Wow! Beautiful, thank you for the code references as well! ~mark petryk ~w:http://www.lorimarksolutions.com On 9/23/24 12:40, John Ralls wrote: This applies to the SQL backend only, the XML file has no version information. Once you’ve populated the database the versions table should look like

Re: [GNC] Database Versions

2024-09-23 Thread John Ralls
This applies to the SQL backend only, the XML file has no version information. Once you’ve populated the database the versions table should look like this: Gnucash|2060800 Gnucash-Resave|19920 accounts|1 books|1 budgets|1 budget_amounts|1 commodities|1 lots|2 prices|3 schedxactions|1 transactions|

[GNC] Database Versions

2024-09-23 Thread Mark at Lorimark
Hi, I was looking at my back-end data, and find that there is a version reference there. In my old accounting file that I've been working in for a while, it shows "Gnucash|413". If I create a new file with no data, it shows "Gnucash|508". I'm curious, are there any references on-li