Commit 5ad0cebe authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 26/09/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@208264 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1bfa7ec7
......@@ -39,32 +39,10 @@
<color>536870912</color>
</Footer>
<Detail>
<height>211</height>
<height>244</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>prd_code</name>
<dbname>payroll.prd_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>emp_code</name>
<dbname>payroll.emp_code</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>site_code__pay</name>
<dbname>payroll.site_code__pay</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
......@@ -96,7 +74,7 @@
<dbname>payroll.net_amt</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<type size="60">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>remarks</name>
......@@ -142,13 +120,41 @@
<dbname>payroll.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>payroll.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;payroll&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;department&quot; ) COLUMN(NAME=&quot;payroll.prd_code&quot;) COLUMN(NAME=&quot;payroll.emp_code&quot;) COLUMN(NAME=&quot;payroll.site_code__pay&quot;) COLUMN(NAME=&quot;payroll.dept_code&quot;) COLUMN(NAME=&quot;payroll.work_days&quot;) COLUMN(NAME=&quot;payroll.allow_amt&quot;) COLUMN(NAME=&quot;payroll.dedn_amt&quot;) COLUMN(NAME=&quot;payroll.net_amt&quot;) COLUMN(NAME=&quot;payroll.remarks&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;department.descr&quot;) COLUMN(NAME=&quot;payroll.paid_days&quot;) COLUMN(NAME=&quot;payroll.chg_date&quot;) COLUMN(NAME=&quot;payroll.chg_user&quot;) COLUMN(NAME=&quot;payroll.chg_term&quot;) JOIN (LEFT=&quot;payroll.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;department.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;payroll.dept_code&quot; )WHERE( EXP1 =&quot;payroll.prd_code&quot; OP =&quot;=&quot; EXP2 =&quot;:prd_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;payroll.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;prd_code&quot; TYPE = string) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>prd_code</name>
<dbname>payroll.prd_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>emp_code</name>
<dbname>payroll.emp_code</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>site_code__pay</name>
<dbname>payroll.site_code__pay</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>employee_pay_site</name>
<dbname>employee.pay_site</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;payroll&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;department&quot; ) COLUMN(NAME=&quot;payroll.dept_code&quot;) COLUMN(NAME=&quot;payroll.work_days&quot;) COLUMN(NAME=&quot;payroll.allow_amt&quot;) COLUMN(NAME=&quot;payroll.dedn_amt&quot;) COLUMN(NAME=&quot;payroll.net_amt&quot;) COLUMN(NAME=&quot;payroll.remarks&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;department.descr&quot;) COLUMN(NAME=&quot;payroll.paid_days&quot;) COLUMN(NAME=&quot;payroll.chg_date&quot;) COLUMN(NAME=&quot;payroll.chg_user&quot;) COLUMN(NAME=&quot;payroll.chg_term&quot;) COLUMN(NAME=&quot;payroll.prd_code&quot;) COLUMN(NAME=&quot;payroll.emp_code&quot;) COLUMN(NAME=&quot;payroll.site_code__pay&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) JOIN (LEFT=&quot;payroll.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;department.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;payroll.dept_code&quot; )WHERE( EXP1 =&quot;payroll.prd_code&quot; OP =&quot;=&quot; EXP2 =&quot;:prd_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;payroll.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;prd_code&quot; TYPE = string) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<update>payroll</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -165,18 +171,18 @@
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>19</x>
<y>2</y>
<height>196</height>
<width>556</width>
<color>0</color>
<x>4</x>
<y>10</y>
<height>197</height>
<width>511</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-12</height>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -188,11 +194,11 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Period :</text>
<text>Period Code :</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>36</y>
<x>23</x>
<y>35</y>
<height>16</height>
<width>80</width>
<html>
......@@ -213,16 +219,53 @@
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>108</x>
<y>36</y>
<height>16</height>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</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>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employee :</text>
<text>Employee Code:</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>56</y>
<x>17</x>
<y>59</y>
<height>16</height>
<width>80</width>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -243,25 +286,27 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>194</x>
<y>56</y>
<x>108</x>
<y>59</y>
<height>16</height>
<width>155</width>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<name>emp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -279,20 +324,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>354</x>
<y>56</y>
<x>168</x>
<y>59</y>
<height>16</height>
<width>157</width>
<width>155</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -315,20 +360,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>135</x>
<y>36</y>
<x>328</x>
<y>59</y>
<height>16</height>
<width>55</width>
<width>164</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code</name>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -340,40 +385,30 @@
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>135</x>
<y>56</y>
<alignment>1</alignment>
<text>Department Code:</text>
<border>0</border>
<color>0</color>
<x>7</x>
<y>82</y>
<height>16</height>
<width>55</width>
<format>[general]</format>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<name>dept_code_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -383,25 +418,35 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<mode>1</mode>
<color>553648127</color>
</background>
</ColumnObject>
<TextObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Department :</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>76</y>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>108</x>
<y>82</y>
<height>16</height>
<width>80</width>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dept_code_t</name>
<name>dept_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -411,21 +456,21 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>195</x>
<y>76</y>
<x>168</x>
<y>82</y>
<height>16</height>
<width>316</width>
<width>324</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -454,11 +499,11 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Remarks :</text>
<text>Remarks:</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>96</y>
<x>23</x>
<y>105</y>
<height>16</height>
<width>80</width>
<html>
......@@ -481,23 +526,23 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>255</color>
<x>135</x>
<y>76</y>
<color>0</color>
<x>108</x>
<y>105</y>
<height>16</height>
<width>55</width>
<width>384</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dept_code</name>
<name>remarks</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -514,34 +559,24 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Paid Days :</text>
<border>0</border>
<color>0</color>
<x>135</x>
<y>96</y>
<x>23</x>
<y>128</y>
<height>16</height>
<width>376</width>
<format>[general]</format>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<name>payroll_paid_days_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -551,19 +586,19 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1090519039</color>
<mode>1</mode>
<color>553648127</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>135</x>
<y>116</y>
<x>108</x>
<y>128</y>
<height>16</height>
<width>59</width>
<format>0.00</format>
......@@ -594,17 +629,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Paid Days :</text>
<text>Allow Amount:</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>116</y>
<x>21</x>
<y>151</y>
<height>16</height>
<width>80</width>
<width>82</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_date_t</name>
<name>allow_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -619,21 +654,31 @@
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>1</alignment>
<text>Work Days :</text>
<border>0</border>
<color>0</color>
<x>360</x>
<y>116</y>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>108</x>
<y>151</y>
<height>16</height>
<width>80</width>
<width>66</width>
<format>#,##0.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_days_t</name>
<name>allow_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -643,35 +688,25 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>444</x>
<y>116</y>
<text>Deduction Amount:</text>
<border>0</border>
<color>0</color>
<x>178</x>
<y>151</y>
<height>16</height>
<width>67</width>
<format>0.00</format>
<width>106</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_days</name>
<name>dedn_amt_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -681,26 +716,26 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>4</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>135</x>
<y>136</y>
<x>286</x>
<y>151</y>
<height>16</height>
<width>66</width>
<format>#,##0.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allow_amt</name>
<name>dedn_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -726,45 +761,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Allowance :</text>
<text>Work Days:</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>136</y>
<x>341</x>
<y>128</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allow_amt_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>1</alignment>
<text>Deduction :</text>
<border>0</border>
<color>0</color>
<x>209</x>
<y>136</y>
<height>16</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dedn_amt_t</name>
<name>work_days_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -781,20 +788,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>2</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>288</x>
<y>136</y>
<x>425</x>
<y>128</y>
<height>16</height>
<width>66</width>
<format>#,##0.00</format>
<width>68</width>
<format>0.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dedn_amt</name>
<name>work_days</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -820,13 +827,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Net Amount :</text>
<text>Net Amount:</text>
<border>0</border>
<color>0</color>
<x>359</x>
<y>136</y>
<x>353</x>
<y>151</y>
<height>16</height>
<width>81</width>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -847,13 +854,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>5</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>444</x>
<y>136</y>
<x>428</x>
<y>151</y>
<height>16</height>
<width>67</width>
<format>#,##0.00</format>
......@@ -883,15 +890,43 @@
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change User :</text>
<border>0</border>
<color>0</color>
<x>23</x>
<y>174</y>
<height>16</height>
<width>80</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>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>135</x>
<y>156</y>
<x>108</x>
<y>174</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
......@@ -922,41 +957,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User :</text>
<border>0</border>
<color>0</color>
<x>50</x>
<y>156</y>
<height>16</height>
<width>80</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>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term :</text>
<text>Change Term :</text>
<border>0</border>
<color>0</color>
<x>208</x>
<y>156</y>
<x>185</x>
<y>174</y>
<height>16</height>
<width>75</width>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -977,13 +984,13 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>288</x>
<y>156</y>
<x>266</x>
<y>174</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
......@@ -1014,11 +1021,11 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date :</text>
<text>Change Date :</text>
<border>0</border>
<color>0</color>
<x>365</x>
<y>156</y>
<x>339</x>
<y>174</y>
<height>16</height>
<width>75</width>
<html>
......@@ -1041,15 +1048,15 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>444</x>
<y>156</y>
<x>419</x>
<y>174</y>
<height>16</height>
<width>67</width>
<width>76</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......
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