<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — PRINT RECEIPTS PARTICULARS ARE MISSING]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7835&amp;type=atom" />
	<updated>2018-11-20T15:53:07Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7835</id>
		<entry>
			<title type="html"><![CDATA[Re: PRINT RECEIPTS PARTICULARS ARE MISSING]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33345#p33345" />
			<content type="html"><![CDATA[<p>Alternatively output the necessary lines to a separate file and use it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-20T15:53:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33345#p33345</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: PRINT RECEIPTS PARTICULARS ARE MISSING]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33343#p33343" />
			<content type="html"><![CDATA[<p>i have seen this but i want to use grab data in this feilds e.g</p><p>$rep-&gt;TextCol(4, 5, _(&quot;Dated&quot;), - 2);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rep-&gt;TextCol(5, 6, &quot;HERE IS DATE AUTOMATICALLY&quot;, - 2);</p><p>and all fields must be completed by automatically</p><p>how can i do that&gt;</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-11-20T15:50:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33343#p33343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: PRINT RECEIPTS PARTICULARS ARE MISSING]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33341#p33341" />
			<content type="html"><![CDATA[<p>Checkout the lines 171 to 182 in <a href="https://github.com/FrontAccountingERP/FA/blob/master/reporting/rep112.php">reporting/rep112.php</a>:<br /></p><div class="codebox"><pre><code>            $rep-&gt;TextCol(6, 7, _(&quot;Received / Sign&quot;), - 2);
            $rep-&gt;NewLine();
            $rep-&gt;TextCol(0, 2, _(&quot;By Cash / Cheque* / Draft No.&quot;), - 2);
            $rep-&gt;TextCol(2, 4, &quot;______________________________&quot;, - 2);
            $rep-&gt;TextCol(4, 5, _(&quot;Dated&quot;), - 2);
            $rep-&gt;TextCol(5, 6, &quot;__________________&quot;, - 2);
            $rep-&gt;NewLine(1);
            $rep-&gt;TextCol(0, 2, _(&quot;Drawn on Bank&quot;), - 2);
            $rep-&gt;TextCol(2, 4, &quot;______________________________&quot;, - 2);
            $rep-&gt;TextCol(4, 5, _(&quot;Branch&quot;), - 2);
            $rep-&gt;TextCol(5, 6, &quot;__________________&quot;, - 2);
            $rep-&gt;TextCol(6, 7, &quot;__________________&quot;);</code></pre></div><p>The &quot;_()&quot; are the gettext translatable strings that may be hardcoded if you want or change them in your language&#039;s .po file and compile into a .mo file and use.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-20T15:22:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33341#p33341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PRINT RECEIPTS PARTICULARS ARE MISSING]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33335#p33335" />
			<content type="html"><![CDATA[<p>Hey FA,</p><p>i am printing receipts for customer, well everything is good in last section:</p><p>By Cash / Cheque* / Draft No. ______________________________ Dated __________________<br />Drawn on Bank ______________________________ Branch __________________</p><p>is missed, how the system is generate this lines?</p><br /><p>please let me know about that....</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-11-20T06:45:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33335#p33335</id>
		</entry>
</feed>
