Sales Report with Pending Amount Part-6th (How to show Sales Register in our Report)

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

Here we learn How to Show Sales Register in Our Tally Report

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




But our Required Report given below :-



In Previous Section We learn how to Show Company Name Now in this section we learn How to Show Sales Register

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      : @@cmpmailname
Full Width  : Yes
Align        : Centre
Style        : Large Bold
Skip         : Yes

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 , Line2

[Line : Line Name]
Field : Field Name

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

[Line : Line2]
Field : Field2

[Field : Field2]
use           : Name Field
Set as      : "Sales Register"
Fullwidth   : Yes
Align        : Centre
Skip        : Yes

Now the output of our Code 




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

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





Comments

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