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
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
enum 80265 "EKC CIM Controller Types"
{
Extensible = true;

value(0; "Prinergy")
{
Caption = 'KODAK Prinergy';
}
value(1; "PM900")
{
Caption = 'KODAK 900 Print Manager';
}
/*
value(2; "NXP")
{
Caption = 'KODAK NexFinity';
}
*/
/*
value(3; "XPO")
{
Caption = 'KODAK XPO';
}
*/
/*
value(4; "KPC")
{
Caption = 'KODAK Print Console';
}
*/
value(10; "Moxa")
{
Caption = 'Moxa';
}
value(20; "Apogee")
{
Caption = 'AGFA Apogee';
}
value(30; "Prinect")
{
Caption = 'Heidelberg Prinect';
}
value(40; "Esko")
{
Caption = 'Esko';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -368,36 +368,56 @@ Table 80264 "PTE CIM 1 Upg. TT. Controller"
DataClassification = CustomerContent;
Caption = 'Notification Subscription ID';
}
field(61000; PrinergyJobGroupCreate; Boolean)
field(61009; "EKC PrinergyJobGroupCreate"; Boolean)
{
Caption = 'Create Prinergy Job Groups';
DataClassification = ToBeClassified;
}
field(61001; PrinergyJobGroupSetup; Text[1024])
field(61010; "EKC PrinergyJobGroupSetup"; Text[1024])
{
Caption = 'Prinergy Job Group Structure';
DataClassification = ToBeClassified;
}
field(61002; PrinergyAPARootPath; Text[1024])
field(61011; "EKC PrinergyAPARootPath"; Text[1024])
{
Caption = 'Root path for APA file';
DataClassification = ToBeClassified;
}
field(61003; PrinergyWebEnableOverride; Boolean)
field(61012; "EKC PrinergyWebEnableOverride"; Boolean)
{
Caption = 'Allow Web Enable Override';
DataClassification = ToBeClassified;
}
field(61004; PrinergyJobTemplateOverride; Boolean)
field(61013; "EKC PrinergyJobTplOverride"; Boolean)
{
Caption = 'Allow Job Template Override';
DataClassification = ToBeClassified;
}
field(61005; PrinergyJobVolumeOverride; Boolean)
field(61014; "EKC PrinergyJobVolumeOverride"; Boolean)
{
Caption = 'Allow Job Volume Override';
DataClassification = ToBeClassified;
}
field(61015; "EKC WorkflowPartnerType"; Enum "EKC CIM Controller Types")
{
Caption = 'CIM Controller Type';
DataClassification = ToBeClassified;
}
field(61016; "EKC Prinergy JMF Support"; Boolean)
{
Caption = 'Enable Prinergy JMF Support';
DataClassification = ToBeClassified;
}
field(61017; "EKC Prinergy Export Location"; Text[2048])
{
Caption = 'Prinergy export location';
DataClassification = ToBeClassified;
}
field(61018; "EKC Enable Item Ruleset"; Boolean)
{
Caption = 'Enable Item Ruleset';
DataClassification = ToBeClassified;
}
}

keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "c5fe08f2-b97e-43e8-adc1-2ee2cda7ee68",
"name": "PTE CIM 1 - upg temp tables",
"publisher": "PrintVis A/S",
"version": "1.0.0.12",
"version": "1.0.0.14",
"brief": "",
"description": "",
"privacyStatement": "",
Expand All @@ -19,8 +19,8 @@
}
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "24.0.0.0",
"platform": "25.0.0.0",
"application": "25.0.0.0",
"idRanges": [
{
"from": 80263,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "94f222b0-63c2-429e-be8d-fad1f1a5dfb7",
"name": "PTE CIM 3 - Move Data into PrintVis",
"publisher": "PrintVis A/S",
"version": "1.0.0.3",
"version": "1.0.0.8",
"brief": "",
"description": "",
"privacyStatement": "",
Expand All @@ -14,8 +14,8 @@
{
"id": "5452f323-059e-499a-9753-5d2c07eef904",
"name": "PrintVis",
"publisher": "Novavision Software A/S",
"version": "26.1.1.0"
"publisher": "PrintVis A/S",
"version": "26.2.1.3"
},
{
"id": "c5fe08f2-b97e-43e8-adc1-2ee2cda7ee68",
Expand All @@ -25,8 +25,8 @@
}
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "26.0.0.0",
"platform": "25.0.0.0",
"application": "25.0.0.0",
"idRanges": [
{
"from": 80270,
Expand Down
Loading