banner banner Skip to main content

Posts

Showing posts from December, 2013

Party wise sales Report

Party Wise Sales Report In Tally [Collection : Area Wise Groups] TYpe : Group Variable : GroupName Childof : $$GroupSundryDebtors BelongsTo : Yes Fetch : Name Trigger : Area Wise Trigger Report : Area Wise Sales Title : "List of Areas" [Report : Area Wise Trigger] Use : Collection Variable Local : Line : Collection Variable : Field : Area Wise GroupName Local : Field : MV Title : Info : $$LocaleString:"Name of Group" [Field : Area Wise GroupName] Use : Name Field Table : Area Wise Groups Variable : GroupName Modifies : GroupName Show Table : Always [Report : Area Wise Sales] Use : DSP template Form : Area Wise Sales Variable : StockItemName, DoSetAutocolumn, StockGroupName,Show Value Only, Show CN Value Repeat : StockItemName Set : DSPRepeatCollection : "StockItemBelongsToGroupName" Local : Variable : StockItemName : Repeat : ##DSPRepeatCollection Set : SV ...

object Type in Tdl

Tdl object Type In Tdl there are two type of object. • Interface object • Data object 1) Interface Object: - Interface object define user interface. Objects used for designing the User Interface are referred to as Interface objects. Report, Form, Menu etc. are interface objects. Interface objects like Report and Menu are independent items and can exist on their own. The objects Form, Part, Line, and Field can’t exist independently 2) Data object: - Data is actually stored in the Data Objects. These objects are classified into two types viz., Internal objects and User defined objects / TDL objects. There are two type of Data Object. • Internal Object • Tdl object Internal object – it provide by tally platform .they are store in tally database. Example: - ledger, voucher, cost center, stock, bill etc. TDL object – it’s also known as user define object. All the objects which is defined by the user these are referred object are user define object. There are two type of T...