Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent definitions in TransactionStatus #21

Closed
georgeef opened this issue Sep 22, 2024 · 3 comments
Closed

Inconsistent definitions in TransactionStatus #21

georgeef opened this issue Sep 22, 2024 · 3 comments

Comments

@georgeef
Copy link
Contributor

TransactionStatus defines none with short name "N" and full name "None".

In MMEX Desktop, the short name is "" and the full name is "Unreconciled".

@guanlisheng
Copy link
Contributor

with moneymanagerex/android-money-manager-ex#1860, mmex4android will consider both "" and "N" as None.

@guanlisheng
Copy link
Contributor

so far, both Desktop and Android would handle both "N" and "" well, this might not be an issue
FYI, @Jnolcox and @georgeef

@georgeef
Copy link
Contributor Author

The rawValue changed to '' in #162.

All platforms read "N" and "" as none. However Desktop writes '' for none, so better to be fully compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants