<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — contact_email in sales_orders table]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3391&amp;type=atom" />
	<updated>2012-10-10T07:13:14Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3391</id>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13734#p13734" />
			<content type="html"><![CDATA[<p>Just as final comment to the printers sub-thread. IIP and LPD protocols are not compatible, and unfortunatelly the difference does not boils out to default port number. Currently FrontAccounting <strong>does not support IPP protocol</strong>. For anybody who want to implement IIP protocol in FA <a href="http://tools.ietf.org/html/rfc2569">RFC 2569</a> is must read document at start (contains also direct links to both ipp and lpd protocols).</p><p>Thanks again for forging the knowledge in Wiki.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-10T07:13:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13734#p13734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13732#p13732" />
			<content type="html"><![CDATA[<p>Tested - <strong>lpd</strong> works like a charm even outside LAN without VPN,</p><p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.PrinterLocations"><strong>Wiki</strong></a>ed it.</p><p>Thanks!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-10T01:48:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13732#p13732</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13731#p13731" />
			<content type="html"><![CDATA[<p><a href="http://packages.debian.org/squeeze/cups-bsd">Debian Squeeze cups-bsd</a> package (1.4.4-7+squeeze1) can provide for <strong>lpd</strong> on the server only. In the scenario where FA is a hosted service and the Printer is in another location (office) behind a NAT, would this work without VPN-ing to reside on the same lan?</p><p>Also, <strong>lpd</strong> does not work (?) outside of the LAN.</p><p>As for ipp://, it is more of a URI and port (631 instead of 515 for lpd) difference.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-10T01:16:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13731#p13731</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13727#p13727" />
			<content type="html"><![CDATA[<p>In my office <strong>server</strong> is host name on local network were main printer is connected (just put the name in /etc/hosts file if you&nbsp; do not want to run dns service).</p><p>If you want to use network printer in configuration above and you have cups installed, just install cups-bsd package which provides old good lpd service. Or implement iip protocol in FA and send the code back to contributions mailbox <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-09T18:38:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13727#p13727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13724#p13724" />
			<content type="html"><![CDATA[<p>Now this thread has got hijacked into a different topic - Sorry.</p><p>The demo sql file has the LPD host name as <strong>server</strong>. Must it be merely a domain, ip or URI? The newer ipp (internet Printing Protocol) supports Port 631. Used to print from one Ubuntu 12.04 to another behind a NAT (opening TCP and UDP ports 2207/8 and 631) and uses http://ip/printers/[print-queue-name] and it does not work on FA.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-09T13:08:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13724#p13724</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13719#p13719" />
			<content type="html"><![CDATA[<p>Well, you have to configure your printers under Setup|Printers first. Examples you will find in en_US-demo.sql file. Currently printing system supports only two print destination types:<br />. lpd compatible network service (standard port 515);<br />. printing via client browser.</p><p>Lpd is standard service supported by probably all printing systems, also currently most popular CUPS have lpd implementation builtin. Using second method you can print reports to any browser connected to your client box, but this is far less handy when you use FA heavily at work.</p><p>The example setup provided in en_US-demo.sql is exactly the same as I use in my office. Fortunatelly works as expected from the beginning. While priniting via browser is excelent option when you want to see the report before printing, there is no big sense to use this destination on printing sales invoices. Sending them directly to print server saves your time.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-09T10:51:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13719#p13719</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13715#p13715" />
			<content type="html"><![CDATA[<p>On reports, the PDF/Printer option shows a PDF page that can be printed on a local printer from the local OS. On Printers / print Profiles, despite setting the main server printer, nothing prints. An example of printer profile usage would be nice.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-09T02:13:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13715#p13715</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13710#p13710" />
			<content type="html"><![CDATA[<p>Yes, all the pdf reports are printed in the same manner. You can configure your browser to display pdf files directly, but anyway they have to be cached somehow on client side. Most documents has also equivalent html viewers implemented e.g. you can display invoices in popup window instead of printing clicking on respective link in Customer Inquiry.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-08T20:57:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13710#p13710</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13695#p13695" />
			<content type="html"><![CDATA[<p>joe, itronics:</p><p>Thanks, that helps me understand what is going on.&nbsp; I guess it is the same action with all pdf reports?<br />My Download folder is where browser saves downloaded files.&nbsp; Is it possible to have reports printed to the screen rather than sent to pdf file or a printer?</p><p>Thanks,<br />ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-10-08T13:14:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13695#p13695</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13688#p13688" />
			<content type="html"><![CDATA[<p>pdf_files directory is temporary cache on server side, where pdf reports are created. This folder is automatically cleaned from files older than 3 minutes on every print atempt.</p><p>&#039;~/Download folder (I guess) is download directory used by your browser to store downloaded files. In most cases pdf reports are sparse after printing, so you can even configure FA to directly send the report to the printer - in this case ~/Download folder will never be used. It is up to you what you do with the reports after downloading it - FA application does not store the generated reports. <br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-08T08:26:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13688#p13688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13650#p13650" />
			<content type="html"><![CDATA[<p>You can always save a copy of your report with your own name from your pdf viewer.</p><p>I have no idea about why it saves to another directory. Maybe Janusz can throw some lights on that.</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-05T14:29:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13650#p13650</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13643#p13643" />
			<content type="html"><![CDATA[<p>apmuthu, the wiki will be helpful for folks, thanks.<br />joe:&nbsp; Why is the permission of&nbsp; pdf_files directory 777?&nbsp; I wonder how it is that the pdf gets written to my ~/Download directory?&nbsp; I see that the last couple of SO&#039;s I have printed are also in the pdr_files directory.&nbsp; Over the last couple of weeks I have printed at least 25 (I am testing the zen_import) and there are only the 2 that I did today.</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-10-05T13:58:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13643#p13643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13589#p13589" />
			<content type="html"><![CDATA[<p>Wikied it at:</p><p><strong><a href="https://frontaccounting.com/fawiki/index.php?n=Devel.ReportPaths">ReportPaths</a></strong></p><p>and placed a link in</p><p><strong><a href="https://frontaccounting.com/fawiki/index.php?n=Devel.Devel">TechInfo Resources</a></strong></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-03T02:03:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13589#p13589</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13587#p13587" />
			<content type="html"><![CDATA[<p>The pdf file names and path are defined in the End function in /reporting/includes/pdf_report.inc.</p><p>I am afraid that the path is hard core defined in the pdf_report.inc file.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-02T21:45:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13587#p13587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: contact_email in sales_orders table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13582#p13582" />
			<content type="html"><![CDATA[<p>Joe:&nbsp; There are no pdf files in my dir:&nbsp; /company/0/pdf_files/.&nbsp; They are being written to my ~/Download dir (I am using Ubuntu).&nbsp; My printing profile is set to browser printing support.&nbsp; <br />Is it possible to just display a report to the computer screen rather than a pdf file?&nbsp; <br />Where is the default dir defined for saving the pdf files?&nbsp; <br />I am still interested in knowing where the file name is set.&nbsp; <br />Is it possible to make the default dir where pdf file are set to be any where on the hard drive?</p><p>Thanks for your quick replies<br />ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-10-02T12:57:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13582#p13582</id>
		</entry>
</feed>
