Sales Report with Pending Amount Part-7th (How to show Period in our Report)
Hello Friend welcome. Here we Learn How to create Sales Report with Pending Amount Part-7th
Here we learn How to Show Period in Our Tally Report
In Previous Section we learn how to Display a Report with Company Name and Sales Register when users click on Menu Item
But our Required Report given below :-
In Previous Section We learn how to Show Company Name and Sales Register Now in this section we learn How to Show Period in our Report
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 , 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 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
Right Field : RightField2
[Field : Field2]
use : Name Field
Set as : "Sales Register"
Fullwidth : Yes
Align : Centre
Skip : Yes
[Field : RightField2]
Set as : "From "+$$String:##svfromdate+" To "+$$String:##svtodate
Skip : Yes
Comments
Post a Comment