<?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>Vesess &#187; curdbee</title>
	<atom:link href="http://vesess.com/tags/curdbee/feed/" rel="self" type="application/rss+xml" />
	<link>http://vesess.com</link>
	<description>Web design and development from Colombo, Sri Lanka</description>
	<lastBuildDate>Sun, 19 Feb 2012 18:08:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixing the Invoice Numbers</title>
		<link>http://vesess.com/blog/fixing-the-invoice-numbers/</link>
		<comments>http://vesess.com/blog/fixing-the-invoice-numbers/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:37:21 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3194</guid>
		<description><![CDATA[TL;DR: Invoice numbering will no longer be a nuisance to you. CurdBee follows a very simple invoice numbering system. Every time you create an invoice, it&#8217;s assigned a number that was incremented from the previous invoice number. You have the full flexibility to change this to anything you want (other than a previously used invoice [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://vesess.com/wp/wp-content/uploads/2012/02/recurring_profile.png" alt="The New Profile ID field" title="The New Profile ID field" width="574" height="310" class="alignnone size-full wp-image-3210" /></p>
<p>TL;DR: Invoice numbering will no longer be a nuisance to you.</p>
<p>CurdBee follows a very simple invoice numbering system. Every time you create an invoice, it&#8217;s assigned a number that was incremented from the previous invoice number. You have the full flexibility to change this to anything you want (other than a previously used invoice number).</p>
<p>This process looked good until we introduced Recurring Profiles. Invoices created from recurring profiles had an invoice number, which was derived from the <em>Invoice No.</em> given in the recurring profile and its iteration count. This produced invoice numbers such as INV001-1. Since there were no distinction between invoices generated from recurring profiles and manually created invoices, invoice numbers tend to get mixed up. For example, if you try to create an invoice after a recurring profile had generated an invoice, it will be suggested to use INV001-2. Then the 2nd iteration of the original recurring profile will be created with an invoice number such as INV001-3. At this point you will see the your invoices have totally unrelated invoice numbers and process of managing them becomes needlessly complicated.</p>
<p>A lot of you complained and we listened. Today, we have rolled out an update to solve these inconsistencies. The confusing <em>Invoice No.</em> field was removed from recurring profiles and was replaced with an optional <em>Profile ID</em> field. If you leave this field blank, invoices created from that recurring profile will always use an increment of the last invoice number in the system. So there would be a single invoice number flow, which is incremented serially. </p>
<p>However, if you want to provide a different numbering scheme to invoices created from a recurring profile, you have to specify the <em>Profile ID</em> field. The <em>Profile ID</em> will be used as the base(or prefix) of the invoice number and current iteration will be added as the suffix (ie. ProfileID-Iteration). This number scheme will be excluded from the regular invoice number flow and prevented from being mixed up with the other invoices as previously. The next iteration of the recurring profile will be guaranteed to have its corresponding invoice number.</p>
<p>Let&#8217;s illustrate this with an example: let’s say your main invoice number sequence is in the form of INV001-X, where X is the automatically incremented number. If you create a recurring profile with the <em>Profile ID</em> field blank, and the last invoice sent was INV001-14, when the invoice from this recurring profile is sent it will be assigned the number INV001-15. But if you had assigned a Profile ID as RB-1001, the first recurring invoice from this profile will be assigned the invoice number RB-1001-1, the next RB-1001-2 and so on, while your main invoice number sequence remains unaffected.</p>
<p>Hope this update would solve the troubles and confusions you had with invoice numbers. Please let us know if you still find any issues or see other ways to improve the process.</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/fixing-the-invoice-numbers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CurdBee On the Go</title>
		<link>http://vesess.com/blog/curdbee-on-the-go/</link>
		<comments>http://vesess.com/blog/curdbee-on-the-go/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:45:38 +0000</pubDate>
		<dc:creator>sameera</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3173</guid>
		<description><![CDATA[Ever since we launched CurdBee, one feature request kept hitting the top of the list quite often: CurdBee on mobile. Among the requesters the majority were iPhone users, followed by Android, with Blackberry, Nokia and others also making their presence felt. CurdBee mobile was always on the plan, but it was on the back burner [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since we launched CurdBee, one feature request kept hitting the top of the list quite often: CurdBee on mobile. Among the requesters the majority were iPhone users, followed by Android, with Blackberry, Nokia and others also making their presence felt.</p>
<p>CurdBee mobile was always on the plan, but it was on the back burner as we had to focus on other essential improvements. However, there came a time when a mobile version became that essential need. The first major call we had to make was whether we should go for native mobile application(s) or make a web optimised application or even both. We took our time to analyze all the pros and cons with these approaches and finally came to a <a href="http://vesess.com/blog/curdbee-mobile-web-or-app-we-choose-both/">conclusion</a> on the path we should take. </p>
<p>We built a couple of prototypes using different platforms such as <a href="http://sencha.com/">Sencha</a>, <a href="http://www.jqtouch.com/">jQtouch</a> and <a href="http://jquerymobile.com/">jQuery Mobile</a> during our initial experiments before finally settling with jQuery Mobile. The main reason for picking jQuery mobile was its compatibility across different mobile platforms. It took us a while to put together, and today we are releasing our first take on the CurdBee mobile experience.</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2012/01/curdbee_mobile1.jpg" alt="CurdBee Mobile in iOS and Android" title="CurdBee Mobile in iOS and Android" width="574" height="415" class="alignnone size-full wp-image-3184" /></p>
<p>At present, CurdBee Mobile is optimized for Time and Expense Tracking, as those are the features which most of our users will need on the go. Invoices and estimates can be viewed as well, with support for creating and sending them coming soon.</p>
<p><a href="http://curdbee.com/mobile/" title="CurdBee Mobile">Try CurdBee on the go</a> and let us know how you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/curdbee-on-the-go/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Interface Improvements and more</title>
		<link>http://vesess.com/blog/interface-improvements-and-more/</link>
		<comments>http://vesess.com/blog/interface-improvements-and-more/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 13:49:51 +0000</pubDate>
		<dc:creator>lankitha</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3150</guid>
		<description><![CDATA[Over the last few weeks we&#8217;ve been quite busy making some vital improvements to CurdBee. These range from enhancements to the user interface to more complex workflows. A short while ago we updated the live codebase, and these improvements are now a part of your CurdBee experience. Here is a quick run through of the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://vesess.com/wp/wp-content/uploads/2011/11/curdbee_new_navigation_menu.png" alt="CurdBee New Navigation Menu" title="CurdBee New Navigation Menu" class="alignright size-full wp-image-3152" /> Over the last few weeks we&#8217;ve been quite busy making some vital improvements to CurdBee. These range from enhancements to the user interface to more complex workflows. A short while ago we updated the live codebase, and these improvements are now a part of your CurdBee experience. Here is a quick run through of the changes we have done with the latest update:</p>
<h3>CurdBee Plus becomes Expansion Pack</h3>
<p>Starting from now, we are going to rename &#8216;CurdBee Plus&#8217; as &#8216;Expansion Pack&#8217;. Some of you were a bit confused with CurdBee PRO and Plus. As you may know, this add-on brings some essential enhancements such as the option to remove CurdBee branding, use your own domain and add taxes, discounts etc. to your account. We think the name &#8216;Expansion Pack&#8217; sums up this important add-on very well.</p>
<h3>Add-ons are now just a click away</h3>
<p>CurdBee is one of the very few solutions with a truly on-demand pricing model: our free account comes with all the essential features to make your invoicing workflow perfect, which can then be extended with several add-ons to meet your exact needs. The new &#8216;Upgrade&#8217; section is where that customization takes place, and we have improved it to make this process much easier.</p>
<p>This was necessary because we kept growing our list of add-ons (a lot more in the pipeline too) and also introduced CurdBee BIG which brought more complications to the original workflow. After weeks of careful planning, implementation and thorough testing we finally nailed it down to what you see under the new &#8216;Upgrade&#8217; link. So go ahead and start customising your CurdBee experience now!</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/11/curdbee_new_upgrade_section.png" alt="CurdBee new upgrade section - Simply customise your experience" title="CurdBee new upgrade section - Simply customise your experience" class="alignnone size-full wp-image-3158" /></p>
<h3>Introducing user profiles</h3>
<p>With this update we are introducing a new user profile in addition to the business profile we had before. Why? We are working on several more ideas such as multi-user access, client accounts, etc. which will make CurdBee a comprehensive platform for SMEs, and we think this is just the right stepping stone in that direction. Stay tuned for more information about these developments in the coming weeks.</p>
<h3>Messages</h3>
<p>This new addition will work as a message archive featuring all the updates from feature releases to system alerts related to your account. If you are a user who visits CurdBee less often, you will find this handy as you can quickly run through the recent changes which may have taken place since your last visit.  </p>
<h3>Tweaking Settings and CSS3 Awesomeness</h3>
<p>While making the above changes, we also made some improvements to the &#8216;Settings&#8217; section by making it even simpler. The web geeks among you will notice that we now have our buttons done with CSS3. Although the look and feel remains the same as before, this has made the code leaner and load times faster.</p>
<p>We hope you will enjoy these changes. As always, please feel free to share your thoughts and suggestions with us. </p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/interface-improvements-and-more/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Stripe for non-developers</title>
		<link>http://vesess.com/blog/stripe-for-non-developers/</link>
		<comments>http://vesess.com/blog/stripe-for-non-developers/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 11:46:27 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3116</guid>
		<description><![CDATA[The much anticipated payment service Stripe was opened to public last week. Compared to other payment services, accepting credit card payments with Stripe is unbelievably easy. You don&#8217;t have to worry about setting up Metchant Accounts, unexpected charges (they only charge you 2.9% + 30 cents per successful charge) or data portability. Stripe will take [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://vesess.com/wp/wp-content/uploads/2011/10/stripe_payments.png" alt="Try Stripe payment gateway with CurdBee" title="Introducing Stripe Payments " width="575" height="310" class="alignnone size-full wp-image-3129" /></p>
<p>The much anticipated payment service <a href="http://stripe.com">Stripe</a> was opened to public last week. Compared to other payment services, accepting credit card payments with Stripe is unbelievably easy.</p>
<p>You don&#8217;t have to worry about setting up Metchant Accounts, unexpected charges (they only charge you 2.9% + 30 cents per successful charge) or data portability. Stripe will take care of everything for you and transfer money to your bank account at the end of the day. </p>
<p>Until now, Stripe was mainly popular among developers; since it required some programming skills to get up and running. But starting today, anyone using CurdBee can start accepting credit card payments for their invoices via Stripe. All you need is to enable the Stripe module and provide the Stripe&#8217;s publishable and secret keys. Now who says running an online business is difficult?</p>
<p>Stripe module for CurdBee is available free for BIG users. Others can enable it for just $2 per month. For a step-by-step guide on enabling the Stripe module, read this <a href="http://curdbee.com/support/articles/using-stripe-to-accept-payments/">support article</a>.</p>
<p>Please note Stripe is currently available only in US; but <a href="https://stripe.com/help/faq">they are promising</a> to expand to other regions soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/stripe-for-non-developers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CurdBee Alerts &#8211; Be in the know!</title>
		<link>http://vesess.com/blog/curdbee-alerts-be-in-the-know/</link>
		<comments>http://vesess.com/blog/curdbee-alerts-be-in-the-know/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 17:05:36 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3083</guid>
		<description><![CDATA[A while back, we introduced CurdBee Push Notifications, a way for you stay on top of your CurdBee account no matter where you were. However, with Notifo shutting down, we had to find an alternative messaging system for you guys. While we were at it, we made some big changes! Today, we&#8217;re revamping our entire [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://vesess.com/wp/wp-content/uploads/2011/10/curdbee_alerts.jpg" alt="CurdBee alert deliveres to your iphone" title="CurdBee alerts via email, sma and push notifications" width="574" height="400" class="alignnone size-full wp-image-3110" /></p>
<p>A while back, we introduced CurdBee Push Notifications, a way for you stay on top of your CurdBee account no matter where you were. However, with <a href="http://blog.notifo.com/notifo">Notifo shutting down</a>, we had to find an alternative messaging system for you guys. While we were at it, we made some big changes!</p>
<p>Today, we&#8217;re revamping our entire alerts system, allowing you to get your account updates via Email or SMS and even have it sent straight to your iPhone, iPad or Desktop via <a href="http://boxcar.io">Boxcar</a>. Under this new alerts system, you will receive notifications both when an invoice is viewed or paid, and when an estimate is viewed or accepted. </p>
<p>Here&#8217;s a quick rundown of the services we now offer.</p>
<p><strong>Email Alerts</strong> are now enabled by default. You can turn them off, of course, but we think they&#8217;re useful to receive.</p>
<p><strong>SMS Alerts</strong> is a $2/month module that gives you unlimited notifications to your mobile number. This service is currently only available to users from the United States and Canada.</p>
<p><strong>Push Notifications for iPhone/iPad/Desktop via Boxcar</strong> is available as a free module for all users. Use it to receive quick CurdBee Alerts on your mobile device or computer desktop.</p>
<p>So, what are you waiting for? <a href="http://curdbee.com/support/articles/enable-curdbee-alerts/" target="_blank">Have a look at the support article</a> and take these new features for a spin! </p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/curdbee-alerts-be-in-the-know/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You can help Amit to defeat Leukemia</title>
		<link>http://vesess.com/blog/you-can-help-amit-to-defeat-leukemia/</link>
		<comments>http://vesess.com/blog/you-can-help-amit-to-defeat-leukemia/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:36:42 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3093</guid>
		<description><![CDATA[Amit is one of those special people who came forward to help us when we were getting ready to launch CurdBee few years back. We just dropped him a mail inviting him to check CurdBee and share his thoughts, possible improvements we can do, etc. But we never thought he would even have time left [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://vesess.com/wp/wp-content/uploads/2011/10/my_new_favorite_thing.jpg" alt="Amit Gupta" title="Amit Gupta" width="574" height="433" class="alignnone size-full wp-image-3103" /></p>
<p>Amit is one of those special people who came forward to help us when we were getting ready to launch CurdBee few years back. We just dropped him a mail inviting him to check CurdBee and share his thoughts, possible improvements we can do, etc. But we never thought he would even have time left in his schedule to pay attention to us, we being total strangers. But he did and replied back within matter of hours.</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/10/email_reply.png" alt="Email conversation with Amit from 2008" title="Email conversation with Amit from 2008" width="574" height="242" class="alignnone size-full wp-image-3104" /></p>
<p>Today we think its our turn to help this wonderful entrepreneur, who&#8217;s fighting against Leukemia and is looking for a bone marrow doner from South Asian descent. If you are one of them who&#8217;s living in US, you can surely help Amit. Not a South Asian descent living in US? Still you can spread the word and we salute all those efforts. </p>
<p>Tony Bacigalupo wrote a detailed post about Amit and here&#8217;s an excerpt,</p>
<p>&#8221; Amit is the founder of the endlessly wonderful DIY photography site Photojojo. He’s the cofounder of Jelly, a casual coworking community which started in New York in 2006 and spread to over 60 cities worldwide, acting as the starting point for countless coworking communities. The original Jelly in New York was my first coworking experience, and my firsthand inspiration to dedicate myself to what would become New Work City.</p>
<p>Amit has leukemia. He was diagnosed only two weeks ago, but already so much has happened. He’s undergoing chemotherapy now at Connecticut’s Smilow Cancer Center in Yale-New Haven Hospital, near his family.&#8221;</p>
<p>Read the post and see how to contribute: <a href="http://tonybgoode.tumblr.com/post/11098100728/lets-help-amit-defeat-leukemia">http://tonybgoode.tumblr.com/post/11098100728/lets-help-amit-defeat-leukemia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/you-can-help-amit-to-defeat-leukemia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CurdBee Reporting Adds Year-to-date</title>
		<link>http://vesess.com/blog/curdbee-reporting-adds-year-to-date/</link>
		<comments>http://vesess.com/blog/curdbee-reporting-adds-year-to-date/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 11:34:21 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=3032</guid>
		<description><![CDATA[Just under two months ago, we released Dashboard Reports as a feature for all CurdBee Plus users. Today we&#8217;re, modifying it slightly, removing the less useful Last 30 Days information feed (many users found it confusing!) and replacing it with a Year-to-date summary. Of course, before you begin using this feature, you&#8217;ll need to head [...]]]></description>
			<content:encoded><![CDATA[<p>Just under two months ago, we released <a href="http://vesess.com/blog/curdbee-time-tracking-expenses-and-dashboard-reports/">Dashboard Reports</a> as a feature for all CurdBee Plus users. Today we&#8217;re, modifying it slightly, removing the less useful <em>Last 30 Days</em> information feed (many users found it confusing!) and replacing it with a <a href="http://en.wikipedia.org/wiki/Year-to-date">Year-to-date</a> summary.</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/09/dashboard_year_to_date.png" alt="CurdBee Dashboard Year-to-date" title="CurdBee Dashboard Year-to-date" width="574" height="320" class="alignnone size-full wp-image-3068" /></p>
<p>Of course, before you begin using this feature, you&#8217;ll need to head to <em>Settings > System Preferences</em> and set when your <em>Fiscal year begins</em>. This is a new setting that we&#8217;ve introduced and will default to <em>January</em> when you first login.</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/09/fiscal_year_setting.png" alt="CurdBee Fiscal year setting" title="CurdBee Fiscal year setting" width="574" height="338" class="alignnone size-full wp-image-3061" /></p>
<p>You should now see a Year-to-date summary on your CurdBee dashboard. We hope this will give you a quick and easy run down of the year in progress and motivate you to keep at it, even when the going is tough!</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/curdbee-reporting-adds-year-to-date/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Authorize.net Emulation and Recurring Profile Updates</title>
		<link>http://vesess.com/blog/authorize-net-emulation-and-recurring-profile-updates/</link>
		<comments>http://vesess.com/blog/authorize-net-emulation-and-recurring-profile-updates/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 12:05:06 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=2973</guid>
		<description><![CDATA[We&#8217;ve got two new features for you this week! Third party gateways and Authorize.net emulation Many third party gateways also allow you to use the Authorize.net architecture to process payments, and as of today, you can begin using them with CurdBee. To enable the emulation of third party gateways, visit your Authorize.net Module settings page, [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve got two new features for you this week!</p>
<h3>Third party gateways and Authorize.net emulation</h3>
<p>Many third party gateways also allow you to use the Authorize.net architecture to process payments, and as of today, you can begin using them with CurdBee. To enable the emulation of third party gateways, <a href="http://curdbee.com/support/articles/using-the-authorize-net-payment-gateway/">visit your Authorize.net Module settings page</a>, click the tick box next to <em>Use a gateway with a Authorize.net emulator</em>, paste your emulator URL in the <em>Emulator URL</em> field and click <em>Save Changes</em>. All transactions will now be forwarded to it. To test emulation, you can try a gateway like <a href="http://www.bluepay.com/">BluePay</a>.</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/08/authorize_net_gateway_settings1.png" alt="Authorize.net Gateway Settings" title="Authorize.net Gateway Settings" width="574" height="191" class="alignnone size-full wp-image-3019" /></p>
<h3>Create Recurring Profile from Invoices and Estimates</h3>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/08/convert_to_recurring_profile.png" alt="Convert to Recurring Profile" title="Convert to Recurring Profile" width="267" height="162" class="alignleft size-full wp-image-3017" /> A requested feature, this update allows any invoice or estimate to be converted into a recurring profile quickly and easily. It&#8217;s just one of those things that we hope will make your workflow better, allowing you to spend less time invoicing and more time living!</p>
<p class="clear">Oh, we&#8217;ve also fixed a few minor issues.</p>
<p><strong>Finished Recurring Profiles now show up as Completed</strong><br />
A bug in Recurring Profiles caused them to do something unfortunate in that they used to send invoices out for the number of occurrences specified and then just stop, leaving a future date specified as the <em>Next Billing Date</em>. This was confusing indeed, and more than a few users had problems with it. With this CurdBee update, this issue is now fixed, and completed Recurring Profiles should show up clearly as <em>Completed</em>. </p>
<p><strong>Swiss German Number/Date Formats Added</strong><br />
As requested by our Swiss German users, we&#8217;ve added a new number format (100&#8217;000.00) and a new date format (25.08.2011) as well. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/authorize-net-emulation-and-recurring-profile-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CurdBee Unbranded</title>
		<link>http://vesess.com/blog/curdbee-unbranded/</link>
		<comments>http://vesess.com/blog/curdbee-unbranded/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 10:42:16 +0000</pubDate>
		<dc:creator>lakshan</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=2960</guid>
		<description><![CDATA[For a while now, you&#8217;ve been able to use your own domain with CurdBee. This means that you could essentially make CurdBee yours, from logging in, to sending clients invoices and estimates. Of course, the CurdBee logo still appeared on the login page. Today, we&#8217;ve rolled out changes that remove even that. Starting now, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now, you&#8217;ve been able to <a href="http://curdbee.com/support/articles/using-your-own-domain/">use your own domain with CurdBee</a>. This means that you could essentially make CurdBee yours, from logging in, to sending clients invoices and estimates. Of course, the CurdBee logo still appeared on the login page. </p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/08/curdbee_unbranded_login.png" alt="CurdBee&#039;s Unbranded Login Page" title="CurdBee&#039;s Unbranded Login Page" width="574" height="400" class="alignnone size-full wp-image-2966" /></p>
<p>Today, we&#8217;ve rolled out changes that remove even that. Starting now, it&#8217;s possible to make it completely yours. From account name to domain and login page, a fully unbranded online invoicing solution is something every CurdBee Plus user can now enjoy for just $5/month. </p>
<p>This feature is also a precursor to some new templating features we hope to roll out in the months ahead. Await more customisability from your favourite online billing solution!</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/curdbee-unbranded/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CurdBee Module Settings Update</title>
		<link>http://vesess.com/blog/curdbee-module-settings-update/</link>
		<comments>http://vesess.com/blog/curdbee-module-settings-update/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 09:37:05 +0000</pubDate>
		<dc:creator>lankitha</dc:creator>
		
		<guid isPermaLink="false">http://vesess.com/?post_type=blog&#038;p=2906</guid>
		<description><![CDATA[When CurdBee was smaller, we had all our settings on a single page. As we grew however, our module settings gradually spread out over many different screens. This worked, but we knew it wouldn&#8217;t do well in the long run. Whereas modules were enabled from the Upgrade &#038; Extend page, their settings were often found [...]]]></description>
			<content:encoded><![CDATA[<p>When CurdBee was smaller, we had all our settings on a single page. As we grew however, our module settings gradually spread out over many different screens. This worked, but we knew it wouldn&#8217;t do well in the long run. Whereas modules were enabled from the <em>Upgrade &#038; Extend</em> page, their settings were often found on different pages, depending on the functionality they controlled. New users would have to click through many of our settings pages, sometimes going from <em>System Preferences</em> right down to <em>Localization</em> before finding the option they wanted to change. Too many views, too many buttons, too many clicks.</p>
<p>We&#8217;re all about being simple, and the module settings pages we had were moving quickly away from that goal. With the features we have now, and the plans we have for the future, we realised that bringing all these settings under one roof was the next logical step.</p>
<p><img src="http://vesess.com/wp/wp-content/uploads/2011/08/settings_upgrade_extend.png" alt="The new CurdBee module settings page" title="The new CurdBee module settings page" width="574" height="322" class="alignnone size-full wp-image-2916" /></p>
<p><em>CurdBee evolved.</em></p>
<p>Now, whether you&#8217;re updating your payment gateway information or changing your push notification settings, you can do everything from just one screen. As new third party modules are added, their settings will be accessible from this page as well. The extra settings pages we maintained up till now will be removed, and System Preferences will contain only your core CurdBee settings.</p>
<p> In the long run, it&#8217;ll allow us to grow, and let you stay in control while we do. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://vesess.com/blog/curdbee-module-settings-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

