Sales Report with Pending Amount Part-5th (How to Show Company Name in our Report)

 Hello Friend welcome. Here we Learn How to create Sales Report with Pending Amount Part-5th

Here we learn How to Show Company Name in Our Tally Report

In Previous Section we learn how to Display a Report when users click on Menu Item




But our Required Report given below :-




Now first we learn How to add Company Name in Our Tally Report. Since we Know only the Field is a Definition where we show any thing.

Old code :- 

[#Menu : Gateway of Tally]
Add : Item : Anurag Tiwari : Display : Report Name

[Report : Report Name]
Form : Form Name

[Form : Form Name]
Part : Part Name

[Part : Part Name]
Line : Line Name

[Line : Line Name]
Field : Field Name

[Field : Field Name]
Set as : "Learn with AT"

Now Change The Code:-

[#Menu : Gateway of Tally]
Add : Item : Anurag Tiwari : Display : Report Name

[Report : Report Name]
Form : Form Name

[Form : Form Name]
Part : Part Name

[Part : Part Name]
Line : Line Name

[Line : Line Name]
Field : Field Name

[Field : Field Name]
Set as      : @@cmpmailname
Full Width  : Yes
Align        : Centre
Style        : Large Bold
Skip         : Yes

Here we use Some attribute of Field Definition

1. Set as :- Use for Show any thing
2. Full Width :- Use for Full Width
3.Align :- Use for Align like Left , Right Or Centre
4.Style :- Use for Bold , Normal Bold or Large Bold etc.
5.Skip :- Use for Skip the Field or Not


Set as      : @@cmpmailname --------------> { @@FieldName display Field Value Here it Show the Company Name  }

Now the output of our Code 



Now Friend we can learn more about this in next Chapter Sales Report with Pending Amount Part-6th

(Your assignment is create a menu Item and display a Report and also show the Company Name using Field attribute)








Comments

  1. Dear sir
    Please यदि मुझ से कोई गलती हो तो माफ करे
    @@ यह system फार्मूला को दर्शाता है। मतलब कंपनी नाम की फील्ड की वैल्यू को cmpmailname में स्टोर किया गया है। फिर इस system फार्मूला को कही भी यूज़ करने के लिए @@ का उपयोग किया जाता है।

    सरजी, अगर मुझ से कोई गलती हो तो please sorry. आगे आप बताये......

    ReplyDelete
  2. प्रिय हेमन्त जी आप सही कह रहे हैं
    There are two type of formula
    1. Access using @ (local Formula)
    2.Access using @@ (Global or System Formula)
    Example of Local Formula
    [Field : Field ]
    Fld1 : Hemant Ji
    Fld2 : You
    Fld3 : are
    Fld4 :Right
    Set as : @Fld1 + @Fld2 + @Fld3 + @Fld4
    Example of Global Or System Forumula
    [Field : Filed]
    Set as : @@cmpmailname (Show Company Name)
    Set as : @@cmpmobNo (Show Company Mobile No.)
    Set as : @@cmpNetProfit (Show Compnay Net Profit)
    Set as : @@LedgerGSTIN (Show Ledger GST No.)
    Set as : @@LedgerCountry (Show Ledger Country Name)
    Set as : @@LedgerMobile (Show Ledger Mobile No.)
    Set as : @@StockItemParent (Show Stock Item Parent)
    Set as : @@StockItemCat (Show Stock Item Category)
    And Many More.
    हम सब बहुत जल्द इसका गहनता से अध्ययन करते हैं
    Hemant Ji Thank You Very Much for Comment
    Please write something in our Blog
    Thanks again Hemant Ji

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Customize Sale Invoice

Sales Report with Pending Amount Part-14th (Final)

How to create customize Software in Tally using TDL