Skip to content

Commit ddc7f14

Browse files
author
jenkins
committed
Merge branch 'dev'
2 parents 67e4c3e + d7ccca8 commit ddc7f14

File tree

30 files changed

+166
-105
lines changed

30 files changed

+166
-105
lines changed

mes-application/src/main/resources/schema/aps_db_en.sql

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15698,8 +15698,7 @@ CREATE TABLE public.deliveries_orderedproduct (
1569815698
additionaldeliveredquantity numeric,
1569915699
batchnumber character varying(255),
1570015700
batch_id bigint,
15701-
qualitycard_id bigint,
15702-
pickingdate timestamp without time zone
15701+
qualitycard_id bigint
1570315702
);
1570415703

1570515704

@@ -40115,7 +40114,7 @@ COPY public.deliveries_deliverystatechange (id, dateandtime, sourcestate, target
4011540114
-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: -
4011640115
--
4011740116

40118-
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id, pickingdate) FROM stdin;
40117+
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id) FROM stdin;
4011940118
\.
4012040119

4012140120

@@ -41756,6 +41755,11 @@ COPY public.jointable_group_role (group_id, role_id) FROM stdin;
4175641755
3 170
4175741756
32 170
4175841757
33 170
41758+
4 171
41759+
2 171
41760+
3 171
41761+
32 171
41762+
33 171
4175941763
\.
4176041764

4176141765

@@ -43707,7 +43711,6 @@ COPY public.qcadooplugin_plugin (id, identifier, version, state, issystem, entit
4370743711
159 mobileWMS 1.5.0 DISABLED f 0 \N \N
4370843712
161 optimizeCutting 1.5.0 DISABLED f 0 \N \N
4370943713
162 moldrew 1.5.0 DISABLED f 0 \N \N
43710-
163 productionPlans 1.5.0 DISABLED f 0 \N \N
4371143714
76 urcProductionCounting 1.5.0 DISABLED f 0 tracking Commercial
4371243715
131 deliveriesMinState 1.5.0 DISABLED f 0 deliveries AGPL
4371343716
38 emailNotifications 1.5.0 DISABLED f 0 basic AGPL
@@ -43725,6 +43728,7 @@ COPY public.qcadooplugin_plugin (id, identifier, version, state, issystem, entit
4372543728
141 productFlowThruDivision 1.5.0 DISABLED f 0 other AGPL
4372643729
155 qualityControl 1.5.0 DISABLED f 0 other Commercial
4372743730
156 oee 1.5.0 DISABLED f 0 other Commercial
43731+
163 productionPlans 1.5.0 ENABLED f 0 other Commercial
4372843732
\.
4372943733

4373043734

@@ -43966,6 +43970,7 @@ COPY public.qcadoosecurity_role (id, identifier, description, entityversion) FRO
4396643970
168 ROLE_WORKSTATION_CHANGEOVERS \N 0
4396743971
169 ROLE_OPERATIONAL_TASKS \N 0
4396843972
170 ROLE_DASHBOARD_PARAMETERS \N 0
43973+
171 ROLE_PRODUCTION_COUNTING_QUANTITY \N 0
4396943974
\.
4397043975

4397143976

@@ -44086,7 +44091,6 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4408644091
48 orders productionOrders t 7 48 5 ROLE_ORDERS_VIEW 0
4408744092
47 orders productionOrdersPlanning t 7 47 4 ROLE_ORDERS_VIEW 0
4408844093
204 arch archivingList t 16 203 8 ROLE_ARCHIVING 0
44089-
221 masterOrders salesParameters t 21 220 8 ROLE_PARAMETERS 0
4409044094
3 qcadooMenu menu t 1 3 3 ROLE_MENU_VIEW 0
4409144095
161 basic formsList f 4 160 27 ROLE_FORMS 0
4409244096
222 masterOrders pricesListsList f 23 221 4 ROLE_SALE 0
@@ -44193,7 +44197,8 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4419344197
217 productionCounting employeePieceworkSettlement f 15 216 13 ROLE_ANALYSIS_VIEWER 0
4419444198
188 masterOrders salesPlanMaterialRequirementsList f 9 187 1 ROLE_REQUIREMENTS 0
4419544199
189 ordersGroups ordersGroupMaterialRequirementsList f 9 188 2 ROLE_REQUIREMENTS 0
44196-
171 basicProductionCounting productionCountingQuantityList f 9 170 3 ROLE_BASE_FUNCTIONALITY 0
44200+
221 masterOrders salesParameters f 21 220 8 ROLE_PARAMETERS 0
44201+
171 basicProductionCounting productionCountingQuantityList f 9 170 3 ROLE_PRODUCTION_COUNTING_QUANTITY 0
4419744202
\.
4419844203

4419944204

@@ -49686,7 +49691,7 @@ SELECT pg_catalog.setval('public.qcadoosecurity_persistenttoken_id_seq', 1, fals
4968649691
-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
4968749692
--
4968849693

49689-
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 170, true);
49694+
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 171, true);
4969049695

4969149696

4969249697
--

mes-application/src/main/resources/schema/aps_db_pl.sql

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15698,8 +15698,7 @@ CREATE TABLE public.deliveries_orderedproduct (
1569815698
additionaldeliveredquantity numeric,
1569915699
batchnumber character varying(255),
1570015700
batch_id bigint,
15701-
qualitycard_id bigint,
15702-
pickingdate timestamp without time zone
15701+
qualitycard_id bigint
1570315702
);
1570415703

1570515704

@@ -40115,7 +40114,7 @@ COPY public.deliveries_deliverystatechange (id, dateandtime, sourcestate, target
4011540114
-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: -
4011640115
--
4011740116

40118-
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id, pickingdate) FROM stdin;
40117+
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id) FROM stdin;
4011940118
\.
4012040119

