<?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>MerchantOS Blog &#187; New Features</title>
	<atom:link href="http://www.merchantos.com/blog/category/new-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.merchantos.com/blog</link>
	<description>Point of Sale. Powerful. Easy.</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:06:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Giant Bicycles Real-Time Stock Check</title>
		<link>http://www.merchantos.com/blog/2012/01/giant-bicycles-real-time-stock-check/</link>
		<comments>http://www.merchantos.com/blog/2012/01/giant-bicycles-real-time-stock-check/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:06:20 +0000</pubDate>
		<dc:creator>Nathan Horter</dc:creator>
				<category><![CDATA[Integrations]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://www.merchantos.com/blog/?p=8662</guid>
		<description><![CDATA[Things have been busy around MerchantOS lately and we&#8217;re proud to announce a new feature for our integration with Giant Bicycles. We have added real-time stock checking to purchase orders with Giant when you use our integration with them. Previously we updated stock information once daily. By the time you created your Purchase Order in&#8230; ]]></description>
			<content:encoded><![CDATA[<p>Things have been busy around MerchantOS lately and we&#8217;re proud to announce a new feature for our integration with Giant Bicycles. We have added real-time stock checking to purchase orders with Giant when you use our integration with them. Previously we updated stock information once daily. By the time you created your Purchase Order in MerchantOS the stock levels could have been hours out of date.</p>
<p>Real-time stock checking will allow you to see the actual stock availability for the products you are ordering as you are creating your order. This allows you to know if a product would be back ordered or if there are more available for you to purchase for your shop. You can find information about setting up the Giant integration in the <a href="https://manual.merchantos.com/index.php/Giant">MerchantOS Manual</a>.</p>
<p>We are also working on several updates to existing integrations and a few new vendor integrations in several different industries. Check back on our blog for updates as we release them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2012/01/giant-bicycles-real-time-stock-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MerchantOS API Changes</title>
		<link>http://www.merchantos.com/blog/2012/01/merchantos-api-changes/</link>
		<comments>http://www.merchantos.com/blog/2012/01/merchantos-api-changes/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 08:00:32 +0000</pubDate>
		<dc:creator>Nathan Horter</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.merchantos.com/blog/?p=8553</guid>
		<description><![CDATA[It&#8217;s been one year since we first introduced our API. It&#8217;s taken a lot of work to get where we are and it will take even more to get where we want to go with our API. We&#8217;ve seen ever increasing use of our API for external integrations like Perkville and internal projects like adding&#8230; ]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been one year since we first introduced our API. It&#8217;s taken a lot of work to get where we are and it will take even more to get where we want to go with our API.  We&#8217;ve seen ever increasing use of our API for external integrations like <a href="http://www.merchantos.com/features/integrations/perkville/">Perkville</a> and internal projects like adding new inventory and generating packing lists. We wouldn&#8217;t have been able to make many of the improvements listed below without the valuable feedback of our API users. Thank you for your feedback and suggestions.</p>
<p>We are proud to annouce some changes and improvements to our API that are coming in our <a href="https://shop.merchantos.com/lighthouse/tickets.php?milestone=Keystone">next release</a>. Here is a quick overview of what is coming.</p>
<h2>API Errors Returned in the Requested Format</h2>
<p>Now when the API encounters an error instead of returning an html error page it will return error information in the format that was selected in the request (XML or JSON). This should allow for better error handling by client applications.</p>
<h2>Fixes to API Datetimes</h2>
<p>There was a bug that was causing some datetimes in the API to be returned incorrectly. Datetimes are now returned as GMT corrected for the timezone set in account.</p>
<h2>Add Category and Tags to Receipt Template Items</h2>
<p>We had a request to load the Item Category and Tags on the XML returned in the receipt template. This change will give access to those values to people using custom receipt templates.</p>
<h2>Load Customer and Employee on Workorders</h2>
<p>Another request we had was to load Customer and Employee information on returned Workorder objects. This gives access to the Customer name and address and Employee details for a Workorder without having to make more requests.</p>
<h2>Sale Write Access</h2>
<p>The biggest change that we have made is open up write access to Sales via the API. This is an important step forward for our API as it exposes more of the functionality of our application via our API. There are some important caveats to the functionality that we have exposed:</p>
<ul>
<li>Refunds and Returns are not yet supported</li>
<li>Sales can be Archived (using the Delete method) or Completed, but they cannot be Unarchived or Uncompleted</li>
<li>We have made every effort to fully test Sale write access via the API, but proceed with caution. If you find an error or discrepancy please contact us and let us know so we can correct it.</li>
</ul>
<p>We still have plenty of work to do to improve our API including improving performance and exposing write access to more objects. We&#8217;re excited about these changes as they allow us to make big improvements to our product in the future.</p>
<p>If you have an API question, comment, suggestion or issue feel free to contact Nate at <a href="mailto:nate@merchantos.com">nate@merchantos.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2012/01/merchantos-api-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Login Page</title>
		<link>http://www.merchantos.com/blog/2011/12/new-login-page/</link>
		<comments>http://www.merchantos.com/blog/2011/12/new-login-page/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 17:07:29 +0000</pubDate>
		<dc:creator>Justin Laing</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">/?p=8228</guid>
		<description><![CDATA[You&#8217;ll soon be greeted by a different looking login page. Don&#8217;t panic, nothing catastrophic has happened. Here&#8217;s what it will look like: You may also notice that when you login you are directed to a different URL (address) than before. Something like &#8220;east1.merchantos.com&#8221; instead of the normal &#8220;shop.merchantos.com&#8221;. We&#8217;re making this change so we can&#8230; ]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ll soon be greeted by a different looking login page. Don&#8217;t panic, nothing catastrophic has happened. Here&#8217;s what it will look like:</p>
<p><a href="http://www.merchantos.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-19-at-10.36.06-AM.png"><img class="alignnone size-medium wp-image-8229" title="Screen Shot 2011-12-19 at 10.36.06 AM" src="/wp-content/uploads/2011/12/Screen-Shot-2011-12-19-at-10.36.06-AM-233x300.png" alt="" width="233" height="300" /></a></p>
<p>You may also notice that when you login you are directed to a different URL (address) than before. Something like &#8220;east1.merchantos.com&#8221; instead of the normal &#8220;shop.merchantos.com&#8221;. We&#8217;re making this change so we can better handle our growing customer base and give you better reliability.</p>
<p>We&#8217;ve found that the biggest reliability issue is your internet connection. Sometimes your provider will loose connectivity to a portion of the internet, and sometimes this includes the data center where our system runs. We&#8217;ve designed the new login page to help work around these problems. After we phase in the new look/feel of the login page we&#8217;ll be turning on this new feature.</p>
<h2>Use Your Email Address As A Login</h2>
<p>We&#8217;re switching to email addresses as the primary way to login in to MerchantOS. For now this is optional and you can keep your normal login name. But we are going to encourage you to go to Admin-&gt;Employee Setup and change your employee logins over to their email addresses.</p>
<p><strong>Why?</strong> We are adding the ability to reset your password via email. The easiest and most straight forward way to do this is to have your login name be your email address. This is also becoming a fairly standard practice across the internet so this should be comfortable to most users.</p>
<p>We are also implementing a Users email list that you will have the option to subscribe to. We&#8217;ll email you about once every 3 months to let you know about changes to the system and other important news. We won&#8217;t spam you every day or week with it. Promise! You can unsubscribe at any time.</p>
<h2>For The Geeks</h2>
<p>The login page uses some clever javascript to detect which of our data centers you have connectivity to. It will then direct you to our preferred datacenter if you can connect, but if you don&#8217;t have connectivity there it will use a proxy in our secondary data center to get you there. This means that if you can connect to at least one of our data centers you&#8217;ll be good to go.</p>
<p>At first we are just turning on the new look/feel of the login page but keeping it hosted at our primary data center. Meaning this new whiz-bang functionality won&#8217;t get you much benefit. But over the course of the next month or so we&#8217;ll be moving the login page to a more high availability setup that you should be able to access even if you have limited internet connectivity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/12/new-login-page/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Everything You Need To Know About: Integrated Vendors</title>
		<link>http://www.merchantos.com/blog/2011/11/everything-you-need-to-know-about-integrated-vendors/</link>
		<comments>http://www.merchantos.com/blog/2011/11/everything-you-need-to-know-about-integrated-vendors/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:29:10 +0000</pubDate>
		<dc:creator>Murdoc Trammell</dc:creator>
				<category><![CDATA[Guides & Advice]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">/?p=8022</guid>
		<description><![CDATA[After our update on 11/28/2011, integrated vendors are no longer exclusive to bike shops. ]]></description>
			<content:encoded><![CDATA[<p class="introduction">With the growing list of integrated vendors, this seems like a good time to recap the benefits of using them. Previously, this feature only benefited our customers in the bicycle industry.</p>
<p>After our software update on <a href="https://merchantos.lighthouseapp.com/projects/69018/milestones/128545-sugar-coma">11/28/2011</a> integrated vendors are no longer exclusive to bike shops. Our newest integrated vendor, Bradley Caldwell, is one of the largest agricultural equipment suppliers in the U.S., and should be no stranger to our shops in the pet industry. We hope to see our list of integrated vendors continue to expand in a way that will help <strong>your</strong> shop manage purchase orders.</p>
<p>Vendor integrations have three prominent features in MerchantOS, among <a src="/2011/05/updates-from-vendor-integration-land/">others</a>. Before any of these will work, you want to take a few minutes to go into <strong>Admin</strong> &gt; <strong>Vendors </strong>and click the Pencil next to vendors you want to setup. Make sure all of your account information is entered correctly.</p>
<h3>Let&#8217;s explore those features</h3>
<p>&nbsp;</p>
<h4>Catalog Sync</h4>
<p>This kind of integration allows us to contact the vendor&#8217;s servers each night and automatically download the complete catalog to make sure you have the most current catalog updates. You can configure whether or not you update the Price or Cost in <strong>Admin </strong>&gt; <strong>Vendors</strong>.</p>
<p><img title="Hosted by imgur.com" src="http://i.imgur.com/xwezS.jpg" alt="" /></p>
<p>This feature is available for all of our integrated bike vendors BTI, Downeast, Giant, Hans Johnsen, Hawley, J&amp;B, KHS, QBP, Seattle Bike Supply, Specialized as well as our first integration outside of the bicycle industry, <strong>Bradley Caldwell</strong>.</p>
<h4>Purchase Order Upload</h4>
<p>This advanced integration allows you to create a Purchase Order within MerchantOS but instead of emailing the order like you can with the non-integrated vendors you have an <a href="http://images.merchantos.com.s3.amazonaws.com/manual/Manual/hawleyordering.jpg">Online Ordering</a> option within the Purchase Order. This will allow you to instantly relay your order to the selected vendor for fulfillment.</p>
<p>This feature is exclusive to <a href="https://manual.merchantos.com/index.php/Giant">Giant</a>, <a href="https://manual.merchantos.com/index.php/Hawley">Hawley</a>, J&amp;B, <a href="https://manual.merchantos.com/index.php/Quality_Bicycle_Products">QBP</a> and <a href="https://manual.merchantos.com/index.php/Specialized">Specialized</a>.</p>
<h4>Invoice Download</h4>
<p>This is another kind of integration found within a Purchase Order in the Online Ordering section. Instead of creating the order within MerchantOS, you would place the order on your vendor’s side and download the Invoice into a Purchase Order. Select your Vendor Invoice number which has the date and the order total ($) next to it. After clicking the Import / Synchronize Invoice button all of your items will populate in the Purchase Order. The only thing left to do on the Purchase Order is Check-In the inventory and mark it as Finished.</p>
<p><img title="Hosted by imgur.com" src="http://i.imgur.com/7AseY.png" alt="" /></p>
<p>At this time, this awesome feature is exclusive to Hawley, QBP, and Specialized.</p>
<p>&nbsp;</p>
<aside>If you think your vendors belong on this list, talk to them about integrating with MerchantOS. We are capable, willing, and eager to work with them. Get your rep in touch with <strong><a href="mailto:nate@merchantos.com">Nate Horter</a></strong>. He’s the guy that can make this happen for you.</aside>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/11/everything-you-need-to-know-about-integrated-vendors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting UPC&#8217;s to Shopify</title>
		<link>http://www.merchantos.com/blog/2011/10/exporting-upcs-to-shopify/</link>
		<comments>http://www.merchantos.com/blog/2011/10/exporting-upcs-to-shopify/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 12:00:34 +0000</pubDate>
		<dc:creator>Nathan Horter</dc:creator>
				<category><![CDATA[Integrations]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">/?p=7998</guid>
		<description><![CDATA[Using the Shopify integration, MerchantOS can keep your product descriptions, cost, and inventory in sync between the physical inventory in your store and your E-commerce storefront. We&#8217;ve had several requests from our customers to send more information, like the product&#8217;s UPC, over to Shopify. With our latest release we are now sending product UPCs, EANs,&#8230; ]]></description>
			<content:encoded><![CDATA[<p>Using the Shopify integration, MerchantOS can keep your product descriptions, cost, and inventory in sync between the physical inventory in your store and your E-commerce storefront. We&#8217;ve had several requests from our customers to send more information, like the product&#8217;s UPC, over to Shopify.</p>
<p>With our latest release we are now sending product UPCs, EANs, manufacturer product numbers, and custom SKUs to Shopify in what are known as <a href="http://api.shopify.com/metafield.html" rel="nofollow">Metafields</a>. Metafields are a special object on Shopify that allow us to store information that otherwise isn&#8217;t supported in the Shopify API. Metafields are not visible in the Shopify interface, but they can be accessed using the Liquid templating language.</p>
<p>Metafields have a namespace and are attached to specific resources in Shopify. We are using the &#8220;merchantos&#8221; namespace to send our Metafield information and are attaching it to variants.</p>
<p>So to display the UPC information for all of a product&#8217;s variants in your Liquid template you could use code similar to:</p>
<pre><code> {% for variant in product.variants %} {{variant.metafields.merchantos.upc}} {% endfor %} </code></pre>
<p>You must save a product in MerchantOS for the new Metafields data to be exported.</p>
<p>We are always looking for ways to improve our integrations, and appreciate your feedback. We are working on more improvements to our Shopify integration and will be posting more information when it becomes available.</p>
<p>If you have any questions feel free to contact us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/10/exporting-upcs-to-shopify/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>API Updates</title>
		<link>http://www.merchantos.com/blog/2011/10/api-updates/</link>
		<comments>http://www.merchantos.com/blog/2011/10/api-updates/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 15:35:18 +0000</pubDate>
		<dc:creator>Nathan Horter</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">/?p=7994</guid>
		<description><![CDATA[We&#8217;ve been getting lots of great feed back about our API. There are several projects that have been using it and we&#8217;ve been working with them to answer their questions and solve some problems that they have been running into. In our latest release we&#8217;ve made a few adjustments to how the API works. None&#8230; ]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been getting lots of great feed back about our API. There are several projects that have been using it and we&#8217;ve been working with them to answer their questions and solve some problems that they have been running into.</p>
<p>In our <a href="https://shop.merchantos.com/lighthouse/tickets.php?milestone=Longview">latest release</a> we&#8217;ve made a few adjustments to how the API works. None of these changes should break compatibility.</p>
<h3>Reduced API Rate Limit Penalty</h3>
<p>We had a penalty included in our API for when an application went over their call limit. We had found that this penalty was too harsh and we&#8217;ve reworked it to allow applications using our API to hit the call limit occasionally without penalizing them.</p>
<h3>Return 503 When Over Rate Limit</h3>
<p>Previously we had been returning a 500 error when an application went over it&#8217;s call limit. We&#8217;ve changed that to a 503 Service Unavailable error as that better reflects the error.</p>
<h3>JSON input and output</h3>
<p>We&#8217;ve also been working on adding JSON input and output for requests. Previously we could output JSON, but now we can accept JSON for requests that require a request body.</p>
<h3>Disabled WWW-Authenticate header for AJAX Requests</h3>
<p>If you are sending an AJAX request we will no longer be sending the WWW-Authenticate header as this causes UI issues with browsers. All other clients will still receive the WWW-Authenticate header when their request could not be authenticated.</p>
<h3>Setting a Default Limit on Listing Requests</h3>
<p>Previously we did not page results by default. This was causing issues with very large result sets. Now listing requests (such as requesting all items) will by default return 100 objects per request. This behavior can be over-ridden using the limit and offset query parameters (see the API search manual page: <a href="https://manual.merchantos.com/index.php/API_Searching">https://manual.merchantos.com/index.php/API_Searching</a>). We are also returning the total count of objects, the current offset and limit for a request as attributes on the outer object tag when we automatically limit a request.</p>
<h3>Tagging</h3>
<p>We have added the ability to write tags through our API. Objects supporting tags (currently only Items) will have a Tags element containing the tags on the object if there are any. The count of the tags will be returned as an attribute of the Tags element. </p>
<p>Tags can be added to an Object by adding xml similar to below:</p>
<pre>
<code>&lt;Tags&gt;
    &lt;Tag&gt;
        &lt;name&gt;foobar&lt;/name&gt;
    &lt;/Tag&gt;
&lt;/Tags&gt;</code>
</pre>
<p>The tag does not have to already exist in the account you are accessing, it will be generated when your object is submitted.</p>
<p>All Tags can be accesses through the new Account/&lt;AccountNumber&gt;/Tag endpoint. This will show you how many tags there are as well as what objects are associated with that tag.</p>
<h3>Bug fix to IN queries</h3>
<p>We fixed a bug that was preventing queries with the IN search operator from executing properly. Queries like the following should now execute:<br />
<code>https://api.merchantos.com/Account/&lt;AccountNumber&gt;/Item?itemID=IN,[2,4,6,8]</code></p>
<h3>More Improvements to Come!</h3>
<p>We&#8217;re open to your feed back. If you have any questions about the changes we&#8217;re introducing please feel free to contact us. If you are having a problem with our API let us know and we will work with you to resolve it. Thanks again to all of the developers using our API for their valuable feedback. We&#8217;re working on even more improvements and we will post again when they are released.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/10/api-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Templates. Have at &#8216;em.</title>
		<link>http://www.merchantos.com/blog/2011/10/templates-have-at-em/</link>
		<comments>http://www.merchantos.com/blog/2011/10/templates-have-at-em/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 20:31:48 +0000</pubDate>
		<dc:creator>Murdoc Trammell</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">/?p=7962</guid>
		<description><![CDATA[Templates you say? Yes, templates I say. Our advanced users (read: tech savvy) now have a way of customizing print jobs from MerchantOS. This feature has been out for a few months now and I thought it’d be nice to give it some deserved recognition. It allows you to safely create a template for your&#8230; ]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2011/10/templates-593x1024.jpg" alt="templates" title="are you up to the challenge?" width="593" height="1024" class="aligncenter size-large wp-image-7963" /></a></p>
<h2>Templates you say? </h2>
<p>Yes, templates I say. Our advanced users (read: tech savvy) now have a way of customizing print jobs from MerchantOS. This feature has been out for a few months now and I thought it’d be nice to give it some deserved recognition. It allows you to safely create a template for your sale receipts, product labels, transfer receipts, workorder receipts, and even purchase order receipts. </p>
<p>We have some stellar examples of templates in our <a href="https://github.com/merchantos/PrintTemplates">GitHub</a> repository to get you started making snazzier burn marks on your thermal paper.<br />
&nbsp;</p>
<h2> What if I don’t want to make snazzy templates, how about practical ones? </h2>
<p>Well fine! Let Uncle Sam down you unpatriotic heathens! For all you busybodies, templates are a great feature for you to experiment with. Want a <a href="https://github.com/merchantos/PrintTemplates/blob/master/receipt/facebook-footer.tpl">Facebook</a> footer on the bottom of your receipt? Done. Think we give too much customer information on our receipts? What do you say we <a href="https://github.com/merchantos/PrintTemplates/blob/master/receipt/hide-customer-email-phone.tpl">hide your customers email and phone number</a> for you? Want to include the <a href="https://github.com/merchantos/PrintTemplates/blob/master/label/vendornum.tpl">Vendor ID</a> on your labels? Ivan took care of that request for you. </p>
<p>&nbsp;</p>
<h2>WOW! Is there anything that templates can’t do for my shop? </h2>
<p>As much as I’d like to write down “iron your clothes, babysit your kids and run your business for you” there are some actual limitations to the current build of our templates. <b><em>If you are using integrated credit card processing you will notice you won’t be getting a signature copy</em></b>. That is something we will be implementing in the near future. There are some other limitations, but a general rule &#8211; if it’s in the XML, it’s possible to display. </p>
<p>&nbsp;</p>
<h2>You didn&#8217;t answer all of my questions! Where can I find more information on templates? </h2>
<p>Your first stop is our <a href="https://manual.merchantos.com/index.php/Print_Templates">manual page</a>.</p>
<p>If you need to learn more about the template language you’ll be writing in you can review the <a href="http://twig.sensiolabs.org/documentation">Twig documentation</a> here. </p>
<p>Now  that you understand what you’re writing in and how to implement this, the only thing you’ll need to supplement creating said snazzy templates is our <a href="https://manual.merchantos.com/index.php/MerchantOS_API">API documentation</a>. </p>
<p>&nbsp;</p>
<p>We&#8217;re looking forward to seeing what you folks can come up with. Now do your patriotic duty and go make us all proud with your .tpl renditions that will help our staff get groped less by TSA agents. Or better your shop, <em>I guess</em>. If you feel like sharing your creativity you can send those templates to <b>murdoc@merchantos.com</b> and we&#8217;ll review the .tpl and host it on GitHub.  </p>
<p><em>Cheers! </em></p>
<aside><Strong>Let us know how templates work for you! Or more importantly, how they <em>don&#8217;t</em> work for you. Leave a comment!</Strong></aside>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/10/templates-have-at-em/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MerchantOS goes Chrome!</title>
		<link>http://www.merchantos.com/blog/2011/08/merchantos-goes-chrome/</link>
		<comments>http://www.merchantos.com/blog/2011/08/merchantos-goes-chrome/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 23:07:49 +0000</pubDate>
		<dc:creator>Murdoc Trammell</dc:creator>
				<category><![CDATA[Guides & Advice]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">/?p=7844</guid>
		<description><![CDATA[UPDATE! If you are still having issues printing from Chrome, you can consult our Google Chrome manual page for more advanced setup options. Yes, you finally have a choice between browsers! Mozilla Firefox hasn&#8217;t worked well for all of our customers, but we officially supported Firefox because it was one of the few good browsers&#8230; ]]></description>
			<content:encoded><![CDATA[<h1>UPDATE!</h1>
<p> If you are still having issues printing from Chrome, you can consult our <a href="https://manual.merchantos.com/index.php/Google_Chrome">Google Chrome manual page</a> for more advanced setup options.</p>
<p><img src="http://i.imgur.com/3v7Oc.jpg"/></p>
<h2>Yes, you finally have a choice between browsers!</h2>
<p>Mozilla Firefox hasn&#8217;t worked well for all of our customers, but we officially supported Firefox because it was one of the few good browsers that allowed you to change your <a href="https://manual.merchantos.com/index.php/Firefox">Page Setup</a>.</p>
<p>However, Firefox&#8217;s monopoly on being able to print reliable receipts and labels is coming to an end today. If you are a Windows 7 user or are a Mac user on Lion OSX 10.7 you can now use <strong>Google Chrome</strong> to print receipts and labels. Let&#8217;s get started with the instructions for both <strong>Windows </strong>and <strong>Mac</strong>:</p>
<h2>Windows 7</h2>
<p>1. You&#8217;ll want to create a new shortcut for <strong>Google Chrome</strong> on your desktop.<br />
2. Right-click, select <strong>Properties</strong>.<br />
3. On the <strong>Shortcut </strong>tab you will see the Target field. At the end of <strong>C:\Users\&#8221;Computer Name&#8221;\AppData\Local\Google\Chrome\Application\chrome.exe</strong> append <strong>&#8211;disable-print-preview</strong><br />
<img src="http://i.imgur.com/cVXC4.jpg" alt="" /><br />
4. Click <strong>OK</strong></p>
<p><strong>Note:</strong> If you launch an older shortcut of Google Chrome, say from your taskbar, this will not work. You want to launch Chrome from the shortcut you configured. </p>
<p>&nbsp;</p>
<h2>OSX 10.7 Lion</h2>
<p>1. In Chrome, click File, then click Print.<br />
2. Change your Paper Size to <strong>72mm * 2000mm </strong><br />
<img src="http://i.imgur.com/VmnTU.png" alt="" /><br />
3. You will want to change the same settings you would change in <a href="https://manual.merchantos.com/index.php/Firefox#Firefox_Mac_Setup">Firefox</a>, you will start with changing Layout to <strong>Printer Features</strong>.</p>
<p><strong>Note</strong>: The only difference between the Firefox setup and the Chrome setup on Macs is you do not have to go to File, then Page Setup; it&#8217;s all on the Print dialogue box.<br />
All other functions and features work exactly the same in Google Chrome. From our testing we&#8217;ve noticed it is a much faster browser and even improves the MerchantOS user interface. We are happy to support this software so if you have any additional questions for us call our support line at <strong>866-554-2453 ext. 0 </strong> or email us at <strong>support@merchantos.com</strong> and we&#8217;d be glad to help.</p>
<p><em>Cheers!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/08/merchantos-goes-chrome/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Automatic PO Check-in and Inventory Change Log</title>
		<link>http://www.merchantos.com/blog/2011/07/automatic-purchase-order-transfer-check-in-improved-inventory-logging/</link>
		<comments>http://www.merchantos.com/blog/2011/07/automatic-purchase-order-transfer-check-in-improved-inventory-logging/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 23:17:37 +0000</pubDate>
		<dc:creator>Ivan Stanojevic</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">/?p=7720</guid>
		<description><![CDATA[We&#8217;re excited to announce two new features: improved inventory logging and automatic inventory checkin for purchase orders (POs) and transfers. How Automatic Inventory Checkins Work When you sell inventory and you have none in stock, our system will now check if you have any inventory on your PO or transfers. If you do, the system&#8230; ]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re excited to announce two new features: improved inventory logging and automatic inventory checkin for purchase orders (POs) and transfers.</p>
<h2>How Automatic Inventory Checkins Work</h2>
<p>When you sell inventory and you have none in stock, our system will now check if you have any inventory on your PO or transfers. If you do, the system will automatically add enough units from the PO or transfer to cover the sale. You can still check in the remaining inventory and complete your POs and transfers when you are ready. All inventory that has been automatically added from your POs and transfers can be seen in the new sales tab within the PO or transfer. For this feature to work, the PO needs to be in the status ordered or check-in. Transfers need to be in status sent.</p>
<h2>Why is improved inventory logging important?</h2>
<p>Every single change to your inventory is now recorded in a log. We&#8217;ve also made it easy for you to see these logs and filter them into sets of changes (for example all changes made because of sales) or by individual changes (eg. inventory automatically added for a sale).</p>
<p>With the new logging functionality, you&#8217;ll always know how your inventory has been affected. Also our support will be able to know exactly what&#8217;s going on with your inventory and give you more informed answers to your questions.</p>
<h4>What has changed because of inventory logging?</h4>
<p>Some reports have been replaced with the inventory logs report. The Inventory Adjustments, Sales, and Purchases reports have been removed. The new Inventory logs report can quickly generate the same information for you.</p>
<p>In the item view you&#8217;ll notice the history tab is different. There used to be four listings for the ways the item&#8217;s inventory has been affected in the past. This tab now shows only the item&#8217;s inventory log which is all the same information but will be more detailed and easy to filter for all future inventory changes.</p>
<p><a src="/wp-content/uploads/2011/07/Screen-shot-2011-07-13-at-4.17.22-PM.png"><img class="alignnone size-full wp-image-7724" title="Improved Inventory Log" src="/wp-content/uploads/2011/07/Screen-shot-2011-07-13-at-4.17.22-PM.png" alt="" width="594" height="532" /></a></p>
<h2>Wording Change On Special Orders</h2>
<p>We have made no changes to the functionality of special orders but you will notice that we have changed the wording of a special order that is ready for pickup from &#8220;complete&#8221; to &#8220;ready&#8221; or &#8220;ready for pickup&#8221;. The term complete was causing some confusion about the entire special order being complete and given to the customer when really it just meant the order process was completed and the customer could now come by and grab their order.</p>
<h2><a src="/wp-content/uploads/2011/07/Screen-shot-2011-07-13-at-4.18.51-PM.png"><img class="alignnone size-full wp-image-7725" title="New Special Order Status Terminology" src="/wp-content/uploads/2011/07/Screen-shot-2011-07-13-at-4.18.51-PM.png" alt="" width="498" height="148" /></a></h2>
<h2>Development Progress</h2>
<p>We&#8217;ve been working hard to speed up our development cycle and I&#8217;m happy to say we are at a much more acceptable pace. Expect to see some more awesome enhancements and more of your feedback in our system soon.</p>
<h2>What do you think?</h2>
<p>Please share your thoughts and ideas in the comments section after you&#8217;ve had a chance to check out the changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/07/automatic-purchase-order-transfer-check-in-improved-inventory-logging/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Element Payment Services Brings PIN Pad Support to MerchantOS</title>
		<link>http://www.merchantos.com/blog/2011/05/element-payment-services-brings-pin-pad-support-to-merchantos/</link>
		<comments>http://www.merchantos.com/blog/2011/05/element-payment-services-brings-pin-pad-support-to-merchantos/#comments</comments>
		<pubDate>Wed, 04 May 2011 17:52:43 +0000</pubDate>
		<dc:creator>Ivan Stanojevic</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">/?p=7453</guid>
		<description><![CDATA[We can now support PIN based debit transactions with the help of Element Payment Services. How To Get Setup To Accept Debit Cards If you are already processing through Element, you just need to contact them at 866.435.3636 and ask to purchase a driverless PIN pad for use with MerchantOS. If you are not with&#8230; ]]></description>
			<content:encoded><![CDATA[<p>We can now support PIN based debit transactions with the help of <a href="http://www.elementps.com/">Element Payment Services</a>.</p>
<h2>How To Get Setup To Accept Debit Cards</h2>
<p>If you are already processing through Element, you just need to contact them at 866.435.3636 and ask to purchase a driverless PIN pad for use with MerchantOS. If you are not with Element, you will need to get a merchant account setup with them and be sure to ask for a driverless PIN pad during that process.</p>
<h2>Why Might You Want To Accept Debit Cards?</h2>
<p>Debit card processing fees may be cheaper than credit card fees depending on the size of the majority of your transactions. Element can do a rate quote to let you know if you would save money on Debit transactions by looking at your transaction history. Also, due to the use of a PIN number, the payments are less susceptible to fraud and chargebacks. There are some drawbacks though which include lower spending limits than normal credit cards.</p>
<h2>What Took Us So Long?</h2>
<p>Since we are web based, it&#8217;s difficult to communicate with hardware such as PIN pads from the web browser. We had to wait for the right technology to come along that could allow our software to securely communicate with the PIN pad. Element Payment Services understood this need and was the first we are aware of that can allow us to process these transactions from a browser using their driverless pin pad.</p>
<h2>Other Advantages To The PIN Pad</h2>
<p>If you use a driverless PIN pad for all your transactions with MerchantOS, including manual entry credit card transactions, you will be at the lowest level of the PCI questionnaires for retailers (SAQ B) to achieve PCI (Payment Card Industry) security compliance. This is because no unencrypted cardholder data ever gets on your computer. It is encrypted by the driverless PIN pad before it leaves the device allowing the device to be considered a stand alone terminal. This also means that while compliance is easier, actual safety of your customer&#8217;s cardholder data is dramatically improved.</p>
<h2>More PIN Pad Support Coming</h2>
<p>We plan to support PIN Pads with other processors as the ability to do so becomes available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantos.com/blog/2011/05/element-payment-services-brings-pin-pad-support-to-merchantos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 1/45 queries in 0.100 seconds using apc
Object Caching 521/613 objects using apc

Served from: blog @ 2012-02-03 19:22:04 -->
