<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Report Defaults]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1577&amp;type=atom" />
	<updated>2011-07-22T21:23:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1577</id>
		<entry>
			<title type="html"><![CDATA[Re: Report Defaults]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9793#p9793" />
			<content type="html"><![CDATA[<p>tom, please change the line 17 in /reporting/prn_redirect.php to:</p><p>global $page_security, $save_report_selections;</p><p>It was earlier only: global $page_security;</p><p>Then it should work.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-07-22T21:23:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9793#p9793</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Report Defaults]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9792#p9792" />
			<content type="html"><![CDATA[<p>Yes, it doesn&#039;t seem to work any more. I will consult Janusz. I think he has changed something here.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-07-22T20:43:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9792#p9792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Report Defaults]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9790#p9790" />
			<content type="html"><![CDATA[<p>I set it to 30 :</p><p>&nbsp; &nbsp; /* Save Report selections (a value &gt; 0 means days to save. 0 = no save) */<br />&nbsp; &nbsp; &nbsp; &nbsp; $save_report_selections = 30;</p><p>but the pull down selections stay at the defaults...</p><p>Here are they headers I get, I see the cookie data, but it is not being<br />recognized as a cookie</p><p>http://www.gotgrit.com/admin/fa23/reporting/reports_main.php?JsHttpRequest=0-xml</p><br /><br /><p>POST /admin/fa23/reporting/reports_main.php?JsHttpRequest=0-xml HTTP/1.1</p><p>Host: www.gotgrit.com</p><p>User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110701 Iceweasel/3.5.16 (like Firefox/3.5.16)</p><p>Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</p><p>Accept-Language: en-us,en;q=0.5</p><p>Accept-Encoding: gzip,deflate</p><p>Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7</p><p>Keep-Alive: 300</p><p>Connection: keep-alive</p><p>Content-Type: application/octet-stream; charset=UTF-8</p><p>Referer: http://www.gotgrit.com/admin/fa23/reporting/reports_main.php?Class=0</p><p>Content-Length: 165</p><p>Cookie: osCAdminID=1376b6670caf3b3e93f55ce65b1352; osCsid=3327e28d2e6e08425773892ec6319; FA11ff01cdb0d50479fa1a3c3a5d808b3=2aa40a80dd5e76989240261260a8</p><p>Authorization: Basic xxxxxxxx</p><p>Pragma: no-cache</p><p>Cache-Control: no-cache</p><p>Rep303=Display%3A%20Stock%20Check%20Sheets&amp;REP_ID=303&amp;PARAM_0=-1&amp;PARAM_1=&amp;PARAM_2=0&amp;PARAM_3=0&amp;PARAM_4=1&amp;PARAM_5=1&amp;PARAM_6=&amp;PARAM_7=0&amp;Class=2&amp;_random=357859.914609811</p><p>HTTP/1.1 200 OK</p><br /><p>I tried a different report and it did the same thing</p><p>tom</p>]]></content>
			<author>
				<name><![CDATA[tom]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=331</uri>
			</author>
			<updated>2011-07-22T14:36:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9790#p9790</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Report Defaults]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7056#p7056" />
			<content type="html"><![CDATA[<p>Yes, Tom, this is a good idea. Is now implemented in 2.3 CVS. However a global variable in file config.php needs to be set, f.i. $save_report_selections = 0.<br />A positive value X will save the report selections from report center in X days. 0 = no saving.</p><p>This way we are backwards compatible. So remember to set this value when you download 2.3 next time.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2010-10-06T10:53:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7056#p7056</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Report Defaults]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7035#p7035" />
			<content type="html"><![CDATA[<p>Since the reports are numbered and so are the various option pull-downs,<br />it might be easy to have the report remember the last options selected,<br />cookies might be easiest or something in the account.</p><p>Since it is just a convenience, cookies may be best</p><p>tom</p>]]></content>
			<author>
				<name><![CDATA[tom]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=331</uri>
			</author>
			<updated>2010-10-05T01:14:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7035#p7035</id>
		</entry>
</feed>
