1
0
forked from BRT/arc
arc/database/dao
slava 89ea2ac53a Add event handling and improved account management
Introduced a new "events" table and corresponding EventDAO for managing event data. Enhanced account handling with device ID and partial card number support. Added a NetworkService method to fetch payments from an API and store them as events.
2025-05-21 20:18:53 +07:00
..
AccountDAO.cpp Add event handling and improved account management 2025-05-21 20:18:53 +07:00
AccountDAO.h Add event handling and improved account management 2025-05-21 20:18:53 +07:00
ApplicationDAO.cpp Add enhanced account and transaction handling features 2025-05-07 14:15:08 +07:00
ApplicationDAO.h Add enhanced account and transaction handling features 2025-05-07 14:15:08 +07:00
CommonDataDAO.cpp Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
CommonDataDAO.h Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
DeviceDAO.cpp Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
DeviceDAO.h Add enhanced account and transaction handling features 2025-05-07 14:15:08 +07:00
EventDAO.cpp Add event handling and improved account management 2025-05-21 20:18:53 +07:00
EventDAO.h Add event handling and improved account management 2025-05-21 20:18:53 +07:00
TransactionDAO.cpp Refactor and enhance transaction handling and logging 2025-05-21 16:06:18 +07:00
TransactionDAO.h Refactor and enhance transaction handling and logging 2025-05-21 16:06:18 +07:00