<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Currency setup for India]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8893</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8893&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Currency setup for India.]]></description>
		<lastBuildDate>Sun, 30 Aug 2020 18:54:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Currency setup for India]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38221#p38221</link>
			<description><![CDATA[<p>The reason why this is not implemented is that there are quite a few legacy users and those who use WinXP still in India where unicode in older browsers may not have the rupee font.</p><p>If you want, then replace line 508 in the <a href="https://github.com/apmuthu/FA24extensions/blob/master/Charts/chart_en_IN-general/en_IN-new.sql#L508">CoA</a>:<br /></p><div class="codebox"><pre><code>  `curr_symbol` varchar(10) NOT NULL DEFAULT &#039;&#039;,</code></pre></div><p>with whatever encoding you want - please note that the one of the first lines has <strong>SET NAMES latin1;</strong> as the default encoding.</p><p>Also change the data in line <a href="https://github.com/apmuthu/FA24extensions/blob/master/Charts/chart_en_IN-general/en_IN-new.sql#L521">521</a> accordingly for the symbol besides saving the file as UTF-8 encoding text and change the <strong>_init/config</strong> file with the proper encoding.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2020 18:54:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38221#p38221</guid>
		</item>
		<item>
			<title><![CDATA[Re: Currency setup for India]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38213#p38213</link>
			<description><![CDATA[<p>@apmuthu can the above query be included in English Indian COA - New</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sun, 30 Aug 2020 02:04:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38213#p38213</guid>
		</item>
		<item>
			<title><![CDATA[Re: Currency setup for India]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38212#p38212</link>
			<description><![CDATA[<p><strong>Banking and General Ledger - Currencies</strong></p><p><strong>Currency Abbreviation:</strong> INR<br /><strong>Currency Symbol:</strong> Rs. or INR<br /><strong>Currency Name:</strong> Indian Rupees<br /><strong>Hundredths Name:</strong> Paise<br /><strong>Country:</strong> India</p><p>If you really need ₹ as only option then open phpmyadmin select table 0_currencies under SQL write this query and GO </p><p><strong>Please Note:</strong> 0_ is the default prefix of primary company. Replace with your company&#039;s prefix.</p><div class="codebox"><pre><code>ALTER TABLE 0_currencies MODIFY COLUMN curr_symbol VARCHAR(10)
    CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT &#039;&#039;;</code></pre></div><p>Now Try Inserting ₹ symbol, it must get updated</p>]]></description>
			<author><![CDATA[null@example.com (dearmosin)]]></author>
			<pubDate>Sun, 30 Aug 2020 01:57:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38212#p38212</guid>
		</item>
		<item>
			<title><![CDATA[Currency setup for India]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37879#p37879</link>
			<description><![CDATA[<p>Currency setup for India like INR or symbol</p>]]></description>
			<author><![CDATA[null@example.com (datlarama.6518)]]></author>
			<pubDate>Fri, 31 Jul 2020 04:40:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37879#p37879</guid>
		</item>
	</channel>
</rss>
