djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

out-of-system transactions #119

Open smirolo opened 6 years ago

smirolo commented 6 years ago
  1. Currently it is possible to export all transactions in [ledger](out-of-system transactions) format. It should also be possible to export transactions in a format supported by QuickBooks.

  2. Currently the ledger import manage.py command will create all transactions in the text file into the database. What it should do is reconcile the transactions between the text file and the database and only insert new transactions. As a result, importing the same ledger file a second time should not change the database.

  3. Import should also support a format outputted by QuickBooks.