Commit 51ad9bab authored by rtelang's avatar rtelang

grade11.xml

grade21.xml
w_grade.sql
d_grade_brow.srd
d_grade_edit.srd
A18ISUN003
4.1.10_ A18ISUN003_PrintSreen.doc
4.1.10_ A18ISUN003_UT.ods
4.1.10_ A18ISUN003_UT_Rev_1.odt
4.1.10_ A18ISUN003_UTR.ods
A18ISUN003_IMPACT.odt
A18ISUN003_IMPACT_REV_1.odt

- New functionality added for grade status(Active/Inactive).


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206752 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eadc12a5
......@@ -177,4 +177,25 @@ Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERAC
update itm2menu set icon_path='grade.png' , close_icon = 'gradewht.png' where win_name='w_grade';
--------------------------------------------Added by Sarita on 30/08/2019 Start-------------
--------------------------------------------Added by Rohini T on 04/09/2019 Start-------------
set define off;
ALTER TABLE GRADE ADD ACT_STAT CHAR(1);
UPDATE GRADE SET ACT_STAT='Y';
update obj_forms set Disp_Metadata='<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Grade :</b> {sh_descr} ({grade_code}) , <b>Active Status :</b> {act_stat} <br/>
<b>Description :</b> {descr} , <b>Grade Type :</b>{grade_type} , <b>Appraisal Table No :</b> {appr_tblno} , <b>Induction Table No. :</b> {induct_tblno}
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' Where Win_Name = 'w_grade';
Insert into PBCATCOL (PBC_TNAM,PBC_TID,PBC_OWNR,PBC_CNAM,PBC_CID,PBC_LABL,PBC_LPOS,PBC_HDR,PBC_HPOS,PBC_JTFY,PBC_MASK,PBC_CASE,PBC_HGHT,PBC_WDTH,PBC_PTRN,PBC_BMAP,PBC_INIT,PBC_CMNT,PBC_EDIT,PBC_TAG)
values ('GRADE',null,'APPVISDEV','ACT_STAT',null,NULL,23,NULL,25,25,null,0,0,0,null,'N',null,'It contains Y or N vlaue to indicates status of the grade',null,null);
--------------------------------------------Added by Rohini T on 04/09/2019 End-------------
......@@ -149,7 +149,19 @@
<name>chg_term</name>
<dbname>grade.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;cadre&quot; ) COLUMN(NAME=&quot;grade.grade_code&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;grade.cadre_code&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COLUMN(NAME=&quot;grade.induct_tblno&quot;) COLUMN(NAME=&quot;grade.sh_descr&quot;) COLUMN(NAME=&quot;grade.appr_tblno&quot;) COLUMN(NAME=&quot;grade.acct_code__exp&quot;) COLUMN(NAME=&quot;grade.cctr_code__exp&quot;) COLUMN(NAME=&quot;grade.notice_prd&quot;) COLUMN(NAME=&quot;grade.grade_type&quot;) COLUMN(NAME=&quot;grade.level_no&quot;) COLUMN(NAME=&quot;grade.chg_date&quot;) COLUMN(NAME=&quot;grade.chg_user&quot;) COLUMN(NAME=&quot;grade.chg_term&quot;) JOIN (LEFT=&quot;grade.cadre_code&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; )WHERE( EXP1 =&quot;~&quot;GRADE~&quot;.~&quot;GRADE_CODE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:mgrade&quot; ) ) ARG(NAME = &quot;mgrade&quot; TYPE = string) </retrieve>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>act_stat</name>
<dbname>grade.act_stat</dbname>
<initial>Y</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;cadre&quot; ) COLUMN(NAME=&quot;grade.grade_code&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;grade.cadre_code&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COLUMN(NAME=&quot;grade.induct_tblno&quot;) COLUMN(NAME=&quot;grade.sh_descr&quot;) COLUMN(NAME=&quot;grade.appr_tblno&quot;) COLUMN(NAME=&quot;grade.acct_code__exp&quot;) COLUMN(NAME=&quot;grade.cctr_code__exp&quot;) COLUMN(NAME=&quot;grade.notice_prd&quot;) COLUMN(NAME=&quot;grade.grade_type&quot;) COLUMN(NAME=&quot;grade.level_no&quot;) COLUMN(NAME=&quot;grade.chg_date&quot;) COLUMN(NAME=&quot;grade.chg_user&quot;) COLUMN(NAME=&quot;grade.chg_term&quot;) COLUMN(NAME=&quot;grade.act_stat&quot;) JOIN (LEFT=&quot;grade.cadre_code&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; )WHERE( EXP1 =&quot;~&quot;GRADE~&quot;.~&quot;GRADE_CODE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:mgrade&quot; ) ) ARG(NAME = &quot;mgrade&quot; TYPE = string) </retrieve>
<update>GRADE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -158,54 +170,6 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>6</y>
<height>176</height>
<width>559</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>0</color>
<x>7</x>
<y>190</y>
<height>78</height>
<width>559</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<ColumnObject>
<band>Detail</band>
<id>1</id>
......@@ -895,6 +859,44 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>415</x>
<y>141</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cctr_code__exp</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -925,27 +927,25 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>16</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>415</x>
<y>141</y>
<y>162</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cctr_code__exp</name>
<name>act_stat</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -961,6 +961,34 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Active Status :</text>
<border>0</border>
<color>33554432</color>
<x>283</x>
<y>162</y>
<height>15</height>
<width>128</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>act_stat_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -968,7 +996,7 @@
<border>0</border>
<color>0</color>
<x>21</x>
<y>235</y>
<y>241</y>
<height>16</height>
<width>106</width>
<html>
......@@ -997,7 +1025,7 @@
<border>5</border>
<color>255</color>
<x>130</x>
<y>235</y>
<y>241</y>
<height>16</height>
<width>103</width>
<format>[general]</format>
......@@ -1033,7 +1061,7 @@
<border>5</border>
<color>255</color>
<x>412</x>
<y>211</y>
<y>217</y>
<height>16</height>
<width>94</width>
<format>[general]</format>
......@@ -1068,7 +1096,7 @@
<border>0</border>
<color>0</color>
<x>315</x>
<y>210</y>
<y>216</y>
<height>16</height>
<width>92</width>
<html>
......@@ -1096,7 +1124,7 @@
<border>0</border>
<color>0</color>
<x>20</x>
<y>214</y>
<y>220</y>
<height>16</height>
<width>107</width>
<html>
......@@ -1125,7 +1153,7 @@
<border>5</border>
<color>255</color>
<x>131</x>
<y>214</y>
<y>220</y>
<height>16</height>
<width>104</width>
<format>[shortdate] [time]</format>
......@@ -1153,6 +1181,54 @@
<color>67108864</color>
</background>
</ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>6</y>
<height>186</height>
<width>559</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>196</y>
<height>78</height>
<width>559</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
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