You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get different transaction numbers from different sources. I mean different number series for each bank. The current behavior is taking the largest number from the db and adding 1.
For Example, I received two transaction SMS from bank and one ref no is "23412890" and another is "128976872". When try to and another txn and click +1 btn, I will get txn no. as "128976873". In place of this, I would prefer to have timestamp as txn number for all manual txns
The text was updated successfully, but these errors were encountered:
let's chat more about this behavior change. currently, the transaction number is optional per account and starts from 1. It is much different from a timestamp. we have the transaction date to store the timestamp information
in the meanwhile, i will invite you to join the team, then you can work on the feature branch in the main repo.
We get different transaction numbers from different sources. I mean different number series for each bank. The current behavior is taking the largest number from the db and adding 1.
For Example, I received two transaction SMS from bank and one ref no is "23412890" and another is "128976872". When try to and another txn and click +1 btn, I will get txn no. as "128976873". In place of this, I would prefer to have timestamp as txn number for all manual txns
The text was updated successfully, but these errors were encountered: