कुल पेज दृश्य

मंगलवार, 18 जनवरी 2022

Tally Chapter 129 TDL for Custom Ledger Report By Rajiv Mishra Computer Class

 

THEORY - 1 Coding Theory With Practical
Video :- https://youtu.be/CKmxamsqYVk


_________________________________________________________
_________________________________________________________
अब ज्ब आप एक TDL Report बनाना  सीख  चुके हैं तो आपको तैयारी करनी चाहिए  अगले Topic की 

पिछले भाग में आपने Report का Structure समझा और एक New Report अच्छे से तैयार भी की थी 

Menu
                Report
                                Form
                                                Form
                                                                Part
                                                                                Part
                           
                                                                                             Line
                                                                                                                Line
                                                                                                                                Field
                                                                                                                                                Field



हमें उपर  से नीचे इस माध्यम से Report की Coding करनी होती है। 

[#Menu : Gateway of Tally]
  Add : Item : Report Example : Display : My Report

        [Report : My Report
                    Form : My Report
                               [Form : My Report]
                                       Part : My Report
                                                 [Part : My Report]
                                                           Line : My Report
                                                                   [Line : My Report]
                                                                           Field : My Report
                                                                                       [Field : My Report]
                                                                                                 Set As : “Text”

 

इसे Coding की Standard method के According लिख लेते हैं 
अगर आप चाहें तो इसी कोड को कॉपी, पेस्ट कर अपनी रिपोर्ट देख सकते है और फिर इसमें आगे बदलाव करके आज का Topic भी Add कर सकते है। 

[#Menu : Gateway of Tally]
Add : Item : Report Example : Display : My Report

[Report : My Report
Form : My Report

[Form : My Report]
Part : My Report

[Part : My Report]
Line : My Report

[Line : My Report]
Field : My Report

[Field : My Report]
Set As : “Text”

 आज हम एक Ledger का  Group Name और उसका Closing Balance show कराएंगे।  नीचे आपको इसकी पूरी जानकारी विस्तार से दी जायेगी।  

[#Menu : Gateway of Tally]
Add : Item : Example Report : Display : My Report

[Report : My Report]
Title : "Rajiv Custom Report"

Form : My Report
[Form : My Report]

Part : My Report
[Part : My Report]

Line : My Report, Newline1

[Line : My Report]
Left Fields : Long Prompt, myfield1
Local : Field : Long Prompt : Set As : "Closing Balance"

[Line : Newline1]
Left Fields : Long Prompt, myfield2
Local : Field : Long Prompt : Set As : "Ledger Group Name"

[Field : myfield1]
Use : Name Field
Set As : $ClosingBalance:Ledger:"Cash"

[Field : myfield2]
Use : Name Field
Set As : $Parent:Ledger:"Cash"



_________________________________________________________________
_________________________________________________________________


आज हमें अपनी Report में एक से ज़्याफ़ा Lines का प्रयोग किया है।  जब भी आप एक से ज्यादा लाइन में अपना डाटा दिखाना चाहते हैं तो आपको Line : के आगे सभी Lies का नाम लिखना होता है।  
E.g.
Line : Line1Name, Line2Name, Line3Name, Line4Name

जैसे हमने आज की रिपोर्ट में दो Lines का use किया है जिसके नाम My Report, Newline1 है।  
Line : My Report, Newline1

याद रखने वाली बात यह है की आपको हर लाइन का  Description जरूर लिखना होता है । यंहा हमने पहली लाइन  My Report का Decryption Mentionकिया है।
आप Left Fields / Right Fields का प्रयोग कर सकते है जिस दिशा में में आप अपने Text Show करना चाहते है। 
हम आमतौर पर एक ही लाइन में अपनी तीनो Command add कर देते है।  जैसे Left Fields : Short Prompt : Custom Field name
You can use  any one prompt:-
Short Prompt / Medium Prompt / Long Prompt
   
[Line : My Report]
Left Fields : Long Prompt, myfield1
Local : Field : Long Prompt : Set As : "Closing Balance"
  
इसी प्रकार आप एक - एक करके अपनी सभी Lines का Description mention करते है।  

[Line : Newline1]
Left Fields : Long Prompt, myfield2
Local : Field : Long Prompt : Set As : "Ledger Group Name"


अब आपको उपरोक्त सभी Lines की Fields भी Define करनी होती है।  जिसमे आवश्यकता अनुसार Commands दी जाती है जिसे आप हमारी वीडियो क्लास में सीख रहे हैं।  
[Field : myfield1]
Use : Name Field
Set As : $ClosingBalance:Ledger:"Cash"

[Field : myfield2]
Use : Name Field
Set As : $Parent:Ledger:"Cash"

2 टिप्‍पणियां:

 [#Form: Master Accounting Form] Delete: Bottom Buttons : Master Group, Master Ledger, Master VchType, Blank Button ;, Master Company Operat...