• Joined on 2022-11-12
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.
seb pushed to master at seb/fibdash 2025-08-01 12:03:13 +00:00
6218fc3c12 Refactor CSV import API call in CSVImportDialog to use a structured request body. Increase JSON payload limit in index.js to support larger CSV imports.
seb pushed to master at seb/fibdash 2025-08-01 11:33:03 +00:00
cbc826a4e1 Implement CSV import functionality in TableManagement component and update API routes to utilize database for CSV data handling. Remove old CSV parsing logic and enhance month retrieval from the database. Add UI elements for CSV import in the TableManagement view.
seb pushed to master at seb/fibdash 2025-08-01 11:26:30 +00:00
fbfd918d81 Remove data.csv file and update README to reflect new features including CSV import and banking account management. Enhance TransactionsTable and KreditorTable components with banking account handling, including UI updates and validation logic. Update SQL schema to support banking accounts and adjust API routes for improved data handling. Implement new document rendering logic for banking transactions and enhance recipient rendering with banking account status. Add new views and indexes for better transaction management.
seb pushed to master at seb/fibdash 2025-08-01 10:03:19 +00:00
6cde543938 Enhance webpack configuration for improved performance and development experience. Add filesystem caching and watch options. Update KreditorSelector to handle prefilled data and improve state management. Refactor TransactionsTable to manage focus during dialog interactions. Update admin tables to manage focus restoration and improve dialog handling. Implement IBAN filtering in IbanSelectionFilter and enhance document rendering with Kreditor information. Update SQL schema to allow multiple IBANs for the same Kreditor and adjust API routes for better data handling.
481f4db389 Add form validation to KontoTable and KreditorTable components. Disable save button when form is invalid. Clean up console logs in TextHeaderWithFilter and dataUtils.
976c802b11 Enhance App component with view management by adding Tabs for Dashboard and Table views. Update DataViewer to receive current view and handle export data accordingly. Refactor BUTable to improve form validation and handle vst values more robustly. Update admin routes to ensure vst is correctly processed.
Compare 3 commits »
seb pushed to master at seb/fibdash 2025-08-01 08:22:50 +00:00
5470bebfc4 Implement navigation and view management in DataViewer, adding Dashboard and TableManagement components. Update export data handling based on current view. Create new components for managing Kreditor, Konto, and BU tables with CRUD functionality. Refactor admin routes to remove admin access checks and streamline data handling for various entities.
Compare 4 commits »
seb pushed to live at seb/reactShop 2025-07-31 06:30:14 +00:00
0a7f7e653b chore: add watchOptions to webpack configuration for improved file watching performance
seb pushed to live at seb/reactShop 2025-07-31 06:26:13 +00:00
42fa46f2f9 refactor: unify category data fetching across components to support language context and improve state management