- Created localization JSON files for multiple languages (e.g., Danish, German, Greek, English, Spanish, etc.) for CAkten and CAktenCDokumente. - Added layout configurations for CAkten, including detail views, side panels, and bottom panels. - Implemented metadata definitions for CAkten, including field definitions, relationship panels, and scopes. - Introduced new JSON files for managing document relationships and listing configurations.
78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
[
|
|
{
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "name"
|
|
},
|
|
{
|
|
"name": "syncSchalter"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"name": "globalSyncStatus"
|
|
},
|
|
{
|
|
"name": "globalLastSync"
|
|
}
|
|
]
|
|
],
|
|
"style": "default",
|
|
"label": "Übersicht"
|
|
},
|
|
{
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "aktennummer"
|
|
},
|
|
{
|
|
"name": "aktenzeichen"
|
|
}
|
|
],
|
|
[
|
|
{},
|
|
{
|
|
"name": "aktivierungsstatus"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"name": "syncStatus"
|
|
},
|
|
{
|
|
"name": "lastSync"
|
|
}
|
|
]
|
|
],
|
|
"style": "default",
|
|
"label": "Advoware-Sync"
|
|
},
|
|
{
|
|
"rows": [
|
|
[
|
|
{},
|
|
{
|
|
"name": "aiAktivierungsstatus"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"name": "aiSyncStatus"
|
|
},
|
|
{
|
|
"name": "aiLastSync"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"name": "aiCollectionId"
|
|
},
|
|
{}
|
|
]
|
|
],
|
|
"style": "default",
|
|
"label": "AI-Sync"
|
|
}
|
|
] |