From e6aba812ebbd856743acb42cdb0c403789ec2612 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Thu, 20 Jun 2013 17:24:54 -0500 Subject: [PATCH] =?UTF-8?q?IDEMPIERE-1084=20Quote=20Convert=20=E2=80=93=20?= =?UTF-8?q?Conversion=20to=20to-many=20documents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oracle/201306201723_IDEMPIERE-1084.sql | 13 +++++++++++++ .../postgresql/201306201723_IDEMPIERE-1084.sql | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 migration/i1.0b-release/oracle/201306201723_IDEMPIERE-1084.sql create mode 100644 migration/i1.0b-release/postgresql/201306201723_IDEMPIERE-1084.sql diff --git a/migration/i1.0b-release/oracle/201306201723_IDEMPIERE-1084.sql b/migration/i1.0b-release/oracle/201306201723_IDEMPIERE-1084.sql new file mode 100644 index 0000000000..77a4271e9e --- /dev/null +++ b/migration/i1.0b-release/oracle/201306201723_IDEMPIERE-1084.sql @@ -0,0 +1,13 @@ +-- Jun 20, 2013 4:54:19 PM COT +-- IDEMPIERE-1084 Quote Convert - Conversion to to-many documents +INSERT INTO AD_Val_Rule (Code,AD_Val_Rule_ID,EntityType,Name,Description,Type,AD_Val_Rule_UU,CreatedBy,UpdatedBy,Updated,Created,AD_Org_ID,IsActive,AD_Client_ID) VALUES ('C_DocType.DocBaseType=''SOO'' AND C_DocType.DocSubTypeSO NOT IN (''OB'',''ON'',''RM'')',200045,'D','C_DocType Quote Convert','Target Document Types for Quote Convert','S','82d2bc56-2dff-42af-bcfc-3a74f345e7b1',100,100,TO_DATE('2013-06-20 16:54:17','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2013-06-20 16:54:17','YYYY-MM-DD HH24:MI:SS'),0,'Y',0) +; + +-- Jun 20, 2013 4:54:26 PM COT +-- IDEMPIERE-1084 Quote Convert - Conversion to to-many documents +UPDATE AD_Process_Para SET AD_Val_Rule_ID=200045,Updated=TO_DATE('2013-06-20 16:54:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=375 +; + +SELECT register_migration_script('201306201723_IDEMPIERE-1084.sql') FROM dual +; + diff --git a/migration/i1.0b-release/postgresql/201306201723_IDEMPIERE-1084.sql b/migration/i1.0b-release/postgresql/201306201723_IDEMPIERE-1084.sql new file mode 100644 index 0000000000..6678a9d0d6 --- /dev/null +++ b/migration/i1.0b-release/postgresql/201306201723_IDEMPIERE-1084.sql @@ -0,0 +1,13 @@ +-- Jun 20, 2013 4:54:19 PM COT +-- IDEMPIERE-1084 Quote Convert - Conversion to to-many documents +INSERT INTO AD_Val_Rule (Code,AD_Val_Rule_ID,EntityType,Name,Description,Type,AD_Val_Rule_UU,CreatedBy,UpdatedBy,Updated,Created,AD_Org_ID,IsActive,AD_Client_ID) VALUES ('C_DocType.DocBaseType=''SOO'' AND C_DocType.DocSubTypeSO NOT IN (''OB'',''ON'',''RM'')',200045,'D','C_DocType Quote Convert','Target Document Types for Quote Convert','S','82d2bc56-2dff-42af-bcfc-3a74f345e7b1',100,100,TO_TIMESTAMP('2013-06-20 16:54:17','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2013-06-20 16:54:17','YYYY-MM-DD HH24:MI:SS'),0,'Y',0) +; + +-- Jun 20, 2013 4:54:26 PM COT +-- IDEMPIERE-1084 Quote Convert - Conversion to to-many documents +UPDATE AD_Process_Para SET AD_Val_Rule_ID=200045,Updated=TO_TIMESTAMP('2013-06-20 16:54:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=375 +; + +SELECT register_migration_script('201306201723_IDEMPIERE-1084.sql') FROM dual +; +