Implemented import from MoneyManager#520
Open
Mattia-Sacchi wants to merge 28 commits intoRIP-Comm:mainfrom
Open
Implemented import from MoneyManager#520Mattia-Sacchi wants to merge 28 commits intoRIP-Comm:mainfrom
Mattia-Sacchi wants to merge 28 commits intoRIP-Comm:mainfrom
Conversation
quando l'utente prova a salvare nella root directory di android ha un output più chiaro sul perchè non funziona e su dove salvare il file
Dettaglio export popup avviso su android
* build: update project and ios settings * fix: visual bug on transactions header * ci: fix flutter version update * fix: subcategories not counting in budgets
…mm#515) * Fix demo data * Dart format * Fix category reordering when subcategories are added
Feature/settings redesign
…nager does not provide them)
Author
|
I’ve also added two buttons to import/export the raw database, which are significantly faster. |
theperu
requested changes
Mar 12, 2026
Collaborator
theperu
left a comment
There was a problem hiding this comment.
Nice work! I just have a few notes here and there:
- There are some conflicts that need to be resolved before merging
- I noticed that the exported csv has different names for the columns based on the language and at the moment it just works if you use the English one
- The icons are all the same, ideally we should have different ones for each option, ex. for the MoneyManager import we could have a pig, for the db options we could use a DB icon (if we can even find different ones to use for the import and export that would be ideal)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added the ability to import a CSV file from the MoneyManager application to the app:
https://play.google.com/store/apps/details?id=com.realbyteapps.moneymanagerfree&hl=en-US&pli=1
I have been using this application for two years and wanted to migrate to yours, so I added this feature. I have already tested the import with data from both my own account and those from my girlfriend and other friends who use the app.
Among the main changes, there is the addition of a button in the backup settings and the implementation in the database, which is systematically overwritten. However, there would be a possibility to change the code a bit to integrate the input data from a certain date to another.
It adds all categories and subcategories as well as the accounts that come from MoneyManager, providing an excellent migration experience.
If there are any issues with this feature, I am willing to monitor the app's issues and resolve them myself.
P.S. I have added myself to the collaborators' screen in case you accept the PR.