moneymanagerex / android-money-manager-ex

Manage your finances on-the-go, encrypted for security, and sync via your cloud
http://android.moneymanagerex.org/
GNU General Public License v3.0
485 stars 187 forks source link

Scheduled transactions: Related to 1719 #1729

Closed rmkhalfay closed 2 months ago

rmkhalfay commented 3 months ago

Issue 1719 was closed.

Thank you for the efforts taken. I have s23 ultra and Android 14. I tried 1034 beta you sent, it gives me a notification but does not give a choice whether to enter the scheduled transaction or not. Sometimes although the transaction is scheduled it is not executed due to some delay.

I would like if it asks me can I enter this transaction or not? Or alternatively when we setup scheduled transaction we can have toggle switch 1. Manual or 2. Automatic entry

wolfsolver commented 3 months ago

Hi all, switch is available in setting (I think that default need to be set as false to prevent autoexecution on first run).

A generic consideration on schedule transaction: In querybilldeposit field REPEATS has mutiple mining in desktop app:

switch(REPEAT / 100 ) {
  case 0: // ignore recurring
      break; //optional
  case 1: // set in popup
      break; //optional
  case 2: // autoexecute  
}
jorgeEF commented 2 months ago

Hello again.. can you please set "execution scheduled transaction overdue" disabled by default? It's the behavior the app always had.. I'm asking for it because today I had more than 10 overdue transactions that I must manually complete because sometimes the date passes as it is not a written in stone date.. what happened is that I updated the app and as the date was overdue it confirmed all these transaction because default setting is enabled to automatically process the transaction at overdue.. I don't want it to happen again in a future update please, it takes hours to fix my db again when transactions ocurrs automatically.

wolfsolver commented 2 months ago

I have add Schedule Transaction mode.

1) now in edit you can choise mode (Manual, Prompt, Auto) in according with Desktop version 2) Only Automatic transaction will be posted if posting is enable in setting

image

rmkhalfay commented 2 months ago

Thank you Sir. Hope the version is released soon!