Skip to main content

What is GST?

  What is GST?

GST (Goods and Services Tax) is an indirect tax levied on the supply of goods and services in India. It replaced multiple indirect taxes like VAT, service tax, excise duty, etc., and is a comprehensive, multi-stage, destination-based tax. GST is divided into three types:


1. CGST (Central GST): Collected by the Central Government on intra-state sales.

2. SGST (State GST): Collected by the State Government on intra-state sales.

3. IGST (Integrated GST): Collected by the Central Government on inter-state sales.



 How to Determine GST in Tally ERP 9


Tally ERP 9 is widely used for accounting and GST compliance in India. Below are the steps to determine and process GST in Tally ERP 9:


---

Step 1: Enable GST in Tally ERP 9

1. Open Tally ERP 9.

2. Go to Gateway of Tally > F11: Features > F3: Statutory & Taxation

3. Set Enable Goods and Services Tax (GST) to Yes.

4. Configure other GST-related details like the GSTIN, state, and tax rates.

5. Save the settings.


---


Step 2: Create GST Ledgers

1. Go to Gateway of Tally > Accounts Info > Ledgers > Create.

2. Create the following ledgers under Duties & Taxes:

   CGST: Set the tax type to GST and the tax rate as applicable.

   SGST: Set the tax type to GST and the tax rate as applicable.

   IGST: Set the tax type to GST and the tax rate as applicable.

3. Save the ledgers.




 Step 3: Configure GST Rates for Items

1. Go to Gateway of Tally > Inventory Info > Stock Items > Create .

2. Select the item for which you want to configure GST.

3. Under the Taxability  section, set theTax Type to GST. 

4. Enter the HSN/SAC Code and the applicable GST Rate. 

5. Save the item details.




 Step 4: Record Transactions with GST

1. Go to Gateway of Tally > Accounting Vouchers. 

2. Select the appropriate voucher type (e.g., Sales , Purchase , Payment, etc.).

3. Enter the transaction details, including the party name, item, quantity, and rate.

4. Tally will automatically calculate GST based on the configured rates.

5. Verify the GST amounts (CGST, SGST, or IGST) and save the voucher.


---

Step 5: Generate GST Reports

1. Go to Gateway of Tally > Display > Statutory Reports > GST

2. You can view various GST reports like:

   - GST Summary : Overview of GST liabilities.

   GST Returns : GSTR-1, GSTR-3B, etc.

   GST Reconciliation: To match books with GST returns.

3. Use these reports to file GST returns on the GST portal.



 Step 6: File GST Returns

1. Export the required GST reports from Tally ERP 9.

2. Upload the data to the GST portal (https://www.gst.gov.in/).

3. File the returns (e.g., GSTR-1, GSTR-3B) as per the due dates.



 Key Points to Remember:

- Ensure that the correct HSN/SAC codes are used for items.

- Regularly update Tally ERP 9 with the latest GST rates and rules.

- Reconcile GST data with books of accounts to avoid discrepancies.


By following these steps, you can efficiently determine and process GST in Tally ERP 9.

Practical Example: Basic Entries for GST. 






































Comments

Popular posts from this blog

Microsoft Excel top functions.

  Microsoft Excel offers numerous functions to simplify data analysis and calculation. Here are some of the most commonly used and powerful functions: Basic Functions SUM : Adds values. =SUM(A1:A10) AVERAGE : Calculates the mean of numbers. =AVERAGE(A1:A10) IF : Performs logical tests and returns values based on conditions. =IF(A1>10, "Yes", "No") COUNT : Counts numeric values in a range. =COUNT(A1:A10) LEN : Returns the length of a text string. =LEN(A1) Lookup and Reference Functions VLOOKUP : Looks for a value in the first column and returns a value in the same row from another column. =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) HLOOKUP : Similar to Here are practical examples of common Excel functions and how they can be applied in real-life scenarios: 1. SUM Scenario: Calculate the total sales for a week. Example: A B Day Sales Monday 200 Tuesday 150 Wednesday 300 Thursday 250 Friday 100 ...

Creating Wages Sheet using Microsoft Excel

  Creating wages sheet using Microsoft Excel The DAYS360 function in Microsoft Excel calculates the number of days between two dates based on a 360-day year (commonly used in financial calculations). A 360-day year assumes each month has 30 days, simplifying interest and payment schedules. Syntax: DAYS360(start_date, end_date, [method]) Parameters: start_date : The starting date (required). Enter it as a valid date or reference a cell containing a date. end_date : The ending date (required). Enter it similarly to the start_date. method : Logical value (optional). FALSE (default): Uses the U.S. (NASD) method for date calculations. TRUE : Uses the European method. Key Differences Between Methods: U.S. (NASD) : Adjusts the start and end dates depending on whether they fall on the 31st of a month. European : Always treats the start and end dates as the 30th of the month if they are the 31st. Example Usage: Example 1: Calculate days using the U.S. method =DAYS360("01/01/2024", ...

How to use Microsoft Excel PMT function?

  To use the PMT function in Microsoft Excel, follow these steps: Steps to Use the PMT Function: Open Excel : Open your Excel workbook where you want to calculate the payment. Select a Cell : Click on the cell where you want the result (monthly payment). Enter the PMT Function : Use the formula syntax: =PMT(rate, nper, pv, [fv], [type]) Input Arguments : rate : Interest rate per period (e.g., for a monthly rate, divide the annual rate by 12). nper : Total number of payment periods. pv : Present value (loan amount or investment). fv (optional) : Future value, usually 0 for loans. type (optional) : Payment timing: 0 (default): End of the period. 1: Beginning of the period. Press Enter : Excel will calculate and display the periodic payment. Example 1: Monthly Loan Payment Problem: You take a loan of $15,000 with an annual interest rate of 5%, to be repaid over 3 years (36 months). What is the monthly payment? Steps: Select a cell and enter: =PMT(5%/12, 3*12, -...