~justusw/gnucash-to-kaikeio

Gnucash Export to 会計王
a530fd32 — Justus Perlwitz 7 months ago
Fix placeholder selection
efe478c8 — Justus Perlwitz 7 months ago
Make annotations more compact
039d5379 — Justus Perlwitz 7 months ago
Validate length

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~justusw/gnucash-to-kaikeio
read/write
git@git.sr.ht:~justusw/gnucash-to-kaikeio

You can also use your local clone with git send-email.

#Gnucash Export to 会計王

./main.py $PATH_TO_BUDGET.sqlite

expects a folder called "out/" and two input files called accounts.csv and export.csv.

  • accounts.csv: Which splits/transactions to read
  • export.csv: Which transactions to select to export

#Test

./test.py

#How the supplementary account is determined

If an account has a parent with a code, then it is assumed that this account's code is the supplementary code.

If an account has a parent without a code, then it is assumed that this account's code is the code, and there is no supplementary code.