When i add an initial deposit lets say 500, it gets registered in the transaction history in the home screen. When i click on the Deposit button to add some money, say a 100, it works and the value display in transaction history is 600. When i try to withdraw 100 the transaction history then displays 400. It seems that the app is taken 500 as base value and performing deposit and withdrawal actions to it.
Other than that when i try to create a new user, only the user name changes, whereas the account number and initial deposit is the same as the previous user. A new row is added to the transaction history indicating the new user's initial deposit. The existing user's amount from the table is not filtered and removed.
Can anyone please help me with this.
I am thanking @Khuong Truong for the changes he has made to the app, due to which the deposit and withdraw feature works perfectly. I was finally able to complete and rectify the errors by myself. I am attaching a copy of the finished app below for reference.
Regards
Akash
Hi Akash,
I'm glad that you can solve the issue yourself.
Regards,
Khuong
I updated your .oml file, please take a look.
Note that I just update for deposit and withdraw only.
For create new user I don't see where to create new user. Can you share where is it and I'll take a look.
It is under the common section in interfaces tab.
I updated for user signup also. Please take a look at this updated .oml file.
Hey i've made some changes to the oml you sent as some of it was not working. The deposit and withdraw feature works perfectly now, but the transaction history and the user details are not updated based on the user. Could you please help me!!
I updated your .oml file. Please take a look again.
First of all, thank you for helping me out regarding the deposit and withdrawal feature. I've been trying it for a week and it didn't seem to work.
There was no luck in the changes you sent. In the version I sent, the data was registering in the transaction history as well as loading at the left hand side in the homepage.