<%
'default acc no
defaccno="30100000"
'default sales ac no
defpostaccno="50000000"
'default service ac no
defserviceac="50030000"
'default CN ac no
defpostaccno_cn="50020000"
'default GRN ac no
defpostaccno_grn="60100000"
'default PR ac no
defpostaccno_pr="60140000"
'default GST Sales ac no
defgstaccno="95005002"
'default GST Purchase ac no
defgstpurchasesaccno="95005001"
'default GST Expenses ac no
defgstexpensesac="95005004"

'SQL filter to display which accounts to post to in Invoice entry form
defacclist_IN="gldata.accno LIKE '500%'"
'SQL filter to display which accounts to post to in CN entry form
defacclist_CN="(gldata.accno LIKE '50%' OR gldata.accno='90700200')"
'SQL filter to display which accounts to post to in DN entry form
defacclist_DN="(gldata.accno LIKE '50%' OR gldata.accno='70100000')"
'SQL filter to display which accounts to post to in GRN entry form
defacclist_RE="(gldata.accno LIKE '601%')"
'SQL filter to display which accounts to post to in PR entry form
defacclist_PR="(gldata.accno LIKE '601%' OR gldata.accno='70100000')"


'Payments (RV) default batchno if not using auto post
defbatchno="1"
'Payments (RV) default bank ac if not using auto post
defbankac="30100000"
'Cash In/Out default batchno
defbatchno_cashin="2"
'Cash In/Out default bank ac
defbankac_cashin="30100000"
'Cash In/Out default acc no
defaccno_cashin=""





%>