Skip to main content

Tally ERP 9

 


Tally ERP 9 is an integrated business management software widely used for accounting, inventory management, taxation, and payroll. It is designed to cater to small and medium-sized businesses, offering features like:

Accounting and Financial Management: It helps manage all accounting needs, including transactions, ledgers, trial balance, and balance sheets.

Inventory Management: Tally tracks stock levels, sales, and purchases, with detailed reports.

Taxation: It supports VAT, GST, and other local tax compliance requirements, automating tax calculations.

Payroll Management: It manages employee data, salaries, bonuses, and statutory requirements like PF and ESI.

Banking: Helps reconcile bank statements and manage payments and receipts.

Multi-User and Remote Access: Tally allows multiple users to work simultaneously and supports remote access for convenient data management.

It's popular for its simplicity, ease of use, and flexibility, enabling businesses to manage their operations more effectively.

Here are some of the important Tally ERP 9 shortcut keys that are commonly used for implementation:

F1 – Select Company: Open the company selection screen.

F2 – Change the Date: Change the date for transactions.

F3 – Company Features: Access company features for configuring settings like taxation and accounting.

F4 – Contra Voucher: Create a contra entry for cash and bank transactions.

F5 – Payment Voucher: Create a payment voucher.

F6 – Receipt Voucher: Create a receipt voucher.

F7 – Journal Voucher: Create a journal entry.

F8 – Sales Voucher: Create a sales voucher.

F9 – Purchase Voucher: Create a purchase voucher.

Ctrl + A – Accept: Save or accept data.

Ctrl + C – Copy: Copy data (useful in inventory and ledger management).

Ctrl + E – Export: Export data to different formats like Excel or PDF.

Ctrl + G – Go To: Quickly access different areas within Tally.

Ctrl + I – Insert: Insert a new item or record.

Alt + F1 – Detailed Report: View detailed reports.

Alt + F2 – Change Period: Change the reporting period.

Alt + F3 – Manage Companies: Manage or create new companies.

Alt + F4 – Quit: Exit from the current screen.

Alt + F5 – Refresh Report: Refresh the report screen.

Alt + R – Voucher Numbering: Set voucher numbering for transactions.

Alt + S – Account Info: View or manage accounts and ledgers.

Ctrl + W – Delete Voucher: Delete a voucher entry.

Ctrl + Q – Quit: Exit from Tally completely.

General Shortcuts

Esc – Go back to the previous screen or close a menu

Ctrl + M – Switch between companies

Ctrl + N – Calculator (useful for quick calculations)

Ctrl + Alt + R – Rewrite company data (useful if data corruption occurs)

Ctrl + Alt + C – Copy a ledger, stock item, or group

Ctrl + Alt + V – Paste a copied ledger, stock item, or group

Voucher & Entry Shortcuts

Alt + 2 – Duplicate a voucher

Alt + D – Delete a voucher or master record

Alt + X – Cancel a voucher

Alt + E – Export a report

Alt + P – Print a report or voucher

Ctrl + Enter – Alter (edit) a master entry from any report

Ledger & Report Shortcuts

Alt + C – Create a ledger, stock item, or group while in a voucher entry

Alt + G – Go to a report from anywhere in Tally

Alt + I – Insert a voucher in Day Book

Alt + F12 – Filter and configure reports

Shift + Enter – Expand a selected report section

Ctrl + Up/Down Arrow – Scroll through reports faster

Inventory & Stock Management

Ctrl + F9 – Order Voucher

Ctrl + F8 – Delivery Note

Ctrl + F7 – Stock Journal

Ctrl + F6 – Rejection In

Ctrl + F5 – Rejection Out

Payroll & Taxation

Ctrl + F4 – Payroll voucher

Ctrl + Alt + F12 – GST Tax Computation

Alt + F11 – Enable/Disable company features

Banking & Reconciliation

Alt + B – Bank reconciliation





These shortcut keys help speed up work, enhance productivity, and make Tally ERP 9 easier to navigate and use for business operations.

Comments

Popular posts from this blog

Creating a Student Marksheet using Microsoft Excel.

 Creating a Student Marksheet using Microsoft Excel.  Creating a student marks sheet in MS Excel is straightforward. Here's a step-by-step guide to design one: Step 1: Open MS Excel Launch MS Excel and open a new workbook. Step 2: Structure the Sheet Header Section: Use the first few rows to include the title, such as "Student Marks Sheet" and relevant details like the class, semester, or term. Column Headings: In Row 5 (or below the title), define your column headers: Column A: Roll Number Column B: Student Name Column C onward: Subjects (e.g., Mathematics, Science, English, etc.) Final Columns: Include Total Marks , Percentage , and Grade . Example: Roll No.Student Name Mathematics Science English Total Marks Percentage Grade Step 3: Input Data Enter the roll numbers, student names, and their marks under respective columns. Step 4: Add Formulas Total Marks: In the "Total Marks" column, use the formula to sum marks: =SUM(C2:E2) Copy this ...

Backup one folder to another location

 You can create a simple batch file (.bat) to back up a folder automatically in Windows. Here’s a step-by-step example: 🔹 Example: Backup one folder to another location @echo off set source="C:\MyData" set destination="D:\Backup\MyData_%date:~-4%-%date:~7,2%-%date:~4,2%" echo Backing up from %source% to %destination% xcopy %source% %destination% /E /H /C /I /Y echo Backup completed! pause 🔹 Explanation: set source= → Source folder you want to back up. set destination= → Destination folder where backup will be stored. %date:~-4%-%date:~7,2%-%date:~4,2% adds today’s date in YYYY-MM-DD format to the folder name (so each backup is stored separately). xcopy options: /E → Copy all subdirectories (including empty ones). /H → Copy hidden + system files. /C → Continue even if errors occur. /I → Assume destination is a folder. /Y → Suppress overwrite prompts. 🔹 Usage: Open Notepad . Paste the code above. Save it...

What is Kruti Dev and how to download ?

  Kruti Dev is a popular typeface or font used primarily for typing in the Devanagari script, which is the script for Hindi, Marathi, and other Indian languages. It is widely used in government offices, printing presses, and other organizations in India for Hindi typing. Key Features of Kruti Dev: It is a non-Unicode font, meaning it does not follow the modern Unicode standard. Instead, it uses legacy encoding, which is different from Unicode fonts like Mangal. Kruti Dev fonts are available in various styles and sizes (e.g., Kruti Dev 010, Kruti Dev 020). It requires specific software or a keyboard layout to type effectively. How to Download Kruti Dev Font Official Sources: The font can often be downloaded from trusted websites offering Hindi typing tools or fonts. Ensure the site is reputable to avoid downloading malicious software. Steps to Download: Search for "Download Kruti Dev font" online. Visit a trusted source, such as: www.indiatyping.com www....