From 9c9af181405ff3ff7bec34c9c807fd2f0ba4ba3c Mon Sep 17 00:00:00 2001
From: einhverfr
+
Error on converting from SQL-Ledger:
+ERROR: column "chart_id" contains null values
+SQL-Ledger does not enforce a NOT NULL constraint on the chart_id field in the
+acc_trans table. Consequently, it is possible in cirtain circumstances to
+insert transactions into the database with invalid information including NULL
+chart_id's. When this occurs, normally the Chart of Accounts and Trial Balance
+will fail to balance. So this is a serious problem with data integrity.
+LedgerSMB prevents this by adding the NOT NULL constraing but this can cause
+prevent people from migrating when they have invalid data in their databases.
+
+If you get an error like this the first thing to do is seek technical support
+whether or not you wish to continue the migration. In general the providers of
+support for LedgerSMB and SQL-Ledger will all be able to help. Unfortunately
+because this problem involves information loss, no solution can be automated
+without invalidating your accounting information.
+