<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Devel - SimpleAPI module UTF8 problem]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9045&amp;type=atom" />
	<updated>2020-12-27T14:42:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9045</id>
		<entry>
			<title type="html"><![CDATA[Re: Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38833#p38833" />
			<content type="html"><![CDATA[<p>The currency code is expected to be an <a href="https://en.wikipedia.org/wiki/ISO_4217">ISO4217</a> currency code. This is what FA expects &quot;under the hood&quot; when used with the third party currency conversion api&#039;s. e.g. SAR for Saudi Riyal.</p>]]></content>
			<author>
				<name><![CDATA[cambell]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19447</uri>
			</author>
			<updated>2020-12-27T14:42:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38833#p38833</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38557#p38557" />
			<content type="html"><![CDATA[<p>It is possible that the Arabic abbreviation works in the FA UI but will need to be in English (IMHO) as it is a parameter to the appropriate function through the SlimAPI (probably the way it is implemented as there is no language/theme info in the API) and not a direct variable from a translatable form.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-10-31T04:24:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38557#p38557</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38536#p38536" />
			<content type="html"><![CDATA[<p>Hi apmuthu,</p><p>in frontaccounting itself the Arabic abbreviation is working fine without errors.</p><p>Only error appear in calling the API, there should be a solution for this but I could not figure it out because I have little knowledge in slim, so people who are experience in slim may help in this regards.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-10-21T18:40:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38536#p38536</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38528#p38528" />
			<content type="html"><![CDATA[<p>Currency abbreviation must be in English only.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-10-20T17:29:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38528#p38528</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38526#p38526" />
			<content type="html"><![CDATA[<p>Hi, Actually I did not have online server i do it locally using XAMPP, but the API call is </p><p>http://localhost:8080/frontaccounting/modules/api/sales</p><p>with post method and I send the needed JSON parameters.</p><p>If you want me to upload it to an online server, then I can do it?</p>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-10-20T13:46:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38526#p38526</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38525#p38525" />
			<content type="html"><![CDATA[<p>Can you post your api call parameters and function you handle it from your server side.? It will help us to explain you it</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2020-10-20T10:23:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38525#p38525</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Devel - SimpleAPI module UTF8 problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38523#p38523" />
			<content type="html"><![CDATA[<p>Hi, <br />I use SimpleAPI module for my POS&nbsp; app, every thing is fine but I have a problem , which is when the currency Abbreviation is in Arabic language, the API does not read it correctly but instead it gives it as question marks like ???,</p><p>and this effect the sales invoice saving and gives error like this:<br />Message: Cannot retrieve exchange rate for currency \u0631.\u064a as of 10\/18\/2020. Please add exchange rate manually on Exchange Rates page.<br />because it tried to retrieve the exchange rate like this get_exchange_rate_from_home_currency(&#039;??.??&#039;, &#039;10\/18\/2020&#039;)</p><br /><p>any solution for this issue, will be appreciated.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-10-18T21:23:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38523#p38523</id>
		</entry>
</feed>
