• Joined on 2022-11-12
seb pushed to main at seb/deployHook 2025-08-04 08:35:33 +00:00
00d8e6c6e7 fix(api): use en dash between hash and message to avoid '-' entity issues
seb pushed to main at seb/deployHook 2025-08-04 08:34:31 +00:00
ab4964815c fix(api): escape Markdown and adjust compare link formatting
seb pushed to main at seb/deployHook 2025-08-04 08:33:18 +00:00
e4a01f387b feat(api): add LLM-based DE executive summary to Telegram release hook
seb created branch main in seb/deployHook 2025-08-04 08:21:17 +00:00
seb pushed to main at seb/deployHook 2025-08-04 08:21:17 +00:00
9a8086acea genesis
seb created repository seb/deployHook 2025-08-04 08:20:00 +00:00
seb pushed to master at seb/backupService 2025-08-02 12:53:56 +00:00
c59d55ea8d chore: replace aws-sdk with @aws-sdk/client-s3 in dependencies
seb pushed to master at seb/backupService 2025-08-02 10:07:07 +00:00
a64c95f54d refactor: trim environment variables and enhance error logging in Telegram broadcast
seb pushed to master at seb/backupService 2025-08-02 10:02:00 +00:00
2d020b47b5 add Telegram notification configuration and broadcast functionality
seb pushed to master at seb/backupService 2025-08-02 09:29:29 +00:00
1d6eb27a91 remove obsolete README and configuration files
seb created branch master in seb/backupService 2025-08-02 09:27:52 +00:00
seb pushed to master at seb/backupService 2025-08-02 09:27:52 +00:00
6a0b0de265 Genesis
seb created repository seb/backupService 2025-08-02 09:27:10 +00:00
seb pushed to master at seb/fibdash 2025-08-02 08:07:41 +00:00
096d4d0530 Refactor BankingKreditorSelector and DocumentRenderer components to enhance transaction assignment handling. Remove unused 'assigned_by' field from API requests and update onSave callbacks to pass assigned Kreditor details. Improve SQL queries in bankingTransactions.js to handle both numeric and string transaction IDs, and streamline transaction insertion logic. Update transaction retrieval in transactions.js to include additional assigned Kreditor information.
seb pushed to master at seb/fibdash 2025-08-02 07:14:52 +00:00
20cd0b34bc Implement new Kreditor creation functionality in BankingKreditorSelector component. Add state management for new Kreditor details, validation, and error handling. Enhance transaction handling to support banking transactions without IBAN. Update UI to allow users to create new Kreditors directly from the selector, including ID generation and validation feedback.
seb pushed to master at seb/fibdash 2025-08-02 06:26:12 +00:00
seb pushed to master at seb/fibdash 2025-08-01 13:45:06 +00:00
5c416c77f0 Refactor data.js to remove old CSV parsing logic and integrate a new router structure. Consolidate transaction retrieval and enhance error handling for various endpoints. Update the DATEV export functionality to utilize the new database queries and improve overall code organization.
seb pushed to master at seb/fibdash 2025-08-01 13:15:04 +00:00
3886e64ef6 Enhance transaction retrieval in data.js by adding additional fields from the UmsatzBeleg table and implementing a separate query for links data. Update transaction mapping to include new document data and filter links based on transaction IDs.
seb pushed to master at seb/fibdash 2025-08-01 12:53:23 +00:00
seb pushed to master at seb/fibdash 2025-08-01 12:07:10 +00:00
89d481bbbf Implement CSV parsing and import functionality in data.js, replacing old database-based logic. Add endpoints for retrieving available months and importing transactions, with enhanced error handling and validation for CSV data. Update transaction processing to include date and amount parsing.