1
0
forked from BRT/arc
ARC desktop app
Go to file
slava d21e7f4048 Add database schema and DAO implementation for accounts and transactions
Introduced tables for devices, accounts, and transactions in the schema, along with associated models. Implemented DAO methods for CRUD operations, including upsert functionality for accounts and deduplication for transactions. These changes enable structured management of account and transaction data.
2025-04-21 12:01:24 +07:00
database Add database schema and DAO implementation for accounts and transactions 2025-04-21 12:01:24 +07:00
images Test 2025-04-16 09:05:20 -07:00
models Add database schema and DAO implementation for accounts and transactions 2025-04-21 12:01:24 +07:00
services Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
views Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
.gitignore Integrate threading and Tesseract OCR functionality 2025-04-14 13:59:19 +07:00
CMakeLists.txt Add app_data.db to build directory during compilation 2025-04-18 20:07:03 +07:00
main.cpp Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
migrations.sql Add database schema and DAO implementation for accounts and transactions 2025-04-21 12:01:24 +07:00
rus.traineddata Test 2025-04-16 09:05:20 -07:00