Commit 9956b28e authored by ssalve's avatar ssalve

done changes for GSTIN Number to GSTIN/UID Number and removed mandatory for name and city


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106347 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 35a0a8b5
......@@ -62,10 +62,10 @@ table(column=(type=char(6) update=yes updatewhereclause=yes name=prd_code dbname
column=(type=char(50) update=yes updatewhereclause=yes name=reas_code dbname="gst_data_hdr.reas_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"gst_data_hdr~" ALIAS=~"GST_DATA_HDR_A~" ) TABLE(NAME=~"gst_data_hdr~" ALIAS=~"GST_DATA_HDR_B~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"state~" ) TABLE(NAME=~"gst_registration~" ) COLUMN(NAME=~"GST_DATA_HDR_A.prd_code~") COLUMN(NAME=~"GST_DATA_HDR_A.rec_type~") COLUMN(NAME=~"GST_DATA_HDR_A.tran_type~") COLUMN(NAME=~"GST_DATA_HDR_A.cust_code~") COLUMN(NAME=~"GST_DATA_HDR_A.cust_name~") COLUMN(NAME=~"GST_DATA_HDR_A.submission_type~") COLUMN(NAME=~"GST_DATA_HDR_A.doc_checksum~") COLUMN(NAME=~"GST_DATA_HDR_A.doc_type~") COLUMN(NAME=~"GST_DATA_HDR_A.amount~") COLUMN(NAME=~"GST_DATA_HDR_A.reverse_chrg~") COLUMN(NAME=~"GST_DATA_HDR_A.lr_no~") COLUMN(NAME=~"GST_DATA_HDR_A.lr_date~") COLUMN(NAME=~"GST_DATA_HDR_A.ref_id__inv~") COLUMN(NAME=~"GST_DATA_HDR_A.ref_date__inv~") COLUMN(NAME=~"GST_DATA_HDR_A.prov_assmnt~") COLUMN(NAME=~"GST_DATA_HDR_A.order_no~") COLUMN(NAME=~"GST_DATA_HDR_A.order_date~") COLUMN(NAME=~"GST_DATA_HDR_A.remarks~") COLUMN(NAME=~"GST_DATA_HDR_A.submit_status~") COLUMN(NAME=~"GST_DATA_HDR_A.submit_date~") COLUMN(NAME=~"GST_DATA_HDR_A.add_user~") COLUMN(NAME=~"GST_DATA_HDR_A.add_date~") COLUMN(NAME=~"GST_DATA_HDR_A.add_term~") COLUMN(NAME=~"GST_DATA_HDR_A.chg_user~") COLUMN(NAME=~"GST_DATA_HDR_A.chg_date~") COLUMN(NAME=~"GST_DATA_HDR_A.chg_term~") COLUMN(NAME=~"GST_DATA_HDR_A.tax_reg_no~") COLUMN(NAME=~"GST_DATA_HDR_A.tran_date~") COLUMN(NAME=~"GST_DATA_HDR_A.reco_status~") COLUMN(NAME=~"GST_DATA_HDR_A.doc_no~") COLUMN(NAME=~"GST_DATA_HDR_A.doc_date~") COLUMN(NAME=~"GST_DATA_HDR_B.doc_no~") COLUMN(NAME=~"GST_DATA_HDR_B.doc_date~") COLUMN(NAME=~"GST_DATA_HDR_B.amount~") COLUMN(NAME=~"GST_DATA_HDR_A.gst_code~") COLUMN(NAME=~"GST_DATA_HDR_A.site_code~") COLUMN(NAME=~"site.descr~") COMPUTE(NAME=~"' ' as reco_status_descr~") COMPUTE(NAME=~"fn_get_descr_gencodes('TRAN_TYPE','W_GSTR',~~~"GST_DATA_HDR_A~~~".~~~"TRAN_TYPE~~~") as tran_type_descr~") COMPUTE(NAME=~"fn_get_descr_gencodes('REC_TYPE','W_GSTR',~~~"GST_DATA_HDR_A~~~".~~~"REC_TYPE~~~") as rec_type_descr~") COLUMN(NAME=~"state.descr~") COLUMN(NAME=~"GST_DATA_HDR_A.ecom_reg_no~") COLUMN(NAME=~"state.gst_code~") COLUMN(NAME=~"gst_registration.name~") COLUMN(NAME=~"gst_registration.addr1~") COLUMN(NAME=~"gst_registration.addr2~") COLUMN(NAME=~"gst_registration.addr3~") COLUMN(NAME=~"gst_registration.city~") COLUMN(NAME=~"gst_registration.state_code~") COLUMN(NAME=~"gst_registration.pin~") COLUMN(NAME=~"GST_DATA_HDR_A.tran_id~") COLUMN(NAME=~"GST_DATA_HDR_A.tran_id__ref~") COLUMN(NAME=~"GST_DATA_HDR_A.gst_type~") COMPUTE(NAME=~"fn_get_descr_gencodes('TRAN_TYPE','W_GSTR',~~~"GST_DATA_HDR_A~~~".~~~"GST_TYPE~~~") as gst_type_descr~") COMPUTE(NAME=~"fn_get_descr_gencodes('TRAN_TYPE','W_GSTR',~~~"GST_DATA_HDR_A~~~".~~~"DOC_TYPE~~~") as doc_type_descr~") COLUMN(NAME=~"GST_DATA_HDR_A.reas_code~") JOIN (LEFT=~"GST_DATA_HDR_A.tran_id__ref~" OP =~"=~"RIGHT=~"GST_DATA_HDR_B.tran_id~" OUTER1 =~"GST_DATA_HDR_A.tran_id__ref~" ) JOIN (LEFT=~"GST_DATA_HDR_A.tax_reg_no~" OP =~"=~"RIGHT=~"gst_registration.gst_no~" OUTER1 =~"GST_DATA_HDR_A.tax_reg_no~" ) JOIN (LEFT=~"GST_DATA_HDR_A.gst_code~" OP =~"=~"RIGHT=~"state.gst_code~" OUTER1 =~"GST_DATA_HDR_A.gst_code~" ) JOIN (LEFT=~"GST_DATA_HDR_A.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"~~~"GST_DATA_HDR_A~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="GST_DATA_HDR" updatewhere=1 updatekeyinplace=no retrieve.asneeded=yes arguments=(("tran_id", string)) )
groupbox(band=detail text="Basic"border="5" color="33554432" x="3" y="2" height="332" width="797" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Customer GSTIN Number:" border="2" color="33554432" x="12" y="42" height="16" width="230" html.valueishtml="0" name=tax_reg_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="1" background.color="553648127" )
text(band=detail alignment="1" text="Customer GSTIN/UID Number:" border="2" color="33554432" x="12" y="42" height="16" width="230" html.valueishtml="0" name=tax_reg_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="1" background.color="553648127" )
column(band=detail id=27 alignment="0" tabsequence=30 border="5" color="33554432" x="247" y="42" height="16" width="150" format="[general]" html.valueishtml="0" name=tax_reg_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="1073741824" )
text(band=detail alignment="1" text="Customer Name:" border="2" color="33554432" x="12" y="63" height="16" width="230" html.valueishtml="0" name=name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=44 alignment="0" tabsequence=40 border="5" color="33554432" x="247" y="63" height="16" width="150" format="[general]" html.valueishtml="0" name=name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.required=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="1073741824" )
column(band=detail id=44 alignment="0" tabsequence=40 border="5" color="33554432" x="247" y="63" height="16" width="150" format="[general]" html.valueishtml="0" name=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="1073741824" )
text(band=detail alignment="1" text="Address 1:" border="2" color="33554432" x="12" y="84" height="16" width="230" html.valueishtml="0" name=addr1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Address 2:" border="2" color="33554432" x="402" y="84" height="16" width="60" html.valueishtml="0" name=addr2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=46 alignment="0" tabsequence=60 border="5" color="33554432" x="467" y="84" height="16" width="150" format="[general]" html.valueishtml="0" name=addr2 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="1073741824" )
......@@ -73,7 +73,7 @@ text(band=detail alignment="1" text="Address 3:" border="2" color="33554432" x="
column(band=detail id=47 alignment="0" tabsequence=70 border="5" color="33554432" x="687" y="84" height="16" width="150" format="[general]" html.valueishtml="0" name=addr3 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="1073741824" )
column(band=detail id=45 alignment="0" tabsequence=50 border="5" color="33554432" x="247" y="84" height="16" width="150" format="[general]" html.valueishtml="0" name=addr1 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="1073741824" )
text(band=detail alignment="1" text="City:" border="2" color="33554432" x="12" y="105" height="16" width="230" html.valueishtml="0" name=city_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=48 alignment="0" tabsequence=80 border="5" color="33554432" x="247" y="105" height="16" width="150" format="[general]" html.valueishtml="0" name=city visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.required=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="1073741824" )
column(band=detail id=48 alignment="0" tabsequence=80 border="5" color="33554432" x="247" y="105" height="16" width="150" 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="1073741824" )
text(band=detail alignment="1" text="Place of Supply:" border="2" color="33554432" x="12" y="126" height="16" width="230" html.valueishtml="0" name=gst_code_state_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="313" y="126" height="16" width="248" format="[general]" html.valueishtml="0" name=state_descr 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="1" background.color="553648127" )
text(band=detail alignment="1" text="Document Date:" border="2" color="33554432" x="12" y="170" height="16" width="230" html.valueishtml="0" name=doc_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......
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