From 0ba596ace8c8b1297c34bf6c151445544e759c9a Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 12 Mar 2013 11:06:15 -0500 Subject: [PATCH] IDEMPIERE-166 Rebranding of logo and product name / Change to default print table format - thanks to Steven Sackett for the suggestion --- .../i1.0a-release/oracle/201303121104_IDEMPIERE-166.sql | 8 ++++++++ .../postgresql/201303121104_IDEMPIERE-166.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 migration/i1.0a-release/oracle/201303121104_IDEMPIERE-166.sql create mode 100644 migration/i1.0a-release/postgresql/201303121104_IDEMPIERE-166.sql diff --git a/migration/i1.0a-release/oracle/201303121104_IDEMPIERE-166.sql b/migration/i1.0a-release/oracle/201303121104_IDEMPIERE-166.sql new file mode 100644 index 0000000000..7b04e9a60a --- /dev/null +++ b/migration/i1.0a-release/oracle/201303121104_IDEMPIERE-166.sql @@ -0,0 +1,8 @@ +-- Mar 12, 2013 10:55:02 AM COT +-- IDEMPIERE-166 Rebranding of logo and product name +UPDATE AD_PrintTableFormat SET FunctBG_PrintColor_ID=115, HdrLine_PrintColor_ID=NULL, Line_PrintColor_ID=NULL, FunctFG_PrintColor_ID=100, IsPaintHLines='N', IsPaintVLines='N', HdrTextBG_PrintColor_ID=115, Hdr_PrintFont_ID=161, LineStrokeType='S', LineStroke=0.5, HdrTextFG_PrintColor_ID=100, HdrStroke=1, Funct_PrintFont_ID=155,Updated=TO_DATE('2013-03-12 10:55:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_PrintTableFormat_ID=100 +; + +SELECT register_migration_script('201303121104_IDEMPIERE-166.sql') FROM dual +; + diff --git a/migration/i1.0a-release/postgresql/201303121104_IDEMPIERE-166.sql b/migration/i1.0a-release/postgresql/201303121104_IDEMPIERE-166.sql new file mode 100644 index 0000000000..7d85f388e7 --- /dev/null +++ b/migration/i1.0a-release/postgresql/201303121104_IDEMPIERE-166.sql @@ -0,0 +1,8 @@ +-- Mar 12, 2013 10:55:02 AM COT +-- IDEMPIERE-166 Rebranding of logo and product name +UPDATE AD_PrintTableFormat SET FunctBG_PrintColor_ID=115, HdrLine_PrintColor_ID=NULL, Line_PrintColor_ID=NULL, FunctFG_PrintColor_ID=100, IsPaintHLines='N', IsPaintVLines='N', HdrTextBG_PrintColor_ID=115, Hdr_PrintFont_ID=161, LineStrokeType='S', LineStroke=0.5, HdrTextFG_PrintColor_ID=100, HdrStroke=1, Funct_PrintFont_ID=155,Updated=TO_TIMESTAMP('2013-03-12 10:55:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_PrintTableFormat_ID=100 +; + +SELECT register_migration_script('201303121104_IDEMPIERE-166.sql') FROM dual +; +