<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How to Replace Word Supplier with Vendor in Reporting System]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8556&amp;type=atom" />
	<updated>2019-12-10T05:56:58Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8556</id>
		<entry>
			<title type="html"><![CDATA[Re: How to Replace Word Supplier with Vendor in Reporting System]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36582#p36582" />
			<content type="html"><![CDATA[<p>thank you I will try it and gives you feedback ...much appreciated really prompt response...thankyou</p>]]></content>
			<author>
				<name><![CDATA[uurfi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42190</uri>
			</author>
			<updated>2019-12-10T05:56:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36582#p36582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to Replace Word Supplier with Vendor in Reporting System]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36580#p36580" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-12-10T04:38:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36580#p36580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to Replace Word Supplier with Vendor in Reporting System]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36569#p36569" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[uurfi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42190</uri>
			</author>
			<updated>2019-12-08T11:58:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36569#p36569</id>
		</entry>
</feed>
