Friday, December 4, 2009

Tally Hidden Keys

How to Copy from Tally ?
Press Ctrl+Alt+C

How to Paste in Tally ?
Press Ctrl+Alt+V

How to Undo In Tally ?
Press Alt+Backspace

Sunday, October 25, 2009

Type Multiple Iines In Narration


How to Type Multiple Lines In Narration?

After typing each Line Press Ctrl+Enter instead of Enter, Tally will allow Multi Line typing Options

Saturday, November 29, 2008

How to Install Tally?

a) What are the pre-requisites to install Tally 9?

To install Tally in Windows NT/2000/XP/2003/XP SP2 Workstation,
1)  You need to have administrator/all rights (to create, write, update, modify and delete) on the Application, Data, Configuration and Language directory.
2) Ensure that the Operating System you use supports Tally for Multilingual support.


Tuesday, August 5, 2008

Barcode Printing from Tally 9, Label Printing from Tally

Another Achievement from Tally Mani, Now You can print your Barcode Label from Tally 9



Now Generate your Barcode Label directly from Tally 9

Monday, June 30, 2008

Logo Printing On Tally 9


Now Logo Printing is possible in Tally9














Now Tally mani Proudly announce Logo printing possibilities in Tally 9.

Tuesday, May 27, 2008

TDL Lesson 9 : Cheque No Field in Voucher Entry Screen

[#Part : VCH Narration]
Add : Option : BankDet VCH Narration : @@ISPayment OR @@IsPayment

[System : Formula]
IsReceipt : $$IsReceipt:##SVVoucherType
IsPayment : $$IsPayment:##SVVoucherType

[System : Formula]
HasMyBankEntry : $$FilterCount:AllLedgerEntries:HasBankEntry = 0

[!Part : BankDet VCH Narration]
Add : Lines : AT Beginning : TMVCH ChqNo

[Line : TMVCH ChqNo]
Field : Long Prompt, TMChqNo ;
Local : Field : Long Prompt : Info : "Cheque No(s) :"
Local : Field : Long Prompt : Inactive : @@HasMyBankEntry
Local : Field : Long Prompt : Fixed : Yes
Local : Field : Long Prompt : Width : 18
Local : Field : Long Prompt : Style : Normal Bold


[Field : TMChqNo]
Use : Number Field
Storage : TMChqNo
Format : "NoZero,NoComma"
Inactive : @@HasMyBankEntry
Width : 10

[SYSTEM : UDF]
TMChqNo : NUMBER : 202

Sunday, May 25, 2008

Lesson 8 : Address Book From Tally

;; How to Create Address Book in Tally

[#Menu: Gateway Of Tally]
Add : Item : After : ~Balance Sheet : Address Book : Menu : AddressBookMenu

[Menu: AddressBookMenu]
Add : Item : Sundry Debtors Details : Display : TMSD Address Book
Add : Item : Sundry Creditors Details : Display : TMSC Address Book

[Report: TMSD Address Book]
Use : DSP Template
Form : TMSD Address Book

[Form: TMSD Address Book]
Use : DSP Template
Part : TMSD Address Book Title, TMSD Address Book


[Part : TMSD Address Book Title]
Line : TMSD Address Book Title

[Line : TMSD Address Book Title]
Use : TMSD Address Book
Local : Field : SD Sr No : Set as : "SNo"
Local : Field : SD Name : Set as : "Name"
Local : Field : SD Contact No: Set as : "Contact Person"
Local : Field : SD Phone : Set as : "Phone"
Local : Field : SD Address : Set as : "Address"
Border : Column Titles

[Part : TMSD Address Book]
Line : TMSD Address Book
Repeat : TMSD Address Book : TM Sundry Debtors
Scroll : Vertical
Common Border : Yes

[Line : TMSD Address Book]
Field : SD Sr No, SD Name
Right Field : SD Contact No, SD Phone, SD Address

[Field : SD Sr No]
Use : Short Name Field
Set as : $$Line
Style : Normal
Width : 4
Align : Centre

[Field : SD Name]
Use : Name Field
Set as : $Name
Full Width : Yes
Style : Normal
Border : Thin Left

[Field : SD Contact No]
Use : Short Name Field
Set as : $LedgerContact
Style : Normal
Border : Thin Left

[Field : SD Phone]
Use : Short Name Field
Set as : $LedgerPhone
Style : Normal
Border : Thin Left

[Field : SD Address]
Use : Short Name Field
Set as : $$FullList:Address:$Address
Style : Normal
Border : Thin Left
Lines : 0

[Collection: TM Sundry Debtors]
Type : Ledger
Child of : $$GroupSundryDebtors
Belongs To : Yes


[Report : TMSC Address Book]
Use : TMSD Address Book
Local : Collection : TM Sundry Debtors : Child Of : $$GroupSundryCreditors