<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — How to Replace Word Supplier with Vendor in Reporting System]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8556</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8556&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to Replace Word Supplier with Vendor in Reporting System.]]></description>
		<lastBuildDate>Tue, 10 Dec 2019 05:56:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to Replace Word Supplier with Vendor in Reporting System]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36582#p36582</link>
			<description><![CDATA[<p>thank you I will try it and gives you feedback ...much appreciated really prompt response...thankyou</p>]]></description>
			<author><![CDATA[null@example.com (uurfi)]]></author>
			<pubDate>Tue, 10 Dec 2019 05:56:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36582#p36582</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to Replace Word Supplier with Vendor in Reporting System]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36580#p36580</link>
			<description><![CDATA[<p>Change the word &quot;Supplier&quot; in the translated string in the .po file and compile and use the .mo file.</p><p>Here is what I used in bash:<br /></p><div class="codebox"><pre><code>grep &quot;Supplier&quot; empty.po &gt; msgid.txt
grep &quot;Supplier&quot; empty.po | sed -e &quot;s/Supplier/Vendor/g&quot; | sed -e &quot;s/^msgid/msgstr/g&quot; &gt; msgstr.txt
msgunfmt -i en_US.mo -o en_US.po
## Append the output of the following to en_US.po
exec 6&lt;&quot;msgstr.txt&quot;
while read -r line
do
    read -r f2line &lt;&amp;6
    echo
    echo &quot;${line}&quot;
    echo &quot;${f2line}&quot;
done &lt;&quot;msgid.txt&quot;
exec 6&lt;&amp;-
## Re-compile the .mo file
msgfmt en_US.po -o en_US.mo</code></pre></div><p>The resultant output is attached for use.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 10 Dec 2019 04:38:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36580#p36580</guid>
		</item>
		<item>
			<title><![CDATA[How to Replace Word Supplier with Vendor in Reporting System]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36569#p36569</link>
			<description><![CDATA[<p>Hi, I want to replace Supplier with Vendor in Reports generated by FrontAccounting. Like wise Customer with Debtors.<br />Kindly guide me as soon as possible.<br />thank you.</p>]]></description>
			<author><![CDATA[null@example.com (uurfi)]]></author>
			<pubDate>Sun, 08 Dec 2019 11:58:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36569#p36569</guid>
		</item>
	</channel>
</rss>
