mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
This example exports acount totals of all accounts into a CSV file. This has been asked before: https://money.stackexchange.com/questions/111786/exporting-account-totals-in-gnucash
23 lines
665 B
CMake
23 lines
665 B
CMake
|
|
set(example_scripts_DATA
|
|
account_analysis.py
|
|
change_tax_code.py
|
|
export_account_totals.py
|
|
Invoice.tex
|
|
latex_invoices.py
|
|
new_book_with_opening_balances.py
|
|
simple_book.py
|
|
simple_business_create.py
|
|
simple_invoice_insert.py
|
|
simple_session.py
|
|
simple_sqlite_create.py
|
|
simple_test.py
|
|
test_imbalance_transaction.py
|
|
rest-api/gnucash_rest.py
|
|
rest-api/gnucash_simple.py
|
|
rest-api/README
|
|
)
|
|
|
|
set_local_dist(example_scripts_DIST_local CMakeLists.txt ${example_scripts_DATA})
|
|
set(example_scripts_DIST ${example_scripts_DIST_local} PARENT_SCOPE)
|