Replaced `PayByPhoneScript` with `GetLastDaysHistoryScript` in `main.cpp`. Introduced enhanced date/time utilities and improved database timestamp handling with `DateUtils`. Refactored `TransactionDAO` methods to separate parsing logic and added support for retrieving recent transactions within specified hours. Added the `GetLastDaysHistoryScript` class to parse and save recent transaction history. |
||
|---|---|---|
| .. | ||
| AccountDAO.cpp | ||
| AccountDAO.h | ||
| ApplicationDAO.cpp | ||
| ApplicationDAO.h | ||
| CommonDataDAO.cpp | ||
| CommonDataDAO.h | ||
| DeviceDAO.cpp | ||
| DeviceDAO.h | ||
| TransactionDAO.cpp | ||
| TransactionDAO.h | ||