<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Indian GST Module]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7770&amp;type=atom" />
	<updated>2022-03-16T15:25:07Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7770</id>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40746#p40746" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2022-03-16T15:25:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40746#p40746</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40744#p40744" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gssekhar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45883</uri>
			</author>
			<updated>2022-03-16T08:40:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40744#p40744</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39031#p39031" />
			<content type="html"><![CDATA[<p>@verviv I has this module for Indian GST I soon update it on my GitHub repo.</p>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2021-01-23T22:29:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39031#p39031</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39030#p39030" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2021-01-23T22:26:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39030#p39030</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39024#p39024" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2021-01-21T18:04:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39024#p39024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39022#p39022" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[verviv]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17191</uri>
			</author>
			<updated>2021-01-21T14:01:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39022#p39022</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38351#p38351" />
			<content type="html"><![CDATA[<p>@dearmosin thanks for sharing.</p>]]></content>
			<author>
				<name><![CDATA[ksanthosh95]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45696</uri>
			</author>
			<updated>2020-09-19T19:44:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38351#p38351</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38216#p38216" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2020-08-30T03:43:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38216#p38216</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38211#p38211" />
			<content type="html"><![CDATA[<p>@apmuthu - Here Is MYSQL Query For English Indian COA - New</p><p>https://mpulse.in/public/FA_indian_tax_dearmosin.txt</p>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2020-08-29T23:19:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38211#p38211</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38208#p38208" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2020-08-29T20:21:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38208#p38208</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37189#p37189" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-03-25T09:18:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37189#p37189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33014#p33014" />
			<content type="html"><![CDATA[<p>@Verma, - I am not sure, whether he has done this thing before.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-10-24T05:52:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33014#p33014</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33011#p33011" />
			<content type="html"><![CDATA[<p>Kindly provide the GitHub Link other than <a href="https://github.com/anoopmb/FAApprovalSystem">here</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-10-23T18:03:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33011#p33011</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33008#p33008" />
			<content type="html"><![CDATA[<p>You need to discuss this with him</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-10-23T13:49:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33008#p33008</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Indian GST Module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33007#p33007" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[verviv]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17191</uri>
			</author>
			<updated>2018-10-23T12:19:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33007#p33007</id>
		</entry>
</feed>