4012140120

@@ -41756,6 +41755,11 @@ COPY public.jointable_group_role (group_id, role_id) FROM stdin;
4175641755
3 170
4175741756
32 170
4175841757
33 170
41758+
3 171
41759+
4 171
41760+
2 171
41761+
32 171
41762+
33 171
4175941763
\.
4176041764

4176141765

@@ -43707,7 +43711,6 @@ COPY public.qcadooplugin_plugin (id, identifier, version, state, issystem, entit
4370743711
159 mobileWMS 1.5.0 DISABLED f 0 \N \N
4370843712
161 optimizeCutting 1.5.0 DISABLED f 0 \N \N
4370943713
162 moldrew 1.5.0 DISABLED f 0 \N \N
43710-
163 productionPlans 1.5.0 DISABLED f 0 \N \N
4371143714
35 ganttForShifts 1.5.0 DISABLED f 0 basic AGPL
4371243715
131 deliveriesMinState 1.5.0 DISABLED f 0 deliveries AGPL
4371343716
38 emailNotifications 1.5.0 DISABLED f 0 basic AGPL
@@ -43725,6 +43728,7 @@ COPY public.qcadooplugin_plugin (id, identifier, version, state, issystem, entit
4372543728
141 productFlowThruDivision 1.5.0 DISABLED f 0 other AGPL
4372643729
155 qualityControl 1.5.0 DISABLED f 0 other Commercial
4372743730
156 oee 1.5.0 DISABLED f 0 other Commercial
43731+
163 productionPlans 1.5.0 ENABLED f 0 other Commercial
4372843732
\.
4372943733

4373043734

@@ -43966,6 +43970,7 @@ COPY public.qcadoosecurity_role (id, identifier, description, entityversion) FRO
4396643970
168 ROLE_WORKSTATION_CHANGEOVERS \N 0
4396743971
169 ROLE_OPERATIONAL_TASKS \N 0
4396843972
170 ROLE_DASHBOARD_PARAMETERS \N 0
43973+
171 ROLE_PRODUCTION_COUNTING_QUANTITY \N 0
4396943974
\.
4397043975

4397143976

@@ -43976,7 +43981,7 @@ COPY public.qcadoosecurity_role (id, identifier, description, entityversion) FRO
4397643981
COPY public.qcadoosecurity_user (id, username, email, firstname, lastname, enabled, description, password, lastactivity, staff_id, group_id, entityversion, factory_id, ipaddress, showonlymyregistrationrecords, productionline_id, groupchangedate, pswdlastchanged, afterfirstpswdchange, isblocked, showonlymyoperationaltasksandorders) FROM stdin;
4397743982
3 qcadoo_bot \N qcadoo_bot qcadoo_bot t \N \N \N \N 1 0 \N \N f \N 2022-05-26 00:00:00 \N f f f
4397843983
2 admin [email protected] generated admin generated admin t \N $2a$11$fK09LNi7Y4ZHKWAg0PCLxeOP/oTENa6AKO4CcuxYRbtrOeStRZYVm \N \N 4 0 \N \N f \N 2022-05-26 00:00:00 \N t f f
43979-
1 superadmin [email protected] generated superadmin generated superadmin t \N $2a$11$tzoAWwNksWYQPgkvvczy6eQaJHMAFBlUlq5OzAz.GeNNMqTEt1FE2 2024-11-15 13:56:57.624 \N 2 0 \N 0:0:0:0:0:0:0:1 f \N 2022-05-26 00:00:00 \N t f f
43984+
1 superadmin [email protected] generated superadmin generated superadmin t \N $2a$11$tzoAWwNksWYQPgkvvczy6eQaJHMAFBlUlq5OzAz.GeNNMqTEt1FE2 2024-11-22 14:33:51.828 \N 2 0 \N 0:0:0:0:0:0:0:1 f \N 2022-05-26 00:00:00 \N t f f
4398043985
\.
4398143986

4398243987

@@ -44098,7 +44103,6 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4409844103
48 orders productionOrders t 7 48 5 ROLE_ORDERS_VIEW 0
4409944104
47 orders productionOrdersPlanning t 7 47 4 ROLE_ORDERS_VIEW 0
4410044105
204 arch archivingList t 16 203 8 ROLE_ARCHIVING 0
44101-
221 masterOrders salesParameters t 21 220 8 ROLE_PARAMETERS 0
4410244106
3 qcadooMenu menu t 1 3 3 ROLE_MENU_VIEW 0
4410344107
154 scheduleGantt operationalTasksGantt t 7 153 8 ROLE_OPERATIONAL_TASKS_GANTT_VIEW 0
4410444108
185 costCalculation standardLaborCostsList f 10 184 3 ROLE_CALCULATIONS 0
@@ -44179,7 +44183,6 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4417944183
183 technologies technologicalProcessesList f 5 182 7 ROLE_TECHNOLOGICAL_PROCESSES 0
4418044184
184 technologies technologicalProcessListsList f 5 183 8 ROLE_TECHNOLOGICAL_PROCESSES 0
4418144185
24 basic crews f 18 24 8 ROLE_CREW 0
44182-
171 basicProductionCounting productionCountingQuantityList f 9 170 3 ROLE_BASE_FUNCTIONALITY 0
4418344186
119 productionCounting finalProductAnalysis f 15 118 5 ROLE_ANALYSIS_VIEWER 0
4418444187
90 assignmentToShift assignmentToShiftReportList f 7 90 12 ROLE_ASSIGNMENT_TO_SHIFT 0
4418544188
189 ordersGroups ordersGroupMaterialRequirementsList f 9 188 2 ROLE_REQUIREMENTS 0
@@ -44194,6 +44197,8 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4419444197
66 supplyNegotiations offer f 9 66 6 ROLE_OFFERS 0
4419544198
67 supplyNegotiations requestsForQuotation f 9 67 8 ROLE_REQUEST_FOR_QUOTATIONS 0
4419644199
64 supplyNegotiations negotiation f 9 64 9 ROLE_NEGOTIATIONS 0
44200+
221 masterOrders salesParameters f 21 220 8 ROLE_PARAMETERS 0
44201+
171 basicProductionCounting productionCountingQuantityList f 9 170 3 ROLE_PRODUCTION_COUNTING_QUANTITY 0
4419744202
\.
4419844203

4419944204

@@ -49686,7 +49691,7 @@ SELECT pg_catalog.setval('public.qcadoosecurity_persistenttoken_id_seq', 1, fals
4968649691
-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
4968749692
--
4968849693

49689-
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 170, true);
49694+
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 171, true);
4969049695

4969149696

4969249697
--

mes-application/src/main/resources/schema/mes_db_cn.sql

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15698,8 +15698,7 @@ CREATE TABLE public.deliveries_orderedproduct (
1569815698
additionaldeliveredquantity numeric,
1569915699
batchnumber character varying(255),
1570015700
batch_id bigint,
15701-
qualitycard_id bigint,
15702-
pickingdate timestamp without time zone
15701+
qualitycard_id bigint
1570315702
);
1570415703

1570515704

@@ -40122,7 +40121,7 @@ COPY public.deliveries_deliverystatechange (id, dateandtime, sourcestate, target
4012240121
-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: -
4012340122
--
4012440123

40125-
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id, pickingdate) FROM stdin;
40124+
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id) FROM stdin;
4012640125
\.
4012740126

