<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/rss2full.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
<channel>
	<title>Amphis Software Forum</title>
	<link>http://amphisforum.websitetoolbox.com</link>
	<description>Amphis Software Forum</description>
	<ttl>60</ttl>
	<pubDate>Thur, 23 Feb 2012 07:47:43 GMT</pubDate>
	<item>
		<title>show all products/items</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5718129</link>
		<description>&lt;BR&gt;&lt;BR&gt;this SQL can be used to create a custom report that shows all the products/items available&lt;BR&gt;&lt;BR&gt;SELECT c.description as category, p.id,p.description, p.costprice,p.unitprice &lt;BR&gt;from product p, category c&lt;BR&gt;where p.categoryid = c.id&lt;BR&gt;order by c.description,p.id&lt;BR&gt;&lt;BR&gt;see &lt;A href=&quot;http://www.amphis-software.com/crm-custom-reports.htm&quot; target=_blank target=_blank&gt;&lt;a href=&quot;http://www.amphis-software.com/crm-custom-reports.htm&quot; target=&quot;_blank&quot;&gt;http://www.amphis-software.com/crm-custom-reports.htm&lt;/a&gt;&lt;/A&gt;&amp;nbsp;for how to use the SQL to make a custom report&lt;BR&gt;&lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156223&quot;&gt;Custom Reports&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5718129</guid>
		<pubDate>Mon, 20 Feb 2012 22:56:40 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>report showing customer details, all contacts and all groups customer belongs to</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5712398</link>
		<description>this report shows&lt;BR&gt;&lt;BR&gt;customer details, all contacts and all groups customer belongs to&lt;BR&gt;&lt;BR&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;SELECT cu.displayid as customerid,'Main Customer' as info,s.lookupvalue as status,'' as  , t.lookupvalue as title, cu.firstname,cu.lastname,cu.companyname, cu.addressline1,cu.addressline2,cu.addresstown,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;cu.addresscity,cu.addresscountystate,cu.addresspostzipcode,lc.lookupvalue as country,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;cu.emailwork, cu.emailhome,cu.worktel as  , hometel as  ,mobiletelwork,mobiletelpersonal, websitework as website&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;from customer cu,&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;lookup_country lc, lookup_contacttitle t,lookup_customerstatus s&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;where cu.addresscountryid = lc.lookupkey&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;and cu.titleid = t.lookupkey&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;and cu.customerstatusid = s.lookupkey&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;union&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;SELECT cu.displayid as customerid,'group-&amp;gt;','',g.groupname as  ,&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;'', '','','', '','','',&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;'','','','',&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;'', '','', '','','', ''&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;from customer cu, groupcustomer gc,   g&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;where&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;cu.customerid=gc.customerid&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;and gc.groupid=g.id&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;union&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;SELECT cust.displayid as customerid, 'contact-&amp;gt;','','' as  ,&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;c.title, c.firstname,c.lastname,'','','','', &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;'','','','',&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;c.emailwork,c.emailhome,c.worktel as  , c.hometel as  ,c.mobiletelwork,c.mobiletelpersonal,''&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;from customer cust, contact c&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;where cust.customerid=cint(c.customerid)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;order by 1,2 desc,8,7&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3 face=Calibri&gt;for details of how to use custom reports see &lt;/FONT&gt;&lt;A href=&quot;http://www.amphis-software.com/crm-custom-reports.htm&quot; target=_blank target=_blank&gt;&lt;FONT size=3 face=Calibri&gt;&lt;a href=&quot;http://www.amphis-software.com/crm-custom-reports.htm&quot; target=&quot;_blank&quot;&gt;http://www.amphis-software.com/crm-custom-reports.htm&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;COLOR: #1f497d&quot;&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156223&quot;&gt;Custom Reports&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5712398</guid>
		<pubDate>Thur, 16 Feb 2012 21:03:08 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>overdue invoices</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5712386</link>
		<description>this SQL can be used in a custom report to show overdue invoices. at the click of a button you can access the customer record or view the invoice. also you can export the details to a spreadsheet or print the report&lt;BR&gt;&lt;BR&gt;select displayid as CustomerId, CompanyName, LastName as  ,FirstName as  , documentnumber as  , displaydate as  , descr as Description,Total,Status, FileName from customer c inner join history h on c.customerid=h.customerid where what='invoice' AND status='overdue' ORDER BY displaydate &lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156223&quot;&gt;Custom Reports&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5712386</guid>
		<pubDate>Thur, 16 Feb 2012 20:58:34 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>example envelope template</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5705959</link>
		<description>&lt;BR&gt;it turns out to be quite difficult to create a Word envelope without also having a blank page inserted after it so here is an example envelope Word document you can use with Amphis Customer software&amp;nbsp;to Print Envelopes without having the blank page after it.&lt;BR&gt;&lt;BR&gt;&lt;P style=&quot;MARGIN: 0px&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt&quot;&gt;&lt;A href=&quot;http://www.amphis-software.com/templates/envelope/template.doc&quot; target=_blank target=_blank&gt;&lt;a href=&quot;http://www.amphis-software.com/templates/envelope/template.doc&quot; target=&quot;_blank&quot;&gt;http://www.amphis-software.com/templates/envelope/template.doc&lt;/a&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style=&quot;MARGIN: 0px&quot; class=MsoNormal&gt;&lt;SPAN style=&quot;FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156227&quot;&gt;Document templates&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5705959</guid>
		<pubDate>Sun, 12 Feb 2012 21:39:28 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>Include Appointment Data in template fields</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5705568</link>
		<description>&lt;p&gt;Hi - im a recent user of Amphis as a trial, and am very impressed with it so far! In particular i love being able to edit templates in word, instead of complicated CSS editors! I would be keen to look at including appointment data in some way as a template field - that way confirmation letters for appointments could be made? Am i missing it somewhere, or could it be included in a future version? Grateful for any support. Thanks!&lt;/p&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156227&quot;&gt;Document templates&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5705568</guid>
		<pubDate>Sun, 12 Feb 2012 16:35:39 GMT</pubDate>
		<author>srh</author>
	</item>

	<item>
		<title>how to print envelopes</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5704035</link>
		<description>&lt;P&gt;&lt;BR&gt;we're asked a lot how to print envelopes. here's some suggestions using existing functionality.&lt;/P&gt;&lt;P&gt;1) in Amphis Customer go to Tools-&amp;gt;Maintain Templates. click Create New Document Type. type envelope and click OK. select envelope from the drop-down list of document types. select template.doc and click Edit Template.&lt;/P&gt;&lt;P&gt;Now you are in Microsoft Word, click on the Mailings tab and click Envelopes. in the Delivery Address field type this&lt;/P&gt;&amp;lt;!name!&amp;gt;&lt;BR&gt;&amp;lt;!companyname!&amp;gt;&lt;BR&gt;&amp;lt;!address!&amp;gt;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;enter your return address if required &lt;BR&gt;&lt;BR&gt;click Add to Document&lt;BR&gt;&lt;BR&gt;delete the 2nd page as we don't need that. (we haven't worked out the best way to do that yet).&lt;BR&gt;&lt;BR&gt;you can edit the envelope using standard Word facilities to add a letterhead or artwork etc.&lt;BR&gt;&lt;BR&gt;now to print an envelope, just go to the Customer History tab for a customer, select envelope from the docuiment types on the right hand side and click Create Document.&lt;BR&gt;&lt;BR&gt;You can also Mail Merge to generate multiple envelopes at a time. Just go to the Mail Merge menu and select Mail Merge. select the customer on the left and select the document template as &quot;envelope&quot;.&lt;BR&gt;&lt;BR&gt;some clients also use Labels for printing envelopes - see &lt;BR&gt;&lt;BR&gt;&lt;A href=&quot;http://amphisforum.websitetoolbox.com/post/Envelopes-4752304&quot; target=_blank target=_blank&gt;&lt;a href=&quot;http://amphisforum.websitetoolbox.com/post/Envelopes-4752304&quot; target=&quot;_blank&quot;&gt;http://amphisforum.websitetoolbox.com/post/Envelopes-4752304&lt;/a&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156227&quot;&gt;Document templates&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5704035</guid>
		<pubDate>Sat, 11 Feb 2012 09:28:46 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>Multiple quote templates.</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5700143</link>
		<description>Is there any way to have a drop down list of available templates. We use 6 very different quote templates and it would be very usefull to be able to select a template rather than having to rebuild or reset default everytime we want to change the quote.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=204356&quot;&gt;Quotes and Invoices&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5700143</guid>
		<pubDate>Wed, 08 Feb 2012 18:38:01 GMT</pubDate>
		<author>Chuck1j</author>
	</item>

	<item>
		<title>price list report</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5692722</link>
		<description>here is the SQL for a price list report&lt;BR&gt;&lt;BR&gt;select&amp;nbsp; c.description as category, p.id,p.description,p.unitprice as price&lt;BR&gt;from category c, product p&lt;BR&gt;where c.id = p.categoryid&lt;BR&gt;order by c.description, p.id&lt;BR&gt;&lt;BR&gt;just go to Reports-&amp;gt;Custom Report Builder and copy and paste this SQL and click Run Report&lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156223&quot;&gt;Custom Reports&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5692722</guid>
		<pubDate>Fri, 03 Feb 2012 21:35:52 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>Refunds</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5688393</link>
		<description>Refunds are not displayed in the customer acc. You can see receipts and credit notes but no refunds. &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156113&quot;&gt;Amphis Customer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5688393</guid>
		<pubDate>Wed, 01 Feb 2012 07:49:29 GMT</pubDate>
		<author>jaro</author>
	</item>

	<item>
		<title>Custom fields</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5688387</link>
		<description>Can you please allow support of all the custom fields in the custom report. At the moment you can use only up to no 22.&lt;br /&gt;&lt;br&gt;Thanks. &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156223&quot;&gt;Custom Reports&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5688387</guid>
		<pubDate>Wed, 01 Feb 2012 07:44:05 GMT</pubDate>
		<author>jaro</author>
	</item>

	<item>
		<title>Does your CRM software work on a Mac ?</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5684009</link>
		<description>&lt;P&gt;Does your CRM software work on a Mac ?&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=218990&quot;&gt;CRM FAQ&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5684009</guid>
		<pubDate>Sun, 29 Jan 2012 10:01:26 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>Moving between pc's</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5683993</link>
		<description>What would be a safe way to move the software from one pc to another within one license? &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156113&quot;&gt;Amphis Customer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5683993</guid>
		<pubDate>Sun, 29 Jan 2012 09:32:24 GMT</pubDate>
		<author>jaro</author>
	</item>

	<item>
		<title>supplier invoices for the last year</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5680652</link>
		<description>this SQL can be used to show supplier invoices for the last 365 days&lt;BR&gt;&lt;BR&gt;SELECT invoicedate,suppliername, description, subtotal,tax,total from supplier_invoice si, supplier s&lt;BR&gt;&amp;nbsp;where&amp;nbsp; si.supplierid=s.supplierid and&amp;nbsp; invoicedate &amp;gt; date() -365&lt;BR&gt;order by invoicedate,suppliername&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=156223&quot;&gt;Custom Reports&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5680652</guid>
		<pubDate>Thur, 26 Jan 2012 21:03:01 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>How to backup the data and documents ?</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5672045</link>
		<description>&lt;P&gt;How to backup the data and documents ?&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=218990&quot;&gt;CRM FAQ&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5672045</guid>
		<pubDate>Fri, 20 Jan 2012 21:45:53 GMT</pubDate>
		<author>amphis</author>
	</item>

	<item>
		<title>how to assign multiple customers to a group ?</title>
		<link>http://amphisforum.websitetoolbox.com/post?id=5672038</link>
		<description>&lt;P&gt;How to assign multiple customers to a group ?&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://amphisforum.websitetoolbox.com/?forum=218990&quot;&gt;CRM FAQ&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://amphisforum.websitetoolbox.com/post?id=5672038</guid>
		<pubDate>Fri, 20 Jan 2012 21:42:01 GMT</pubDate>
		<author>amphis</author>
	</item>

</channel>
</rss>
