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 ...@@ -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'; 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 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 @@ ...@@ -149,7 +149,19 @@
<name>chg_term</name> <name>chg_term</name>
<dbname>grade.chg_term</dbname> <dbname>grade.chg_term</dbname>
</table_column> </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> <update>GRADE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -158,54 +170,6 @@ ...@@ -158,54 +170,6 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -895,6 +859,44 @@ ...@@ -895,6 +859,44 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -925,27 +927,25 @@ ...@@ -925,27 +927,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>415</x> <x>415</x>
<y>141</y> <y>162</y>
<height>16</height> <height>16</height>
<width>89</width> <width>89</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cctr_code__exp</name> <name>act_stat</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>4</limit> <limit>0</limit>
<case>upper</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -961,6 +961,34 @@ ...@@ -961,6 +961,34 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -968,7 +996,7 @@ ...@@ -968,7 +996,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>21</x> <x>21</x>
<y>235</y> <y>241</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
...@@ -997,7 +1025,7 @@ ...@@ -997,7 +1025,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>130</x> <x>130</x>
<y>235</y> <y>241</y>
<height>16</height> <height>16</height>
<width>103</width> <width>103</width>
<format>[general]</format> <format>[general]</format>
...@@ -1033,7 +1061,7 @@ ...@@ -1033,7 +1061,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>412</x> <x>412</x>
<y>211</y> <y>217</y>
<height>16</height> <height>16</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
...@@ -1068,7 +1096,7 @@ ...@@ -1068,7 +1096,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>315</x> <x>315</x>
<y>210</y> <y>216</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -1096,7 +1124,7 @@ ...@@ -1096,7 +1124,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>20</x>
<y>214</y> <y>220</y>
<height>16</height> <height>16</height>
<width>107</width> <width>107</width>
<html> <html>
...@@ -1125,7 +1153,7 @@ ...@@ -1125,7 +1153,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>131</x> <x>131</x>
<y>214</y> <y>220</y>
<height>16</height> <height>16</height>
<width>104</width> <width>104</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
...@@ -1153,6 +1181,54 @@ ...@@ -1153,6 +1181,54 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</ColumnObject> </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> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </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