<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Reporting]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7657</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7657&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Reporting.]]></description>
		<lastBuildDate>Thu, 16 Aug 2018 15:26:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32483#p32483</link>
			<description><![CDATA[<p>I think he means to include the description of items inside the report.//<br />This is correct.Please guide how to do it ??</p><p>Thanks <br />Santhosh</p>]]></description>
			<author><![CDATA[null@example.com (akshaya1972)]]></author>
			<pubDate>Thu, 16 Aug 2018 15:26:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32483#p32483</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32475#p32475</link>
			<description><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>I think he means to include the description of items inside the report.</p></blockquote></div><br /><p>May be you are right.&nbsp; but from his question, he shows the button display text and asked to modify.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 15 Aug 2018 08:19:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32475#p32475</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32474#p32474</link>
			<description><![CDATA[<p>I think he means to include the description of items inside the report.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 15 Aug 2018 07:13:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32474#p32474</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32458#p32458</link>
			<description><![CDATA[<div class="quotebox"><cite>akshaya1972 wrote:</cite><blockquote><p>Dear AP Muthu sir ,</p><p>Where I can modify the &quot;Display : print sales quotation page&quot; with description of items attached. ??</p><p>_akshaya</p></blockquote></div><br /><p>If you are looking to change the button name <strong>Display : Print Sales Quotation</strong>.&nbsp; <br />The&nbsp; <strong>Display</strong> is programmed to create automatically here. And the <strong> Print Sales Quotation</strong> Comes from the <strong>reporting/reports_main.php</strong>&nbsp; i am not sure about line number .138 . Anyhow the code will be like this. </p><div class="codebox"><pre><code>$reports-&gt;addReport(RC_CUSTOMER, 111, _(&#039;&amp;Print Sales Quotations&#039;),
    array(    _(&#039;From&#039;) =&gt; &#039;QUOTATIONS&#039;,
            _(&#039;To&#039;) =&gt; &#039;QUOTATIONS&#039;,
            _(&#039;Currency Filter&#039;) =&gt; &#039;CURRENCY&#039;,
            _(&#039;Email Customers&#039;) =&gt; &#039;YES_NO&#039;,
            _(&#039;Comments&#039;) =&gt; &#039;TEXTBOX&#039;,
            _(&#039;Orientation&#039;) =&gt; &#039;ORIENTATION&#039;));</code></pre></div><p>And here&nbsp; you can see the text there.&nbsp; Just change this text to something else.</p><div class="codebox"><pre><code>$reports-&gt;addReport(RC_CUSTOMER, 111, _(&#039;&amp;Print  Quotations&#039;),  //Edited by Varadha for your understanding
    array(    _(&#039;From&#039;) =&gt; &#039;QUOTATIONS&#039;,
            _(&#039;To&#039;) =&gt; &#039;QUOTATIONS&#039;,
            _(&#039;Currency Filter&#039;) =&gt; &#039;CURRENCY&#039;,
            _(&#039;Email Customers&#039;) =&gt; &#039;YES_NO&#039;,
            _(&#039;Comments&#039;) =&gt; &#039;TEXTBOX&#039;,
            _(&#039;Orientation&#039;) =&gt; &#039;ORIENTATION&#039;));</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Tue, 14 Aug 2018 05:34:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32458#p32458</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32448#p32448</link>
			<description><![CDATA[<p>I can tell you that you&#039;re looking for <strong>reporting/rep111.php</strong> for the Sales Quotation report. I can&#039;t tell you what to add/modify.</p>]]></description>
			<author><![CDATA[null@example.com (oakstreet1)]]></author>
			<pubDate>Mon, 13 Aug 2018 14:36:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32448#p32448</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32431#p32431</link>
			<description><![CDATA[<p>Dear AP Muthu sir ,</p><p>Where I can modify the &quot;Display : print sales quotation page&quot; with description of items attached. ??</p><p>_akshaya</p>]]></description>
			<author><![CDATA[null@example.com (akshaya1972)]]></author>
			<pubDate>Sun, 12 Aug 2018 12:30:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32431#p32431</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32418#p32418</link>
			<description><![CDATA[<p>Yes - modify the report in question.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 11 Aug 2018 20:33:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32418#p32418</guid>
		</item>
		<item>
			<title><![CDATA[Reporting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32408#p32408</link>
			<description><![CDATA[<p>Can we get the report page &quot;display print sale quotation&quot; add the the details (description) of items ??</p>]]></description>
			<author><![CDATA[null@example.com (akshaya1972)]]></author>
			<pubDate>Fri, 10 Aug 2018 08:30:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32408#p32408</guid>
		</item>
	</channel>
</rss>
