colaorange / daily-money-one-doc

daily money one, issues
0 stars 0 forks source link

Handle missing account when import DM+ CSV #47

Closed colaorange closed 2 months ago

colaorange commented 2 months ago

The user might have deleted some accounts while using DM+, even though some transactions still use these accounts. Due to the different data structures, these transactions cannot be imported into DMO.

To resolve this issue, simply create an "Other.Missing" account during the import process and map these transactions to that account. This will prevent the problem from occurring.

colaorange commented 2 months ago

fixed