Commit da0cd132 authored by dkasliwal's avatar dkasliwal

add web component in mfg module-resouce folder


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103042 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bcaebce4
.tdLabel {
FONT-FAMILY: Arial;
font-size: 12pt;
}
.title {
FONT-FAMILY: Arial;
align: center;
font-size: 14pt;
}
.dropdown {
border-radius: 3px;
width: 1000px;
align: center;
background-color: #F5F5F5;
margin-top:10px;
}
.chartTable{
align: center;
border-spacing:3px;
}
.summaryTable {
height: 50px;
width: 100px;
align: center;
cellspacing:1;
cellpadding:2;
margin-left:auto;
margin-right:auto;
}
.summaryTr
{
background-color:#00cc00;
height: 30px;
font-size: 7pt;
}
.chartCell{
border:1px solid lightgrey;
}
.summaryDetail {
background-color: yellow;
height: 20px;
font-size: 7pt;
}
.countryLbl {
background-color: #F5F5F5;
margin-top:10px;
width: 1100px;
FONT-FAMILY: Arial;
font-size: 14pt;
}
/** Minimal stand-alone css for dropdownchecklist support
We highly recommend using JQuery ThemeRoller instead
*/
.ui-dropdownchecklist {
font-size: medium;
color: black;
}
.ui-dropdownchecklist-selector {
height: 20px;
border: 1px solid #ddd;
background: #fff;
}
.ui-state-hover, .ui-state-active {
border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
background-color: #fff;
border: 1px solid #999;
}
.ui-dropdownchecklist-item {
}
.ui-state-hover {
background-color: #39f;
}
.ui-state-disabled label {
color: #ccc;
}
.ui-dropdownchecklist-group {
font-weight: bold;
font-style: italic;
}
.ui-dropdownchecklist-indent {
padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
vertical-align: middle;
font-size: 0px;
}
.ui-dropdownchecklist-selector {
padding: 1px 2px 2px 2px;
font-size: 0px;
}
.ui-dropdownchecklist-text {
font-size: medium;
/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
padding: 1px 2px 2px 2px;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version='1.0'?>
<Root>
<filters>
<filter type='3'>
<col_title><![CDATA[Geo Location Filter]]></col_title>
<col_name id='GEO_LOC' moduleName='X'><![CDATA[Geo Location:]]></col_name>
<col_descr id='descr'><![CDATA[Descr:]]></col_descr>
</filter>
<filter type='1'>
<col_title><![CDATA[Month Filter]]></col_title>
<col_name id='LAST_MONTH' moduleName='X'><![CDATA[Last Month:]]></col_name>
<col_descr id='descr'><![CDATA[Descr:]]></col_descr>
</filter>
</filters>
<page_title><![CDATA[QC Sample cost of plants for ]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[QCSampleCostServlet]]></datasource>
<view id='1' name='QC Dashboard' >
<graph datasource='1' id='1' type='G'>
<chart_properties>
<chart_type id='bar'><![CDATA[ScrollCombiDY2D]]></chart_type>
<caption><![CDATA[QC Sample Cost of Plants]]></caption>
<height><![CDATA[300]]></height>
<width><![CDATA[100%]]></width>
<bg_color><![CDATA[A8D7AB]]></bg_color>
<showlegend><![CDATA[1]]></showlegend>
<useroundedges><![CDATA[1]]></useroundedges>
<rotatevalues><![CDATA[0]]></rotatevalues>
<decimals><![CDATA[1]]></decimals>
<formatnumberscale><![CDATA[0]]></formatnumberscale>
<formatnumber><![CDATA[1]]></formatnumber>
</chart_properties>
<column_group id='x_axis'>
<col_group_title><![CDATA[Month Wise Profit]]></col_group_title>
<columns>
<column id='qc_date'><![CDATA[Date]]></column>
</columns>
</column_group>
<column_group id='y_axis'>
<col_group_title><![CDATA[Month Wise Sales Value]]></col_group_title>
<columns>
<column id='sample_cost' render='bar' color='#1ECC2A' showvalue='1' linevisibility='0' dotthickness='0'><![CDATA[Sample Cost]]></column>
</columns>
<left_yaxis_title><![CDATA[]]></left_yaxis_title>
<right_yaxis_title><![CDATA[]]></right_yaxis_title>
</column_group>
</graph>
</view>
</Root>
<?xml version='1.0'?>
<Root>
<filters>
<filter type='1'>
<col_title><![CDATA[Heading of the Column]]></col_title>
<col_name id='LAST_MONTH' moduleName='X'><![CDATA[Last Month:]]></col_name>
<col_descr id='descr'><![CDATA[Descr:]]></col_descr>
</filter>
</filters>
<page_title><![CDATA[Sample Release Status for]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[SampleRcpDtlServlet]]></datasource>
<view id='1' name='RCP Dashboard'>
<graph datasource='1' id='1' type='G'>
<chart_properties>
<chart_type id='bar'><![CDATA[ScrollCombiDY2D]]></chart_type>
<caption><![CDATA[Sample Release Status]]></caption>
<height><![CDATA[300]]></height>
<width><![CDATA[100%]]></width>
<bg_color><![CDATA[A8D7AB]]></bg_color>
<showlegend><![CDATA[1]]></showlegend>
<useroundedges><![CDATA[1]]></useroundedges>
<rotatevalues><![CDATA[0]]></rotatevalues>
<decimals><![CDATA[1]]></decimals>
<formatnumberscale><![CDATA[0]]></formatnumberscale>
<formatnumber><![CDATA[1]]></formatnumber>
</chart_properties>
<column_group id='x_axis'>
<col_group_title><![CDATA[Month Wise Profit]]></col_group_title>
<columns>
<column id='curr_date'><![CDATA[Date]]></column>
</columns>
</column_group>
<column_group id='y_axis'>
<col_group_title><![CDATA[Month Wise Sales Value]]></col_group_title>
<columns>
<column id='day_received' render='bar' color='#1ECC2A' showvalue='1' linevisibility='0' dotthickness='0'><![CDATA[Received]]></column>
<column id='day_approved' render='bar' color='#61380B' showvalue='1' linevisibility='0' dotthickness='0'><![CDATA[Released]]></column>
<column id='day_pending' render='bar' color='#DD37DA' showvalue='1' linevisibility='0' dotthickness='0'><![CDATA[Pending]]></column>
</columns>
<left_yaxis_title><![CDATA[]]></left_yaxis_title>
<right_yaxis_title><![CDATA[]]></right_yaxis_title>
</column_group>
</graph>
</view>
</Root>
<?xml version='1.0'?>
<Root>
<filters>
<filter type='1'>
<col_title><![CDATA[Heading of the Column]]></col_title>
<col_name id='LAST_MONTH' moduleName='X'><![CDATA[Last Month:]]></col_name>
<col_descr id='descr'><![CDATA[Descr:]]></col_descr>
</filter>
</filters>
<page_title><![CDATA[Recall for Period:]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[PlantWiseRecallServlet]]></datasource>
<datasource id ='2' driverName='DriverITM'><![CDATA[MarketWiseRecallServlet]]></datasource>
<datasource id ='3' driverName='DriverITM'><![CDATA[ProductWiseRecallServlet]]></datasource>
<view id='1' name='Plant Wise Recall'>
<graph datasource='1' id='1' type='G'>
<chart_properties>
<chart_type id='pie'><![CDATA[Pie3D]]></chart_type>
<caption><![CDATA[Plant Wise Recall]]></caption>
<height><![CDATA[300]]></height>
<width><![CDATA[100%]]></width>
<bg_color><![CDATA[A8D7AB]]></bg_color>
<showlegend><![CDATA[1]]></showlegend>
<useroundedges><![CDATA[1]]></useroundedges>
<rotatevalues><![CDATA[0]]></rotatevalues>
<decimals><![CDATA[1]]></decimals>
<formatnumberscale><![CDATA[0]]></formatnumberscale>
<formatnumber><![CDATA[1]]></formatnumber>
</chart_properties>
<column_group id='x_axis'>
<col_group_title><![CDATA[]]></col_group_title>
<columns>
<column id='geo_loc'><![CDATA[Geo Location]]></column>
</columns>
</column_group>
<column_group id='y_axis'>
<col_group_title><![CDATA[]]></col_group_title>
<columns>
<column id='product_recall' render='bar' showvalue='1' color='#2B7703' linevisibility='3' dotthickness='0'><![CDATA[Plant Recall]]></column>
</columns>
<left_yaxis_title><![CDATA[]]></left_yaxis_title>
<right_yaxis_title><![CDATA[]]></right_yaxis_title>
</column_group>
</graph>
</view>
<view id='2' name='Market Wise Recall'>
<graph datasource='2' id='2' type='G'>
<chart_properties>
<chart_type id='pie'><![CDATA[Pie3D]]></chart_type>
<caption><![CDATA[Market Wise Recall]]></caption>
<height><![CDATA[300]]></height>
<width><![CDATA[100%]]></width>
<bg_color><![CDATA[A8D7AB]]></bg_color>
<showlegend><![CDATA[1]]></showlegend>
<useroundedges><![CDATA[1]]></useroundedges>
<rotatevalues><![CDATA[0]]></rotatevalues>
<decimals><![CDATA[1]]></decimals>
<formatnumberscale><![CDATA[0]]></formatnumberscale>
<formatnumber><![CDATA[1]]></formatnumber>
</chart_properties>
<column_group id='x_axis'>
<col_group_title><![CDATA[]]></col_group_title>
<columns>
<column id='market_reg'><![CDATA[Market Reg]]></column>
</columns>
</column_group>
<column_group id='y_axis'>
<col_group_title><![CDATA[]]></col_group_title>
<columns>
<column id='market_recall' render='bar' showvalue='1' color='#2F8C87' linevisibility='0' dotthickness='0'><![CDATA[Market Recall]]></column>
</columns>
<left_yaxis_title><![CDATA[]]></left_yaxis_title>
<right_yaxis_title><![CDATA[]]></right_yaxis_title>
</column_group>
</graph>
</view>
<view id='3' name='Product Wise Recall'>
<graph datasource='3' id='3' type='G'>
<chart_properties>
<chart_type id='pie'><![CDATA[Pie3D]]></chart_type>
<caption><![CDATA[Product Form Wise Recall]]></caption>
<height><![CDATA[300]]></height>
<width><![CDATA[100%]]></width>
<bg_color><![CDATA[A8D7AB]]></bg_color>
<showlegend><![CDATA[1]]></showlegend>
<useroundedges><![CDATA[1]]></useroundedges>
<rotatevalues><![CDATA[0]]></rotatevalues>
<decimals><![CDATA[1]]></decimals>
<formatnumberscale><![CDATA[0]]></formatnumberscale>
<formatnumber><![CDATA[1]]></formatnumber>
</chart_properties>
<column_group id='x_axis'>
<col_group_title><![CDATA[]]></col_group_title>
<columns>
<column id='unit__form'><![CDATA[Unit Form]]></column>
</columns>
</column_group>
<column_group id='y_axis'>
<col_group_title><![CDATA[]]></col_group_title>
<columns>
<column id='product_recall' render='bar' showvalue='1' color='#0B615E' linevisibility='0' dotthickness='0'><![CDATA[Product Recall ]]></column>
</columns>
<left_yaxis_title><![CDATA[]]></left_yaxis_title>
<right_yaxis_title><![CDATA[]]></right_yaxis_title>
</column_group>
</graph>
</view>
</Root>
#Please specify the path to a folder with write permissions relative to web application root
#The exported image/PDF files would be saved here.
SAVEPATH =dashboard/mfg/JSP/ExportExample/ExportImages/
#This constant HTTP_URI stores the HTTP reference to
#the folder where exported charts will be saved.
#Please enter the HTTP representation of that folder
#in this constant e.g., http://www.yourdomain.com/images/
HTTP_URI=http://localhost:9090/ibase/dashboard/mfg/JSP/ExportExample/ExportedImages/
#OVERWRITEFILE sets whether the export handler would overwrite an existing file
#the newly created exported file. If it is set to false the export handler would
#not overwrite. In this case if INTELLIGENTFILENAMING is set to true the handler
#would add a suffix to the new file name. The suffix is a randomly generated UUID.
#Additionally, you can add a timestamp or random number as additional prefix.
OVERWRITEFILE=true
INTELLIGENTFILENAMING=true
FILESUFFIXFORMAT=TIMESTAMP
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