Commit 0eae69ee authored by cmahajan's avatar cmahajan

Add sql for mobile


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102985 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aa7aba2f
---------------------------------------------------------Browser entries------------------------------------------------------
/*Dashboard_Pages-------------------------------------------------------------------------*/ /*Dashboard_Pages-------------------------------------------------------------------------*/
...@@ -64,6 +66,66 @@ VALUES ( ...@@ -64,6 +66,66 @@ VALUES (
,NULL ,NULL
); );
---------------------------------------------------------Mobile entries------------------------------------------------------
--------------------------------------------------- Dashboard_pages ---------------------------------------------------
INSERT INTO Dashboard_pages
(
user_id ,
page_id ,
title ,
uri ,
image_uri ,
page_type ,
entity_type ,
entity_code ,
chg_user ,
chg_term ,
chg_date ,
comp_type
) VALUES (
'BASE',
20,
'Customerinfo',
'/ibase/dwh/GwtDashboardPage.html?metadataname=customerinfo',
'../images/compose.gif',
'T',
'U',
'BASE',
'BASE',
'127.0.0.1',
sysdate,
'DBR '
);
--------------------------------------------------- Dashboard_comp ---------------------------------------------------
INSERT INTO Dashboard_comp (
user_id ,
page_id ,
comp_id ,
title ,
uri ,
width ,
height ,
row_no ,
column_no ,
comp_type ,
comp_name ,
entity_type ,
entity_code ,
dbr_resource
) VALUES (
'BASE',
20,
1,
'DashBoard Report',
'/ibase/dwh/GwtDashboardPage.html?metadataname=customerinfo',
230,
0,
0,
1,
'DBR',
'DBR',
'U',
'BASE',
'customerinfo'
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment