Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions codbex-uoms/codbex-uoms.edm

Large diffs are not rendered by default.

305 changes: 35 additions & 270 deletions codbex-uoms/codbex-uoms.gen
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,9 @@
"brandUrl": "https://www.codbex.com/",
"title": "UoM Management Application",
"description": "Managing UoMs data",
"projectName": "codbex-uoms",
"workspaceName": "workspace",
"filePath": "codbex-uoms.model",
"templateId": "template-application-angular/template/template.js",
"fileName": "codbex-uoms",
"genFolderName": "codbex-uoms",
"dataSource": "DefaultDB",
"perspectives": {
"Dimensions": {
"views": [
"Dimension"
],
"name": "Dimensions",
"label": "Dimensions",
"order": "990",
"icon": "/services/web/resources/unicons/align-center-h.svg",
"role": ""
},
"UnitsOfMeasures": {
"views": [
"UoM",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details",
"UoM-details"
],
"name": "UnitsOfMeasures",
"label": "UnitsOfMeasures",
"order": "980",
"icon": "/services/web/resources/unicons/arrows-resize-v.svg",
"role": ""
}
},
"roles": [
{
"entityName": "Dimension",
Expand All @@ -68,6 +19,25 @@
"roleWrite": "codbex-uoms.UnitsOfMeasures.UoMFullAccess"
}
],
"projectName": "codbex-uoms",
"workspaceName": "workspace",
"filePath": "codbex-uoms.model",
"templateId": "template-application-angular/template/template.js",
"perspectives": {
"Settings": {
"views": [
"Dimension",
"UoM"
],
"name": "Settings",
"label": "Settings",
"header": "",
"order": "970",
"navId": "",
"icon": "cubes",
"role": ""
}
},
"models": [
{
"properties": [
Expand Down Expand Up @@ -152,19 +122,20 @@
"dataName": "DIMENSION",
"dataQuery": "",
"description": "Manage entity Dimension",
"feedPassword": "YWRtaW4=",
"feedUsername": "YWRtaW4=",
"generateDefaultRoles": "true",
"generateReport": "false",
"icon": "cube",
"layoutType": "MANAGE",
"menuIndex": "100",
"menuKey": "dimension",
"menuLabel": "Dimension",
"name": "Dimension",
"navigationPath": "/Home",
"perspectiveIcon": "/services/web/resources/unicons/align-center-h.svg",
"perspectiveLabel": "Dimensions",
"perspectiveName": "Dimensions",
"perspectiveOrder": "990",
"perspectiveHeader": "",
"perspectiveIcon": "cubes",
"perspectiveName": "Settings",
"perspectiveNavId": "",
"perspectiveOrder": "970",
"perspectiveRole": "",
"roleRead": "codbex-uoms.Dimensions.DimensionReadOnly",
"roleWrite": "codbex-uoms.Dimensions.DimensionFullAccess",
Expand Down Expand Up @@ -270,7 +241,7 @@
"widgetType": "DROPDOWN",
"relationshipName": "UoM_Dimension",
"relationshipEntityName": "Dimension",
"relationshipEntityPerspectiveName": "Dimensions",
"relationshipEntityPerspectiveName": "Settings",
"relationshipEntityPerspectiveLabel": "Entities",
"dataNotNull": false,
"dataAutoIncrement": false,
Expand All @@ -279,7 +250,7 @@
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Dimension",
"widgetDropdownUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Dimensions/DimensionService.ts",
"widgetDropdownUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Settings/DimensionService.ts",
"dataTypeJava": "int",
"dataTypeTypescript": "number",
"inputRule": ""
Expand Down Expand Up @@ -412,19 +383,20 @@
"dataName": "UOM",
"dataQuery": "",
"description": "Manage entity UoM",
"feedPassword": "YWRtaW4=",
"feedUsername": "YWRtaW4=",
"generateDefaultRoles": "true",
"generateReport": "false",
"icon": "cubes",
"layoutType": "MANAGE_MASTER",
"menuIndex": "100",
"menuKey": "uom",
"menuLabel": "UoM",
"name": "UoM",
"navigationPath": "/Home",
"perspectiveIcon": "/services/web/resources/unicons/arrows-resize-v.svg",
"perspectiveLabel": "Units of Measures",
"perspectiveName": "UnitsOfMeasures",
"perspectiveOrder": "980",
"perspectiveHeader": "",
"perspectiveIcon": "cubes",
"perspectiveName": "Settings",
"perspectiveNavId": "",
"perspectiveOrder": "970",
"perspectiveRole": "",
"roleRead": "codbex-uoms.UnitsOfMeasures.UoMReadOnly",
"roleWrite": "codbex-uoms.UnitsOfMeasures.UoMFullAccess",
Expand All @@ -437,213 +409,6 @@
"Id"
],
"primaryKeysString": "Id",
"masterProperties": {
"title": {
"dataLength": "100",
"dataName": "UOM_NAME",
"dataNullable": true,
"dataType": "VARCHAR",
"description": "",
"name": "Name",
"tooltip": "",
"widgetIsMajor": true,
"widgetLength": "100",
"widgetSize": "fd-col-md--4 fd-col--6",
"widgetType": "TEXTBOX",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Name",
"widgetDropdownUrl": "",
"dataTypeJava": "string",
"dataTypeTypescript": "string",
"minLength": 0,
"maxLength": 100,
"inputRule": ""
},
"properties": [
{
"dataLength": "20",
"dataName": "UOM_ISO",
"dataNullable": true,
"dataType": "VARCHAR",
"description": "",
"name": "ISO",
"tooltip": "",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "",
"widgetType": "TEXTBOX",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "ISO",
"widgetDropdownUrl": "",
"dataTypeJava": "string",
"dataTypeTypescript": "string",
"minLength": 0,
"maxLength": 20,
"inputRule": ""
},
{
"dataName": "UOM_DIMENSION",
"dataNullable": true,
"dataType": "INTEGER",
"description": "",
"name": "Dimension",
"tooltip": "",
"widgetDropDownKey": "Id",
"widgetDropDownValue": "Name",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "",
"widgetType": "DROPDOWN",
"relationshipName": "UoM_Dimension",
"relationshipEntityName": "Dimension",
"relationshipEntityPerspectiveName": "Dimensions",
"relationshipEntityPerspectiveLabel": "Entities",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Dimension",
"widgetDropdownUrl": "/services/ts/codbex-uoms/gen/codbex-uoms/api/Dimensions/DimensionService.ts",
"dataTypeJava": "int",
"dataTypeTypescript": "number",
"inputRule": ""
},
{
"dataLength": "20",
"dataName": "UOM_SAP",
"dataNullable": true,
"dataType": "VARCHAR",
"description": "",
"name": "SAP",
"tooltip": "",
"widgetDependsOnEntity": "Dimension",
"widgetDependsOnFilterBy": "Dimension",
"widgetDependsOnProperty": "Dimension",
"widgetDependsOnValueFrom": "SAP",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "",
"widgetType": "TEXTBOX",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "SAP",
"widgetDropdownUrl": "",
"dataTypeJava": "string",
"dataTypeTypescript": "string",
"minLength": 0,
"maxLength": 20,
"inputRule": ""
},
{
"dataName": "UOM_NUMERATOR",
"dataNullable": true,
"dataType": "BIGINT",
"description": "",
"name": "Numerator",
"tooltip": "",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "fd-col-md--4 fd-col--6",
"widgetType": "NUMBER",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Numerator",
"widgetDropdownUrl": "",
"dataTypeJava": "long",
"dataTypeTypescript": "number",
"inputRule": ""
},
{
"dataName": "UOM_DENOMINATOR",
"dataNullable": true,
"dataType": "BIGINT",
"description": "",
"name": "Denominator",
"tooltip": "",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "fd-col-md--4 fd-col--6",
"widgetType": "NUMBER",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Denominator",
"widgetDropdownUrl": "",
"dataTypeJava": "long",
"dataTypeTypescript": "number",
"inputRule": ""
},
{
"dataName": "UOM_ROUNDING",
"dataNullable": true,
"dataType": "INTEGER",
"description": "",
"name": "Rounding",
"tooltip": "",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "fd-col-md--2 fd-col--3",
"widgetType": "NUMBER",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Rounding",
"widgetDropdownUrl": "",
"dataTypeJava": "int",
"dataTypeTypescript": "number",
"inputRule": ""
},
{
"dataName": "UOM_BASE",
"dataNullable": true,
"dataType": "BOOLEAN",
"description": "",
"name": "Base",
"tooltip": "",
"widgetIsMajor": true,
"widgetLength": "20",
"widgetSize": "fd-col-md--2 fd-col--3",
"widgetType": "CHECKBOX",
"dataNotNull": false,
"dataAutoIncrement": false,
"dataPrimaryKey": false,
"dataUnique": false,
"isRequiredProperty": false,
"isCalculatedProperty": false,
"widgetLabel": "Base",
"widgetDropdownUrl": "",
"dataTypeJava": "boolean",
"dataTypeTypescript": "boolean",
"inputRule": ""
}
]
},
"hasDropdowns": true
}
]
Expand Down
Loading