https://bugs.kde.org/show_bug.cgi?id=492459
Bug ID: 492459 Summary: Sign dependent CSV import Classification: Applications Product: skrooge Version: unspecified Platform: Debian testing OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: steph...@mankowski.fr Reporter: pa...@web.de Target Milestone: --- Skrooge only has the field recipient for a transaction. In a transaction the sign of the amount determines whether the user is the actual recipient or whether the person listed in the field recipient is the actual recipient. In other words, the person listed in the field recipient is either the recipient or the payer depending on the sign of the amount. However, this functionality is not available for CSV import. There the recipient is always taken from the same field. That was okay with the CSV export of my bank up to now, because they also put the other person into that field, i.e. either the recipient or the payer. However, due to a change of my bank, they now always export two fields: recipient and payer, so neither field is the correct one to import as recipient for Skrooge in general. To follow Skrooge's logic, the import should use the payer field for positive amounts and the recipient field for negative amounts. It would be great, if there were another checkbox in the Import/Export setting dialog at the recipient configuration where you could select "Use separate field for positive amounts" with another regular expression to be entered. Obviously, the corresponding logic should also be implemented. :-) -- You are receiving this mail because: You are watching all bug changes.