Commit c9bff6ec authored by ssalve's avatar ssalve

Sarita : Committed on 04 JULY 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202963 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8894f3c0
......@@ -132,6 +132,10 @@
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>emp_serviceprd_amd.confirmed</dbname>
<values>
<item display="YES" data="Y"/>
<item display="NO" data="N"/>
</values>
</table_column>
<table_column>
<type>datetime</type>
......@@ -151,8 +155,12 @@
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>canceled</name>
<dbname>emp_serviceprd_amd.canceled</dbname>
<name>cancelled</name>
<dbname>emp_serviceprd_amd.cancelled</dbname>
<values>
<item display="YES" data="Y"/>
<item display="NO" data="N"/>
</values>
</table_column>
<table_column>
<type>datetime</type>
......@@ -228,25 +236,35 @@
<name>emp_lname_long</name>
<dbname>employee.emp_lname_long</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_serviceprd_amd&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_serviceprd_amd.tran_id&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.tran_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.emp_code&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.amendment_type&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.amendment_no&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_age_o&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_date_o&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.period_amended&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_age_n&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_date_n&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.remarks&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.confirmed&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.conf_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.emp_code__conf&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.canceled&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.canc_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.emp_code__canc&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.add_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.add_user&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.add_term&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.chg_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.chg_user&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) JOIN (LEFT=&quot;emp_serviceprd_amd.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;~&quot;EMP_SERVICEPRD_AMD~&quot;.~&quot;EMP_CODE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:empCode&quot; ) ) ARG(NAME = &quot;empCode&quot; TYPE = string) </retrieve>
<update>EMP_SERVICEPRD_AMD</update>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>pay_site</name>
<dbname>employee.pay_site</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_serviceprd_amd&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_serviceprd_amd.tran_id&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.tran_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.emp_code&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.amendment_type&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.amendment_no&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_age_o&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_date_o&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.period_amended&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_age_n&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.retirement_date_n&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.remarks&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.confirmed&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.conf_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.emp_code__conf&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.cancelled&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.canc_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.emp_code__canc&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.add_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.add_user&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.add_term&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.chg_date&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.chg_user&quot;) COLUMN(NAME=&quot;emp_serviceprd_amd.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) JOIN (LEFT=&quot;emp_serviceprd_amd.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;emp_serviceprd_amd.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:fr_trandate&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;emp_serviceprd_amd.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_trandate&quot; ) ) ARG(NAME = &quot;fr_trandate&quot; TYPE = datetime) ARG(NAME = &quot;to_trandate&quot; TYPE = datetime) </retrieve>
<update>emp_serviceprd_amd</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>empCode</name>
<type>string</type>
<name>fr_trandate</name>
<type>datetime</type>
</argument>
<argument>
<name>to_trandate</name>
<type>datetime</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Add Date</text>
<text>Added On</text>
<border>0</border>
<color>33554432</color>
<x>2968</x>
<x>2511</x>
<y>2</y>
<height>15</height>
<width>176</width>
<height>16</height>
<width>124</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -268,13 +286,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmation Date</text>
<text>Confirmation On</text>
<border>0</border>
<color>33554432</color>
<x>2358</x>
<x>1994</x>
<y>2</y>
<height>15</height>
<width>176</width>
<height>16</height>
<width>117</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -296,13 +314,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Term</text>
<text>Changed From</text>
<border>6</border>
<color>33554432</color>
<x>3634</x>
<x>3074</x>
<y>2</y>
<height>15</height>
<width>128</width>
<height>16</height>
<width>111</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -324,12 +342,12 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg User</text>
<text>Changed By</text>
<border>6</border>
<color>33554432</color>
<x>3544</x>
<x>2984</x>
<y>2</y>
<height>15</height>
<height>16</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
......@@ -352,13 +370,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Date</text>
<text>Changed On</text>
<border>6</border>
<color>33554432</color>
<x>3366</x>
<x>2857</x>
<y>2</y>
<height>15</height>
<width>176</width>
<height>16</height>
<width>125</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -380,12 +398,12 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Add Term</text>
<text>Added From</text>
<border>6</border>
<color>33554432</color>
<x>3236</x>
<x>2727</x>
<y>2</y>
<height>15</height>
<height>16</height>
<width>128</width>
<html>
<valueishtml>0</valueishtml>
......@@ -408,12 +426,12 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Add User</text>
<text>Added By</text>
<border>6</border>
<color>33554432</color>
<x>3146</x>
<x>2637</x>
<y>2</y>
<height>15</height>
<height>16</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
......@@ -436,13 +454,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code Canc</text>
<text>Cancelled By</text>
<border>6</border>
<color>33554432</color>
<x>2867</x>
<x>2400</x>
<y>2</y>
<height>15</height>
<width>99</width>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -464,13 +482,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Canceled Date</text>
<text>Cancelled On</text>
<border>6</border>
<color>33554432</color>
<x>2689</x>
<x>2283</x>
<y>2</y>
<height>15</height>
<width>176</width>
<height>16</height>
<width>115</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -492,17 +510,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Canceled</text>
<text>Cancelled</text>
<border>6</border>
<color>33554432</color>
<x>2633</x>
<x>2216</x>
<y>2</y>
<height>15</height>
<width>54</width>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>canceled_t</name>
<name>cancelled_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -520,13 +538,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code Conf</text>
<text>Confirmed By</text>
<border>6</border>
<color>33554432</color>
<x>2536</x>
<x>2113</x>
<y>2</y>
<height>15</height>
<width>95</width>
<height>16</height>
<width>101</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -551,7 +569,7 @@
<text>Confirmed</text>
<border>6</border>
<color>33554432</color>
<x>2298</x>
<x>1934</x>
<y>2</y>
<height>15</height>
<width>58</width>
......@@ -579,10 +597,10 @@
<text>Remarks</text>
<border>6</border>
<color>33554432</color>
<x>1947</x>
<x>1608</x>
<y>2</y>
<height>15</height>
<width>349</width>
<width>324</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -607,10 +625,10 @@
<text>Retirement Date New</text>
<border>6</border>
<color>33554432</color>
<x>1769</x>
<x>1466</x>
<y>2</y>
<height>15</height>
<width>176</width>
<width>140</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -635,10 +653,10 @@
<text>Retirement Age New</text>
<border>6</border>
<color>33554432</color>
<x>1664</x>
<x>1345</x>
<y>2</y>
<height>15</height>
<width>103</width>
<width>119</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -663,10 +681,10 @@
<text>Period Amended</text>
<border>6</border>
<color>33554432</color>
<x>1566</x>
<x>1244</x>
<y>2</y>
<height>15</height>
<width>96</width>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -691,10 +709,10 @@
<text>Retirement Date Old</text>
<border>6</border>
<color>33554432</color>
<x>1388</x>
<x>1102</x>
<y>2</y>
<height>15</height>
<width>176</width>
<width>140</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -719,10 +737,10 @@
<text>Retirement Age Old</text>
<border>6</border>
<color>33554432</color>
<x>1282</x>
<x>980</x>
<y>2</y>
<height>15</height>
<width>104</width>
<width>120</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -747,7 +765,7 @@
<text>Amendment No</text>
<border>6</border>
<color>33554432</color>
<x>1184</x>
<x>882</x>
<y>2</y>
<height>15</height>
<width>96</width>
......@@ -775,7 +793,7 @@
<text>Amendment Type</text>
<border>6</border>
<color>33554432</color>
<x>1080</x>
<x>778</x>
<y>2</y>
<height>15</height>
<width>102</width>
......@@ -803,10 +821,10 @@
<text>Last Name</text>
<border>6</border>
<color>33554432</color>
<x>840</x>
<x>638</x>
<y>2</y>
<height>15</height>
<width>238</width>
<width>138</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -831,10 +849,10 @@
<text>Middle Name</text>
<border>6</border>
<color>33554432</color>
<x>600</x>
<x>476</x>
<y>2</y>
<height>15</height>
<width>238</width>
<width>160</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -859,10 +877,10 @@
<text>First Name </text>
<border>6</border>
<color>33554432</color>
<x>360</x>
<x>318</x>
<y>2</y>
<height>15</height>
<width>238</width>
<width>156</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -887,10 +905,10 @@
<text>Employee Code</text>
<border>6</border>
<color>33554432</color>
<x>270</x>
<x>220</x>
<y>2</y>
<height>15</height>
<width>88</width>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -918,7 +936,7 @@
<x>92</x>
<y>2</y>
<height>15</height>
<width>176</width>
<width>126</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -965,6 +983,34 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Site Code</text>
<border>0</border>
<color>33554432</color>
<x>3187</x>
<y>1</y>
<height>17</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
......@@ -1013,7 +1059,7 @@
<x>92</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>126</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1048,10 +1094,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>270</x>
<x>220</x>
<y>2</y>
<height>18</height>
<width>88</width>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1086,10 +1132,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>360</x>
<x>318</x>
<y>2</y>
<height>18</height>
<width>238</width>
<width>156</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1122,10 +1168,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>600</x>
<x>476</x>
<y>2</y>
<height>18</height>
<width>238</width>
<width>160</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1158,10 +1204,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>840</x>
<x>638</x>
<y>2</y>
<height>18</height>
<width>238</width>
<width>138</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1194,7 +1240,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1080</x>
<x>778</x>
<y>2</y>
<height>18</height>
<width>102</width>
......@@ -1232,7 +1278,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1184</x>
<x>882</x>
<y>2</y>
<height>18</height>
<width>96</width>
......@@ -1270,10 +1316,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1282</x>
<x>980</x>
<y>2</y>
<height>18</height>
<width>104</width>
<width>120</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1308,10 +1354,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1388</x>
<x>1102</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>140</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1346,10 +1392,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1566</x>
<x>1244</x>
<y>2</y>
<height>18</height>
<width>96</width>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1384,10 +1430,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1664</x>
<x>1345</x>
<y>2</y>
<height>18</height>
<width>103</width>
<width>119</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1422,10 +1468,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1769</x>
<x>1466</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>140</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1460,10 +1506,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1947</x>
<x>1608</x>
<y>2</y>
<height>18</height>
<width>349</width>
<width>324</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1498,7 +1544,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2298</x>
<x>1934</x>
<y>2</y>
<height>18</height>
<width>58</width>
......@@ -1508,12 +1554,11 @@
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1536,10 +1581,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2358</x>
<x>1994</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>117</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1574,10 +1619,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2536</x>
<x>2113</x>
<y>2</y>
<height>18</height>
<width>95</width>
<width>101</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1612,22 +1657,21 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2633</x>
<x>2216</x>
<y>2</y>
<height>18</height>
<width>54</width>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>canceled</name>
<name>cancelled</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1650,10 +1694,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2689</x>
<x>2283</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>115</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1688,10 +1732,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2867</x>
<x>2400</x>
<y>2</y>
<height>18</height>
<width>99</width>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1726,10 +1770,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2968</x>
<x>2511</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>124</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1764,7 +1808,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3146</x>
<x>2637</x>
<y>2</y>
<height>18</height>
<width>88</width>
......@@ -1802,7 +1846,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3236</x>
<x>2727</x>
<y>2</y>
<height>18</height>
<width>128</width>
......@@ -1840,10 +1884,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3366</x>
<x>2857</x>
<y>2</y>
<height>18</height>
<width>176</width>
<width>125</width>
<format>[shortdate]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1878,7 +1922,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3544</x>
<x>2984</x>
<y>2</y>
<height>18</height>
<width>88</width>
......@@ -1916,10 +1960,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3634</x>
<x>3074</x>
<y>2</y>
<height>18</height>
<width>128</width>
<width>111</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1947,6 +1991,42 @@
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>27</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3187</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment