You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Import should also support a format outputted by QuickBooks.
The text was updated successfully, but these errors were encountered:
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.
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.Import should also support a format outputted by QuickBooks.
The text was updated successfully, but these errors were encountered: