Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishop committed Apr 18, 2022
1 parent 13340ad commit 25f8fb0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AbilityCash to Ledger converter

Some tools to convert [AbilityCash](https://dervish.ru/) database
to [Plain text format](https://plaintextaccounting.org/).

Historically supports XML, CSV and SQLite directly.

Prepare Excel export to import:

```sh
in2csv --sheet "Transactions" abilitycash/source.xlsx > abilitycash/txs.csv
in2csv --sheet "Account plans" abilitycash/source.xlsx > abilitycash/structure.csv
in2csv --sheet "Accounts" abilitycash/source.xlsx > abilitycash/accounts.csv
in2csv --sheet "Rates" abilitycash/source.xlsx > abilitycash/rates.csv
```

0 comments on commit 25f8fb0

Please sign in to comment.