1
0
forked from BRT/arc
arc/views/bank
slava d854da3e8f Standardize error reporting across services:
- Add `event_type` to error data.
- Replace dynamic `type` with "ERROR" for task results and error messages.
2026-04-20 17:21:22 +07:00
..
AccountSettingsWindow.cpp Fix for windows 2026-04-08 15:43:59 +07:00
AccountSettingsWindow.h Add pause/resume functionality for active profiles in AccountSettingsWindow and improve automation scripts with OCR-based transaction ID extraction, card balance waits, and absolute value handling in event parsing. 2026-04-06 17:02:52 +07:00
AccountWindow.cpp Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
AccountWindow.h Refactor account handling and add TutorialWindow feature 2025-05-23 19:25:02 +07:00
BankListWindow.cpp Remove CommonBirbankScript and its derived classes from the codebase 2026-03-21 17:41:05 +07:00
BankListWindow.h Remove CommonBirbankScript and its derived classes from the codebase 2026-03-21 17:41:05 +07:00
BankSettingsWindow.cpp Standardize error reporting across services: 2026-04-20 17:21:22 +07:00
BankSettingsWindow.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
BankSetupWizard.cpp Add mock server for local ARC backend integration tests, update config.ini for local API usage. 2026-04-12 12:11:39 +07:00
BankSetupWizard.h Add CommonScript framework and implement bank-specific automation scripts including GetCardInfoScript, GetProfileInfoScript, and GetLastTransactionsScript. 2026-04-04 23:32:26 +07:00
TransactionWindow.cpp Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
TransactionWindow.h Refactor account handling and add TutorialWindow feature 2025-05-23 19:25:02 +07:00