;;Sri Ganeshji Maharaj : Sri Balaji Maharaj : Sri Pitreshwarji Maharaj : Sri Durgaji : Sri Venkateshwara
;;------------------------------------------------------------------------------------------------------
;;Customer 		 - 	Self 
;;Tdl Type 		 -	Auto Narration for Purchase, Journal Voucher, Running Balance, GRN Register
;;Date of Completion	 -	1st Aug 2007
;;Last Modification  	 -	1st Aug 2006 - Manoj Garg			
;;-------------------------------------------------------------------------------------------------------

[#Menu : Gateway of Tally]
;Delete: Item: Inven~tory Vouchers

[#Part: LV Body]
	Total : MGDrCrTotal 
 
[#Line : DSP VchAccTitles]
 	Add : Right Field : MGTitle
 
[Field: MGTitle]
 	Use       : Amount Title Field
 	Info      : "Balance"
 	Align     : Right
 	Style     : Normal Bold
 	Invisible : NOT ##IsLedgerReport
 
[#Field : DSP VchNumberTitle]
 	Invisible : ##BankRecMode OR $$InDraftMode OR NOT ##DBKDispVchYesNo
 
[#Field: DSP VchTypeTitle]
 	Invisible : ##BankRecMode OR $$InDraftMode OR NOT ##DBKDispVchTYesNo
 

[#Line : DSP VchAccDetail]
 	Add : Right Fields : MGDrCrTotal,MGTotal
 
[Field : MGTotal]
 	Use       	: Amount Field
 	width 		: @@amountwidth
 	Set as    	: $$NettAmount:@@LedOpening:$$SubTotal:MGDrCrTotal
 	Style		: if $$InPrintMode then "Normal" else "Normal Bold"
	Format    	: "DrCr"
 	Inactive  	: $$IsVoucher AND NOT ##IsCCReport AND @@ShowForex
 	Invisible 	: NOT ##IsLedgerReport
 
[Field : MGDrCrTotal]
 	Use       	: Amount Field
 	width 		: @@amountwidth
 	Set as    	: $$NettAmount:#DSPVchCrAmt:#DSPVchDrAmt
 	Invisible 	: Yes
 
[#Field : DSP VchNumber]
 	Invisible : ##BankRecMode OR $$InDraftMode OR NOT ##DBKDispVchYesNo
 

[#Field: DSP VchType]
 	Invisible : ##BankRecMode OR $$InDraftMode OR NOT ##DBKDispVchTYesNo
 
;;------------------ Print ----------------------------------------------------------------
 
[#Line: LV OpeningBalance]
 	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 
[#Line: LV FCOne]
 	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 	Local : Field : MGTotal : Border : Full Thin Top
 	Local : Field : MGTotal : Indent : 0 mms
 
[#Line: LV FCTwo]
 	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 
[#Line: LV FCThree]
 	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 	Local : Field : MGTotal : Border : Flush Totals
 
;;------------------Display-------------------------------------------------
 
[#Line: DSP VchOpAmt]
	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 
[#Line: DSP VchCurTotalAmt]
 	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 
[#Line: DSP VchClAmt]
 	Add : Right Fields : MGTotal
 	Local : Field : MGTotal : Set As : ""
 
;;-------------------------------------------------------------------------------------------
 
[System: Variables]
 	DBKDispVchYesNo : No
 	DBKDispVchTYesNo : No
 
[Variable : DBKDispVchYesNo]
 	Type       : Logical
 	Persistent : Yes
 
[Variable : DBKDispVchTYesNo]
 	Type       : Logical
 	Persistent : Yes
 

[#Part: LEDVCHCFG Common]
 	Add : Lines : Before : DBKExplodeBill : DBKDispVchNo,DBKDispVchtype 
  	[Line : DBKDispVchNo]
 		Fields  : Medium Prompt, DBKDispVchNo
            Local   : Field : Medium Prompt : Info : "Show Voucher No. ?"
 		[Field: DBKDispVchNo]
 			Use      : Logical Field
                 	Modifies : DBKDispVchYesNo
 
[Line : DBKDispVchtype]
 	Fields  : Medium Prompt, DBKDispVchtype
      Local : Field : Medium Prompt : Info : "Show Voucher Type ?"
 	[Field: DBKDispVchtype]
 		Use      : Logical Field
            Modifies : DBKDispVchTYesNo





;;*************************************************************************************


[#Menu: Gateway of Tally]
Add: Item : BLANK 
Add: Item :  support by Data~Cure : Display : Supportinfo
[#Menu: Company Info.]
Add : Item :  supp~ort by DataCure : Display :Supportinfo
[Report: Supportinfo]
Title :""
Forms :SupportForm
[Form : SupportForm]
Space Top : 0 inches
Add: Part : InvoiceTitle
Add: Part : InvoicePart
[Part: InvoiceTitle]
Border : Full Thin Bottom
Background : Light Petal Pink,Light Petal Pink
Add : Line : InvLineTitle
[Line : InvLineTitle]
Add : Field : InvFieldTitle
[Field : InvFieldTitle]
Set As:"Support Info."
Style: Normal Bold
Align: Centre
Width: 50
[Part: InvoicePart]
Add: Line: InvoiceLine1
Add: Line: InvoiceLine3
Add: Line: InvoiceLine4
Add: Line: InvoiceLine5
Add: Line: InvoiceLine8
[Line : InvoiceLine1]
Add : Field : InvField3
[Line : InvoiceLine4]
Add : Field : InvField4
[Line : InvoiceLine8]
Add : Field : InvField9
[Line : InvoiceLine5]
Add : Field : InvField10
[Line : InvoiceLine3]
Add : Field : InvField13
[Field: InvField3]
Set As : "For Training / Support / Customisation / Implementation"
Style: Normal Bold
Align : Center
Width: 50
[Field: InvField4]
Set As :"Manoj Garg"
;Style: Large Bold
Style : Vtit
Align: Center
Width: 50
[Field: InvField9]
Set As :"Email : datacure@yahoo.com"
Align: Center
Width: 50
[Field: InvField10]
Set As :"Mobile : 09911370017"
Align: Center
Width: 50
[Field: InvField1]

[Style : Vtit]
Font : "Times New Roman"
Height : 20
Bold : Yes

[Field: InvField13]
Set As :"Contact"
Align: Center
Width: 50
Align: Center
Width: 50


;EOF




