Help needed - New fields in transactions #227
Replies: 1 comment 1 reply
-
Hello @vincius0000! Thanks a lot for using the app. It's a pleasure to see that this is useful for a lot of persons. Regarding your code, probably you need to also add those fields in the getter function. The getters to get the transacción(s) are in one of the app services (since you close the conversation I suppose you found it). I'm not really interested in adding those fields right now so thanks a lot for commenting here first instead of open a PR. The best part of an open source project is that the people can create their own versions of that project to fulfill their needs :) Online support looks something big to me and I don't want to get involved in that at this moment. The first thing that I want to add in the near future is that the database file will be stored and automatically updated in your Google Drive account. That way the user don't have to manually save the database file every X days to do a backup. Shared accounts also looks interesting to me but probably involves some paid subscription with any database external server (Amazon, Google Cloud...). I don't want to deal with any costs since the app is fully free and open source (I don't get any money from it). Please keep me updated if you implement the online functionality since I'm really interested in your ideas. Good look creating your own version of Monekin |
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm re-working Monekin to have it adapted to my needs, that includes:
Addition of new Text fields for Transactions
Joint account option (ability for multiple people to use same account)
Online account (required for 2nd feature)
I need some help as I've managed to add fields, when entered they are saved in the database, but my issue is that when accessing
transaction
object then this field is null, even thought I see it when I inspect database manuallytransaction_form.page.dart
Transactions table schema additions
Following added to
transaction.dart
constructor ofMoneyTransaction
classIs there anything I'm missing?
Again, it saves well, but
transaction
object returns null when I try to fetch these fields as if they are null (while they are not).Also, the reason I'm not doing it as a pull request to contribute to Monekin is that changes do have significant impact and online accounts aren't something Monekin supports now, this would only leave you with extra code that you wouldn't use.
Of course if Monekin planned on jumping to online accounts then I would help. This may be a separate project as well.
Beta Was this translation helpful? Give feedback.
All reactions