NikxDa / actual-moneymoney

A CLI tool to import transactions from MoneyMoney to Actual.
3 stars 1 forks source link

Import from MoneyMoney “unchecked” #14

Open zigulle opened 1 month ago

zigulle commented 1 month ago

Hello, Whenever I make an import from MoneyMoney to Actual, the transactions are marked as “checked”. Even if they are not marked as “checked” in MoneyMoney. For traceability it would be easier if the “checked” field is not set during the import.

NikxDa commented 1 week ago

@zigulle Please excuse my delay in getting back to you on this. I can't reproduce this on my end – while there are some import issues with checked/unchecked transactions when they update between states at the moment, unchecked transactions should still come through fine.

Can you let me know what version of MoneyMoney / Actual / Actual-Moneymoney you are using, please?

zigulle commented 1 week ago

Hello,

I believe I did not present the feature request correctly. All transactions are transferred and synced in Actual. However, the "checked" status is not transferred.

What I mean is that it would be nice if a transaction that is marked as "checked" in MoneyMoney (checkmark behind the transaction) is also recorded as "checked" or "cleared" in Actual. Conversely, of course, if a transaction in MoneyMoney has not yet been marked as "checked," it should not be recorded as "cleared" in Actual.

Currently, all transactions in Actual are recorded as "cleared," regardless of the "checked" status in MoneyMoney.

My MoneyMoney version is 2.4.42, Actual 2.4.11, and actual-moneymoney 2.5.0.

I hope the feature request is clearer now.

NikxDa commented 1 week ago

Hey @zigulle,

thanks for providing more information. I feel like I need to understand more about the way you are using MoneyMoney to make sense of this.

First, let's clear up the terminology so we're talking about the same things:

Currently, the import logic maps MoneyMoney's booked state to Actual's cleared state. As far as I can tell, this is correct. Do I understand that you want to map the checkboxes on the right hand side instead? Why? Can you describe your use case?

I could make this an optional setting if it provides any value.

Cheers