Nov-22-2024, 05:44 AM
I currently use an OpenOffice spreadsheet for budgeting and cash flow purposes. It has many sheets to 'drive' the main ones. It is for cash flow on a number of accounts. It is very time consuming when there are changes, which is often. Need to start work on a Python GUI to:
* Open a KMyMoney file ( a gunzipped XML file)
* Parse through the file and total balances for various accounts, then load an SQL/PostgreSQL db table
* Be able to select different accounts (dropdown) and view the cash flow.
The tables in the db could , in theory, be loaded from the spreadsheet sheets to a respective table. The ability to update these tables, add new row, edit, delete, etc. There will be code needed to create a 'view' of each account, transactions being created by dates within periods.
Can someone advise where there is sample code to make a start on this please ? Possibly there are some example systems that may prove to be close to the needs of this GUI ? I don't mind if there are some costs involved.
* Open a KMyMoney file ( a gunzipped XML file)
* Parse through the file and total balances for various accounts, then load an SQL/PostgreSQL db table
* Be able to select different accounts (dropdown) and view the cash flow.
The tables in the db could , in theory, be loaded from the spreadsheet sheets to a respective table. The ability to update these tables, add new row, edit, delete, etc. There will be code needed to create a 'view' of each account, transactions being created by dates within periods.
Can someone advise where there is sample code to make a start on this please ? Possibly there are some example systems that may prove to be close to the needs of this GUI ? I don't mind if there are some costs involved.