Commit fc476a2e authored by cpatil's avatar cpatil

add city , site code and net amount


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91673 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed3062c7
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>79741120</color>
<processing>0</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
</BaseDefinition>
<Header>
<height>20</height>
<color>536870912</color>
</Header>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>26</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="6">char</type>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_code</name>
<dbname>taxtran.tran_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<dbname>taxtran.tran_id</dbname>
</table_column>
<table_column>
<type size="3">char</type>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>taxtran.line_no</dbname>
</table_column>
<table_column>
<type size="3">char</type>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no__tax</name>
<dbname>taxtran.line_no__tax</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tax_form</name>
<dbname>taxtran.tax_form</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tax_form_date</name>
<dbname>taxtran.tax_form_date</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>tax_class</name>
<dbname>taxtran.tax_class</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<updatewhereclause>yes</updatewhereclause>
<name>tax_perc</name>
<dbname>taxtran.tax_perc</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>tax_env</name>
<dbname>taxtran.tax_env</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<updatewhereclause>yes</updatewhereclause>
<name>taxable_amt</name>
<dbname>taxtran.taxable_amt</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tax_code</name>
<dbname>taxtran.tax_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>tax_chap</name>
<dbname>taxtran.tax_chap</dbname>
</table_column>
<table_column>
<type>number</type>
<updatewhereclause>yes</updatewhereclause>
<name>tax_amt</name>
<dbname>tax_amt</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sundry_name</name>
<dbname>customer.cust_name</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>tran_date</name>
<dbname>sreturn.tran_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sundry_code</name>
<dbname>sreturn.cust_code</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>excise_ref_no</name>
<dbname>sreturn.excise_ref_no</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>excise_ref_date</name>
<dbname>sreturn.excise_ref_date</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>city</name>
<dbname>customer.city</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>site_code</name>
<dbname>sreturn.site_code</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<updatewhereclause>yes</updatewhereclause>
<name>net_amt</name>
<dbname>sreturn.net_amt</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;taxtran&quot; ) TABLE(NAME=&quot;tax&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sreturn&quot; ) COLUMN(NAME=&quot;taxtran.tran_code&quot;) COLUMN(NAME=&quot;taxtran.tran_id&quot;) COLUMN(NAME=&quot;taxtran.line_no&quot;) COLUMN(NAME=&quot;taxtran.line_no__tax&quot;) COLUMN(NAME=&quot;taxtran.tax_form&quot;) COLUMN(NAME=&quot;taxtran.tax_form_date&quot;) COLUMN(NAME=&quot;taxtran.tax_class&quot;) COLUMN(NAME=&quot;taxtran.tax_perc&quot;) COLUMN(NAME=&quot;taxtran.tax_env&quot;) COLUMN(NAME=&quot;taxtran.taxable_amt&quot;) COLUMN(NAME=&quot;taxtran.tax_code&quot;) COLUMN(NAME=&quot;taxtran.tax_chap&quot;) COMPUTE(NAME=&quot;sum( ~&quot;TAXTRAN~&quot;.~&quot;TAX_AMT~&quot; ) as tax_amt&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sreturn.tran_date&quot;) COLUMN(NAME=&quot;sreturn.cust_code&quot;) COLUMN(NAME=&quot;sreturn.excise_ref_no&quot;) COLUMN(NAME=&quot;sreturn.excise_ref_date&quot;) COLUMN(NAME=&quot;customer.city&quot;) COLUMN(NAME=&quot;sreturn.site_code&quot;) COLUMN(NAME=&quot;sreturn.net_amt&quot;) JOIN (LEFT=&quot;tax.tax_code&quot; OP =&quot;=&quot;RIGHT=&quot;taxtran.tax_code&quot; ) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sreturn.cust_code&quot; ) JOIN (LEFT=&quot;taxtran.tran_id&quot; OP =&quot;=&quot;RIGHT=&quot;sreturn.tran_id&quot; )WHERE( EXP1 =&quot;TAXTRAN.TRAN_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:sRef_ser&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;SRETURN.SITE_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:sSite_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SRETURN.TRAN_DATE&quot; OP =&quot;between&quot; EXP2 =&quot;:tDateFr And :tDateTo &quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;SRETURN.CUST_CODE&quot; OP =&quot;between&quot; EXP2 =&quot;:sSund_fr And :sSund_to &quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;TAXTRAN.TAX_CODE &quot; OP =&quot;between&quot; EXP2 =&quot;:sTax_fr And :sTax_to &quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;TAX.FORM_REQD &quot; OP =&quot;=&quot; EXP2 =&quot;&apos;Y&apos;&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;TAXTRAN.TAX_CLASS&quot; OP =&quot;is not&quot; EXP2 =&quot;null&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( ~&quot;TAXTRAN~&quot;.~&quot;TAX_FORM~&quot; &quot; OP =&quot;is&quot; EXP2 =&quot;null&quot; LOGIC =&quot;or&quot; ) WHERE( EXP1 =&quot;TAXTRAN.TAX_FORM_DATE &quot; OP =&quot;is&quot; EXP2 =&quot;null ) &quot; ) GROUP(NAME=&quot;taxtran.tran_code&quot;) GROUP(NAME=&quot;taxtran.tran_id&quot;) GROUP(NAME=&quot;taxtran.line_no&quot;) GROUP(NAME=&quot;taxtran.line_no__tax&quot;) GROUP(NAME=&quot;taxtran.tax_form&quot;) GROUP(NAME=&quot;taxtran.tax_form_date&quot;) GROUP(NAME=&quot;taxtran.tax_class&quot;) GROUP(NAME=&quot;taxtran.tax_perc&quot;) GROUP(NAME=&quot;taxtran.tax_env&quot;) GROUP(NAME=&quot;taxtran.taxable_amt&quot;) GROUP(NAME=&quot;taxtran.tax_code&quot;) GROUP(NAME=&quot;taxtran.tax_chap&quot;) GROUP(NAME=&quot;sreturn.tran_date&quot;) GROUP(NAME=&quot;sreturn.cust_code&quot;) GROUP(NAME=&quot;customer.cust_name&quot;) GROUP(NAME=&quot;sreturn.excise_ref_no&quot;) GROUP(NAME=&quot;sreturn.excise_ref_date&quot;) GROUP(NAME=&quot;customer.city&quot;) GROUP(NAME=&quot;sreturn.site_code&quot;) GROUP(NAME=&quot;sreturn.net_amt&quot;)) ARG(NAME = &quot;sRef_ser&quot; TYPE = string) ARG(NAME = &quot;sSite_code&quot; TYPE = string) ARG(NAME = &quot;tDateFr&quot; TYPE = datetime) ARG(NAME = &quot;tDateTo&quot; TYPE = datetime) ARG(NAME = &quot;sSund_fr&quot; TYPE = string) ARG(NAME = &quot;sSund_to&quot; TYPE = string) ARG(NAME = &quot;sTax_fr&quot; TYPE = string) ARG(NAME = &quot;sTax_to&quot; TYPE = string) </retrieve>
<update>TAXTRAN</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>sRef_ser</name>
<type>string</type>
</argument>
<argument>
<name>sSite_code</name>
<type>string</type>
</argument>
<argument>
<name>tDateFr</name>
<type>datetime</type>
</argument>
<argument>
<name>tDateTo</name>
<type>datetime</type>
</argument>
<argument>
<name>sSund_fr</name>
<type>string</type>
</argument>
<argument>
<name>sSund_to</name>
<type>string</type>
</argument>
<argument>
<name>sTax_fr</name>
<type>string</type>
</argument>
<argument>
<name>sTax_to</name>
<type>string</type>
</argument>
<sort>
<expression>tran_code A</expression>
<expression>line_no__tax A</expression>
</sort>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Ref. Sr.</text>
<border>6</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>47</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_code_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tran Id</text>
<border>6</border>
<color>33554432</color>
<x>53</x>
<y>2</y>
<height>16</height>
<width>82</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tran Date</text>
<border>6</border>
<color>33554432</color>
<x>139</x>
<y>2</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Sundry Code</text>
<border>6</border>
<color>33554432</color>
<x>411</x>
<y>3</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sundry_code_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>GP No</text>
<border>6</border>
<color>33554432</color>
<x>220</x>
<y>2</y>
<height>16</height>
<width>105</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>excise_ref_no_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Sundry Name</text>
<border>6</border>
<color>33554432</color>
<x>486</x>
<y>2</y>
<height>16</height>
<width>215</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sundry_name_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>City</text>
<border>6</border>
<color>33554432</color>
<x>705</x>
<y>2</y>
<height>16</height>
<width>83</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Site Code</text>
<border>6</border>
<color>33554432</color>
<x>791</x>
<y>2</y>
<height>16</height>
<width>83</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Net Amount</text>
<border>6</border>
<color>33554432</color>
<x>877</x>
<y>2</y>
<height>16</height>
<width>83</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>net_amt_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tax Form</text>
<border>6</border>
<color>33554432</color>
<x>963</x>
<y>2</y>
<height>16</height>
<width>134</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_form_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tax Form Date</text>
<border>6</border>
<color>33554432</color>
<x>1101</x>
<y>2</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_form_date_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>1</alignment>
<text>Taxable Amount</text>
<border>6</border>
<color>33554432</color>
<x>1266</x>
<y>2</y>
<height>16</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>taxable_amt_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tax Code</text>
<border>6</border>
<color>33554432</color>
<x>1183</x>
<y>2</y>
<height>16</height>
<width>50</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_code_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>TLn.</text>
<border>6</border>
<color>33554432</color>
<x>1237</x>
<y>2</y>
<height>16</height>
<width>25</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no__tax_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>1</alignment>
<text>Tax Amount</text>
<border>6</border>
<color>33554432</color>
<x>1358</x>
<y>2</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_amt_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>1</alignment>
<text>Tax Percentage</text>
<border>6</border>
<color>33554432</color>
<x>1428</x>
<y>2</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_perc_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tax Class</text>
<border>6</border>
<color>33554432</color>
<x>1513</x>
<y>2</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_class_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tax Chapter</text>
<border>6</border>
<color>33554432</color>
<x>1575</x>
<y>3</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_chap_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>Tax Enviroment</text>
<border>6</border>
<color>33554432</color>
<x>1645</x>
<y>3</y>
<height>16</height>
<width>83</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_env_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>Header</band>
<alignment>0</alignment>
<text>GP Date</text>
<border>6</border>
<color>33554432</color>
<x>329</x>
<y>2</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>excise_ref_date_t</name>
<visible>1</visible>
<moveable>1</moveable>
<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>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>47</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_code</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>53</x>
<y>2</y>
<height>16</height>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>139</x>
<y>2</y>
<height>16</height>
<width>77</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>411</x>
<y>2</y>
<height>16</height>
<width>71</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sundry_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>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>5</border>
<color>0</color>
<x>220</x>
<y>1</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>excise_ref_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>486</x>
<y>2</y>
<height>16</height>
<width>215</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sundry_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1266</x>
<y>2</y>
<height>16</height>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>taxable_amt</name>
<visible>1</visible>
<righttoleft>1</righttoleft>
<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>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1183</x>
<y>2</y>
<height>16</height>
<width>50</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_code</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1237</x>
<y>2</y>
<height>16</height>
<width>25</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no__tax</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1358</x>
<y>2</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_amt</name>
<visible>1</visible>
<righttoleft>1</righttoleft>
<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>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1428</x>
<y>2</y>
<height>16</height>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_perc</name>
<visible>1</visible>
<righttoleft>1</righttoleft>
<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>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1513</x>
<y>2</y>
<height>16</height>
<width>58</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_class</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1575</x>
<y>2</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_chap</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1645</x>
<y>2</y>
<height>16</height>
<width>83</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_env</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>329</x>
<y>1</y>
<height>16</height>
<width>78</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>excise_ref_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>704</x>
<y>2</y>
<height>16</height>
<width>83</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>791</x>
<y>2</y>
<height>16</height>
<width>83</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>877</x>
<y>2</y>
<height>16</height>
<width>83</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>net_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>963</x>
<y>2</y>
<height>16</height>
<width>134</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_form</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<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>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>1101</x>
<y>2</y>
<height>16</height>
<width>77</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_form_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</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>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
$PBExportHeader$d_taxform_reco_class_sreturn.srd
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 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=26 color="536870912" )
table(column=(type=char(6) updatewhereclause=yes key=yes name=tran_code dbname="taxtran.tran_code" )
column=(type=char(10) updatewhereclause=yes key=yes name=tran_id dbname="taxtran.tran_id" )
column=(type=char(3) updatewhereclause=yes key=yes name=line_no dbname="taxtran.line_no" )
column=(type=char(3) updatewhereclause=yes key=yes name=line_no__tax dbname="taxtran.line_no__tax" )
column=(type=char(30) update=yes updatewhereclause=yes key=yes name=tax_form dbname="taxtran.tax_form" )
column=(type=datetime update=yes updatewhereclause=yes name=tax_form_date dbname="taxtran.tax_form_date" )
column=(type=char(5) updatewhereclause=yes name=tax_class dbname="taxtran.tax_class" )
column=(type=decimal(3) updatewhereclause=yes name=tax_perc dbname="taxtran.tax_perc" )
column=(type=char(10) updatewhereclause=yes name=tax_env dbname="taxtran.tax_env" )
column=(type=decimal(3) updatewhereclause=yes name=taxable_amt dbname="taxtran.taxable_amt" )
column=(type=char(5) updatewhereclause=yes key=yes name=tax_code dbname="taxtran.tax_code" )
column=(type=char(10) updatewhereclause=yes name=tax_chap dbname="taxtran.tax_chap" )
column=(type=number updatewhereclause=yes name=tax_amt dbname="tax_amt" )
column=(type=char(40) updatewhereclause=yes name=sundry_name dbname="customer.cust_name" )
column=(type=datetime updatewhereclause=yes name=tran_date dbname="sreturn.tran_date" )
column=(type=char(10) updatewhereclause=yes name=sundry_code dbname="sreturn.cust_code" )
column=(type=char(15) updatewhereclause=yes name=excise_ref_no dbname="sreturn.excise_ref_no" )
column=(type=datetime updatewhereclause=yes name=excise_ref_date dbname="sreturn.excise_ref_date" )
column=(type=char(20) updatewhereclause=yes name=city dbname="customer.city" )
column=(type=char(5) updatewhereclause=yes name=site_code dbname="sreturn.site_code" )
column=(type=decimal(3) updatewhereclause=yes name=net_amt dbname="sreturn.net_amt" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"taxtran~" ) TABLE(NAME=~"tax~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"sreturn~" ) COLUMN(NAME=~"taxtran.tran_code~") COLUMN(NAME=~"taxtran.tran_id~") COLUMN(NAME=~"taxtran.line_no~") COLUMN(NAME=~"taxtran.line_no__tax~") COLUMN(NAME=~"taxtran.tax_form~") COLUMN(NAME=~"taxtran.tax_form_date~") COLUMN(NAME=~"taxtran.tax_class~") COLUMN(NAME=~"taxtran.tax_perc~") COLUMN(NAME=~"taxtran.tax_env~") COLUMN(NAME=~"taxtran.taxable_amt~") COLUMN(NAME=~"taxtran.tax_code~") COLUMN(NAME=~"taxtran.tax_chap~") COMPUTE(NAME=~"sum( ~~~"TAXTRAN~~~".~~~"TAX_AMT~~~" ) as tax_amt~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"sreturn.tran_date~") COLUMN(NAME=~"sreturn.cust_code~") COLUMN(NAME=~"sreturn.excise_ref_no~") COLUMN(NAME=~"sreturn.excise_ref_date~") COLUMN(NAME=~"customer.city~") COLUMN(NAME=~"sreturn.site_code~") COLUMN(NAME=~"sreturn.net_amt~") JOIN (LEFT=~"tax.tax_code~" OP =~"=~"RIGHT=~"taxtran.tax_code~" ) JOIN (LEFT=~"customer.cust_code~" OP =~"=~"RIGHT=~"sreturn.cust_code~" ) JOIN (LEFT=~"taxtran.tran_id~" OP =~"=~"RIGHT=~"sreturn.tran_id~" )WHERE( EXP1 =~"TAXTRAN.TRAN_CODE~" OP =~"=~" EXP2 =~":sRef_ser~" LOGIC =~"And~" ) WHERE( EXP1 =~"SRETURN.SITE_CODE~" OP =~"=~" EXP2 =~":sSite_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"SRETURN.TRAN_DATE~" OP =~"between~" EXP2 =~":tDateFr And :tDateTo ~" LOGIC =~"And~" ) WHERE( EXP1 =~"SRETURN.CUST_CODE~" OP =~"between~" EXP2 =~":sSund_fr And :sSund_to ~" LOGIC =~"and~" ) WHERE( EXP1 =~"TAXTRAN.TAX_CODE ~" OP =~"between~" EXP2 =~":sTax_fr And :sTax_to ~" LOGIC =~"And~" ) WHERE( EXP1 =~"TAX.FORM_REQD ~" OP =~"=~" EXP2 =~"'Y'~" LOGIC =~"And~" ) WHERE( EXP1 =~"TAXTRAN.TAX_CLASS~" OP =~"is not~" EXP2 =~"null~" LOGIC =~"And~" ) WHERE( EXP1 =~"( ~~~"TAXTRAN~~~".~~~"TAX_FORM~~~" ~" OP =~"is~" EXP2 =~"null~" LOGIC =~"or~" ) WHERE( EXP1 =~"TAXTRAN.TAX_FORM_DATE ~" OP =~"is~" EXP2 =~"null ) ~" ) GROUP(NAME=~"taxtran.tran_code~") GROUP(NAME=~"taxtran.tran_id~") GROUP(NAME=~"taxtran.line_no~") GROUP(NAME=~"taxtran.line_no__tax~") GROUP(NAME=~"taxtran.tax_form~") GROUP(NAME=~"taxtran.tax_form_date~") GROUP(NAME=~"taxtran.tax_class~") GROUP(NAME=~"taxtran.tax_perc~") GROUP(NAME=~"taxtran.tax_env~") GROUP(NAME=~"taxtran.taxable_amt~") GROUP(NAME=~"taxtran.tax_code~") GROUP(NAME=~"taxtran.tax_chap~") GROUP(NAME=~"sreturn.tran_date~") GROUP(NAME=~"sreturn.cust_code~") GROUP(NAME=~"customer.cust_name~") GROUP(NAME=~"sreturn.excise_ref_no~") GROUP(NAME=~"sreturn.excise_ref_date~") GROUP(NAME=~"customer.city~") GROUP(NAME=~"sreturn.site_code~") GROUP(NAME=~"sreturn.net_amt~")) ARG(NAME = ~"sRef_ser~" TYPE = string) ARG(NAME = ~"sSite_code~" TYPE = string) ARG(NAME = ~"tDateFr~" TYPE = datetime) ARG(NAME = ~"tDateTo~" TYPE = datetime) ARG(NAME = ~"sSund_fr~" TYPE = string) ARG(NAME = ~"sSund_to~" TYPE = string) ARG(NAME = ~"sTax_fr~" TYPE = string) ARG(NAME = ~"sTax_to~" TYPE = string) " update="TAXTRAN" updatewhere=0 updatekeyinplace=no arguments=(("sRef_ser", string),("sSite_code", string),("tDateFr", datetime),("tDateTo", datetime),("sSund_fr", string),("sSund_to", string),("sTax_fr", string),("sTax_to", string)) sort="tran_code A line_no__tax A " )
text(band=header alignment="0" text="Ref. Sr." border="6" color="33554432" x="2" y="2" height="16" width="47" html.valueishtml="0" name=tran_code_t visible="1" moveable=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=header alignment="0" text="Tran Id" border="6" color="33554432" x="53" y="2" height="16" width="82" html.valueishtml="0" name=tran_id_t visible="1" moveable=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=header alignment="0" text="Tran Date" border="6" color="33554432" x="139" y="2" height="16" width="77" html.valueishtml="0" name=tran_date_t visible="1" moveable=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=header alignment="0" text="Sundry Code" border="6" color="33554432" x="411" y="3" height="16" width="71" html.valueishtml="0" name=sundry_code_t visible="1" moveable=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=header alignment="0" text="GP No" border="6" color="33554432" x="220" y="2" height="16" width="105" html.valueishtml="0" name=excise_ref_no_t visible="1" moveable=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=header alignment="0" text="Sundry Name" border="6" color="33554432" x="486" y="2" height="16" width="215" html.valueishtml="0" name=sundry_name_t visible="1" moveable=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=header alignment="0" text="City" border="6" color="33554432" x="705" y="2" height="16" width="83" html.valueishtml="0" name=city_t visible="1" moveable=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=header alignment="0" text="Site Code" border="6" color="33554432" x="791" y="2" height="16" width="83" html.valueishtml="0" name=site_code_t visible="1" moveable=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=header alignment="0" text="Net Amount" border="6" color="33554432" x="877" y="2" height="16" width="83" html.valueishtml="0" name=net_amt_t visible="1" moveable=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=header alignment="0" text="Tax Form" border="6" color="33554432" x="963" y="2" height="16" width="134" html.valueishtml="0" name=tax_form_t visible="1" moveable=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=header alignment="0" text="Tax Form Date" border="6" color="33554432" x="1101" y="2" height="16" width="77" html.valueishtml="0" name=tax_form_date_t visible="1" moveable=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=header alignment="1" text="Taxable Amount" border="6" color="33554432" x="1266" y="2" height="16" width="88" html.valueishtml="0" name=taxable_amt_t visible="1" moveable=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=header alignment="0" text="Tax Code" border="6" color="33554432" x="1183" y="2" height="16" width="50" html.valueishtml="0" name=tax_code_t visible="1" moveable=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=header alignment="0" text="TLn." border="6" color="33554432" x="1237" y="2" height="16" width="25" html.valueishtml="0" name=line_no__tax_t visible="1" moveable=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=header alignment="1" text="Tax Amount" border="6" color="33554432" x="1358" y="2" height="16" width="66" html.valueishtml="0" name=tax_amt_t visible="1" moveable=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=header alignment="1" text="Tax Percentage" border="6" color="33554432" x="1428" y="2" height="16" width="81" html.valueishtml="0" name=tax_perc_t visible="1" moveable=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=header alignment="0" text="Tax Class" border="6" color="33554432" x="1513" y="2" height="16" width="58" html.valueishtml="0" name=tax_class_t visible="1" moveable=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=header alignment="0" text="Tax Chapter" border="6" color="33554432" x="1575" y="3" height="16" width="66" html.valueishtml="0" name=tax_chap_t visible="1" moveable=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=header alignment="0" text="Tax Enviroment" border="6" color="33554432" x="1645" y="3" height="16" width="83" html.valueishtml="0" name=tax_env_t visible="1" moveable=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=header alignment="0" text="GP Date" border="6" color="33554432" x="329" y="2" height="16" width="78" html.valueishtml="0" name=excise_ref_date_t visible="1" moveable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="16" width="47" format="[general]" html.valueishtml="0" name=tran_code 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=2 alignment="0" tabsequence=32766 border="5" color="0" x="53" y="2" height="16" width="82" format="[general]" html.valueishtml="0" name=tran_id 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=15 alignment="0" tabsequence=32766 border="5" color="0" x="139" y="2" height="16" width="77" format="dd/mm/yy" html.valueishtml="0" name=tran_date 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="411" y="2" height="16" width="71" format="[general]" html.valueishtml="0" name=sundry_code 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="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="220" y="1" height="16" width="105" format="[general]" html.valueishtml="0" name=excise_ref_no 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="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="486" y="2" height="16" width="215" format="[general]" html.valueishtml="0" name=sundry_name 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="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="705" y="2" height="16" width="83" format="[general]" html.valueishtml="0" name=city 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="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x="791" y="2" height="16" width="83" format="[general]" html.valueishtml="0" name=site_code 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="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="0" x="877" y="2" height="16" width="83" format="[general]" html.valueishtml="0" name=net_amt 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="16777215" )
column(band=detail id=5 alignment="0" tabsequence=10 border="5" color="0" x="963" y="2" height="16" width="134" format="[general]" html.valueishtml="0" name=tax_form visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=20 border="5" color="0" x="1101" y="2" height="16" width="77" format="dd/mm/yy" html.valueishtml="0" name=tax_form_date visible="1" 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=10 alignment="1" tabsequence=32766 border="5" color="0" x="1266" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=taxable_amt visible="1" righttoleft=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=11 alignment="0" tabsequence=32766 border="5" color="0" x="1183" y="2" height="16" width="50" format="[general]" html.valueishtml="0" name=tax_code 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=4 alignment="0" tabsequence=32766 border="5" color="0" x="1237" y="2" height="16" width="25" format="[general]" html.valueishtml="0" name=line_no__tax 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=13 alignment="1" tabsequence=32766 border="5" color="0" x="1358" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=tax_amt visible="1" righttoleft=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="1" tabsequence=32766 border="5" color="0" x="1428" y="2" height="16" width="81" format="[general]" html.valueishtml="0" name=tax_perc visible="1" righttoleft=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=7 alignment="0" tabsequence=32766 border="5" color="0" x="1513" y="2" height="16" width="58" format="[general]" html.valueishtml="0" name=tax_class 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=12 alignment="0" tabsequence=32766 border="5" color="0" x="1575" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=tax_chap 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="1645" y="2" height="16" width="83" format="[general]" html.valueishtml="0" name=tax_env 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=18 alignment="0" tabsequence=32766 border="5" color="0" x="329" y="1" height="16" width="78" format="dd/mm/yy" html.valueishtml="0" name=excise_ref_date 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="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
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