4012840127

@@ -41765,6 +41764,11 @@ COPY public.jointable_group_role (group_id, role_id) FROM stdin;
4176541764
3 170
4176641765
32 170
4176741766
33 170
41767+
4 171
41768+
2 171
41769+
3 171
41770+
32 171
41771+
33 171
4176841772
\.
4176941773

4177041774

@@ -43996,6 +44000,7 @@ COPY public.qcadoosecurity_role (id, identifier, description, entityversion) FRO
4399644000
168 ROLE_WORKSTATION_CHANGEOVERS \N 0
4399744001
169 ROLE_OPERATIONAL_TASKS \N 0
4399844002
170 ROLE_DASHBOARD_PARAMETERS \N 0
44003+
171 ROLE_PRODUCTION_COUNTING_QUANTITY \N 0
4399944004
\.
4400044005

4400144006

@@ -44177,7 +44182,6 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4417744182
73 materialFlowResources documents t 6 73 3 ROLE_DOCUMENTS_CORRECTIONS_MIN_STATES 0
4417844183
153 materialFlowResources documentPositionsAttributes t 6 152 5 ROLE_DOCUMENT_POSITIONS 0
4417944184
189 ordersGroups ordersGroupMaterialRequirementsList t 9 188 4 ROLE_REQUIREMENTS 0
44180-
171 basicProductionCounting productionCountingQuantityList t 9 170 5 ROLE_BASE_FUNCTIONALITY 0
4418144185
187 orders orderPacksList t 7 186 11 ROLE_PLANNING 0
4418244186
63 stoppage stoppages t 8 63 3 ROLE_STOPPAGES 0
4418344187
190 urcProductionCounting processConfirmationTerminal t 8 189 5 ROLE_PROCESS_CONFIRMATION_TERMINAL 0
@@ -44254,6 +44258,7 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4425444258
149 orders schedulesList t 7 148 8 ROLE_SCHEDULES 0
4425544259
215 orders workstationChangeoverForOperationalTasksList t 7 214 24 ROLE_WORKSTATION_CHANGEOVERS 0
4425644260
46 orders operationalTasks t 7 46 7 ROLE_OPERATIONAL_TASKS 0
44261+
171 basicProductionCounting productionCountingQuantityList t 9 170 5 ROLE_PRODUCTION_COUNTING_QUANTITY 0
4425744262
\.
4425844263

