संदेश

Tally TDL Code लेबल वाली पोस्ट दिखाई जा रही हैं

Tally Chapter 97 TDL for Multi Voucher Report at one Screen

चित्र
     TDL CODE Multiple Sales entry in few Seconds [#Menu: Gateway of tally] Item: My Vouchers:Menu:My List [Menu: My list] Indent: voucher Entry Item: Create voucher : Create : Accounting Voucher Indent:display Item:sales : Display: sales vouchers Item:purchase:Display:purchase vouchers Item:Journal:Display:Journal vouchers Item: DEbit note : Display:Debit note Vouchers Item: CRedit Note : Display: Credit Note Vouchers Item: Daybook:Display: Daybook Item: Memorandum :Display: Memorandum Register Item : Optional :Display: Optional vouchers Add:Button:sales,Purchase,Journal,Debit note,Credit Note,Daybook , Trial Balance, P And L, Balance sheet [Button:sales] Key:ctrl+s Action:Display:sales vouchers [Button:Journal] Key:ctrl+j Action: Display :Journal vouchers [Button:purchase] Key:ctrl+d Action:Display:purchase vouchers [Button:Debit note] Key:ctrl+e Action: Display : Debit note Vouchers [Button: Credit Note] Key:ctrl+c Action: Display : Credit Note Vouchers [Button:Daybook...

Tally chapter 96 TDL for multi sales entry by Rajiv Mishra Computer class

चित्र
    TDL CODE Multiple Sales entry in few Seconds [#Menu: Gateway of Tally]            Add    : Item   : "Bulk Sales Entry" : Alter : CphSales EntryRpt         [Report : CphSales EntryRpt]                 Form    : CphSales EntryFrm         Title   : $$LocaleString:"Bulk Sales Entry"         Object    : Company                 ;Fetch Collection: Sales Support Ledgers Extract, Party Ledgers Extract                                 [Form : CphSales EntryFrm]                         Part         : Form SubTitle, CphSales CrLedPrt, CphSales DrLedPrt             Width...

Tally Chapter 95 TDL to display narration & reference no in Daybook By Rajiv Mishra Computer Class

चित्र
   TDL CODE Easy way to see Narration & Reference Number in DayBook, Sales Register and Purchase Register =============== ================== ================= Code starts here:- [#Line: DBTitle1] Add: Right Field: At Beginning: DSP VCHNarrTitle, BILLCol20 [Field:DSP VCHNarrTitle] Set as:  width:  Align:  Border: thin leftright Color:  Style: Normal Bold [#Line: DSP VchDetail] Add: Right field: At Beginning: DSP Narration, Refnobb [Field: DSP Narration] Use: name field Set As:$Narration width:35 Border: thin leftright Color: Blue Style: Normal Line : 0 [#Collection : Vouchers of Ledger] Fetch:Narration [Field:BILLCol20] Set As :  Width :  color : uk1 Align :  Style : Normal Bold border : thin right [Field:Refnobb] Use : Name Field Set As : $Reference ;+ " // " + $$String:$ReferenceDate:ShortDate Width : 25 Align : Left Color : uk1 border : thin right Style : Normal Border : Thin right Line : 0 [#Collection: Vouchers of Ledger] Fetch : AllL...

Tally Chapter 94 TDL to change voucher entry date in DayBook by Rajiv Mishra computer class

चित्र
 TDL CODE Easy way to change Voucher Entry date in DayBook RAJIV- TDL CODE Beginning ============================= =========================== [#Form: Day Book] Add: Button: After : DSPShowGP : InputNewDate [Button: InputNewDate] Title: "Set Date" Key: Ctrl+R Action List : InputDate, ModifyDate [Button: InputDate] Key: Ctrl+R Action: Alter: Rpt InputDate [Button: ModifyDate] Key: Ctrl+R Action: Call : FuncEdit [Function: FuncEdit] Variable : MSTID : String 100 : WALK COLLECTION : SELDayVouchers 120 : SET : MSTID : "ID:"+ $$String:$MasterID 130 : NEW OBJECT : Voucher : ##MSTID 140 : SET TARGET : LedgerEntries[1] 160 : SET VALUE : Date : #NDate 170 : SET TARGET : .. 180 : SET TARGET : .. 190 : ACCEPT ALTER 200 : END WALK [Collection: SELDayVouchers] Data Source : Report : Current Fetch : All Ledger Entries [Report: Rpt InputDate] Title : "Update Voucher Date" Form : Input Date Auto : Yes [Form: Input Date] Part : Input Date Width: 25% Screen Height: 8% Scree...

TDL file to Export Final accounts Tally to Excel by Rajiv Mishra Computer class

चित्र
  TDL FILE    TDL PLAYLIST : - https://youtube.com/playlist?list=PL3OwfzHiGFsAjgxYzZQBUtJ5btzC0dc51 NOTE:-   3 lines of this TDL File is Missing, Please Watch the VIDEO Lesson for that line               इस TDL FILE की  3 Lines  नही दी गै है, कृप्या  TALLY CHAPTER  90 VIDEO को जरुर देखे     [#Menu : Gateway Of Tally] Add : Button : TallytoExcel [Button : TallytoExcel] Key : Alt + T Action : Call : TallytoExcel Title : Tally - Excel [Function : TallytoExcel] [System : Formulae] TallyConfigSF : $$ApplicationPath + "\Export\" [Function : TE BalaceSheet Master] Variable : SVExportLanguage : String Local Formula : ExpFilePath : $$ApplicationPath + "\Export\BalaceSheet Excel.xlsx" 02 : SET : SVExportLanguage : "Default (All Languages)" 04 : SET : SVEXPORTFORMAT : $$SysName:Excel 05 : SET : SVOpenFileAfterExport : No 06 : SET : SVExportLocation : No 07 : SET : SVPRINTFILENAME : $$MakeE...

Tally CHapter 92 TDL for Outstanding Bills Detailed Report by Rajiv Mishra Computer class

चित्र
  TDL FILE    TDL PLAYLIST : - https://youtube.com/playlist?list=PL3OwfzHiGFsAjgxYzZQBUtJ5btzC0dc51 NOTE:-   3 lines of this TDL File is Missing, Please Watch the VIDEO Lesson for that line               इस TDL FILE की  3 Lines  नही दी गै है, कृप्या  TALLY CHAPTER  90 VIDEO को जरुर देखे     Variable : SVFromDate, SVToDate Set : SVfromDate : ##SVDate Set : SVToDate : ##SVCurrentDate Form : Cleared And Uncleared Bills [Form : Cleared And Uncleared Bills] Parts : DSp Company Name, DSP Company Address Height : 100% Screen Width : 100% Screen BackGround : Light Yellow Space Top : If $$InPrintMode Then 0.5 Else 0 inches Button : PrintButton, ExportButton,F2 ChangePeriod Part : Cleared And Uncleared Bills Local : Part: DSP Company Address : invisible : No [Part : Cleared And Uncleared Bills] Parts: Cleared Bills, Uncleared Bills [Part : Cleared Bills] Space Bottom : 0.2 inch Line : Cle...