aniruddha-adhikary / mrt-buddy

Check the Balance of your Dhaka MRT Pass or Rapid Pass
https://mrtbuddy.com/
GNU General Public License v3.0
297 stars 81 forks source link

Rolling history creates duplicate transactions #105

Open aniruddha-adhikary opened 21 hours ago

aniruddha-adhikary commented 21 hours ago

When card is scanned again with new transactions, the transactions are duplicated.

aniruddha-adhikary commented 12 hours ago

The issue has been identified. When the transactions are being recorded, they use the system time zone. However, when a person travels overseas or changes time zones, it changed the epoch valid that's being saved in the database that creating duplicate records.

Fixed and ready for v0.0.22 release.