<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Theis &#187; Recurring Invoices + PayNow</title>
	<atom:link href="http://www.andrewtheis.net/tag/recurring-invoices-paynow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewtheis.net</link>
	<description>A blog of my adventures creating mobile apps, websites, and games.</description>
	<lastBuildDate>Wed, 18 Jan 2012 03:33:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Recurring Invoices + PayNow v0.1.3 Released</title>
		<link>http://www.andrewtheis.net/blog/recurring-invoices-paynow-v0-1-3-released.php</link>
		<comments>http://www.andrewtheis.net/blog/recurring-invoices-paynow-v0-1-3-released.php#comments</comments>
		<pubDate>Fri, 13 Nov 2009 03:27:30 +0000</pubDate>
		<dc:creator>Andrew Theis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Recurring Invoices + PayNow]]></category>

		<guid isPermaLink="false">http://www.andrewtheis.net/?p=1144</guid>
		<description><![CDATA[A new version of Recurring Invoices + PayNow is now available. The specific changes include: Updated PayNow to calculate outstanding invoice rather than total invoice (thanks to Maja for the suggestion). Download Now! (24.3 KB)]]></description>
			<content:encoded><![CDATA[<p>A new version of Recurring Invoices + PayNow is now available. The specific changes include:</p>
<ul>
<li>Updated PayNow to calculate outstanding invoice rather than total invoice (thanks to Maja for the suggestion).</li>
</ul>
<p><a href="http://www.andrewtheis.net/wp-content/uploads/2010/04/Recurring-Invoices-+-PayNow.zip">Download Now! (24.3 KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewtheis.net/blog/recurring-invoices-paynow-v0-1-3-released.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Recurring Invoices + PayNow</title>
		<link>http://www.andrewtheis.net/blog/recurring-invoices-paynow-requirements-and-installation.php</link>
		<comments>http://www.andrewtheis.net/blog/recurring-invoices-paynow-requirements-and-installation.php#comments</comments>
		<pubDate>Mon, 01 Dec 2008 03:24:54 +0000</pubDate>
		<dc:creator>Andrew Theis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Recurring Invoices + PayNow]]></category>

		<guid isPermaLink="false">http://www.andrewtheis.net/?p=1140</guid>
		<description><![CDATA[This post aims to help users setup and use my Recurring Invoices + PayNow Bamboo Invoice mod. Requirements BambooInvoice v0.8.9 MySQL v5.x.x+ PHP v5.x.x+ Installation Extract the contents of the zip to the BambooInvoice root directory (overwriting files when prompted). Execute the following MySQL query on your server (replacing table names with your table names): [...]]]></description>
			<content:encoded><![CDATA[<p>This post aims to help users setup and use my <a href="http://www.andrewtheis.net/tag/recurring-invoices-paynow">Recurring Invoices + PayNow Bamboo Invoice</a> mod.</p>
<p><strong>Requirements</strong></p>
<ul>
<li>BambooInvoice v0.8.9</li>
<li>MySQL v5.x.x+</li>
<li>PHP v5.x.x+</li>
</ul>
<p><strong>Installation</strong><br />
Extract the contents of the zip to the BambooInvoice root directory (overwriting files when prompted).</p>
<p>Execute the following MySQL query on your server (replacing table names with your table names):</p>
<pre>ALTER TABLE bamboo_invoices ADD COLUMN recur_interval INT(11);
ALTER TABLE bamboo_settings ADD google_merchant_id VARCHAR(255),
ADD paypal_email VARCHAR(255);</pre>
<p>Using crontab (or a similar program) setup the recur function to be executed every day. Here is an example crontab file:</p>
<pre># m h  dom mon dow   command
30 3 * * * wget http://www.mywebsite.com/bamboodir/index.php/recur
31 3 * * * rm -rf recur</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewtheis.net/blog/recurring-invoices-paynow-requirements-and-installation.php/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Recurring Invoices</title>
		<link>http://www.andrewtheis.net/blog/recurring-invoices.php</link>
		<comments>http://www.andrewtheis.net/blog/recurring-invoices.php#comments</comments>
		<pubDate>Sun, 30 Nov 2008 23:34:00 +0000</pubDate>
		<dc:creator>Andrew Theis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Recurring Invoices + PayNow]]></category>

		<guid isPermaLink="false">http://www.andrewtheis.net/blog/recurring-invoices.php</guid>
		<description><![CDATA[I was hired by a company to retrofit the popular open source invoice software Bamboo Invoice with a recurring invoice feature. While working on it I noticed the demand for that specific feature was high so I decided to release the mod publicly. The mod allows the user to set a recurring interval for their [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andrewtheis.net/wp-content/uploads/2010/04/recurringinvoicespaynow.jpg"><img style="margin: 5px 15px 0px 0px; display: inline; border-width: 0px;" title="recurring-invoices-paynow" src="http://www.andrewtheis.net/wp-content/uploads/2010/04/recurringinvoicespaynow_thumb.jpg" alt="recurring-invoices-paynow" width="240" height="180" align="left" border="0" /></a>I was hired by a company to retrofit the popular open source invoice software <a href="http://www.bambooinvoice.org" target="_blank">Bamboo Invoice</a> with a recurring invoice feature. While working on it I noticed the demand for that specific feature was high so I decided to release the mod publicly.</p>
<p>The mod allows the user to set a recurring interval for their invoices. When the interval is reached a duplicate invoice is created with the new date and invoice number. With the PayNow feature you can enter in your Google Merchant ID or PayPal e-mail into the Bamboo Invoice settings page to allow your customers to pay you via these services (a button will be added the PDFs generated).</p>
<p>Check out the <a href="http://www.andrewtheis.net/tag/recurring-invoices-paynow">Recurring Invoices + Pay Now</a> tag for the latest release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewtheis.net/blog/recurring-invoices.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

