Commit d6c77696 authored by dpingle's avatar dpingle

Updated leave table on [26/08/2019]

lvetable21.xml
w_lvetable.sql
d_lvetable_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 034196ac
......@@ -115,41 +115,25 @@ update obj_forms set disp_metadata=
---------------------------------------------------Dipesh [26/08/2019]Start
Insert into GENMST (FLD_NAME,MOD_NAME,DESCR,ERROR_CD,BLANK_OPT,FLD_TYPE,FLD_MIN,FLD_MAX,VAL_TYPE,CHG_DATE,CHG_USER,CHG_TERM,VAL_TABLE,SQL_INPUT,FLD_WIDTH,UDF_USAGE_1,UDF_USAGE_2,UDF_USAGE_3,VAL_STAGE,OBJ_NAME,FORM_NO,ACTION) values
('LVE_TBLNO','W_LVETABLE','Leave table cannot be blank','INVELTABLE','N','C','select (case when (length(trim(?)) > 0) then 1 else 0 end) from dual','1','Q',to_date('26-06-07','DD-MM-RR'),'SUN ','01HOMISVISHAL ',null,':0.LVE_TBLNO',0,null,null,null,null,null,'X','edit');
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values
('INVELTABLE','Leave table cannot be blank!','Leave TableNo cannot be blank or Already Existed in Leave Table,','E','Y',null,null,null,to_date('08-10-15','DD-MM-RR'),'BASE ','BASE ',null,null);
delete * OBJ_ACTIONS where OBJ_NAME='lvetable' and LINE_NO=22;
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('lvetable',39,'ibase/resource/objaction/exprtExl.svg','Export To Excel','a','a','B','Export2XLS','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,1);
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' where OBJ_NAME='lvetable' and LINE_NO=2;
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='lvetable' and LINE_NO=21;
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='lvetable' and LINE_NO=22;
delete * OBJ_ACTIONS where OBJ_NAME='lvetable' and LINE_NO=3;
---------------------------------------------------Dipesh [26/08/2019]End
......@@ -43,7 +43,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>397</height>
<height>480</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -82,33 +82,13 @@
<name>leaves_descr</name>
<dbname>leaves.descr</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>lvetable.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>lvetable.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>lvetable.chg_term</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>available</name>
<dbname>lvetable.avail</dbname>
<initial>J</initial>
<values>
<item display="Joining" data="J"/>
<item display="Probation" data="P"/>
......@@ -359,7 +339,25 @@
<name>max_allowed_unit</name>
<dbname>lvetable.max_allowed_unit</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;lvetable&quot; ) TABLE(NAME=&quot;leaves&quot; ) COLUMN(NAME=&quot;lvetable.lve_tblno&quot;) COLUMN(NAME=&quot;lvetable.lve_code&quot;) COLUMN(NAME=&quot;lvetable.encashable&quot;) COLUMN(NAME=&quot;leaves.descr&quot;) COLUMN(NAME=&quot;lvetable.chg_date&quot;) COLUMN(NAME=&quot;lvetable.chg_user&quot;) COLUMN(NAME=&quot;lvetable.chg_term&quot;) COLUMN(NAME=&quot;lvetable.avail&quot;) COLUMN(NAME=&quot;lvetable.avail_lt&quot;) COLUMN(NAME=&quot;lvetable.earn_new&quot;) COLUMN(NAME=&quot;lvetable.abs_mth&quot;) COLUMN(NAME=&quot;lvetable.accumulate&quot;) COLUMN(NAME=&quot;lvetable.accumulate_months&quot;) COLUMN(NAME=&quot;lvetable.max_times&quot;) COLUMN(NAME=&quot;lvetable.max_accumulate&quot;) COLUMN(NAME=&quot;lvetable.leave_on_days&quot;) COLUMN(NAME=&quot;lvetable.days_type&quot;) COLUMN(NAME=&quot;lvetable.nvo_no&quot;) COLUMN(NAME=&quot;lvetable.max_days&quot;) COLUMN(NAME=&quot;lvetable.no_days&quot;) COLUMN(NAME=&quot;lvetable.avail_formula&quot;) COLUMN(NAME=&quot;lvetable.avail_input&quot;) COLUMN(NAME=&quot;lvetable.enc_for_ffs&quot;) COLUMN(NAME=&quot;lvetable.can_combine&quot;) COLUMN(NAME=&quot;lvetable.wofflverule&quot;) COLUMN(NAME=&quot;lvetable.holidaylverule&quot;) COLUMN(NAME=&quot;lvetable.lve_unit&quot;) COLUMN(NAME=&quot;lvetable.max_days_unit&quot;) COLUMN(NAME=&quot;lvetable.max_accumulate_unit&quot;) COLUMN(NAME=&quot;lvetable.allow_adv_leave&quot;) COLUMN(NAME=&quot;lvetable.max_allowed&quot;) COLUMN(NAME=&quot;lvetable.min_allowed&quot;) COLUMN(NAME=&quot;lvetable.min_balance&quot;) COLUMN(NAME=&quot;lvetable.no_days_unit&quot;) COLUMN(NAME=&quot;lvetable.max_allowed_unit&quot;) JOIN (LEFT=&quot;lvetable.lve_code&quot; OP =&quot;=&quot;RIGHT=&quot;leaves.lve_code&quot; )WHERE( EXP1 =&quot;lvetable.lve_tblno&quot; OP =&quot;=&quot; EXP2 =&quot;:mtabno&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;lvetable.lve_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mlvecode&quot; ) ) ARG(NAME = &quot;mtabno&quot; TYPE = string) ARG(NAME = &quot;mlvecode&quot; TYPE = string) </retrieve>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>lvetable.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>lvetable.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>lvetable.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;lvetable&quot; ) TABLE(NAME=&quot;leaves&quot; ) COLUMN(NAME=&quot;lvetable.lve_tblno&quot;) COLUMN(NAME=&quot;lvetable.lve_code&quot;) COLUMN(NAME=&quot;lvetable.encashable&quot;) COLUMN(NAME=&quot;leaves.descr&quot;) COLUMN(NAME=&quot;lvetable.avail&quot;) COLUMN(NAME=&quot;lvetable.avail_lt&quot;) COLUMN(NAME=&quot;lvetable.earn_new&quot;) COLUMN(NAME=&quot;lvetable.abs_mth&quot;) COLUMN(NAME=&quot;lvetable.accumulate&quot;) COLUMN(NAME=&quot;lvetable.accumulate_months&quot;) COLUMN(NAME=&quot;lvetable.max_times&quot;) COLUMN(NAME=&quot;lvetable.max_accumulate&quot;) COLUMN(NAME=&quot;lvetable.leave_on_days&quot;) COLUMN(NAME=&quot;lvetable.days_type&quot;) COLUMN(NAME=&quot;lvetable.nvo_no&quot;) COLUMN(NAME=&quot;lvetable.max_days&quot;) COLUMN(NAME=&quot;lvetable.no_days&quot;) COLUMN(NAME=&quot;lvetable.avail_formula&quot;) COLUMN(NAME=&quot;lvetable.avail_input&quot;) COLUMN(NAME=&quot;lvetable.enc_for_ffs&quot;) COLUMN(NAME=&quot;lvetable.can_combine&quot;) COLUMN(NAME=&quot;lvetable.wofflverule&quot;) COLUMN(NAME=&quot;lvetable.holidaylverule&quot;) COLUMN(NAME=&quot;lvetable.lve_unit&quot;) COLUMN(NAME=&quot;lvetable.max_days_unit&quot;) COLUMN(NAME=&quot;lvetable.max_accumulate_unit&quot;) COLUMN(NAME=&quot;lvetable.allow_adv_leave&quot;) COLUMN(NAME=&quot;lvetable.max_allowed&quot;) COLUMN(NAME=&quot;lvetable.min_allowed&quot;) COLUMN(NAME=&quot;lvetable.min_balance&quot;) COLUMN(NAME=&quot;lvetable.no_days_unit&quot;) COLUMN(NAME=&quot;lvetable.max_allowed_unit&quot;) COLUMN(NAME=&quot;lvetable.chg_date&quot;) COLUMN(NAME=&quot;lvetable.chg_user&quot;) COLUMN(NAME=&quot;lvetable.chg_term&quot;) JOIN (LEFT=&quot;lvetable.lve_code&quot; OP =&quot;=&quot;RIGHT=&quot;leaves.lve_code&quot; )WHERE( EXP1 =&quot;lvetable.lve_tblno&quot; OP =&quot;=&quot; EXP2 =&quot;:mtabno&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;lvetable.lve_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mlvecode&quot; ) ) ARG(NAME = &quot;mtabno&quot; TYPE = string) ARG(NAME = &quot;mlvecode&quot; TYPE = string) </retrieve>
<update>LVETABLE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -372,13 +370,37 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>33554432</color>
<x>11</x>
<y>376</y>
<height>100</height>
<width>696</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>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>6</x>
<y>1</y>
<y>3</y>
<height>367</height>
<width>699</width>
<name>gb_1</name>
......@@ -403,7 +425,7 @@
<border>0</border>
<color>0</color>
<x>46</x>
<y>31</y>
<y>33</y>
<height>16</height>
<width>100</width>
<html>
......@@ -432,7 +454,7 @@
<border>5</border>
<color>255</color>
<x>142</x>
<y>31</y>
<y>33</y>
<height>17</height>
<width>37</width>
<format>[general]</format>
......@@ -465,13 +487,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>6</id>
<alignment>1</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>514</x>
<y>144</y>
<y>146</y>
<height>17</height>
<width>168</width>
<format>#0</format>
......@@ -508,7 +530,7 @@
<border>0</border>
<color>0</color>
<x>344</x>
<y>144</y>
<y>146</y>
<height>16</height>
<width>165</width>
<html>
......@@ -536,7 +558,7 @@
<border>0</border>
<color>0</color>
<x>41</x>
<y>167</y>
<y>169</y>
<height>16</height>
<width>100</width>
<html>
......@@ -559,13 +581,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>7</id>
<alignment>1</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>145</x>
<y>167</y>
<y>169</y>
<height>17</height>
<width>59</width>
<format>[Yes/No]</format>
......@@ -602,7 +624,7 @@
<border>0</border>
<color>0</color>
<x>325</x>
<y>167</y>
<y>169</y>
<height>16</height>
<width>166</width>
<html>
......@@ -625,13 +647,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>8</id>
<alignment>1</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>0</color>
<x>496</x>
<y>167</y>
<y>169</y>
<height>17</height>
<width>187</width>
<format>[Yes/No]</format>
......@@ -663,13 +685,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>10</id>
<alignment>1</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>0</color>
<x>514</x>
<y>189</y>
<y>191</y>
<height>17</height>
<width>168</width>
<format>#0</format>
......@@ -706,7 +728,7 @@
<border>0</border>
<color>0</color>
<x>341</x>
<y>189</y>
<y>191</y>
<height>16</height>
<width>168</width>
<html>
......@@ -729,13 +751,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>9</id>
<alignment>1</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>0</color>
<x>145</x>
<y>189</y>
<y>191</y>
<height>17</height>
<width>59</width>
<format>[general]</format>
......@@ -772,7 +794,7 @@
<border>0</border>
<color>0</color>
<x>41</x>
<y>189</y>
<y>191</y>
<height>16</height>
<width>100</width>
<html>
......@@ -800,7 +822,7 @@
<border>0</border>
<color>0</color>
<x>235</x>
<y>211</y>
<y>213</y>
<height>16</height>
<width>150</width>
<html>
......@@ -823,13 +845,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>12</id>
<alignment>1</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>0</color>
<x>388</x>
<y>211</y>
<y>213</y>
<height>16</height>
<width>39</width>
<format>##0</format>
......@@ -861,13 +883,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<id>18</id>
<alignment>1</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
<color>0</color>
<x>143</x>
<y>237</y>
<y>239</y>
<height>16</height>
<width>400</width>
<format>[general]</format>
......@@ -904,7 +926,7 @@
<border>0</border>
<color>0</color>
<x>54</x>
<y>234</y>
<y>236</y>
<height>16</height>
<width>87</width>
<html>
......@@ -932,7 +954,7 @@
<border>0</border>
<color>0</color>
<x>54</x>
<y>257</y>
<y>259</y>
<height>16</height>
<width>87</width>
<html>
......@@ -955,13 +977,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<id>19</id>
<alignment>1</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
<color>0</color>
<x>144</x>
<y>259</y>
<y>261</y>
<height>16</height>
<width>400</width>
<format>[general]</format>
......@@ -998,7 +1020,7 @@
<border>0</border>
<color>33554432</color>
<x>51</x>
<y>280</y>
<y>282</y>
<height>16</height>
<width>90</width>
<html>
......@@ -1021,13 +1043,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<id>20</id>
<alignment>1</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
<color>0</color>
<x>145</x>
<y>281</y>
<y>283</y>
<height>17</height>
<width>59</width>
<format>[Yes/No]</format>
......@@ -1064,7 +1086,7 @@
<border>0</border>
<color>33554432</color>
<x>357</x>
<y>280</y>
<y>282</y>
<height>16</height>
<width>134</width>
<html>
......@@ -1087,13 +1109,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<id>21</id>
<alignment>1</alignment>
<tabsequence>210</tabsequence>
<border>5</border>
<color>0</color>
<x>496</x>
<y>281</y>
<y>283</y>
<height>16</height>
<width>49</width>
<format>[Yes/No]</format>
......@@ -1125,13 +1147,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>26</id>
<id>23</id>
<alignment>1</alignment>
<tabsequence>230</tabsequence>
<border>5</border>
<color>0</color>
<x>474</x>
<y>304</y>
<y>306</y>
<height>17</height>
<width>71</width>
<format>[Yes/No]</format>
......@@ -1168,7 +1190,7 @@
<border>0</border>
<color>33554432</color>
<x>341</x>
<y>303</y>
<y>305</y>
<height>16</height>
<width>128</width>
<html>
......@@ -1191,13 +1213,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<id>22</id>
<alignment>1</alignment>
<tabsequence>220</tabsequence>
<border>5</border>
<color>0</color>
<x>145</x>
<y>304</y>
<y>306</y>
<height>17</height>
<width>71</width>
<format>[Yes/No]</format>
......@@ -1234,7 +1256,7 @@
<border>0</border>
<color>33554432</color>
<x>26</x>
<y>303</y>
<y>305</y>
<height>16</height>
<width>115</width>
<html>
......@@ -1262,7 +1284,7 @@
<border>0</border>
<color>33554432</color>
<x>64</x>
<y>328</y>
<y>330</y>
<height>16</height>
<width>77</width>
<html>
......@@ -1285,13 +1307,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>27</id>
<id>24</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>144</x>
<y>329</y>
<y>331</y>
<height>17</height>
<width>86</width>
<format>[general]</format>
......@@ -1326,7 +1348,7 @@
<border>0</border>
<color>33554432</color>
<x>357</x>
<y>328</y>
<y>330</y>
<height>16</height>
<width>134</width>
<html>
......@@ -1349,13 +1371,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>30</id>
<id>27</id>
<alignment>1</alignment>
<tabsequence>240</tabsequence>
<border>5</border>
<color>0</color>
<x>496</x>
<y>328</y>
<y>330</y>
<height>16</height>
<width>49</width>
<format>[Yes/No]</format>
......@@ -1392,7 +1414,7 @@
<border>0</border>
<color>0</color>
<x>46</x>
<y>54</y>
<y>56</y>
<height>16</height>
<width>83</width>
<html>
......@@ -1421,7 +1443,7 @@
<border>5</border>
<color>0</color>
<x>133</x>
<y>54</y>
<y>56</y>
<height>17</height>
<width>55</width>
<format>[general]</format>
......@@ -1455,12 +1477,12 @@
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>192</x>
<y>54</y>
<y>56</y>
<height>17</height>
<width>341</width>
<format>[general]</format>
......@@ -1495,7 +1517,7 @@
<border>0</border>
<color>0</color>
<x>45</x>
<y>78</y>
<y>80</y>
<height>16</height>
<width>100</width>
<html>
......@@ -1518,13 +1540,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>16</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>149</x>
<y>77</y>
<y>79</y>
<height>16</height>
<width>39</width>
<format>#0.0</format>
......@@ -1557,13 +1579,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>28</id>
<id>25</id>
<alignment>1</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>192</x>
<y>77</y>
<y>79</y>
<height>16</height>
<width>59</width>
<format>[general]</format>
......@@ -1598,7 +1620,7 @@
<border>0</border>
<color>0</color>
<x>276</x>
<y>77</y>
<y>79</y>
<height>16</height>
<width>70</width>
<html>
......@@ -1627,7 +1649,7 @@
<border>5</border>
<color>0</color>
<x>350</x>
<y>77</y>
<y>79</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
......@@ -1662,7 +1684,7 @@
<border>0</border>
<color>0</color>
<x>440</x>
<y>76</y>
<y>78</y>
<height>16</height>
<width>73</width>
<html>
......@@ -1685,13 +1707,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<id>15</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>518</x>
<y>77</y>
<y>79</y>
<height>16</height>
<width>31</width>
<format>#0</format>
......@@ -1728,7 +1750,7 @@
<border>0</border>
<color>0</color>
<x>46</x>
<y>100</y>
<y>102</y>
<height>16</height>
<width>82</width>
<html>
......@@ -1751,13 +1773,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<id>17</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>133</x>
<y>100</y>
<y>102</y>
<height>16</height>
<width>39</width>
<format>#0.0</format>
......@@ -1789,13 +1811,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>34</id>
<id>31</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>258</x>
<y>100</y>
<y>102</y>
<height>16</height>
<width>59</width>
<format>[general]</format>
......@@ -1830,7 +1852,7 @@
<border>0</border>
<color>0</color>
<x>327</x>
<y>100</y>
<y>102</y>
<height>16</height>
<width>84</width>
<html>
......@@ -1853,13 +1875,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>13</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>417</x>
<y>101</y>
<y>103</y>
<height>17</height>
<width>37</width>
<format>##0</format>
......@@ -1891,13 +1913,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>14</id>
<alignment>1</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>549</x>
<y>100</y>
<y>102</y>
<height>17</height>
<width>88</width>
<format>[general]</format>
......@@ -1932,7 +1954,7 @@
<border>0</border>
<color>0</color>
<x>46</x>
<y>123</y>
<y>125</y>
<height>16</height>
<width>85</width>
<html>
......@@ -1960,7 +1982,7 @@
<border>0</border>
<color>0</color>
<x>198</x>
<y>123</y>
<y>125</y>
<height>16</height>
<width>77</width>
<html>
......@@ -1988,7 +2010,7 @@
<border>0</border>
<color>0</color>
<x>504</x>
<y>123</y>
<y>125</y>
<height>16</height>
<width>100</width>
<html>
......@@ -2011,13 +2033,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>11</id>
<alignment>1</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>610</x>
<y>122</y>
<y>124</y>
<height>16</height>
<width>73</width>
<format>#0</format>
......@@ -2049,13 +2071,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>5</id>
<alignment>1</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>145</x>
<y>144</y>
<y>146</y>
<height>17</height>
<width>116</width>
<format>[general]</format>
......@@ -2090,7 +2112,7 @@
<border>0</border>
<color>0</color>
<x>41</x>
<y>145</y>
<y>147</y>
<height>16</height>
<width>100</width>
<html>
......@@ -2118,7 +2140,7 @@
<border>0</border>
<color>0</color>
<x>178</x>
<y>101</y>
<y>103</y>
<height>16</height>
<width>79</width>
<html>
......@@ -2146,7 +2168,7 @@
<border>0</border>
<color>0</color>
<x>475</x>
<y>100</y>
<y>102</y>
<height>16</height>
<width>69</width>
<html>
......@@ -2169,13 +2191,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>31</id>
<id>28</id>
<alignment>1</alignment>
<tabsequence>250</tabsequence>
<border>5</border>
<color>0</color>
<x>282</x>
<y>122</y>
<y>124</y>
<height>16</height>
<width>39</width>
<format>[general]</format>
......@@ -2205,13 +2227,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>32</id>
<id>29</id>
<alignment>1</alignment>
<tabsequence>260</tabsequence>
<border>5</border>
<color>0</color>
<x>137</x>
<y>124</y>
<y>126</y>
<height>16</height>
<width>39</width>
<format>[general]</format>
......@@ -2241,13 +2263,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>33</id>
<id>30</id>
<alignment>1</alignment>
<tabsequence>280</tabsequence>
<border>5</border>
<color>0</color>
<x>146</x>
<y>214</y>
<y>216</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
......@@ -2282,7 +2304,7 @@
<border>0</border>
<color>0</color>
<x>39</x>
<y>214</y>
<y>216</y>
<height>16</height>
<width>102</width>
<html>
......@@ -2305,13 +2327,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>35</id>
<id>32</id>
<alignment>1</alignment>
<tabsequence>290</tabsequence>
<border>5</border>
<color>0</color>
<x>541</x>
<y>211</y>
<y>213</y>
<height>16</height>
<width>141</width>
<format>[general]</format>
......@@ -2346,7 +2368,7 @@
<border>0</border>
<color>0</color>
<x>435</x>
<y>211</y>
<y>213</y>
<height>16</height>
<width>103</width>
<html>
......@@ -2367,6 +2389,177 @@
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>33</id>
<alignment>0</alignment>
<tabsequence>300</tabsequence>
<border>0</border>
<color>255</color>
<x>121</x>
<y>396</y>
<height>16</height>
<width>50</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</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>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>34</id>
<alignment>0</alignment>
<tabsequence>310</tabsequence>
<border>0</border>
<color>255</color>
<x>122</x>
<y>418</y>
<height>16</height>
<width>50</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</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>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>35</id>
<alignment>0</alignment>
<tabsequence>320</tabsequence>
<border>0</border>
<color>255</color>
<x>122</x>
<y>440</y>
<height>16</height>
<width>50</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</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>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Change Date :</text>
<border>0</border>
<color>33554432</color>
<x>34</x>
<y>396</y>
<height>16</height>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</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>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Change User :</text>
<border>0</border>
<color>33554432</color>
<x>33</x>
<y>417</y>
<height>16</height>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</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>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Change Term :</text>
<border>0</border>
<color>33554432</color>
<x>33</x>
<y>439</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</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>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -4,15 +4,12 @@ datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.
header(height=3 color="536870912" )
summary(height=2 color="536870912" )
footer(height=0 color="536870912" )
detail(height=397 color="536870912" )
detail(height=480 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=lve_tblno dbname="lvetable.lve_tblno" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=lve_code dbname="lvetable.lve_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=encashable dbname="lvetable.encashable" initial="N" values="Yes Y/No N/Convert C/" )
column=(type=char(20) updatewhereclause=yes name=leaves_descr dbname="leaves.descr" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="lvetable.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="lvetable.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="lvetable.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=available dbname="lvetable.avail" values="Joining J/Probation P/Confirmation C/" )
column=(type=char(1) update=yes updatewhereclause=yes name=available dbname="lvetable.avail" initial="J" values="Joining J/Probation P/Confirmation C/" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=avail_lt dbname="lvetable.avail_lt" initial="0" validation="NUMBER(gettext()) >= 0" validationmsg="~"Available after months can not be less than zero~"" )
column=(type=char(1) update=yes updatewhereclause=yes name=earn_new dbname="lvetable.earn_new" initial="N" )
column=(type=char(1) update=yes updatewhereclause=yes name=abs_mth dbname="lvetable.abs_mth" initial="N" )
......@@ -40,68 +37,78 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=lve_tbl
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_balance dbname="lvetable.min_balance" )
column=(type=char(1) update=yes updatewhereclause=yes name=no_days_unit dbname="lvetable.no_days_unit" initial="D" values="Days D/Hours H/" )
column=(type=char(1) update=yes updatewhereclause=yes name=max_allowed_unit dbname="lvetable.max_allowed_unit" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"lvetable~" ) TABLE(NAME=~"leaves~" ) COLUMN(NAME=~"lvetable.lve_tblno~") COLUMN(NAME=~"lvetable.lve_code~") COLUMN(NAME=~"lvetable.encashable~") COLUMN(NAME=~"leaves.descr~") COLUMN(NAME=~"lvetable.chg_date~") COLUMN(NAME=~"lvetable.chg_user~") COLUMN(NAME=~"lvetable.chg_term~") COLUMN(NAME=~"lvetable.avail~") COLUMN(NAME=~"lvetable.avail_lt~") COLUMN(NAME=~"lvetable.earn_new~") COLUMN(NAME=~"lvetable.abs_mth~") COLUMN(NAME=~"lvetable.accumulate~") COLUMN(NAME=~"lvetable.accumulate_months~") COLUMN(NAME=~"lvetable.max_times~") COLUMN(NAME=~"lvetable.max_accumulate~") COLUMN(NAME=~"lvetable.leave_on_days~") COLUMN(NAME=~"lvetable.days_type~") COLUMN(NAME=~"lvetable.nvo_no~") COLUMN(NAME=~"lvetable.max_days~") COLUMN(NAME=~"lvetable.no_days~") COLUMN(NAME=~"lvetable.avail_formula~") COLUMN(NAME=~"lvetable.avail_input~") COLUMN(NAME=~"lvetable.enc_for_ffs~") COLUMN(NAME=~"lvetable.can_combine~") COLUMN(NAME=~"lvetable.wofflverule~") COLUMN(NAME=~"lvetable.holidaylverule~") COLUMN(NAME=~"lvetable.lve_unit~") COLUMN(NAME=~"lvetable.max_days_unit~") COLUMN(NAME=~"lvetable.max_accumulate_unit~") COLUMN(NAME=~"lvetable.allow_adv_leave~") COLUMN(NAME=~"lvetable.max_allowed~") COLUMN(NAME=~"lvetable.min_allowed~") COLUMN(NAME=~"lvetable.min_balance~") COLUMN(NAME=~"lvetable.no_days_unit~") COLUMN(NAME=~"lvetable.max_allowed_unit~") JOIN (LEFT=~"lvetable.lve_code~" OP =~"=~"RIGHT=~"leaves.lve_code~" )WHERE( EXP1 =~"lvetable.lve_tblno~" OP =~"=~" EXP2 =~":mtabno~" LOGIC =~"and~" ) WHERE( EXP1 =~"lvetable.lve_code~" OP =~"=~" EXP2 =~":mlvecode~" ) ) ARG(NAME = ~"mtabno~" TYPE = string) ARG(NAME = ~"mlvecode~" TYPE = string) " update="LVETABLE" updatewhere=0 updatekeyinplace=no arguments=(("mtabno", string),("mlvecode", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="1" height="367" width="699" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Leave Table No :" border="0" color="0" x="46" y="31" height="16" width="100" html.valueishtml="0" name=lve_tblno_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=1 alignment="1" tabsequence=32766 border="5" color="255" x="142" y="31" height="17" width="37" format="[general]" html.valueishtml="0" name=lve_tblno tag="The unique table number" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="1" tabsequence=110 border="5" color="0" x="514" y="144" height="17" width="168" format="#0" html.valueishtml="0" name=avail_lt visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Available After (Months) :" border="0" color="0" x="344" y="144" height="16" width="165" html.valueishtml="0" name=avail_lt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Earned :" border="0" color="0" x="41" y="167" height="16" width="100" html.valueishtml="0" name=earn_new_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=10 alignment="1" tabsequence=120 border="5" color="0" x="145" y="167" height="17" width="59" format="[Yes/No]" html.valueishtml="0" name=earn_new visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Consider Absent Month :" border="0" color="0" x="325" y="167" height="16" width="166" html.valueishtml="0" name=abs_mth_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=11 alignment="1" tabsequence=130 border="5" color="0" x="496" y="167" height="17" width="187" format="[Yes/No]" html.valueishtml="0" name=abs_mth visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="1" tabsequence=150 border="5" color="0" x="514" y="189" height="17" width="168" format="#0" html.valueishtml="0" name=accumulate_months visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Accumulate For (Months) :" border="0" color="0" x="341" y="189" height="16" width="168" html.valueishtml="0" name=accumulate_months_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="1" tabsequence=140 border="5" color="0" x="145" y="189" height="17" width="59" format="[general]" html.valueishtml="0" name=accumulate visible="1" edit.limit=0 edit.case=any edit.format="(Yes/No)" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Accumulate :" border="0" color="0" x="41" y="189" height="16" width="100" html.valueishtml="0" name=accumulate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Maximum Accumulate :" border="0" color="0" x="235" y="211" height="16" width="150" html.valueishtml="0" name=max_accumulate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=15 alignment="1" tabsequence=160 border="5" color="0" x="388" y="211" height="16" width="39" format="##0" html.valueishtml="0" name=max_accumulate visible="1" edit.limit=4 edit.case=any edit.format="##0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="1" tabsequence=180 border="5" color="0" x="143" y="237" height="16" width="400" format="[general]" html.valueishtml="0" name=avail_formula visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Avail Formula :" border="0" color="0" x="54" y="234" height="16" width="87" html.valueishtml="0" name=avail_formula_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Avail Input :" border="0" color="0" x="54" y="257" height="16" width="87" html.valueishtml="0" name=avail_input_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=22 alignment="1" tabsequence=190 border="5" color="0" x="144" y="259" height="16" width="400" format="[general]" html.valueishtml="0" name=avail_input visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Encash For FFS :" border="0" color="33554432" x="51" y="280" height="16" width="90" html.valueishtml="0" name=enc_for_ffs_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=23 alignment="1" tabsequence=200 border="5" color="0" x="145" y="281" height="17" width="59" format="[Yes/No]" html.valueishtml="0" name=enc_for_ffs visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Avail in Combination :" border="0" color="33554432" x="357" y="280" height="16" width="134" html.valueishtml="0" name=can_combine_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=24 alignment="1" tabsequence=210 border="5" color="0" x="496" y="281" height="16" width="49" format="[Yes/No]" html.valueishtml="0" name=can_combine visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="1" tabsequence=230 border="5" color="0" x="474" y="304" height="17" width="71" format="[Yes/No]" html.valueishtml="0" name=holidaylverule visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Holiday Leave Rule :" border="0" color="33554432" x="341" y="303" height="16" width="128" html.valueishtml="0" name=holidaylverule_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=25 alignment="1" tabsequence=220 border="5" color="0" x="145" y="304" height="17" width="71" format="[Yes/No]" html.valueishtml="0" name=wofflverule visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Woff Leave Rule :" border="0" color="33554432" x="26" y="303" height="16" width="115" html.valueishtml="0" name=wofflverule_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Leave Unit :" border="0" color="33554432" x="64" y="328" height="16" width="77" html.valueishtml="0" name=lve_unit_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=27 alignment="1" tabsequence=32766 border="5" color="255" x="144" y="329" height="17" width="86" format="[general]" html.valueishtml="0" name=lve_unit visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Allow Advance Leave :" border="0" color="33554432" x="357" y="328" height="16" width="134" html.valueishtml="0" name=allow_adv_leave_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=30 alignment="1" tabsequence=240 border="5" color="0" x="496" y="328" height="16" width="49" format="[Yes/No]" html.valueishtml="0" name=allow_adv_leave visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Leave Code :" border="0" color="0" x="46" y="54" height="16" width="83" html.valueishtml="0" name=lve_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="1" tabsequence=10 border="5" color="0" x="133" y="54" height="17" width="55" format="[general]" html.valueishtml="0" name=lve_code tag="Leave code" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="1" tabsequence=32766 border="5" color="255" x="192" y="54" height="17" width="341" format="[general]" html.valueishtml="0" name=leaves_descr visible="1" edit.limit=20 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Maximum (pa) :" border="0" color="0" x="45" y="78" height="16" width="100" html.valueishtml="0" name=max_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="1" tabsequence=20 border="5" color="0" x="149" y="77" height="16" width="39" format="#0.0" html.valueishtml="0" name=max_days visible="1" edit.limit=5 edit.case=any edit.format="#0.0" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=28 alignment="1" tabsequence=30 border="5" color="0" x="192" y="77" height="16" width="59" format="[general]" html.valueishtml="0" name=max_days_unit visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Encashable :" border="0" color="0" x="276" y="77" height="16" width="70" html.valueishtml="0" name=encashable_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="1" tabsequence=40 border="5" color="0" x="350" y="77" height="16" width="57" format="[general]" html.valueishtml="0" name=encashable visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Check BO :" border="0" color="0" x="440" y="76" height="16" width="73" html.valueishtml="0" name=nvo_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="1" tabsequence=32766 border="5" color="255" x="518" y="77" height="16" width="31" format="#0" html.valueishtml="0" name=nvo_no visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Credit Leave :" border="0" color="0" x="46" y="100" height="16" width="82" html.valueishtml="0" name=no_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=20 alignment="1" tabsequence=50 border="5" color="0" x="133" y="100" height="16" width="39" format="#0.0" html.valueishtml="0" name=no_days visible="1" edit.limit=5 edit.case=any edit.format="#0.0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=34 alignment="1" tabsequence=60 border="5" color="0" x="258" y="100" height="16" width="59" format="[general]" html.valueishtml="0" name=no_days_unit visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="On Every :" border="0" color="0" x="327" y="100" height="16" width="84" html.valueishtml="0" name=leave_on_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="1" tabsequence=70 border="5" color="0" x="417" y="101" height="17" width="37" format="##0" html.valueishtml="0" name=leave_on_days visible="1" edit.limit=3 edit.case=any edit.format="##0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="1" tabsequence=80 border="5" color="0" x="549" y="100" height="17" width="88" format="[general]" html.valueishtml="0" name=days_type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Min Allowed :" border="0" color="0" x="46" y="123" height="16" width="85" html.valueishtml="0" name=min_allowed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Max Allowed :" border="0" color="0" x="198" y="123" height="16" width="77" html.valueishtml="0" name=max_allowed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Max Times (pa) :" border="0" color="0" x="504" y="123" height="16" width="100" html.valueishtml="0" name=max_times_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="1" tabsequence=90 border="5" color="0" x="610" y="122" height="16" width="73" format="#0" html.valueishtml="0" name=max_times visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=100 border="5" color="0" x="145" y="144" height="17" width="116" format="[general]" html.valueishtml="0" name=available visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Available on :" border="0" color="0" x="41" y="145" height="16" width="100" html.valueishtml="0" name=available_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="0" text="No Days Unit :" border="0" color="0" x="178" y="101" height="16" width="79" html.valueishtml="0" name=no_days_unit_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="0" text="Days Type :" border="0" color="0" x="475" y="100" height="16" width="69" html.valueishtml="0" name=days_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=31 alignment="1" tabsequence=250 border="5" color="0" x="282" y="122" height="16" width="39" format="[general]" html.valueishtml="0" name=max_allowed visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=32 alignment="1" tabsequence=260 border="5" color="0" x="137" y="124" height="16" width="39" format="[general]" html.valueishtml="0" name=min_allowed visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=33 alignment="1" tabsequence=280 border="5" color="0" x="146" y="214" height="16" width="57" format="[general]" html.valueishtml="0" name=min_balance visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Min Balance :" border="0" color="0" x="39" y="214" height="16" width="102" html.valueishtml="0" name=min_balance_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=35 alignment="1" tabsequence=290 border="5" color="0" x="541" y="211" height="16" width="141" format="[general]" html.valueishtml="0" name=max_allowed_unit visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Max Allowed Unit :" border="0" color="0" x="435" y="211" height="16" width="103" html.valueishtml="0" name=max_allowed_unit_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="lvetable.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="lvetable.chg_user" )
column=(type=char(300) updatewhereclause=yes name=chg_term dbname="lvetable.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"lvetable~" ) TABLE(NAME=~"leaves~" ) COLUMN(NAME=~"lvetable.lve_tblno~") COLUMN(NAME=~"lvetable.lve_code~") COLUMN(NAME=~"lvetable.encashable~") COLUMN(NAME=~"leaves.descr~") COLUMN(NAME=~"lvetable.avail~") COLUMN(NAME=~"lvetable.avail_lt~") COLUMN(NAME=~"lvetable.earn_new~") COLUMN(NAME=~"lvetable.abs_mth~") COLUMN(NAME=~"lvetable.accumulate~") COLUMN(NAME=~"lvetable.accumulate_months~") COLUMN(NAME=~"lvetable.max_times~") COLUMN(NAME=~"lvetable.max_accumulate~") COLUMN(NAME=~"lvetable.leave_on_days~") COLUMN(NAME=~"lvetable.days_type~") COLUMN(NAME=~"lvetable.nvo_no~") COLUMN(NAME=~"lvetable.max_days~") COLUMN(NAME=~"lvetable.no_days~") COLUMN(NAME=~"lvetable.avail_formula~") COLUMN(NAME=~"lvetable.avail_input~") COLUMN(NAME=~"lvetable.enc_for_ffs~") COLUMN(NAME=~"lvetable.can_combine~") COLUMN(NAME=~"lvetable.wofflverule~") COLUMN(NAME=~"lvetable.holidaylverule~") COLUMN(NAME=~"lvetable.lve_unit~") COLUMN(NAME=~"lvetable.max_days_unit~") COLUMN(NAME=~"lvetable.max_accumulate_unit~") COLUMN(NAME=~"lvetable.allow_adv_leave~") COLUMN(NAME=~"lvetable.max_allowed~") COLUMN(NAME=~"lvetable.min_allowed~") COLUMN(NAME=~"lvetable.min_balance~") COLUMN(NAME=~"lvetable.no_days_unit~") COLUMN(NAME=~"lvetable.max_allowed_unit~") COLUMN(NAME=~"lvetable.chg_date~") COLUMN(NAME=~"lvetable.chg_user~") COLUMN(NAME=~"lvetable.chg_term~") JOIN (LEFT=~"lvetable.lve_code~" OP =~"=~"RIGHT=~"leaves.lve_code~" )WHERE( EXP1 =~"lvetable.lve_tblno~" OP =~"=~" EXP2 =~":mtabno~" LOGIC =~"and~" ) WHERE( EXP1 =~"lvetable.lve_code~" OP =~"=~" EXP2 =~":mlvecode~" ) ) ARG(NAME = ~"mtabno~" TYPE = string) ARG(NAME = ~"mlvecode~" TYPE = string) " update="LVETABLE" updatewhere=0 updatekeyinplace=no arguments=(("mtabno", string),("mlvecode", string)) )
groupbox(band=detail text="Others"border="2" color="33554432" x="11" y="376" height="100" width="696" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="3" height="367" width="699" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Leave Table No :" border="0" color="0" x="46" y="33" height="16" width="100" html.valueishtml="0" name=lve_tblno_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=1 alignment="1" tabsequence=32766 border="5" color="255" x="142" y="33" height="17" width="37" format="[general]" html.valueishtml="0" name=lve_tblno tag="The unique table number" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="1" tabsequence=110 border="5" color="0" x="514" y="146" height="17" width="168" format="#0" html.valueishtml="0" name=avail_lt visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Available After (Months) :" border="0" color="0" x="344" y="146" height="16" width="165" html.valueishtml="0" name=avail_lt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Earned :" border="0" color="0" x="41" y="169" height="16" width="100" html.valueishtml="0" name=earn_new_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="1" tabsequence=120 border="5" color="0" x="145" y="169" height="17" width="59" format="[Yes/No]" html.valueishtml="0" name=earn_new visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Consider Absent Month :" border="0" color="0" x="325" y="169" height="16" width="166" html.valueishtml="0" name=abs_mth_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=8 alignment="1" tabsequence=130 border="5" color="0" x="496" y="169" height="17" width="187" format="[Yes/No]" html.valueishtml="0" name=abs_mth visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="1" tabsequence=150 border="5" color="0" x="514" y="191" height="17" width="168" format="#0" html.valueishtml="0" name=accumulate_months visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Accumulate For (Months) :" border="0" color="0" x="341" y="191" height="16" width="168" html.valueishtml="0" name=accumulate_months_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="1" tabsequence=140 border="5" color="0" x="145" y="191" height="17" width="59" format="[general]" html.valueishtml="0" name=accumulate visible="1" edit.limit=0 edit.case=any edit.format="(Yes/No)" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Accumulate :" border="0" color="0" x="41" y="191" height="16" width="100" html.valueishtml="0" name=accumulate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Maximum Accumulate :" border="0" color="0" x="235" y="213" height="16" width="150" html.valueishtml="0" name=max_accumulate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="1" tabsequence=160 border="5" color="0" x="388" y="213" height="16" width="39" format="##0" html.valueishtml="0" name=max_accumulate visible="1" edit.limit=4 edit.case=any edit.format="##0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="1" tabsequence=180 border="5" color="0" x="143" y="239" height="16" width="400" format="[general]" html.valueishtml="0" name=avail_formula visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Avail Formula :" border="0" color="0" x="54" y="236" height="16" width="87" html.valueishtml="0" name=avail_formula_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Avail Input :" border="0" color="0" x="54" y="259" height="16" width="87" html.valueishtml="0" name=avail_input_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="1" tabsequence=190 border="5" color="0" x="144" y="261" height="16" width="400" format="[general]" html.valueishtml="0" name=avail_input visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Encash For FFS :" border="0" color="33554432" x="51" y="282" height="16" width="90" html.valueishtml="0" name=enc_for_ffs_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=20 alignment="1" tabsequence=200 border="5" color="0" x="145" y="283" height="17" width="59" format="[Yes/No]" html.valueishtml="0" name=enc_for_ffs visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Avail in Combination :" border="0" color="33554432" x="357" y="282" height="16" width="134" html.valueishtml="0" name=can_combine_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=21 alignment="1" tabsequence=210 border="5" color="0" x="496" y="283" height="16" width="49" format="[Yes/No]" html.valueishtml="0" name=can_combine visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="1" tabsequence=230 border="5" color="0" x="474" y="306" height="17" width="71" format="[Yes/No]" html.valueishtml="0" name=holidaylverule visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Holiday Leave Rule :" border="0" color="33554432" x="341" y="305" height="16" width="128" html.valueishtml="0" name=holidaylverule_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=22 alignment="1" tabsequence=220 border="5" color="0" x="145" y="306" height="17" width="71" format="[Yes/No]" html.valueishtml="0" name=wofflverule visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Woff Leave Rule :" border="0" color="33554432" x="26" y="305" height="16" width="115" html.valueishtml="0" name=wofflverule_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Leave Unit :" border="0" color="33554432" x="64" y="330" height="16" width="77" html.valueishtml="0" name=lve_unit_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=24 alignment="1" tabsequence=32766 border="5" color="255" x="144" y="331" height="17" width="86" format="[general]" html.valueishtml="0" name=lve_unit visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Allow Advance Leave :" border="0" color="33554432" x="357" y="330" height="16" width="134" html.valueishtml="0" name=allow_adv_leave_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=27 alignment="1" tabsequence=240 border="5" color="0" x="496" y="330" height="16" width="49" format="[Yes/No]" html.valueishtml="0" name=allow_adv_leave visible="1" edit.limit=0 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Leave Code :" border="0" color="0" x="46" y="56" height="16" width="83" html.valueishtml="0" name=lve_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="1" tabsequence=10 border="5" color="0" x="133" y="56" height="17" width="55" format="[general]" html.valueishtml="0" name=lve_code tag="Leave code" visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="192" y="56" height="17" width="341" format="[general]" html.valueishtml="0" name=leaves_descr visible="1" edit.limit=20 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Maximum (pa) :" border="0" color="0" x="45" y="80" height="16" width="100" html.valueishtml="0" name=max_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="1" tabsequence=20 border="5" color="0" x="149" y="79" height="16" width="39" format="#0.0" html.valueishtml="0" name=max_days visible="1" edit.limit=5 edit.case=any edit.format="#0.0" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="1" tabsequence=30 border="5" color="0" x="192" y="79" height="16" width="59" format="[general]" html.valueishtml="0" name=max_days_unit visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Encashable :" border="0" color="0" x="276" y="79" height="16" width="70" html.valueishtml="0" name=encashable_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="1" tabsequence=40 border="5" color="0" x="350" y="79" height="16" width="57" format="[general]" html.valueishtml="0" name=encashable visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Check BO :" border="0" color="0" x="440" y="78" height="16" width="73" html.valueishtml="0" name=nvo_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=15 alignment="1" tabsequence=32766 border="5" color="255" x="518" y="79" height="16" width="31" format="#0" html.valueishtml="0" name=nvo_no visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Credit Leave :" border="0" color="0" x="46" y="102" height="16" width="82" html.valueishtml="0" name=no_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=17 alignment="1" tabsequence=50 border="5" color="0" x="133" y="102" height="16" width="39" format="#0.0" html.valueishtml="0" name=no_days visible="1" edit.limit=5 edit.case=any edit.format="#0.0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=31 alignment="1" tabsequence=60 border="5" color="0" x="258" y="102" height="16" width="59" format="[general]" html.valueishtml="0" name=no_days_unit visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="On Every :" border="0" color="0" x="327" y="102" height="16" width="84" html.valueishtml="0" name=leave_on_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="1" tabsequence=70 border="5" color="0" x="417" y="103" height="17" width="37" format="##0" html.valueishtml="0" name=leave_on_days visible="1" edit.limit=3 edit.case=any edit.format="##0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="1" tabsequence=80 border="5" color="0" x="549" y="102" height="17" width="88" format="[general]" html.valueishtml="0" name=days_type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Min Allowed :" border="0" color="0" x="46" y="125" height="16" width="85" html.valueishtml="0" name=min_allowed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Max Allowed :" border="0" color="0" x="198" y="125" height="16" width="77" html.valueishtml="0" name=max_allowed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Max Times (pa) :" border="0" color="0" x="504" y="125" height="16" width="100" html.valueishtml="0" name=max_times_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=11 alignment="1" tabsequence=90 border="5" color="0" x="610" y="124" height="16" width="73" format="#0" html.valueishtml="0" name=max_times visible="1" edit.limit=2 edit.case=any edit.format="#0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="1" tabsequence=100 border="5" color="0" x="145" y="146" height="17" width="116" format="[general]" html.valueishtml="0" name=available visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Available on :" border="0" color="0" x="41" y="147" height="16" width="100" html.valueishtml="0" name=available_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="0" text="No Days Unit :" border="0" color="0" x="178" y="103" height="16" width="79" html.valueishtml="0" name=no_days_unit_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="0" text="Days Type :" border="0" color="0" x="475" y="102" height="16" width="69" html.valueishtml="0" name=days_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=28 alignment="1" tabsequence=250 border="5" color="0" x="282" y="124" height="16" width="39" format="[general]" html.valueishtml="0" name=max_allowed visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=29 alignment="1" tabsequence=260 border="5" color="0" x="137" y="126" height="16" width="39" format="[general]" html.valueishtml="0" name=min_allowed visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=30 alignment="1" tabsequence=280 border="5" color="0" x="146" y="216" height="16" width="57" format="[general]" html.valueishtml="0" name=min_balance visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Min Balance :" border="0" color="0" x="39" y="216" height="16" width="102" html.valueishtml="0" name=min_balance_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=32 alignment="1" tabsequence=290 border="5" color="0" x="541" y="213" height="16" width="141" format="[general]" html.valueishtml="0" name=max_allowed_unit visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Max Allowed Unit :" border="0" color="0" x="435" y="213" height="16" width="103" html.valueishtml="0" name=max_allowed_unit_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=33 alignment="0" tabsequence=300 border="0" color="255" x="121" y="396" height="16" width="50" html.valueishtml="0" name=chg_date visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=34 alignment="0" tabsequence=310 border="0" color="255" x="122" y="418" height="16" width="50" html.valueishtml="0" name=chg_user visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=35 alignment="0" tabsequence=320 border="0" color="255" x="122" y="440" height="16" width="50" html.valueishtml="0" name=chg_term visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="0" text="Change Date :" border="0" color="33554432" x="34" y="396" height="16" width="75" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change User :" border="0" color="33554432" x="33" y="417" height="16" width="75" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change Term :" border="0" color="33554432" x="33" y="439" height="16" width="77" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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