<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — view transaction]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9160</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9160&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in view transaction.]]></description>
		<lastBuildDate>Tue, 19 Jan 2021 21:32:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39013#p39013</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (tom.horton)]]></author>
			<pubDate>Tue, 19 Jan 2021 21:32:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39013#p39013</guid>
		</item>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39012#p39012</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (cedricktshiyoyo)]]></author>
			<pubDate>Tue, 19 Jan 2021 21:30:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39012#p39012</guid>
		</item>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39011#p39011</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (tom.horton)]]></author>
			<pubDate>Tue, 19 Jan 2021 21:21:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39011#p39011</guid>
		</item>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39010#p39010</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (cedricktshiyoyo)]]></author>
			<pubDate>Tue, 19 Jan 2021 20:57:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39010#p39010</guid>
		</item>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38985#p38985</link>
			<description><![CDATA[<p>@tom.horton<br />Yes your suggestions works fine. For Arabic set lang &quot;ar_EG&quot; and we should be OK.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Mon, 18 Jan 2021 07:21:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38985#p38985</guid>
		</item>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38974#p38974</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (tom.horton)]]></author>
			<pubDate>Sun, 17 Jan 2021 15:04:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38974#p38974</guid>
		</item>
		<item>
			<title><![CDATA[Re: view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38971#p38971</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Sun, 17 Jan 2021 14:34:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38971#p38971</guid>
		</item>
		<item>
			<title><![CDATA[view transaction]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38958#p38958</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Mahmoud Ali)]]></author>
			<pubDate>Sun, 17 Jan 2021 11:48:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38958#p38958</guid>
		</item>
	</channel>
</rss>
