IDEMPIERE-1157: Adding functionality to add charts on the standard windows / minor fix

This commit is contained in:
Carlos Ruiz 2013-08-26 13:08:22 -05:00
parent e9dc3b9499
commit 7ffd334a78
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- 23/08/2010 1:24:00 PM
-- Chart
INSERT INTO AD_Table (AccessLevel,AD_Client_ID,AD_Org_ID,AD_Table_ID,CopyColumnsFromTable,Created,CreatedBy,Description,EntityType,Help,ImportTable,IsActive,IsCentrallyMaintained,IsChangeLog,IsDeleteable,IsHighVolume,IsSecurityEnabled,IsView,LoadSeq,Name,ReplicationType,TableName,Updated,UpdatedBy) VALUES ('4',0,0,53282,'N',TO_DATE('2010-08-23 13:23:59','YYYY-MM-DD HH24:MI:SS'),100,'Chart definition','D','Charts provide a graphical display of information.','N','Y','Y','N','Y','N','N','N',0,'Chart','L','AD_Chart',TO_DATE('2010-08-23 13:23:59','YYYY-MM-DD HH24:MI:SS'),100)
@ -2315,4 +2318,4 @@ ALTER TABLE AD_ChartDatasource ADD CONSTRAINT AD_ChartDatasource_UU_idx UNIQUE (
;
SELECT register_migration_script('201307101823_IDEMPIERE-1157.sql') FROM dual
;
;