mtotschnig / MyExpenses

GPL licenced Android Expense Tracking App
http://www.myexpenses.mobi/
GNU General Public License v3.0
810 stars 217 forks source link

fix: add transfer category to csv import transfers #1546

Closed creatvty closed 2 weeks ago

creatvty commented 1 month ago

I have been trying to get the Transfers working in CSV Import. It was not working 100% because the Transfer Category was not actually assigned as described in https://github.com/mtotschnig/MyExpenses/issues/1487#issuecomment-2275288228

Here I'm trying to add the category to the transfer cases.

creatvty commented 2 weeks ago

@mtotschnig could you take a look at this?

mtotschnig commented 2 weeks ago

@creatvty thanks for the reminder. I am sorry, it was not on my radar. Am looking into it now.

mtotschnig commented 2 weeks ago

@creatvty Did you actually compile this?

creatvty commented 2 weeks ago

@creatvty Did you actually compile this?

@mtotschnig I did not. It was more of a proposal. I just poked around a little and tried to debug