Commit e3db2afb authored by ysawant's avatar ysawant

Updated metadata and SQL for Direct Loan Recovery

loan_reco21.xml
w_loan_reco.sql
d_loan_dir_reco_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217182 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa69c14f
...@@ -94,3 +94,18 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH ...@@ -94,3 +94,18 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
COMMIT; COMMIT;
-----------------------------------Modified by Rohini T on [16/08/19][End]----------------------------------------- -----------------------------------Modified by Rohini T on [16/08/19][End]-----------------------------------------
---------------------------------------------------------Modified by Yashwant on 26-02-2020 [Start]
update TRANSETUP set Confirm_Col='confirmed', Confirm_Val='Y',Edit_Expr='OR confirm in (''Y'')' where Tran_Window='w_loan_reco';
update OBJ_ACTIONS set DISPLAY_MODE='2' where OBJ_NAME='loan_reco' and TITLE='Add' and Line_No='1';
update OBJ_ACTIONS set DISPLAY_MODE='2' where OBJ_NAME='loan_reco' and TITLE='Edit' and Line_No='2';
update OBJ_ACTIONS set DISPLAY_MODE='1' where OBJ_NAME='loan_reco' and Title='Confirm';
update OBJ_ACTIONS set service_code='a',RIGHTS_CHAR='B',TITLE='Export2XLS',form_no='1',service_handler=null,placement = null,ACTION_TYPE='S',DISPLAY_MODE='1' where obj_name='loan_reco' and (DESCRIPTION = 'Export Excel' OR DESCRIPTION = 'Export To Excel');
update OBJ_ACTIONS set Title='View Audit',RIGHTS_CHAR = 'X',SHOW_IN_PANEL = '1' ,DISPLAY_MODE = '2' where OBJ_NAME = 'loan_reco' and ( TITLE='View Audit' OR TITLE='Audit Trail' );
--------------------------------------------------------Modified by Yashwant on 26-02-2020 [End]
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>307</height> <height>485</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -107,27 +107,6 @@ ...@@ -107,27 +107,6 @@
<name>reco_amt</name> <name>reco_amt</name>
<dbname>loan_reco.reco_amt</dbname> <dbname>loan_reco.reco_amt</dbname>
</table_column> </table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>loan_reco.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>loan_reco.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>loan_reco.chg_term</dbname>
</table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -233,29 +212,74 @@ ...@@ -233,29 +212,74 @@
<dbname>loan_reco.int_calculated</dbname> <dbname>loan_reco.int_calculated</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>number</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>bal_amt</name> <name>bal_amt</name>
<dbname>bal_amt</dbname> <dbname>bal_amt</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;loan_reco&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;loans&quot; ) TABLE(NAME=&quot;misc_payables&quot; ) COLUMN(NAME=&quot;loan_reco.reco_no&quot;) COLUMN(NAME=&quot;loan_reco.reco_date&quot;) COLUMN(NAME=&quot;loan_reco.scheme_no&quot;) COLUMN(NAME=&quot;loan_reco.emp_code&quot;) COLUMN(NAME=&quot;loan_reco.start_date&quot;) COLUMN(NAME=&quot;loan_reco.loan_amt&quot;) COLUMN(NAME=&quot;loan_reco.mon_inst&quot;) COLUMN(NAME=&quot;loan_reco.ad_code&quot;) COLUMN(NAME=&quot;loan_reco.reco_amt&quot;) COLUMN(NAME=&quot;loan_reco.chg_date&quot;) COLUMN(NAME=&quot;loan_reco.chg_user&quot;) COLUMN(NAME=&quot;loan_reco.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;loan_reco.loan_interest&quot;) COLUMN(NAME=&quot;loan_reco.loan_no&quot;) COLUMN(NAME=&quot;loan_reco.confirmed&quot;) COLUMN(NAME=&quot;loan_reco.remarks&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;loan_reco.conf_date&quot;) COLUMN(NAME=&quot;loan_reco.emp_code__aprv&quot;) COLUMN(NAME=&quot;loans.balance_amt&quot;) COLUMN(NAME=&quot;loans.date__balance&quot;) COLUMN(NAME=&quot;loan_reco.tran_ser__pay&quot;) COLUMN(NAME=&quot;loan_reco.ref_no__pay&quot;) COLUMN(NAME=&quot;loan_reco.int_calculated&quot;) COMPUTE(NAME=&quot;case when misc_payables.tot_amt is null then 0 else misc_payables.tot_amt end - case when misc_payables.adj_amt is null then 0 else misc_payables.adj_amt end as bal_amt&quot;) JOIN (LEFT=&quot;loan_reco.tran_ser__pay&quot; OP =&quot;=&quot;RIGHT=&quot;misc_payables.tran_ser&quot; OUTER1 =&quot;loan_reco.tran_ser__pay&quot; ) JOIN (LEFT=&quot;loan_reco.ref_no__pay&quot; OP =&quot;=&quot;RIGHT=&quot;misc_payables.ref_no&quot; OUTER1 =&quot;loan_reco.ref_no__pay&quot; ) JOIN (LEFT=&quot;loan_reco.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;loan_reco.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;loan_reco.loan_no&quot; OP =&quot;=&quot;RIGHT=&quot;loans.loan_no&quot; )WHERE( EXP1 =&quot;( ( loan_reco.reco_no&quot; OP =&quot;=&quot; EXP2 =&quot;:reco_no ) )&quot; ) ) ARG(NAME = &quot;reco_no&quot; TYPE = string) </retrieve> <table_column>
<update>loan_reco</update> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>loan_reco.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>loan_reco.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>loan_reco.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;loan_reco&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;loans&quot; ) TABLE(NAME=&quot;misc_payables&quot; ) COLUMN(NAME=&quot;loan_reco.reco_no&quot;) COLUMN(NAME=&quot;loan_reco.reco_date&quot;) COLUMN(NAME=&quot;loan_reco.scheme_no&quot;) COLUMN(NAME=&quot;loan_reco.emp_code&quot;) COLUMN(NAME=&quot;loan_reco.start_date&quot;) COLUMN(NAME=&quot;loan_reco.loan_amt&quot;) COLUMN(NAME=&quot;loan_reco.mon_inst&quot;) COLUMN(NAME=&quot;loan_reco.ad_code&quot;) COLUMN(NAME=&quot;loan_reco.reco_amt&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;loan_reco.loan_interest&quot;) COLUMN(NAME=&quot;loan_reco.loan_no&quot;) COLUMN(NAME=&quot;loan_reco.confirmed&quot;) COLUMN(NAME=&quot;loan_reco.remarks&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;loan_reco.conf_date&quot;) COLUMN(NAME=&quot;loan_reco.emp_code__aprv&quot;) COLUMN(NAME=&quot;loans.balance_amt&quot;) COLUMN(NAME=&quot;loans.date__balance&quot;) COLUMN(NAME=&quot;loan_reco.tran_ser__pay&quot;) COLUMN(NAME=&quot;loan_reco.ref_no__pay&quot;) COLUMN(NAME=&quot;loan_reco.int_calculated&quot;) COMPUTE(NAME=&quot;trim(case when misc_payables.tot_amt is null then 0 else misc_payables.tot_amt end - case when misc_payables.adj_amt is null then 0 else misc_payables.adj_amt end) as bal_amt&quot;) COLUMN(NAME=&quot;loan_reco.chg_date&quot;) COLUMN(NAME=&quot;loan_reco.chg_user&quot;) COLUMN(NAME=&quot;loan_reco.chg_term&quot;) JOIN (LEFT=&quot;loan_reco.tran_ser__pay&quot; OP =&quot;=&quot;RIGHT=&quot;misc_payables.tran_ser&quot; OUTER1 =&quot;loan_reco.tran_ser__pay&quot; ) JOIN (LEFT=&quot;loan_reco.ref_no__pay&quot; OP =&quot;=&quot;RIGHT=&quot;misc_payables.ref_no&quot; OUTER1 =&quot;loan_reco.ref_no__pay&quot; ) JOIN (LEFT=&quot;loan_reco.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;loan_reco.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;loan_reco.loan_no&quot; OP =&quot;=&quot;RIGHT=&quot;loans.loan_no&quot; )WHERE( EXP1 =&quot;( ( loan_reco.reco_no&quot; OP =&quot;=&quot; EXP2 =&quot;:mreco_no ) )&quot; ) ) ARG(NAME = &quot;mreco_no&quot; TYPE = string) </retrieve>
<update>LOAN_RECO</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>reco_no</name> <name>mreco_no</name>
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>0</color>
<x>14</x>
<y>282</y>
<height>57</height>
<width>513</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>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Basic</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>0</color>
<x>8</x> <x>13</x>
<y>6</y> <y>8</y>
<height>270</height> <height>258</height>
<width>535</width> <width>512</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -271,31 +295,21 @@ ...@@ -271,31 +295,21 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</GroupBox> </GroupBox>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Recovery No :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>31</x>
<x>132</x> <y>34</y>
<y>77</y>
<height>16</height> <height>16</height>
<width>72</width> <width>85</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>reco_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -308,27 +322,27 @@ ...@@ -308,27 +322,27 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>132</x> <x>122</x>
<y>193</y> <y>34</y>
<height>16</height> <height>16</height>
<width>357</width> <width>98</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks</name> <name>reco_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>50</limit> <limit>10</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -350,17 +364,17 @@ ...@@ -350,17 +364,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed on :</text> <text>Loan No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>173</x> <x>31</x>
<y>216</y> <y>56</y>
<height>15</height> <height>16</height>
<width>84</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date_t</name> <name>loan_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -375,21 +389,31 @@ ...@@ -375,21 +389,31 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>14</id>
<text>Approved by :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>20</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>339</x> <x>122</x>
<y>216</y> <y>56</y>
<height>16</height> <height>16</height>
<width>82</width> <width>98</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv_t</name> <name>loan_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -400,23 +424,23 @@ ...@@ -400,23 +424,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>As on :</text> <text>Recover Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>216</x> <x>335</x>
<y>100</y> <y>34</y>
<height>16</height> <height>16</height>
<width>44</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date__balance_t</name> <name>reco_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -431,21 +455,28 @@ ...@@ -431,21 +455,28 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Loan Amount :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>10</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>323</x> <x>426</x>
<y>100</y> <y>34</y>
<height>15</height> <height>16</height>
<width>85</width> <width>54</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loan_amt_t</name> <name>reco_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -456,30 +487,32 @@ ...@@ -456,30 +487,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>3</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>132</x> <x>428</x>
<y>100</y> <y>56</y>
<height>16</height> <height>16</height>
<width>76</width> <width>52</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>balance_amt</name> <name>scheme_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -492,23 +525,51 @@ ...@@ -492,23 +525,51 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79416533</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Ad Code :</text> <text>Scheme No:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>240</x> <x>335</x>
<y>124</y> <y>56</y>
<height>16</height> <height>16</height>
<width>60</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code_t</name> <name>scheme_no_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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employee :</text>
<border>0</border>
<color>0</color>
<x>31</x>
<y>79</y>
<height>16</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -525,24 +586,24 @@ ...@@ -525,24 +586,24 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>303</x> <x>122</x>
<y>124</y> <y>79</y>
<height>16</height> <height>16</height>
<width>61</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>10</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -563,28 +624,25 @@ ...@@ -563,28 +624,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>10</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>132</x> <x>198</x>
<y>124</y> <y>79</y>
<height>16</height> <height>16</height>
<width>76</width> <width>138</width>
<format>#######0.000</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>reco_amt</name> <name>emp_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>#######0.000</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -597,24 +655,33 @@ ...@@ -597,24 +655,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>11</id>
<text>Installment :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>359</x> <color>255</color>
<y>147</y> <x>342</x>
<y>79</y>
<height>16</height> <height>16</height>
<width>66</width> <width>138</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>mon_inst_t</name> <name>emp_lname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -627,30 +694,28 @@ ...@@ -627,30 +694,28 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>20</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>413</x> <x>122</x>
<y>100</y> <y>102</y>
<height>16</height> <height>16</height>
<width>76</width> <width>76</width>
<format>#,##0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loan_amt</name> <name>balance_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -663,32 +728,24 @@ ...@@ -663,32 +728,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79416533</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <alignment>1</alignment>
<alignment>0</alignment> <text>As on :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>206</x>
<x>368</x> <y>102</y>
<y>124</y>
<height>16</height> <height>16</height>
<width>121</width> <width>44</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>allwdedn_sh_descr</name> <name>date__balance_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -701,30 +758,29 @@ ...@@ -701,30 +758,29 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>21</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>429</x> <x>254</x>
<y>147</y> <y>102</y>
<height>16</height> <height>16</height>
<width>60</width> <width>54</width>
<format>#,##0.00</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>mon_inst</name> <name>date__balance</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -737,23 +793,23 @@ ...@@ -737,23 +793,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79416533</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Recovery No :</text> <text>Loan Amount :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>312</x>
<y>32</y> <y>102</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>reco_no_t</name> <name>loan_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -768,21 +824,31 @@ ...@@ -768,21 +824,31 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Loan No :</text> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>255</color>
<x>41</x> <x>403</x>
<y>54</y> <y>102</y>
<height>16</height> <height>16</height>
<width>85</width> <width>76</width>
<format>#,##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loan_no_t</name> <name>loan_amt</name>
<visible>1</visible> <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> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -795,22 +861,32 @@ ...@@ -795,22 +861,32 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee :</text> <tabsequence>30</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>41</x> <x>122</x>
<y>77</y> <y>126</y>
<height>16</height> <height>16</height>
<width>85</width> <width>76</width>
<format>#,##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>reco_amt</name>
<visible>1</visible> <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> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -821,23 +897,23 @@ ...@@ -821,23 +897,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Loan Balance :</text> <text>Ad Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>230</x>
<y>100</y> <y>126</y>
<height>16</height> <height>16</height>
<width>85</width> <width>60</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>balance_amt_t</name> <name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -852,21 +928,31 @@ ...@@ -852,21 +928,31 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>8</id>
<text>Recover Amount :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>23</x> <color>255</color>
<y>124</y> <x>293</x>
<height>15</height> <y>126</y>
<width>103</width> <height>16</height>
<width>61</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>reco_amt_t</name> <name>ad_code</name>
<visible>1</visible> <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> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -879,15 +965,51 @@ ...@@ -879,15 +965,51 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>358</x>
<y>126</y>
<height>16</height>
<width>121</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_sh_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Start Date :</text> <text>Start Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>31</x>
<y>147</y> <y>149</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<html> <html>
...@@ -910,27 +1032,25 @@ ...@@ -910,27 +1032,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>132</x> <x>122</x>
<y>54</y> <y>149</y>
<height>16</height> <height>16</height>
<width>98</width> <width>54</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loan_no</name> <name>start_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -943,34 +1063,24 @@ ...@@ -943,34 +1063,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Installment :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>132</x> <x>349</x>
<y>32</y> <y>149</y>
<height>16</height> <height>16</height>
<width>98</width> <width>66</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>reco_no</name> <name>mon_inst_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -981,32 +1091,24 @@ ...@@ -981,32 +1091,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Reference Series :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>22</x>
<x>209</x> <y>172</y>
<y>77</y>
<height>16</height> <height>16</height>
<width>138</width> <width>94</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_name</name> <name>tran_ser__pay_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1019,27 +1121,27 @@ ...@@ -1019,27 +1121,27 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>352</x> <x>122</x>
<y>77</y> <y>172</y>
<height>16</height> <height>16</height>
<width>138</width> <width>54</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>tran_ser__pay</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>6</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1054,23 +1156,23 @@ ...@@ -1054,23 +1156,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Remarks :</text> <text>Balance Amount. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>317</x>
<y>193</y> <y>173</y>
<height>16</height> <height>16</height>
<width>85</width> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks_t</name> <name>bal_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1088,17 +1190,17 @@ ...@@ -1088,17 +1190,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed :</text> <text>Remarks :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>31</x>
<y>216</y> <y>195</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed_t</name> <name>remarks_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1115,27 +1217,93 @@ ...@@ -1115,27 +1217,93 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>132</x> <x>122</x>
<y>216</y> <y>195</y>
<height>16</height>
<width>357</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>487</x>
<y>194</y>
<height>16</height>
<width>25</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmed :</text>
<border>0</border>
<color>0</color>
<x>31</x>
<y>218</y>
<height>16</height> <height>16</height>
<width>43</width> <width>85</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="Yesno" style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1148,28 +1316,28 @@ ...@@ -1148,28 +1316,28 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>425</x> <x>122</x>
<y>216</y> <y>218</y>
<height>16</height> <height>16</height>
<width>64</width> <width>43</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>confirmed</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle name="Yesno" style="ddlb">
<limit>10</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1188,18 +1356,18 @@ ...@@ -1188,18 +1356,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Pay Site :</text> <text>Confirmed on :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>169</x>
<y>239</y> <y>218</y>
<height>16</height> <height>16</height>
<width>85</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site_t</name> <name>conf_date_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1215,23 +1383,23 @@ ...@@ -1215,23 +1383,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>132</x> <x>251</x>
<y>239</y> <y>218</y>
<height>16</height> <height>16</height>
<width>43</width> <width>53</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site</name> <name>conf_date</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1246,24 +1414,24 @@ ...@@ -1246,24 +1414,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Interest Calculated :</text> <text>Approved by :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>294</x> <x>329</x>
<y>239</y> <y>218</y>
<height>16</height> <height>16</height>
<width>127</width> <width>82</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>int_calculated_t</name> <name>emp_code__aprv_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1279,15 +1447,15 @@ ...@@ -1279,15 +1447,15 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>425</x> <x>487</x>
<y>239</y> <y>218</y>
<height>16</height> <height>16</height>
<width>64</width> <width>26</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1295,7 +1463,7 @@ ...@@ -1295,7 +1463,7 @@
<name>int_calculated</name> <name>int_calculated</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1311,23 +1479,23 @@ ...@@ -1311,23 +1479,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>12632256</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Reference Series :</text> <text>Loan Balance :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>41</x> <x>31</x>
<y>170</y> <y>102</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_ser__pay_t</name> <name>balance_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1345,17 +1513,17 @@ ...@@ -1345,17 +1513,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Reference No. :</text> <text>Recover Amount :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>198</x> <x>19</x>
<y>170</y> <y>126</y>
<height>16</height> <height>16</height>
<width>51</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_no__pay_t</name> <name>reco_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1372,26 +1540,25 @@ ...@@ -1372,26 +1540,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>254</x> <x>415</x>
<y>170</y> <y>218</y>
<height>16</height> <height>16</height>
<width>100</width> <width>64</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_no__pay</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>12</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1404,24 +1571,24 @@ ...@@ -1404,24 +1571,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>0</alignment>
<text>Balance Amount :</text> <text>Change Term :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>310</x> <x>344</x>
<y>170</y> <y>308</y>
<height>15</height> <height>16</height>
<width>108</width> <width>75</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bal_amt_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1432,25 +1599,25 @@ ...@@ -1432,25 +1599,25 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>28</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>421</x> <x>424</x>
<y>170</y> <y>308</y>
<height>16</height> <height>16</height>
<width>68</width> <width>55</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bal_amt</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1468,30 +1635,31 @@ ...@@ -1468,30 +1635,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>436</x> <x>105</x>
<y>32</y> <y>308</y>
<height>16</height> <height>16</height>
<width>54</width> <width>55</width>
<format>dd/mm/yy</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>reco_date</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1506,31 +1674,21 @@ ...@@ -1506,31 +1674,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Change Date :</text>
<border>5</border> <border>0</border>
<color>255</color> <color>0</color>
<x>436</x> <x>25</x>
<y>54</y> <y>308</y>
<height>16</height> <height>16</height>
<width>54</width> <width>75</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>scheme_no</name> <name>chg_date_t</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1541,24 +1699,32 @@ ...@@ -1541,24 +1699,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>27</id>
<text>Recover Date :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>80</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>343</x> <x>269</x>
<y>32</y> <y>308</y>
<height>16</height> <height>16</height>
<width>89</width> <width>50</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>reco_date_t</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1569,24 +1735,24 @@ ...@@ -1569,24 +1735,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>0</alignment>
<text>Scheme No :</text> <text>Change User:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>343</x> <x>189</x>
<y>54</y> <y>308</y>
<height>16</height> <height>16</height>
<width>89</width> <width>75</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>scheme_no_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1597,31 +1763,32 @@ ...@@ -1597,31 +1763,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>7</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>132</x> <x>419</x>
<y>170</y> <y>149</y>
<height>16</height> <height>16</height>
<width>61</width> <width>60</width>
<format>[general]</format> <format>#,##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_ser__pay</name> <name>mon_inst</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>6</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1634,30 +1801,31 @@ ...@@ -1634,30 +1801,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>25</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>132</x> <x>419</x>
<y>147</y> <y>172</y>
<height>16</height> <height>16</height>
<width>61</width> <width>60</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>start_date</name> <name>bal_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1674,25 +1842,27 @@ ...@@ -1674,25 +1842,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>264</x> <x>268</x>
<y>100</y> <y>172</y>
<height>16</height> <height>16</height>
<width>60</width> <width>45</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date__balance</name> <name>ref_no__pay</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>12</limit>
<imemode>0</imemode> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1704,31 +1874,24 @@ ...@@ -1704,31 +1874,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79416533</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Reference. No. :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>179</x>
<x>261</x> <y>172</y>
<y>216</y>
<height>16</height> <height>16</height>
<width>60</width> <width>84</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>ref_no__pay_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1741,7 +1904,7 @@ ...@@ -1741,7 +1904,7 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -4,7 +4,7 @@ release 9; ...@@ -4,7 +4,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=270 color="536870912" ) detail(height=485 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=reco_no dbname="loan_reco.reco_no" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=reco_no dbname="loan_reco.reco_no" )
column=(type=datetime update=yes updatewhereclause=yes name=reco_date dbname="loan_reco.reco_date" ) column=(type=datetime update=yes updatewhereclause=yes name=reco_date dbname="loan_reco.reco_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=scheme_no dbname="loan_reco.scheme_no" ) column=(type=char(10) update=yes updatewhereclause=yes name=scheme_no dbname="loan_reco.scheme_no" )
...@@ -14,9 +14,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=reco_n ...@@ -14,9 +14,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=reco_n
column=(type=decimal(3) update=yes updatewhereclause=yes name=mon_inst dbname="loan_reco.mon_inst" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=mon_inst dbname="loan_reco.mon_inst" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="loan_reco.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="loan_reco.ad_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=reco_amt dbname="loan_reco.reco_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=reco_amt dbname="loan_reco.reco_amt" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="loan_reco.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="loan_reco.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="loan_reco.chg_term" )
column=(type=char(15) updatewhereclause=yes name=emp_name dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_name dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(10) updatewhereclause=yes name=allwdedn_sh_descr dbname="allwdedn.sh_descr" ) column=(type=char(10) updatewhereclause=yes name=allwdedn_sh_descr dbname="allwdedn.sh_descr" )
...@@ -33,50 +30,61 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=reco_n ...@@ -33,50 +30,61 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=reco_n
column=(type=char(12) update=yes updatewhereclause=yes name=ref_no__pay dbname="loan_reco.ref_no__pay" ) column=(type=char(12) update=yes updatewhereclause=yes name=ref_no__pay dbname="loan_reco.ref_no__pay" )
column=(type=char(1) update=yes updatewhereclause=yes name=int_calculated dbname="loan_reco.int_calculated" ) column=(type=char(1) update=yes updatewhereclause=yes name=int_calculated dbname="loan_reco.int_calculated" )
column=(type=char(40) updatewhereclause=yes name=bal_amt dbname="bal_amt" ) column=(type=char(40) updatewhereclause=yes name=bal_amt dbname="bal_amt" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_reco~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"loans~" ) TABLE(NAME=~"misc_payables~" ) COLUMN(NAME=~"loan_reco.reco_no~") COLUMN(NAME=~"loan_reco.reco_date~") COLUMN(NAME=~"loan_reco.scheme_no~") COLUMN(NAME=~"loan_reco.emp_code~") COLUMN(NAME=~"loan_reco.start_date~") COLUMN(NAME=~"loan_reco.loan_amt~") COLUMN(NAME=~"loan_reco.mon_inst~") COLUMN(NAME=~"loan_reco.ad_code~") COLUMN(NAME=~"loan_reco.reco_amt~") COLUMN(NAME=~"loan_reco.chg_date~") COLUMN(NAME=~"loan_reco.chg_user~") COLUMN(NAME=~"loan_reco.chg_term~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"loan_reco.loan_interest~") COLUMN(NAME=~"loan_reco.loan_no~") COLUMN(NAME=~"loan_reco.confirmed~") COLUMN(NAME=~"loan_reco.remarks~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"loan_reco.conf_date~") COLUMN(NAME=~"loan_reco.emp_code__aprv~") COLUMN(NAME=~"loans.balance_amt~") COLUMN(NAME=~"loans.date__balance~") COLUMN(NAME=~"loan_reco.tran_ser__pay~") COLUMN(NAME=~"loan_reco.ref_no__pay~") COLUMN(NAME=~"loan_reco.int_calculated~") COMPUTE(NAME=~"trim(case when misc_payables.tot_amt is null then 0 else misc_payables.tot_amt end - case when misc_payables.adj_amt is null then 0 else misc_payables.adj_amt end) as bal_amt~") JOIN (LEFT=~"loan_reco.tran_ser__pay~" OP =~"=~"RIGHT=~"misc_payables.tran_ser~" OUTER1 =~"loan_reco.tran_ser__pay~" ) JOIN (LEFT=~"loan_reco.ref_no__pay~" OP =~"=~"RIGHT=~"misc_payables.ref_no~" OUTER1 =~"loan_reco.ref_no__pay~" ) JOIN (LEFT=~"loan_reco.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"loan_reco.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"loan_reco.loan_no~" OP =~"=~"RIGHT=~"loans.loan_no~" )WHERE( EXP1 =~"( ( loan_reco.reco_no~" OP =~"=~" EXP2 =~":mreco_no ) )~" ) ) ARG(NAME = ~"mreco_no~" TYPE = string) " update="LOAN_RECO" updatewhere=0 updatekeyinplace=no arguments=(("mreco_no", string)) ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="loan_reco.chg_date" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="94" y="66" height="16" width="72" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 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="79741120" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="loan_reco.chg_user" )
column(band=detail id=25 alignment="0" tabsequence=40 border="5" color="0" x="94" y="159" height="16" width="61" format="[general]" html.valueishtml="0" name=tran_ser__pay visible="1" edit.limit=6 edit.case=upper 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=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="loan_reco.chg_term" )
text(band=detail alignment="1" text="Ref. No. :" border="0" color="0" x="160" y="159" height="16" width="51" html.valueishtml="0" name=ref_no__pay_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" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_reco~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"loans~" ) TABLE(NAME=~"misc_payables~" ) COLUMN(NAME=~"loan_reco.reco_no~") COLUMN(NAME=~"loan_reco.reco_date~") COLUMN(NAME=~"loan_reco.scheme_no~") COLUMN(NAME=~"loan_reco.emp_code~") COLUMN(NAME=~"loan_reco.start_date~") COLUMN(NAME=~"loan_reco.loan_amt~") COLUMN(NAME=~"loan_reco.mon_inst~") COLUMN(NAME=~"loan_reco.ad_code~") COLUMN(NAME=~"loan_reco.reco_amt~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"loan_reco.loan_interest~") COLUMN(NAME=~"loan_reco.loan_no~") COLUMN(NAME=~"loan_reco.confirmed~") COLUMN(NAME=~"loan_reco.remarks~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"loan_reco.conf_date~") COLUMN(NAME=~"loan_reco.emp_code__aprv~") COLUMN(NAME=~"loans.balance_amt~") COLUMN(NAME=~"loans.date__balance~") COLUMN(NAME=~"loan_reco.tran_ser__pay~") COLUMN(NAME=~"loan_reco.ref_no__pay~") COLUMN(NAME=~"loan_reco.int_calculated~") COMPUTE(NAME=~"trim(case when misc_payables.tot_amt is null then 0 else misc_payables.tot_amt end - case when misc_payables.adj_amt is null then 0 else misc_payables.adj_amt end) as bal_amt~") COLUMN(NAME=~"loan_reco.chg_date~") COLUMN(NAME=~"loan_reco.chg_user~") COLUMN(NAME=~"loan_reco.chg_term~") JOIN (LEFT=~"loan_reco.tran_ser__pay~" OP =~"=~"RIGHT=~"misc_payables.tran_ser~" OUTER1 =~"loan_reco.tran_ser__pay~" ) JOIN (LEFT=~"loan_reco.ref_no__pay~" OP =~"=~"RIGHT=~"misc_payables.ref_no~" OUTER1 =~"loan_reco.ref_no__pay~" ) JOIN (LEFT=~"loan_reco.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"loan_reco.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"loan_reco.loan_no~" OP =~"=~"RIGHT=~"loans.loan_no~" )WHERE( EXP1 =~"( ( loan_reco.reco_no~" OP =~"=~" EXP2 =~":mreco_no ) )~" ) ) ARG(NAME = ~"mreco_no~" TYPE = string) " update="LOAN_RECO" updatewhere=0 updatekeyinplace=no arguments=(("mreco_no", string)) )
column(band=detail id=19 alignment="0" tabsequence=60 border="5" color="0" x="94" y="182" height="16" width="357" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=50 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" ) groupbox(band=detail text="Others"border="2" color="0" x="14" y="282" height="57" width="513" 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="2" background.color="67108864" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="255" x="94" y="205" height="16" width="43" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.name="Yesno" 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="79741120" ) groupbox(band=detail text="Basic"border="2" color="0" x="13" y="8" height="258" width="512" 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="2" background.color="67108864" )
text(band=detail alignment="1" text="Conf. on :" border="0" color="0" x="159" y="205" height="16" width="60" html.valueishtml="0" name=conf_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="2" background.color="79741120" ) text(band=detail alignment="1" text="Recovery No :" border="0" color="0" x="31" y="34" height="16" width="85" html.valueishtml="0" name=reco_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=21 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="205" height="16" width="53" format="dd/mm/yy" html.valueishtml="0" name=conf_date 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="79741120" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="122" y="34" height="16" width="98" format="[general]" html.valueishtml="0" name=reco_no visible="1" edit.limit=10 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="16777215" )
text(band=detail alignment="1" text="Approved by :" border="0" color="0" x="301" y="205" height="16" width="82" html.valueishtml="0" name=emp_code__aprv_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="Loan No :" border="0" color="0" x="31" y="56" height="16" width="85" html.valueishtml="0" name=loan_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" )
text(band=detail alignment="1" text="As on :" border="0" color="0" x="178" y="89" height="16" width="44" html.valueishtml="0" name=date__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=14 alignment="0" tabsequence=20 border="5" color="0" x="122" y="56" height="16" width="98" format="[general]" html.valueishtml="0" name=loan_no visible="1" edit.limit=15 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="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="226" y="89" height="16" width="54" format="dd/mm/yy" html.valueishtml="0" name=date__balance visible="1" edit.limit=0 edit.case=any 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="79416533" ) text(band=detail alignment="1" text="Recover Date :" border="0" color="0" x="335" y="34" height="16" width="89" html.valueishtml="0" name=reco_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="2" background.color="79741120" )
text(band=detail alignment="1" text="Loan Amt :" border="0" color="0" x="284" y="89" height="16" width="85" html.valueishtml="0" name=loan_amt_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="0" tabsequence=10 border="5" color="0" x="426" y="34" height="16" width="54" format="dd/mm/yy" html.valueishtml="0" name=reco_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=32766 border="5" color="255" x="94" y="89" height="16" width="76" format="[general]" html.valueishtml="0" name=balance_amt 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="79416533" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="428" y="56" height="16" width="52" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 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" )
text(band=detail alignment="1" text="Ad Code :" border="0" color="0" x="202" y="113" height="16" width="60" html.valueishtml="0" name=ad_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" ) text(band=detail alignment="1" text="Scheme No:" border="0" color="0" x="335" y="56" height="16" width="89" html.valueishtml="0" name=scheme_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=8 alignment="0" tabsequence=32766 border="5" color="255" x="265" y="113" height="16" width="61" format="[general]" html.valueishtml="0" name=ad_code 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" ) text(band=detail alignment="1" text="Employee :" border="0" color="0" x="31" y="79" height="16" width="85" html.valueishtml="0" name=emp_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=9 alignment="1" tabsequence=30 border="5" color="0" x="94" y="113" height="16" width="76" format="#,##0.00" html.valueishtml="0" name=reco_amt visible="1" edit.limit=0 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="1090519039" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="122" y="79" height="16" width="72" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 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="79741120" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="94" y="136" height="16" width="54" format="dd/mm/yy" html.valueishtml="0" name=start_date 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="79741120" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="198" y="79" height="16" width="138" format="[general]" html.valueishtml="0" name=emp_name 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="79741120" )
text(band=detail alignment="1" text="Installment :" border="0" color="0" x="321" y="136" height="16" width="66" html.valueishtml="0" name=mon_inst_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="0" tabsequence=32766 border="5" color="255" x="342" y="79" height="16" width="138" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any 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="79741120" )
column(band=detail id=26 alignment="0" tabsequence=50 border="5" color="0" x="216" y="159" height="16" width="100" format="[general]" html.valueishtml="0" name=ref_no__pay visible="1" edit.limit=12 edit.case=upper 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=20 alignment="1" tabsequence=32766 border="5" color="255" x="122" y="102" height="16" width="76" format="[general]" html.valueishtml="0" name=balance_amt 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="79416533" )
column(band=detail id=6 alignment="1" tabsequence=32766 border="5" color="255" x="375" y="89" height="16" width="76" format="#,##0.00" html.valueishtml="0" name=loan_amt visible="1" edit.limit=0 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" ) text(band=detail alignment="1" text="As on :" border="0" color="0" x="206" y="102" height="16" width="44" html.valueishtml="0" name=date__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=15 alignment="0" tabsequence=32766 border="5" color="255" x="330" y="113" height="16" width="121" format="[general]" html.valueishtml="0" name=allwdedn_sh_descr 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="79741120" ) column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="255" x="254" y="102" height="16" width="54" format="dd/mm/yy" html.valueishtml="0" name=date__balance visible="1" edit.limit=0 edit.case=any 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="79416533" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="255" x="387" y="205" height="16" width="64" format="[general]" html.valueishtml="0" name=emp_code__aprv 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="79741120" ) text(band=detail alignment="1" text="Loan Amount :" border="0" color="0" x="312" y="102" height="16" width="85" html.valueishtml="0" name=loan_amt_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="Bal. Amt. :" border="0" color="0" x="324" y="160" height="16" width="56" html.valueishtml="0" name=bal_amt_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=6 alignment="1" tabsequence=32766 border="5" color="255" x="403" y="102" height="16" width="76" format="#,##0.00" html.valueishtml="0" name=loan_amt visible="1" edit.limit=0 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=7 alignment="1" tabsequence=32766 border="5" color="255" x="391" y="136" height="16" width="60" format="#,##0.00" html.valueishtml="0" name=mon_inst visible="1" edit.limit=0 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=30 border="5" color="0" x="122" y="126" height="16" width="76" format="#,##0.00" html.valueishtml="0" name=reco_amt visible="1" edit.limit=0 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="1090519039" )
column(band=detail id=28 alignment="1" tabsequence=32766 border="5" color="255" x="383" y="159" height="16" width="68" format="[general]" html.valueishtml="0" name=bal_amt 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="79741120" ) text(band=detail alignment="1" text="Ad Code :" border="0" color="0" x="230" y="126" height="16" width="60" html.valueishtml="0" name=ad_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=20 alignment="0" tabsequence=32766 border="0" color="0" x="459" y="181" height="16" width="25" format="[general]" html.valueishtml="0" name=pay_site 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=8 alignment="0" tabsequence=32766 border="5" color="255" x="293" y="126" height="16" width="61" format="[general]" html.valueishtml="0" name=ad_code 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=27 alignment="0" tabsequence=32766 border="0" color="255" x="459" y="205" height="16" width="26" format="[general]" html.valueishtml="0" name=int_calculated visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 edit.displayonly=yes 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="12632256" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="358" y="126" height="16" width="121" format="[general]" html.valueishtml="0" name=allwdedn_sh_descr 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="79741120" )
text(band=detail alignment="1" text="Recovery No :" border="0" color="0" x="3" y="21" height="16" width="85" html.valueishtml="0" name=reco_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" ) text(band=detail alignment="1" text="Start Date :" border="0" color="0" x="31" y="149" height="16" width="85" html.valueishtml="0" name=start_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="2" background.color="79741120" )
text(band=detail alignment="1" text="Loan No :" border="0" color="0" x="3" y="43" height="16" width="85" html.valueishtml="0" name=loan_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=5 alignment="0" tabsequence=32766 border="5" color="255" x="122" y="149" height="16" width="54" format="dd/mm/yy" html.valueishtml="0" name=start_date 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="79741120" )
text(band=detail alignment="1" text="Employee :" border="0" color="0" x="3" y="66" height="16" width="85" html.valueishtml="0" name=emp_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" ) text(band=detail alignment="1" text="Installment :" border="0" color="0" x="349" y="149" height="16" width="66" html.valueishtml="0" name=mon_inst_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="Loan Balance :" border="0" color="0" x="3" y="89" height="16" width="85" html.valueishtml="0" name=balance_amt_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="Reference Series :" border="0" color="0" x="22" y="172" height="16" width="94" html.valueishtml="0" name=tran_ser__pay_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="Recover Amt :" border="0" color="0" x="3" y="113" height="16" width="85" html.valueishtml="0" name=reco_amt_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="0" tabsequence=40 border="5" color="0" x="122" y="172" height="16" width="54" format="[general]" html.valueishtml="0" name=tran_ser__pay visible="1" edit.limit=6 edit.case=upper 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="Start Date :" border="0" color="0" x="3" y="136" height="16" width="85" html.valueishtml="0" name=issue_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="2" background.color="79741120" ) text(band=detail alignment="1" text="Balance Amount. :" border="0" color="0" x="317" y="173" height="16" width="98" html.valueishtml="0" name=bal_amt_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="Ref. Ser. :" border="0" color="0" x="3" y="159" height="16" width="85" html.valueishtml="0" name=tran_ser__pay_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="Remarks :" border="0" color="0" x="31" y="195" height="16" width="85" html.valueishtml="0" name=remarks_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="Remarks :" border="0" color="0" x="3" y="182" height="16" width="85" html.valueishtml="0" name=t_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="2" background.color="79741120" ) column(band=detail id=16 alignment="0" tabsequence=60 border="5" color="0" x="122" y="195" height="16" width="357" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=50 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="Confirmed :" border="0" color="0" x="3" y="205" height="16" width="85" html.valueishtml="0" name=t_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="2" background.color="79741120" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="0" x="487" y="194" height="16" width="25" format="[general]" html.valueishtml="0" name=pay_site visible="0" 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=2 alignment="0" tabsequence=10 border="5" color="0" x="398" y="21" height="16" width="54" format="dd/mm/yy" html.valueishtml="0" name=reco_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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="Confirmed :" border="0" color="0" x="31" y="218" height="16" width="85" html.valueishtml="0" name=confirmed_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="Scheme No:" border="0" color="0" x="307" y="43" height="16" width="89" html.valueishtml="0" name=scheme_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="0" tabsequence=32766 border="5" color="255" x="122" y="218" height="16" width="43" format="[Yes/No]" html.valueishtml="0" name=confirmed visible="1" edit.name="Yesno" 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="79741120" )
text(band=detail alignment="1" text="Recover Date :" border="0" color="0" x="307" y="21" height="16" width="89" html.valueishtml="0" name=reco_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="2" background.color="79741120" ) text(band=detail alignment="1" text="Confirmed on :" border="0" color="0" x="169" y="218" height="16" width="78" html.valueishtml="0" name=conf_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="2" background.color="79741120" )
column(band=detail id=17 alignment="0" tabsequence=20 border="5" color="0" x="94" y="43" height="16" width="98" format="[general]" html.valueishtml="0" name=loan_no visible="1" edit.limit=15 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="16777215" ) column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="255" x="251" y="218" height="16" width="53" format="dd/mm/yy" html.valueishtml="0" name=conf_date 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="79741120" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="94" y="21" height="16" width="98" format="[general]" html.valueishtml="0" name=reco_no visible="1" edit.limit=10 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="16777215" ) text(band=detail alignment="1" text="Approved by :" border="0" color="0" x="329" y="218" height="16" width="82" html.valueishtml="0" name=emp_code__aprv_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="0" tabsequence=32766 border="5" color="255" x="170" y="66" height="16" width="138" format="[general]" html.valueishtml="0" name=emp_name 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="79741120" ) column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="255" x="487" y="218" height="16" width="26" format="[general]" html.valueishtml="0" name=int_calculated visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 edit.displayonly=yes 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="12632256" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="400" y="43" height="16" width="52" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 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" ) text(band=detail alignment="1" text="Loan Balance :" border="0" color="0" x="31" y="102" height="16" width="85" html.valueishtml="0" name=balance_amt_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="0" tabsequence=32766 border="5" color="255" x="314" y="66" height="16" width="138" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any 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="79741120" ) text(band=detail alignment="1" text="Recover Amount :" border="0" color="0" x="19" y="126" height="16" width="97" html.valueishtml="0" name=reco_amt_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="0" tabsequence=32766 border="5" color="255" x="415" y="218" height="16" width="64" format="[general]" html.valueishtml="0" name=emp_code__aprv 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="79741120" )
text(band=detail alignment="0" text="Change Term :" border="0" color="0" x="344" y="308" height="16" width="75" html.valueishtml="0" name=chg_term_t visible="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" )
column(band=detail id=28 alignment="0" tabsequence=90 border="5" color="0" x="424" y="308" height="16" width="55" format="[general]" html.valueishtml="0" name=chg_term 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=26 alignment="0" tabsequence=70 border="5" color="0" x="105" y="308" height="16" width="55" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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="0" text="Change Date :" border="0" color="0" x="25" y="308" height="16" width="75" html.valueishtml="0" name=chg_date_t visible="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" )
column(band=detail id=27 alignment="0" tabsequence=80 border="5" color="0" x="269" y="308" height="16" width="50" format="[general]" html.valueishtml="0" name=chg_user 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="0" text="Change User:" border="0" color="0" x="189" y="308" height="16" width="75" html.valueishtml="0" name=chg_user_t visible="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" )
column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="255" x="419" y="149" height="16" width="60" format="#,##0.00" html.valueishtml="0" name=mon_inst visible="1" edit.limit=0 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=25 alignment="1" tabsequence=32766 border="5" color="255" x="419" y="172" height="16" width="60" format="[general]" html.valueishtml="0" name=bal_amt 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="79741120" )
column(band=detail id=23 alignment="0" tabsequence=50 border="5" color="0" x="268" y="172" height="16" width="45" format="[general]" html.valueishtml="0" name=ref_no__pay visible="1" edit.limit=12 edit.case=upper 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="Reference. No. :" border="0" color="0" x="179" y="172" height="16" width="84" html.valueishtml="0" name=ref_no__pay_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" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) 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