4425944264

@@ -49817,7 +49822,7 @@ SELECT pg_catalog.setval('public.qcadoosecurity_persistenttoken_id_seq', 1, fals
4981749822
-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
4981849823
--
4981949824

49820-
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 170, true);
49825+
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 171, true);
4982149826

4982249827

4982349828
--

mes-application/src/main/resources/schema/mes_db_en.sql

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15698,8 +15698,7 @@ CREATE TABLE public.deliveries_orderedproduct (
1569815698
additionaldeliveredquantity numeric,
1569915699
batchnumber character varying(255),
1570015700
batch_id bigint,
15701-
qualitycard_id bigint,
15702-
pickingdate timestamp without time zone
15701+
qualitycard_id bigint
1570315702
);
1570415703

1570515704

@@ -40122,7 +40121,7 @@ COPY public.deliveries_deliverystatechange (id, dateandtime, sourcestate, target
4012240121
-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: -
4012340122
--
4012440123

40125-
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id, pickingdate) FROM stdin;
40124+
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id) FROM stdin;
4012640125
\.
4012740126

4012840127

@@ -41765,6 +41764,11 @@ COPY public.jointable_group_role (group_id, role_id) FROM stdin;
4176541764
3 170
4176641765
32 170
4176741766
33 170
41767+
4 171
41768+
2 171
41769+
3 171
41770+
32 171
41771+
33 171
4176841772
\.
4176941773

4177041774

@@ -43996,6 +44000,7 @@ COPY public.qcadoosecurity_role (id, identifier, description, entityversion) FRO
4399644000
168 ROLE_WORKSTATION_CHANGEOVERS \N 0
4399744001
169 ROLE_OPERATIONAL_TASKS \N 0
4399844002
170 ROLE_DASHBOARD_PARAMETERS \N 0
44003+
171 ROLE_PRODUCTION_COUNTING_QUANTITY \N 0
4399944004
\.
4400044005

4400144006

@@ -44177,7 +44182,6 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4417744182
73 materialFlowResources documents t 6 73 3 ROLE_DOCUMENTS_CORRECTIONS_MIN_STATES 0
4417844183
153 materialFlowResources documentPositionsAttributes t 6 152 5 ROLE_DOCUMENT_POSITIONS 0
4417944184
189 ordersGroups ordersGroupMaterialRequirementsList t 9 188 4 ROLE_REQUIREMENTS 0
44180-
171 basicProductionCounting productionCountingQuantityList t 9 170 5 ROLE_BASE_FUNCTIONALITY 0
4418144185
187 orders orderPacksList t 7 186 11 ROLE_PLANNING 0
4418244186
63 stoppage stoppages t 8 63 3 ROLE_STOPPAGES 0
4418344187
190 urcProductionCounting processConfirmationTerminal t 8 189 5 ROLE_PROCESS_CONFIRMATION_TERMINAL 0
@@ -44254,6 +44258,7 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4425444258
149 orders schedulesList t 7 148 8 ROLE_SCHEDULES 0
4425544259
215 orders workstationChangeoverForOperationalTasksList t 7 214 24 ROLE_WORKSTATION_CHANGEOVERS 0
4425644260
46 orders operationalTasks t 7 46 7 ROLE_OPERATIONAL_TASKS 0
44261+
171 basicProductionCounting productionCountingQuantityList t 9 170 5 ROLE_PRODUCTION_COUNTING_QUANTITY 0
4425744262
\.
4425844263

