1
0
forked from BRT/arc
arc/database/dao
slava de8c2e84d0 - Add toggleMaterial logic to NetworkService for enabling/disabling materials via PATCH request.
- Implement `toggleMaterialStatus` in `AccountSettingsWindow` for UI control and threading integration.
- Enhance `MaterialDAO` with numeric validation for `lastNumbers` field to ensure data integrity.
- Update `PayByCardScript` and `PayByPhoneScript` to handle PIN entry if required after payment confirmation.
- Introduce dynamic UI adjustments for material toggling, including a new toggle button and layout refinements.
- Add documentation for task logic in `ozon_tasks.md` and `black_tasks.md`.
- Switch default currency in `GetCardInfoScript` (Black app) from USD to ARS.
2026-03-31 11:40:34 +07:00
..
AppLogDAO.cpp Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
AppLogDAO.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
BankDAO.cpp Add database migration, DAO enhancements, and OCR-based transaction handling updates 2026-03-08 14:20:12 +07:00
BankDAO.h Add database migration, DAO enhancements, and OCR-based transaction handling updates 2026-03-08 14:20:12 +07:00
BankProfileDAO.cpp Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
BankProfileDAO.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +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 Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
DeviceDAO.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
EventDAO.cpp Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
EventDAO.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
GeneralLogDAO.cpp Remove CommonBirbankScript and its derived classes from the codebase 2026-03-21 17:41:05 +07:00
GeneralLogDAO.h Remove CommonBirbankScript and its derived classes from the codebase 2026-03-21 17:41:05 +07:00
MaterialDAO.cpp - Add toggleMaterial logic to NetworkService for enabling/disabling materials via PATCH request. 2026-03-31 11:40:34 +07:00
MaterialDAO.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
SettingsDAO.cpp Add SettingsDAO implementation, schema migration, and related updates 2026-03-09 15:53:35 +07:00
SettingsDAO.h Add SettingsDAO implementation, schema migration, and related updates 2026-03-09 15:53:35 +07:00
TransactionDAO.cpp Add database migration, DAO enhancements, and OCR-based transaction handling updates 2026-03-08 14:20:12 +07:00
TransactionDAO.h Add EventWindow, database migrations, and enhanced DAO methods 2026-03-04 22:56:47 +07:00