<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Currency setup for India]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8893&amp;type=atom" />
	<updated>2020-08-30T18:54:45Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8893</id>
		<entry>
			<title type="html"><![CDATA[Re: Currency setup for India]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38221#p38221" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-08-30T18:54:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38221#p38221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Currency setup for India]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38213#p38213" />
			<content type="html"><![CDATA[<p>@apmuthu can the above query be included in English Indian COA - New</p>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2020-08-30T02:04:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38213#p38213</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Currency setup for India]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38212#p38212" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dearmosin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44699</uri>
			</author>
			<updated>2020-08-30T01:57:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38212#p38212</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Currency setup for India]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37879#p37879" />
			<content type="html"><![CDATA[<p>Currency setup for India like INR or symbol</p>]]></content>
			<author>
				<name><![CDATA[datlarama.6518]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45614</uri>
			</author>
			<updated>2020-07-31T04:40:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37879#p37879</id>
		</entry>
</feed>
