ValueOn AG
b6be8f391e
fixes
2026-04-23 23:09:38 +02:00
ValueOn AG
71f4265e06
fixes udb, outlook, workflow
2026-04-21 23:49:46 +02:00
ValueOn AG
be43876461
fix critical trustee db sync
2026-04-21 10:45:14 +02:00
ValueOn AG
cdca242f82
data source fixes
2026-04-21 00:50:36 +02:00
ValueOn AG
f29e0c9edc
feature fixes
2026-04-20 17:51:09 +02:00
ValueOn AG
50107a91ba
fixed proper splitting sysadmin/platformadmin and proper logic for mandate name(slug) and label(user)
2026-04-19 00:04:03 +02:00
ValueOn AG
e942770ffc
feat db-clean-ui and unified content udm
2026-04-16 23:13:05 +02:00
ValueOn AG
95b427ccc3
fixes comcoach
2026-04-16 14:20:26 +02:00
ValueOn AG
d664cdce00
added syscreatedat in trustee
2026-04-14 00:21:59 +02:00
ValueOn AG
35209f7f80
fixed formgenerator , trustee, sort and filter
2026-04-14 00:15:56 +02:00
ValueOn AG
61f04a6049
fixes in node languages and ai workflow
2026-04-13 01:37:29 +02:00
ValueOn AG
5780cc0324
cleanup routesintegration view
2026-04-12 18:32:21 +02:00
ValueOn AG
3adbd1da29
fixed sysuser and removed redundant fallbacks
2026-04-11 22:23:41 +02:00
ValueOn AG
4dfc0afd06
fixed language logic items
2026-04-11 19:44:58 +02:00
ValueOn AG
87e2e6d401
decision subscription
2026-04-10 22:44:08 +02:00
ValueOn AG
be9e47caad
phase 2 i18n clean
2026-04-10 12:33:27 +02:00
ValueOn AG
259fd25d9b
fixes
2026-04-09 21:33:56 +02:00
ValueOn AG
cc1fdb13e5
cleaned sql and ui language sets
2026-04-08 20:28:34 +02:00
ValueOn AG
5a40b54524
fixed data source
2026-03-31 23:40:59 +02:00
ValueOn AG
a787cdf6bf
fixed onboarding flow
2026-03-30 23:03:36 +02:00
ValueOn AG
75484c0f73
BREAKING CHANGE
...
API and persisted records use PowerOnModel system fields:
- sysCreatedAt, sysCreatedBy, sysModifiedAt, sysModifiedBy
Removed legacy JSON/DB field names:
- _createdAt, _createdBy, _modifiedAt, _modifiedBy
Frontend (frontend_nyla) and gateway call sites were updated accordingly.
Database:
- Bootstrap runs idempotent backfill (_migrateSystemFieldColumns) from old
underscore columns and selected business duplicates into sys* where sys* IS NULL.
- Re-run app bootstrap against each PostgreSQL database after deploy.
- Optional: DROP INDEX IF EXISTS "idx_invitation_createdby" if an old index remains;
new index: idx_invitation_syscreatedby on Invitation(sysCreatedBy).
Tests:
- RBAC integration tests aligned with current GROUP mandate filter and UserMandate-based
UserConnection GROUP clause; buildRbacWhereClause(..., mandateId=...) must be passed
explicitly (same as production request context).
2026-03-28 18:12:37 +01:00
ValueOn AG
2e7a0a73c7
streamlined formgeneratortable and sort/filter globally
2026-03-22 21:34:54 +01:00
ValueOn AG
c3f8be68b2
truastee sync and charting
2026-03-18 23:04:56 +01:00
ValueOn AG
587dd7489e
fixed trustee rma connector
2026-03-17 23:23:40 +01:00
ValueOn AG
6c8cc843ce
file system and stt and ttss reevisions
2026-03-17 19:19:27 +01:00
ValueOn AG
c8b7517209
refactor: modules/services/ abgeloest durch serviceCenter + serviceHub
...
serviceCenter = DI-Container (Resolver, Registry, Context) fuer Service-Instanziierung
serviceHub = Consumer-facing Aggregation (DB-Interfaces, Runtime-State, lazy Service-Resolution via serviceCenter)
- modules/serviceHub/ erstellt: ServiceHub, PublicService, getInterface()
- 22 Consumer-Dateien migriert (routes, features, tests): imports von modules.services auf serviceHub bzw. serviceCenter umgestellt
- resolver.py: legacy fallback auf altes services/ entfernt
- modules/services/ komplett geloescht (83 Dateien inkl. dead code mainAiChat.py)
- pre-extraction: progress callback durch chunk-pipeline propagiert, operationType DATA_EXTRACT->DATA_ANALYSE fuer guenstigeres Modell
2026-03-14 11:51:45 +01:00
patrick-motsch
ac7ac02d4d
fixed api key handling trustee
2026-03-12 13:24:25 +01:00
patrick-motsch
e94df6c647
fix: normalise None to empty string for required str fields (company, desc, tags)
...
Made-with: Cursor
2026-03-01 21:59:04 +01:00
patrick-motsch
f8137e857a
Add document type, payment data and detailed descriptions to trustee positions
...
Extend TrusteePosition with documentType, payeeIban, payeeName, payeeBic, paymentReference and dueDate fields. Overhaul AI extraction prompts to capture full document details in desc (line items, addresses, conditions), extract QR/ESR payment references and IBAN from invoices, and tag each record with its documentType. Sanitise and normalise all new fields on write.
Made-with: Cursor
2026-03-01 10:14:46 +01:00
patrick-motsch
a527806436
Harden trustee position ingestion and auto-clean corrupt records.
...
Normalize AI-derived date/time and numeric fields before writes, tighten extraction prompts for unix timestamps, and prevent /positions crashes by normalizing or deleting irreparably invalid legacy TrusteePosition records during reads.
Made-with: Cursor
2026-02-27 23:30:37 +01:00
patrick-motsch
f35a90e428
fixes sync and ai tree
2026-02-22 22:34:07 +01:00
patrick-motsch
6b11d66766
fixes
2026-02-22 01:03:19 +01:00
patrick-motsch
2eeaf35990
sync trustee feature with rma
2026-02-22 00:07:33 +01:00
patrick-motsch
e1557e9cc9
trustee connections
2026-02-21 00:56:53 +01:00
patrick-motsch
f9aa35647b
sync features a and p
2026-02-19 00:31:32 +01:00
patrick-motsch
2d7da8a66d
fix: resolve STT AttributeError and int/str TypeError in teamsbot service
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 00:09:00 +01:00
patrick-motsch
7051a6e35f
fixed rbac issues and sysadmin integration
2026-02-12 00:34:17 +01:00
patrick-motsch
d98c31a4d1
logical fixes
2026-02-09 23:44:52 +01:00
patrick-motsch
1f3746aef5
streamlined bootstrap and initial config
2026-02-09 12:49:35 +01:00
patrick-motsch
8d28f6d77b
fiixed feature instance role access
2026-02-08 14:26:01 +01:00
patrick-motsch
f15ed2e380
fixes
2026-02-08 14:00:08 +01:00
ValueOn AG
45eda1e4d4
cleaned up all route and main references - no direct access to db.getRecordset - only over interfaces
2026-02-04 14:09:35 +01:00
ValueOn AG
edeaf64fa4
automation template/definition editor
2026-02-03 23:42:27 +01:00
ValueOn AG
f31e10496a
automation template management and fix admin center
2026-02-03 21:29:50 +01:00
ValueOn AG
ee15fd64b0
fix crosstable trustee
2026-01-26 23:48:19 +01:00
ValueOn AG
7ca957f664
fixed filter/sort for rtustee
2026-01-26 23:40:12 +01:00
ValueOn AG
97cbda0ef2
fixed ai call end to end with saas multimandate
2026-01-26 23:26:30 +01:00
ValueOn AG
e737bf5cdb
gpdr compliancy implemented
2026-01-25 23:57:41 +01:00
ValueOn AG
bc2877bcc1
fixed rbac feature rules to override global rules, not to combine
2026-01-25 03:18:22 +01:00
ValueOn AG
2fc8034260
rbac rules tested and fixed
2026-01-25 03:01:01 +01:00