From f64f3fc2244f189f38d85799af92a4d3be7618ed Mon Sep 17 00:00:00 2001 From: Mark Krake Date: Tue, 19 Dec 2017 16:07:18 +0100 Subject: [PATCH] #3229 Adding Activity to Purchase orderline in WebUI Adding Activity to Purchase orderline in WebUI https://github.com/metasfresh/metasfresh/issues/3229 --- ...3229-activity-purchase-orderline-webui.sql | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5480940_sys_gh3229-activity-purchase-orderline-webui.sql diff --git a/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5480940_sys_gh3229-activity-purchase-orderline-webui.sql b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5480940_sys_gh3229-activity-purchase-orderline-webui.sql new file mode 100644 index 00000000000..68eea351c84 --- /dev/null +++ b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5480940_sys_gh3229-activity-purchase-orderline-webui.sql @@ -0,0 +1,50 @@ +-- 2017-12-19T16:01:12.689 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=549371 +; + +-- 2017-12-19T16:01:31.895 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,AD_UI_ElementType,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,13652,0,293,540927,549829,'F',TO_TIMESTAMP('2017-12-19 16:01:31','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Kostenstelle',200,0,0,TO_TIMESTAMP('2017-12-19 16:01:31','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-12-19T16:01:44.882 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=140,Updated=TO_TIMESTAMP('2017-12-19 16:01:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549829 +; + +-- 2017-12-19T16:02:20.072 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=140,Updated=TO_TIMESTAMP('2017-12-19 16:02:20','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549829 +; + +-- 2017-12-19T16:02:23.731 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=150,Updated=TO_TIMESTAMP('2017-12-19 16:02:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547096 +; + +-- 2017-12-19T16:02:26.289 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=160,Updated=TO_TIMESTAMP('2017-12-19 16:02:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547094 +; + +-- 2017-12-19T16:02:29.019 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=170,Updated=TO_TIMESTAMP('2017-12-19 16:02:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547098 +; + +-- 2017-12-19T16:02:31.631 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=180,Updated=TO_TIMESTAMP('2017-12-19 16:02:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547083 +; + +-- 2017-12-19T16:02:34.145 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=190,Updated=TO_TIMESTAMP('2017-12-19 16:02:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548022 +; + +-- 2017-12-19T16:02:37.145 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=200,Updated=TO_TIMESTAMP('2017-12-19 16:02:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548023 +; +