<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Reporting]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7657&amp;type=atom" />
	<updated>2018-08-16T15:26:18Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7657</id>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32483#p32483" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[akshaya1972]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42657</uri>
			</author>
			<updated>2018-08-16T15:26:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32483#p32483</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32475#p32475" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-08-15T08:19:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32475#p32475</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32474#p32474" />
			<content type="html"><![CDATA[<p>I think he means to include the description of items inside the report.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-15T07:13:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32474#p32474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32458#p32458" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-08-14T05:34:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32458#p32458</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32448#p32448" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2018-08-13T14:36:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32448#p32448</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32431#p32431" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[akshaya1972]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42657</uri>
			</author>
			<updated>2018-08-12T12:30:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32431#p32431</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32418#p32418" />
			<content type="html"><![CDATA[<p>Yes - modify the report in question.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-11T20:33:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32418#p32418</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Reporting]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32408#p32408" />
			<content type="html"><![CDATA[<p>Can we get the report page &quot;display print sale quotation&quot; add the the details (description) of items ??</p>]]></content>
			<author>
				<name><![CDATA[akshaya1972]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42657</uri>
			</author>
			<updated>2018-08-10T08:30:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32408#p32408</id>
		</entry>
</feed>
