trnsmkot
81b8ac6d92
Add account number parsing and database integration:
...
- Extend `ScreenXmlParser` with methods for detecting and extracting account numbers from multiple screens.
- Update database schema and DAO to support `account_number` field.
- Modify card information scripts to collect, save, and utilize account numbers.
- Enhance `GetCardInfoScript` logic to fetch account numbers via screen parsing and interaction.
2026-05-08 20:29:00 +07:00
trnsmkot
1e0af85c4f
Add currency mapping logic to GetCardInfoScript in all platforms and update .gitignore for mock server scenarios
2026-04-13 18:37:01 +07:00
trnsmkot
7e5317fbc8
Add warning log for failed balance updates in GetCardInfoScript to improve error visibility.
2026-04-09 22:25:43 +07:00
trnsmkot
8cdd2b6ce9
Refine card number parsing logic in GetCardInfoScript and improve node filtering in ScreenXmlParser.
2026-04-09 22:21:05 +07:00
trnsmkotik
5d892ba19d
Fix for windows
2026-04-08 15:43:59 +07:00
trnsmkot
652407a26c
Add debug logging for card details in GetCardInfoScript to enhance troubleshooting.
2026-04-06 18:40:03 +07:00
trnsmkot
f9df2718fb
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
trnsmkot
78a038ad19
Add PayByCardScript and PayByPhoneScript for Dushanbe automation, including transaction flow, OCR-based operation ID extraction, and enhanced logging.
2026-04-06 12:51:18 +07:00
trnsmkot
548b508000
Add CommonScript framework and implement bank-specific automation scripts including GetCardInfoScript, GetProfileInfoScript, and GetLastTransactionsScript.
2026-04-04 23:32:26 +07:00