<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — view transaction]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9160&amp;type=atom" />
	<updated>2021-01-19T21:32:59Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9160</id>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39013#p39013" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>cedricktshiyoyo wrote:</cite><blockquote><p>got you. Will try that. First I got to deal with the validation things with source_ref and check no. in Banking and General Ledger.</p><p>I believe with everyone&#039;s contributions for different parts of the world, FA will certain be the number Accounting software.</p><p>Cheers</p></blockquote></div><p>Let me know how you get on. Will keep a look out for any updates</p>]]></content>
			<author>
				<name><![CDATA[tom.horton]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44772</uri>
			</author>
			<updated>2021-01-19T21:32:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39013#p39013</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39012#p39012" />
			<content type="html"><![CDATA[<p>got you. Will try that. First I got to deal with the validation things with source_ref and check no. in Banking and General Ledger.</p><p>I believe with everyone&#039;s contributions for different parts of the world, FA will certain be the number Accounting software.</p><p>Cheers</p>]]></content>
			<author>
				<name><![CDATA[cedricktshiyoyo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45118</uri>
			</author>
			<updated>2021-01-19T21:30:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39012#p39012</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39011#p39011" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>cedricktshiyoyo wrote:</cite><blockquote><div class="quotebox"><cite>tom.horton wrote:</cite><blockquote><p>To &quot;spell out&quot; the number entered, you could always use this PHP function:</p><div class="codebox"><pre><code>$f = new NumberFormatter(&quot;en&quot;, NumberFormatter::SPELLOUT);
$f-&gt;setTextAttribute(NumberFormatter::DEFAULT_RULESET, &quot;%spellout-numbering-verbose&quot;);
echo $f-&gt;format($total_amount);</code></pre></div><p>You can see there is the option for the script to pickup a default language as well <strong>(&quot;en&quot;, NumberFormatter::SPELLOUT)</strong> so if FA has the same &quot;standard&quot; letters set as PHP for language settings, it will write the wording in that language.</p><p>Hope this helps.</p></blockquote></div><p>Where do you insert this piece of code? Is it in gl_payment_view.php or somewhere else? I like the idea.</p></blockquote></div><p>This could be applied in any page where a money value is calculated, but the OP stated the page <strong>/gl/view/gl_deposit_view.php</strong></p>]]></content>
			<author>
				<name><![CDATA[tom.horton]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44772</uri>
			</author>
			<updated>2021-01-19T21:21:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39011#p39011</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39010#p39010" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>tom.horton wrote:</cite><blockquote><p>To &quot;spell out&quot; the number entered, you could always use this PHP function:</p><div class="codebox"><pre><code>$f = new NumberFormatter(&quot;en&quot;, NumberFormatter::SPELLOUT);
$f-&gt;setTextAttribute(NumberFormatter::DEFAULT_RULESET, &quot;%spellout-numbering-verbose&quot;);
echo $f-&gt;format($total_amount);</code></pre></div><p>You can see there is the option for the script to pickup a default language as well <strong>(&quot;en&quot;, NumberFormatter::SPELLOUT)</strong> so if FA has the same &quot;standard&quot; letters set as PHP for language settings, it will write the wording in that language.</p><p>Hope this helps.</p></blockquote></div><p>Where do you insert this piece of code? Is it in gl_payment_view.php or somewhere else? I like the idea.</p>]]></content>
			<author>
				<name><![CDATA[cedricktshiyoyo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45118</uri>
			</author>
			<updated>2021-01-19T20:57:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39010#p39010</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38985#p38985" />
			<content type="html"><![CDATA[<p>@tom.horton<br />Yes your suggestions works fine. For Arabic set lang &quot;ar_EG&quot; and we should be OK.</p>]]></content>
			<author>
				<name><![CDATA[rafat]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41964</uri>
			</author>
			<updated>2021-01-18T07:21:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38985#p38985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38974#p38974" />
			<content type="html"><![CDATA[<p>To &quot;spell out&quot; the number entered, you could always use this PHP function:</p><div class="codebox"><pre><code>$f = new NumberFormatter(&quot;en&quot;, NumberFormatter::SPELLOUT);
$f-&gt;setTextAttribute(NumberFormatter::DEFAULT_RULESET, &quot;%spellout-numbering-verbose&quot;);
echo $f-&gt;format($total_amount);</code></pre></div><p>You can see there is the option for the script to pickup a default language as well <strong>(&quot;en&quot;, NumberFormatter::SPELLOUT)</strong> so if FA has the same &quot;standard&quot; letters set as PHP for language settings, it will write the wording in that language.</p><p>Hope this helps.</p>]]></content>
			<author>
				<name><![CDATA[tom.horton]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44772</uri>
			</author>
			<updated>2021-01-17T15:04:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38974#p38974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38971#p38971" />
			<content type="html"><![CDATA[<p>@Mahmoud Ali</p><p>I really like your request..It will be great to have this feature.</p><p>Any one from our great coders who can help with this one..?<br />I dont know why I think it should be simple..IMHO.. of course I could be way out..</p>]]></content>
			<author>
				<name><![CDATA[rafat]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41964</uri>
			</author>
			<updated>2021-01-17T14:34:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38971#p38971</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[view transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38958#p38958" />
			<content type="html"><![CDATA[<p>i need after finish add deposit or payment or transfer bank add link view screen deposit under View GL Posting Transaction </p><p>in this direct /gl/view/gl_deposit_view.php?trans_no=××× </p><p>and i need add code to translate number to letter for example 1000 $ convert one thousand dollars by Arabic lang</p>]]></content>
			<author>
				<name><![CDATA[Mahmoud Ali]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44917</uri>
			</author>
			<updated>2021-01-17T11:48:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38958#p38958</id>
		</entry>
</feed>
