IDEMPIERE-166 Rebranding of logo and product name / Change to default print table format - thanks to Steven Sackett for the suggestion

This commit is contained in:
Carlos Ruiz 2013-03-12 11:06:15 -05:00
parent 171c5db67d
commit 0ba596ace8
2 changed files with 16 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;