<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Indian GST Module]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7770</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7770&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Indian GST Module.]]></description>
		<lastBuildDate>Wed, 16 Mar 2022 15:25:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40746#p40746</link>
			<description><![CDATA[<p>@gssekhar please make sure to use customer group for indian states as it will help you for place of supply. Here is <a href="https://mpulse.in/public/GST-Module.png">screenshot</a> for HSN module</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Wed, 16 Mar 2022 15:25:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40746#p40746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40744#p40744</link>
			<description><![CDATA[<p>Please let me know if any one can give me the customized PO with HSN code included in the PO.&nbsp; HSN code module too.<br />Mohsin GST is working fine.&nbsp; I have tested it.</p>]]></description>
			<author><![CDATA[null@example.com (gssekhar)]]></author>
			<pubDate>Wed, 16 Mar 2022 08:40:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40744#p40744</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39031#p39031</link>
			<description><![CDATA[<p>@verviv I has this module for Indian GST I soon update it on my GitHub repo.</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sat, 23 Jan 2021 22:29:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39031#p39031</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39030#p39030</link>
			<description><![CDATA[<p><strong>Indian GST Unit Of Measure 0_item_units SQL Data Dumping</strong></p><div class="codebox"><pre><code>DROP TABLE IF EXISTS `0_item_units`;
-- --------------------------------------------------------

--
-- Table structure for table `0_item_units`
--

CREATE TABLE `0_item_units` (
  `abbr` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
  `name` varchar(40) COLLATE utf8_unicode_ci NOT NULL,
  `decimals` tinyint(2) NOT NULL,
  `inactive` tinyint(1) NOT NULL DEFAULT &#039;0&#039;
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `0_item_units`
--

INSERT INTO `0_item_units` (`abbr`, `name`, `decimals`, `inactive`) VALUES
(&#039;BAG&#039;, &#039;Bags&#039;, 0, 0),
(&#039;BAL&#039;, &#039;Bale&#039;, 0, 0),
(&#039;BDL&#039;, &#039;Bundles&#039;, 0, 0),
(&#039;BKL&#039;, &#039;Buckles&#039;, 0, 0),
(&#039;BOU&#039;, &#039;Billions Of Units&#039;, 0, 0),
(&#039;BOX&#039;, &#039;Box&#039;, 0, 0),
(&#039;BTL&#039;, &#039;Bottles&#039;, 0, 0),
(&#039;BUN&#039;, &#039;Bunches&#039;, 0, 0),
(&#039;CAN&#039;, &#039;Cans&#039;, 0, 0),
(&#039;CBM&#039;, &#039;Cubic Meter&#039;, 2, 0),
(&#039;CCM&#039;, &#039;Cubic Centimeter&#039;, 2, 0),
(&#039;CMS&#039;, &#039;Centimeter&#039;, 2, 0),
(&#039;CTN&#039;, &#039;Cartons&#039;, 1, 0),
(&#039;DOZ&#039;, &#039;Dozen&#039;, 1, 0),
(&#039;DRM&#039;, &#039;Drum&#039;, 1, 0),
(&#039;GGR&#039;, &#039;Great Gross&#039;, 1, 0),
(&#039;GMS&#039;, &#039;Grams&#039;, 3, 0),
(&#039;GRS&#039;, &#039;Gross&#039;, 1, 0),
(&#039;GYD&#039;, &#039;Gross Yards&#039;, 2, 0),
(&#039;KGS&#039;, &#039;Kilograms&#039;, 3, 0),
(&#039;KLR&#039;, &#039;Kiloliter&#039;, 3, 0),
(&#039;KME&#039;, &#039;Kilometre&#039;, 2, 0),
(&#039;MLT&#039;, &#039;Millilitre&#039;, 3, 0),
(&#039;MTR&#039;, &#039;Meters&#039;, 2, 0),
(&#039;NOS&#039;, &#039;Numbers&#039;, 0, 0),
(&#039;OTH&#039;, &#039;Others&#039;, 0, 0),
(&#039;PAC&#039;, &#039;Packs&#039;, 0, 0),
(&#039;PCS&#039;, &#039;Pieces&#039;, 0, 0),
(&#039;PRS&#039;, &#039;Pairs&#039;, 0, 0),
(&#039;QTL&#039;, &#039;Quintal&#039;, 3, 0),
(&#039;ROL&#039;, &#039;Rolls&#039;, 1, 0),
(&#039;SET&#039;, &#039;Sets&#039;, 1, 0),
(&#039;SQF&#039;, &#039;Square Feet&#039;, 3, 0),
(&#039;SQM&#039;, &#039;Square Meters&#039;, 3, 0),
(&#039;SQY&#039;, &#039;Square Yards&#039;, 3, 0),
(&#039;TBS&#039;, &#039;Tablets&#039;, 0, 0),
(&#039;TGM&#039;, &#039;Ten Gross&#039;, 0, 0),
(&#039;THD&#039;, &#039;Thousands&#039;, 2, 0),
(&#039;TON&#039;, &#039;Tonnes&#039;, 3, 0),
(&#039;TUB&#039;, &#039;Tubes&#039;, 1, 0),
(&#039;UGS&#039;, &#039;US Gallons&#039;, 2, 0),
(&#039;UNT&#039;, &#039;Units&#039;, 0, 0),
(&#039;YDS&#039;, &#039;Yards&#039;, 2, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `0_item_units`
--
ALTER TABLE `0_item_units`
  ADD PRIMARY KEY (`abbr`),
  ADD UNIQUE KEY `name` (`name`);
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sat, 23 Jan 2021 22:26:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39030#p39030</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39024#p39024</link>
			<description><![CDATA[<p>2 &amp; 4&nbsp; are easy fixes.. change your translation; so &quot;Invoice&quot; becomes Tax Invoice, &quot;Charge To&quot;&nbsp; becomes Billing Address and &quot;Delivered To&quot; becomes Shipping Address</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Thu, 21 Jan 2021 18:04:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39024#p39024</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39022#p39022</link>
			<description><![CDATA[<p>I&#039;m still looking for following functionalities in FA :<br />1. HSN&nbsp; /SAC Code in the Item master and its display in the invoice.<br />2. Title of the invoice as &quot;Tax Invoice&quot;.<br />3. GSTIN of the recipient.<br />4. Separate display of Billing address and Shipping Address<br />5. Declaration for place of supply along with state and state code<br />6.Display of the applicable CGST / SGST / IGT / Union Territory GST / Cess rate and amount for each item separately in the invoice<br />7. Reports generation for filing GSTR-1, GSTR-3 etc.</p>]]></description>
			<author><![CDATA[null@example.com (verviv)]]></author>
			<pubDate>Thu, 21 Jan 2021 14:01:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39022#p39022</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38351#p38351</link>
			<description><![CDATA[<p>@dearmosin thanks for sharing.</p>]]></description>
			<author><![CDATA[null@example.com (ksanthosh95)]]></author>
			<pubDate>Sat, 19 Sep 2020 19:44:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38351#p38351</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38216#p38216</link>
			<description><![CDATA[<p>@flpages this Tax Setup Is Just For India Which Have Complex Taxation Method</p><p>For Example:</p><p>A product purchase from other state is tax with IGST, which is sold within business state and tax with CGST and SGST</p><p>A product purchase from other state is tax with IGST, which is sold in other state and tax with IGST</p><p>A product purchase within business state is tax with CGST and SGST, which is sold in other state and tax with IGST</p><p>A product purchase within business state is tax with CGST and SGST, which is sold in business state and tax with CGST and SGST</p><p>CGST + SGST = IGST<br />i.e. CGST = IGST/2 &amp; SGST = IGST/2</p><p>All Input Tax Are Accumulated in GL Account Code 2050 - 2061<br />All Output Tax Are Accumulated in GL Account Code 2000 - 2011</p><p>Here we need two Tax Group one for business state and another for other state.</p><p>If we put same account for Sales &amp; Purchase in Tax Type, it will be more confusing. Since same account code can&#039;t we used multiple time in FA for Tax Type. And has to be Under 3 Account Code for each tax type.</p><p>Problem behind this 2 type of tax on same product, depending upon state in which goods is sold.</p><p>The main focus of solution is to use FA as it is, without messing core. We can create extension custom report to deal with tax compliance.</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sun, 30 Aug 2020 03:43:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38216#p38216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38211#p38211</link>
			<description><![CDATA[<p>@apmuthu - Here Is MYSQL Query For English Indian COA - New</p><p>https://mpulse.in/public/FA_indian_tax_dearmosin.txt</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sat, 29 Aug 2020 23:19:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38211#p38211</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38208#p38208</link>
			<description><![CDATA[<p>My approach in creating setup for Indian Tax System in FA</p><p>Step by Step Procedure</p><p>https://mpulse.in/images/FA_indian_tax_setup.jpg</p><p>@apmuthu can you please include this approach in English Indian COA - New. for Indian GST</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sat, 29 Aug 2020 20:21:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38208#p38208</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37189#p37189</link>
			<description><![CDATA[<p>@kvvaradha&#039;s <a href="https://www.kvcodes.com/2018/09/indian-gst-frontaccounting/">article</a> will be useful and is attached herewith.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 25 Mar 2020 09:18:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37189#p37189</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33014#p33014</link>
			<description><![CDATA[<p>@Verma, - I am not sure, whether he has done this thing before.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 24 Oct 2018 05:52:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33014#p33014</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33011#p33011</link>
			<description><![CDATA[<p>Kindly provide the GitHub Link other than <a href="https://github.com/anoopmb/FAApprovalSystem">here</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 23 Oct 2018 18:03:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33011#p33011</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33008#p33008</link>
			<description><![CDATA[<p>You need to discuss this with him</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Tue, 23 Oct 2018 13:49:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33008#p33008</guid>
		</item>
		<item>
			<title><![CDATA[Re: Indian GST Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33007#p33007</link>
			<description><![CDATA[<p>Anoop MB has uploaded a version of GITHUB, claiming to have Indian GST functionality, but after installing I find no feature related to Indian GST.</p>]]></description>
			<author><![CDATA[null@example.com (verviv)]]></author>
			<pubDate>Tue, 23 Oct 2018 12:19:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33007#p33007</guid>
		</item>
	</channel>
</rss>