4425944264

@@ -49817,7 +49822,7 @@ SELECT pg_catalog.setval('public.qcadoosecurity_persistenttoken_id_seq', 1, fals
4981749822
-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
4981849823
--
4981949824

49820-
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 170, true);
49825+
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 171, true);
4982149826

4982249827

4982349828
--

mes-application/src/main/resources/schema/mes_db_fr.sql

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15698,8 +15698,7 @@ CREATE TABLE public.deliveries_orderedproduct (
1569815698
additionaldeliveredquantity numeric,
1569915699
batchnumber character varying(255),
1570015700
batch_id bigint,
15701-
qualitycard_id bigint,
15702-
pickingdate timestamp without time zone
15701+
qualitycard_id bigint
1570315702
);
1570415703

1570515704

@@ -40122,7 +40121,7 @@ COPY public.deliveries_deliverystatechange (id, dateandtime, sourcestate, target
4012240121
-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: -
4012340122
--
4012440123

40125-
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id, pickingdate) FROM stdin;
40124+
COPY public.deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, deliveredquantity, additionaldeliveredquantity, batchnumber, batch_id, qualitycard_id) FROM stdin;
4012640125
\.
4012740126

4012840127

@@ -41765,6 +41764,11 @@ COPY public.jointable_group_role (group_id, role_id) FROM stdin;
4176541764
3 170
4176641765
32 170
4176741766
33 170
41767+
4 171
41768+
2 171
41769+
3 171
41770+
32 171
41771+
33 171
4176841772
\.
4176941773

4177041774

@@ -43996,6 +44000,7 @@ COPY public.qcadoosecurity_role (id, identifier, description, entityversion) FRO
4399644000
168 ROLE_WORKSTATION_CHANGEOVERS \N 0
4399744001
169 ROLE_OPERATIONAL_TASKS \N 0
4399844002
170 ROLE_DASHBOARD_PARAMETERS \N 0
44003+
171 ROLE_PRODUCTION_COUNTING_QUANTITY \N 0
4399944004
\.
4400044005

4400144006

@@ -44177,7 +44182,6 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4417744182
73 materialFlowResources documents t 6 73 3 ROLE_DOCUMENTS_CORRECTIONS_MIN_STATES 0
4417844183
153 materialFlowResources documentPositionsAttributes t 6 152 5 ROLE_DOCUMENT_POSITIONS 0
4417944184
189 ordersGroups ordersGroupMaterialRequirementsList t 9 188 4 ROLE_REQUIREMENTS 0
44180-
171 basicProductionCounting productionCountingQuantityList t 9 170 5 ROLE_BASE_FUNCTIONALITY 0
4418144185
187 orders orderPacksList t 7 186 11 ROLE_PLANNING 0
4418244186
63 stoppage stoppages t 8 63 3 ROLE_STOPPAGES 0
4418344187
190 urcProductionCounting processConfirmationTerminal t 8 189 5 ROLE_PROCESS_CONFIRMATION_TERMINAL 0
@@ -44254,6 +44258,7 @@ COPY public.qcadooview_item (id, pluginidentifier, name, active, category_id, vi
4425444258
149 orders schedulesList t 7 148 8 ROLE_SCHEDULES 0
4425544259
215 orders workstationChangeoverForOperationalTasksList t 7 214 24 ROLE_WORKSTATION_CHANGEOVERS 0
4425644260
46 orders operationalTasks t 7 46 7 ROLE_OPERATIONAL_TASKS 0
44261+
171 basicProductionCounting productionCountingQuantityList t 9 170 5 ROLE_PRODUCTION_COUNTING_QUANTITY 0
4425744262
\.
4425844263

4425944264

@@ -49817,7 +49822,7 @@ SELECT pg_catalog.setval('public.qcadoosecurity_persistenttoken_id_seq', 1, fals
4981749822
-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
4981849823
--
4981949824

49820-
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 170, true);
49825+
SELECT pg_catalog.setval('public.qcadoosecurity_role_id_seq', 171, true);
4982149826

4982249827

4982349828
--

0 commit comments

Comments
 (0)