Add Accounting Items Management and SQL Integration

- Introduced AccountingItemsManager component for managing accounting entries within transactions.
- Implemented API routes for creating, retrieving, updating, and deleting accounting items.
- Added SQL queries to handle accounting items linked to transactions, supporting both numeric and string transaction IDs.
- Enhanced CSV import functionality to include new accounting item handling.
- Created mssql.md documentation for SQL command usage related to accounting items.
This commit is contained in:
sebseb7
2025-08-05 09:25:32 +02:00
parent 096d4d0530
commit 46c9e9b97d
7 changed files with 1188 additions and 198 deletions

4
.kilocode/rules/mssql.md Normal file
View File

@@ -0,0 +1,4 @@
# mssql.md
sqlcmd -C -S tcp:192.168.56.1,1497 -U app -P 'readonly' -d eazybusiness -W