<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Open Source Strategies, Inc.</title>
	
	<link>http://www.opensourcestrategies.com</link>
	<description>open source ERP CRM BI opentaps ofbiz pentaho jasper reports enterprise software</description>
	<pubDate>Mon, 09 Jan 2012 21:37:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/OpenSourceStrategies2" /><feedburner:info uri="opensourcestrategies2" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>OpenSourceStrategies2</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Let’s Mash It Up and Make Enterprise Software Fun Again</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/V7m1Ajjx-kQ/</link>
		<comments>http://www.opensourcestrategies.com/2012/01/09/lets-mash-it-up-and-make-enterprise-software-fun-again/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 21:36:36 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Enterprise Software]]></category>

		<category><![CDATA[About open source]]></category>

		<category><![CDATA[About opentaps]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=582</guid>
		<description><![CDATA[My New Year&#8217;s Resolution: Make building enterprise software fun again.
The Old Way
Almost all enterprise applications follow the same architectural pattern: a single all-encompassing framework housing the data, logic, and presentation layers.  When applied to large-scale applications such as enterprise software, which must cater to the needs of lots of users with many different features, it [...]]]></description>
			<content:encoded><![CDATA[<p><em>My New Year&#8217;s Resolution: Make building enterprise software fun again.</em></p>
<p><strong>The Old Way</strong></p>
<p>Almost all enterprise applications follow the same architectural pattern: a single all-encompassing framework housing the data, logic, and presentation layers.  When applied to large-scale applications such as enterprise software, which must cater to the needs of lots of users with many different features, it creates some problems:</p>
<ol>
<li>Everything that you use in the application must be written in this framework.  You might really like X, but if you want to use in your application, you&#8217;d have to re-write X in its framework.</li>
<li>No framework is optimal for all possible features.  For example, order processing and accounting are highly structured, whereas web content management deals primarily with non-structured data.  A relational database driven framework that is well suited for traditional ERP could thus be poorly suited for web content management, and vice versa.</li>
</ol>
<p>This is why we often hear enterprise users say &#8220;We chose [fill in name of your software] because it was good at [fill in the good features], but it&#8217;s really not too good at [all the other stuff].&#8221;  Conversely, because vendors think this is the only way to build software, they often have to bundle so-so features with their core strengths to create a competitive &#8220;enterprise offering.&#8221;</p>
<p><strong>A Better Way to Do It?</strong></p>
<p>Sometimes it just takes a shift in the perspective.</p>
<p>Could enterprise software could be built as mash ups of components based on open standards?</p>
<p><span style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469);">Would that make writing business software as easy&#8211;and as fun&#8211;as putting together blogs with videos, tweets, and maps?</span></p>
<p><strong>Let&#8217;s Try it with Open Source</strong></p>
<p>We&#8217;re going to try to do exactly that with opentaps 2.  We plan on building off the OSGi standard and the new Apache Geronimo 3 application server on the server side and the new HTML5 standard for client side applications to create this new kind of enterprise software.  Take a look at our <a href="http://www.opentaps.org/docs/index.php/Opentaps_2">plans for opentaps 2</a> and <a href="http://twitter.com/opentaps">follow us</a>.</p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/V7m1Ajjx-kQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2012/01/09/lets-mash-it-up-and-make-enterprise-software-fun-again/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2012/01/09/lets-mash-it-up-and-make-enterprise-software-fun-again/</feedburner:origLink></item>
		<item>
		<title>A New Architecture for opentaps</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/dtrr5yB6Ajc/</link>
		<comments>http://www.opensourcestrategies.com/2011/12/20/a-new-architecture-for-opentaps/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 00:53:31 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Enterprise Software]]></category>

		<category><![CDATA[About opentaps]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=550</guid>
		<description><![CDATA[When I first wrote opentaps 2.0 Planning, my goal was to come up with a new architecture that would make enterprise software more modular and more reusable.  But we will need to do much more in a mobile and API-driven world, so here are some of the guiding principles behind the architecture of the new [...]]]></description>
			<content:encoded><![CDATA[<p>When I first wrote <a href="http://www.opentaps.org/docs/index.php/Opentaps_2.0_Planning">opentaps 2.0 Planning</a>, my goal was to come up with a new architecture that would make enterprise software more modular and more reusable.  But we will need to do much more in a mobile and API-driven world, so here are some of the guiding principles behind the architecture of the new opentaps:</p>
<p><span id="more-550"></span></p>
<p><strong>Universal data layer</strong></p>
<p>Today&#8217;s business software is still driven by  tables in a database, even though relevant data is likely to reside anywhere &#8212; in a database, a document, or over the web through an API.  The answer is using the <a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=domain%20driven%20architecture&amp;source=web&amp;cd=1&amp;ved=0CCUQFjAA&amp;url=http%3A%2F%2Fwww.opentaps.org%2Fdocs%2Findex.php%2FDomain_Driven_Architecture&amp;ei=zyjxTtiRG8KRiQLuhLDFDg&amp;usg=AFQjCNE5s1btnhkzoAbyvWnpqSPuECdieA&amp;cad=rja">domain driven architecture</a> to interface with multiple sources of data.</p>
<p><strong>API instead of UI</strong></p>
<p>With the emergence of the <a href="http://radar.oreilly.com/2010/11/new-directions-in-web-architec.html">new web architecture</a>, the rise of a multitude of mobile platforms, and the <a href="http://t.co/qZOEV1YD">increasing importance of open API&#8217;s</a>, separating view from logic has become a  necessity.  Therefore, new versions of opentaps will provide an API layer without a &#8220;chosen&#8221; UI framework.  This will opentaps  up to  developers of any platform or framework to implement applications based on the opentaps API.</p>
<p><strong>Smaller &#8220;Units of Work&#8221; Applications</strong></p>
<p>Instead of carrying the entire feature set  in one application/framework/database, we will break it up into a series of independent mini-applications.  Each mini-application may have some internal data model which is invisible to its peers, and all the mini-applications will interface through a common data model.  This would make the mini-applications both easier to develop and maintain and less costly to run.  Each module could be developed, maintained, and supported by independent and specialized groups.  Infrequently used modules could be run as needed with  Amazon EC2 spot instances or their equivalents, thus significantly reducing the hardware resources required.</p>
<p><strong>Asynchronous Interactions</strong></p>
<p>We&#8217;re too used to waiting.  The web has conditioned us to the synchronous request-wait-response cycle.  But mobile devices and  partner systems connecting through API&#8217;s could give users a smoother, faster  experience through an asynchronous cycle, where they process user requests immediately and then batch the results to be sent over the web.  For example, products could be downloaded locally to a tablet, and orders could be created and then sent to server-side for processing while new orders are taken.  The new version of opentaps will intelligently handle asynchronous requests from a variety of clients.</p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/dtrr5yB6Ajc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/12/20/a-new-architecture-for-opentaps/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/12/20/a-new-architecture-for-opentaps/</feedburner:origLink></item>
		<item>
		<title>Killer Apps: the Defining Applications of Each Computing Wave</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/Uzs8v0qe8qE/</link>
		<comments>http://www.opensourcestrategies.com/2011/11/05/killer-apps-defining-applications-computing-wave/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 21:43:20 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Enterprise Software]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=567</guid>
		<description><![CDATA[Take a look at this chart from O&#8217;Reilly Radar: You say you want a revolution? It&#8217;s called post-PC computing:

We are entering a new computing wave, where a new technology platform will revolutionize software.

In each previous wave, there has been a defining piece of software.  This is the software which defined that computing era &#8212; why computers were bought [...]]]></description>
			<content:encoded><![CDATA[<p>Take a look at this chart from <a href="http://radar.oreilly.com/2011/10/post-pc-revolution.html" target="_self">O&#8217;Reilly Radar: You say you want a revolution? It&#8217;s called post-PC computing</a>:</p>
<p><img class="aligncenter size-full wp-image-568" title="1011-10b-devices-580" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/11/1011-10b-devices-580.png" alt="1011-10b-devices-580" width="580" height="351" /></p>
<p>We are entering a new computing wave, where a new technology platform will revolutionize software.</p>
<p><span id="more-567"></span></p>
<p>In each previous wave, there has been a <em>defining </em>piece of software.  This is the software which defined that computing era &#8212; why computers were bought and what they were used for.  It leveraged the full potential of the available platform., enabled things which were not possible before, and, in the process, drove the adoption of the underlying platform:</p>
<p><strong>Mainframes<br />
</strong></p>
<p>The mainframe era was all about data processing. <strong>The defining app of the mainframe era was the database. </strong> Databases power all the big mainframe software which run airlines, banks, utilities,  governments, and universities.  It was these database-driven applications which made all those big organizations buy mainframes &#8212; even today.</p>
<p><strong>PC&#8217;s </strong></p>
<p>The PC made computing smaller &#8212; &#8220;personal&#8221; &#8212; and <strong>the defining app of the PC era was the spreadsheet.</strong> The Mac may have been cooler, but it&#8217;s not called the &#8220;PC Era&#8221; for nothing: Spreadsheets turned the personal computer from a toy into a ubiquitous business tool, which in turn drove the adoption of PC&#8217;s and turned Microsoft into a giant .</p>
<p><strong>Web</strong></p>
<p>Why do you use the web?  Because of content.  A recipe.  An article.  A post or tweet from a friend.  The web is ultimately about content, and <strong> the defining app of the web era is the blog.</strong> The blog is the simplest, most popular content creation system, and its simplicity is helping us create content at a torrential pace.   This vast ocean of content is what makes Google useful.  YouTube, Facebook, and Twitter are really blogs <em>in extremis</em>: even simpler and more connected ways to publish content.  And because of all the blogs, YouTube, Facebook, Twitter, etc., we&#8217;re on the web more than ever.</p>
<p><strong>Do You See a Pattern Yet?</strong></p>
<p>In every computing wave, the defining app has become:</p>
<ul>
<li>Smaller</li>
<li>More distributed</li>
<li>Less structured data</li>
<li>More fun</li>
</ul>
<p><strong>Mobile</strong></p>
<p>So what will be the defining app of the Mobile era?  Something which runs on smaller devices, is highly distributed, yet also highly connected, and very entertaining.</p>
<p><strong>The defining app of the Mobile era will be games: </strong>Massively multi-player games which connect and entertain all of us.   It doesn&#8217;t mean that we should all go write (or play) games, but we should all start thinking &#8220;How can what-I-do be more like Farmville or World of Warcraft?&#8221;</p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/Uzs8v0qe8qE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/11/05/killer-apps-defining-applications-computing-wave/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/11/05/killer-apps-defining-applications-computing-wave/</feedburner:origLink></item>
		<item>
		<title>How Did CRM Software Begin?</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/1oIW97i_LTc/</link>
		<comments>http://www.opensourcestrategies.com/2011/10/25/how-did-crm-software-begin/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 21:26:20 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Enterprise Software]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=559</guid>
		<description><![CDATA[There&#8217;s an interesting story  from SoftwareAdvice.com about the origin of ACT!, the first contact management and  Customer Relationship Management (CRM) software.

Apparently, they started out making a quote management system with a lot more features.  Then they realized what people really needed was simply contact management.
The moral of the story?
We made it too complicated, [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an interesting story  from <a href="http://www.softwareadvice.com/crm/">SoftwareAdvice.com</a> about <a href="http://blog.softwareadvice.com/articles/crm/establishing-contact-management-1102011/">the origin of ACT!</a>, the first contact management and  Customer Relationship Management (CRM) software.</p>
<p><span id="more-559"></span></p>
<p>Apparently, they started out making a quote management system with a lot more features.  Then they realized what people really needed was simply contact management.</p>
<p>The moral of the story?</p>
<p style="text-align: center;"><em><span>We made it too complicated, and in that effort, were blind to the realization that elegance comes from simplicity.</span></em></p>
<p style="text-align: left;"><span>How simple?</span></p>
<p style="text-align: center;"><em><span>Every one of the major software categories has only two words—that’s all it takes to describe it.</span></em></p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/1oIW97i_LTc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/10/25/how-did-crm-software-begin/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/10/25/how-did-crm-software-begin/</feedburner:origLink></item>
		<item>
		<title>My Favorite Quotes from the Platform Rant</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/f-_jv5nDLYw/</link>
		<comments>http://www.opensourcestrategies.com/2011/10/14/my-favorite-quotes-from-the-platform-rant/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 22:34:54 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=547</guid>
		<description><![CDATA[A product is useless without a platform, or more precisely and accurately, a platform-less product will always be replaced by an equivalent platform-ized product.

But making something a platform is not going to make you an instant success. A platform needs a killer app. 
Accessibility [is] the most important thing in the computing world.
The. Most. Important. Thing.
- [...]]]></description>
			<content:encoded><![CDATA[<p><span>A product is useless without a platform, or more precisely and accurately, a platform-less product will always be replaced by an equivalent platform-ized product.<br />
</span></p>
<p><span>But making something a platform is <strong>not</strong> going to make you an instant success. A platform needs a killer app. </span></p>
<p><span>Accessibility [is] the most important thing in the computing world.</span></p>
<p><span><span>The. Most. Important. Thing.</span></span></p>
<p><em><span><span>- From </span></span><span><a href="https://plus.google.com/112678702228711889851/posts/eVeouesvaVX">Stevey&#8217;s Google Platforms Rant</a></span></em></p>
<p><span><br />
</span></p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/f-_jv5nDLYw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/10/14/my-favorite-quotes-from-the-platform-rant/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/10/14/my-favorite-quotes-from-the-platform-rant/</feedburner:origLink></item>
		<item>
		<title>More Social, Less Media</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/syWwVxIE4qg/</link>
		<comments>http://www.opensourcestrategies.com/2011/10/10/more-social-less-media/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 01:49:40 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Social Media]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=544</guid>
		<description><![CDATA[You should read the Occam&#8217;s Razor blog&#8217;s post about measuring social media.  It suggests that you try to measure social media interactions as conversations, amplifications, and applauses from your readers.

We&#8217;re all trained to view Media as a place to broadcast our messages.  But if we start measuring a two-way dialogue like this post suggests, it&#8217;d be a [...]]]></description>
			<content:encoded><![CDATA[<p>You should read the <a href="http://www.kaushik.net/avinash/">Occam&#8217;s Razor</a> blog&#8217;s <a href="http://www.kaushik.net/avinash/best-social-media-metrics-conversation-amplification-applause-economic-value/">post about measuring social media</a>.  It suggests that you try to measure social media interactions as conversations, amplifications, and applauses from your readers.</p>
<p><span id="more-544"></span></p>
<p>We&#8217;re all trained to view Media as a place to broadcast our messages.  But if we start measuring a two-way dialogue like this post suggests, it&#8217;d be a fundamental shift of marketing &#8212; and business in general &#8212; for the better.</p>
<p>PS: The good news is that your competitors haven&#8217;t gotten there yet &#8212; the metrics Avinash&#8217;s post suggests aren&#8217;t readily available.  If you&#8217;re really luck, maybe your competitors are still wondering what the &#8220;economic value&#8221; of social media is!</p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/syWwVxIE4qg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/10/10/more-social-less-media/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/10/10/more-social-less-media/</feedburner:origLink></item>
		<item>
		<title>Online Marketing and the Changing Value of Content</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/8DOmGe4Ljyk/</link>
		<comments>http://www.opensourcestrategies.com/2011/09/08/online-marketing-and-the-changing-value-of-content/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 19:05:40 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Social Media]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=535</guid>
		<description><![CDATA[According to The Wall Street Journal, Yahoo!&#8217;s problems stem from the declining value of content:
&#8220;People tell me that content is king, but that is not true at all,&#8221; says Rishad Tobaccowala, chief strategy and innovation officer at Vivaki, the digital-media unit of Publicis Groupe SA. &#8220;Most people make money pointing to content, not creating, curating [...]]]></description>
			<content:encoded><![CDATA[<p>According to <em>The Wall Street Journal</em>, <a href="http://online.wsj.com/article/SB10001424053111903285704576556973446155098.html">Yahoo!&#8217;s problems stem from the declining value of conten</a>t:</p>
<p><span><em>&#8220;People tell me that content is king, but that is not true at all,&#8221; says Rishad Tobaccowala, chief strategy and innovation officer at Vivaki, the digital-media unit of Publicis Groupe SA. &#8220;Most people make money pointing to content, not creating, curating or collecting content.&#8221;</em></span></p>
<p><span><span>Which begs the question: If content has no value, then why are we creating it?  Why are so many online marketers rushing to create blogs, forums, videos, tweets, etc. &#8212; in other words, content?</span></span></p>
<p><span><span><span id="more-535"></span><br />
</span></span></p>
<p>Because <strong>while some content has lost value, but other content has become more valuable.</strong></p>
<p><strong>1.  Generic mass-market content has lost value. </strong> Look at what you see on Yahoo!</p>
<p><img class="aligncenter size-full wp-image-538" title="yahoo-home-page2" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/09/yahoo-home-page2.png" alt="yahoo-home-page2" width="1005" height="832" /></p>
<p>Yes, we&#8217;ve all seen this somewhere else already.  (Well, maybe not the one about the woman who called her ex-boyfriend 65,000 times&#8230;)  That&#8217;s why it has less value.</p>
<p><strong>2.  Niche content has become more valuable.</strong> Because people looking for your niche content could actually find it now.</p>
<p><strong>3.  Actionable content has become more valuable.</strong><strong> </strong>The web has shortened the distance from content to action.  In the old days, you saw an ad, called an 800 number, and waited for something in the mail.  By the time you got it, you might have forgotten what it was all about.  Nowadays, if you see something on the web you like, you can take action immediately: download it, buy it, get a quote.  The conversion funnel is shorter and faster.  Fewer people are dropping out along the way.  Therefore, the content <em>must </em>be more valuable now.</p>
<p>As an example, maybe writing about the President&#8217;s job speech tonight won&#8217;t get you much, but tips on how to get a job must be worth a lot these days, or why would I find all these results on Google for &#8220;java developer interview questions and answers&#8221;?</p>
<p><img class="aligncenter size-full wp-image-539" title="google-java-q-and-a" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/09/google-java-q-and-a.png" alt="google-java-q-and-a" width="1006" height="795" /></p>
<p>What you&#8217;re seeing is an example of market economics at work: Niche, actionable content has increased in value at the expense of generic, mass-market content.</p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/8DOmGe4Ljyk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/09/08/online-marketing-and-the-changing-value-of-content/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/09/08/online-marketing-and-the-changing-value-of-content/</feedburner:origLink></item>
		<item>
		<title>opentaps Open Source ERP + CRM Targets Europe, Latin America with VAT Support and Translations</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/8xl8nfLizCI/</link>
		<comments>http://www.opensourcestrategies.com/2011/07/26/opentaps-open-source-erp-crm-targets-europe-latin-america-with-vat-support-and-translations/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:57:30 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About open source]]></category>

		<category><![CDATA[About opentaps]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=531</guid>
		<description><![CDATA[European and Latin American companies looking for a fully-featured, low cost, and flexible business management system can now leverage the power of opentaps Open Source ERP + CRM, which now offers improved support for Value Added Taxes (VAT) and Spanish translations.  These enhancements make it easier than ever before for companies in these regions [...]]]></description>
			<content:encoded><![CDATA[<p>European and Latin American companies looking for a fully-featured, low cost, and flexible business management system can now leverage the power of <a href="http://www.opentaps.org">opentaps Open Source ERP + CRM</a>, which now offers improved support for Value Added Taxes (VAT) and Spanish translations.  These enhancements make it easier than ever before for companies in these regions to use opentaps as an alternative to expensive, inflexible, or outdated commercial ERP or CRM systems.</p>
<p><span id="more-531"></span></p>
<p>Originally introduced in the United States in 2005, opentaps has seen strong interest worldwide, especially in emerging economic powerhouses such as India and China.  With the growing adoption of opentaps, new contributors from around the world have joined the project to help fix bugs, add new features, or translate it to their local languages.</p>
<p>Two significant contributions from the opentaps community now position opentaps for further growth in Europe and Latin America: a new module for Value Added Taxes (VAT) and translations to Spanish.</p>
<p>The new <a href="http://shop.opentaps.org/index.php/vat-module-by-integratingweb.html">VAT module</a> is developed by Italy-based opentaps Partner <a href="http://www.integratingweb.com">Integrating Web Srl</a> to support VAT taxation, an alternative to the flat rate sales tax mechanism in the United States.  Used in Europe, the United Kingdom, and Latin America, VAT is a tax based on the difference of sales and purchases by a company.  Integrating Web’s VAT module for opentaps helps companies manage VAT for sales orders, purchase orders and invoice with new screens, reports, and general ledger support.</p>
<p>Separately, an independent developer in Peru, Stalyn Chavez, contributed a full set of Spanish translations for the Customer Relationship Management, Warehouse, Purchasing, and Financials modules while implementing opentaps for a local company.  This translation adds to the many languages to which opentaps has already been translated, including French, Italian, Chinese, and Bulgarian.</p>
<p>“Taken together, the addition of VAT support and Spanish translations should open all of Europe and Latin America to using our open source ERP and CRM system,” notes Si Chen, project manager of opentaps.</p>
<p>Founded in 2005, opentaps has been used by companies that include Fortune 500, major internet retailers, midsize manufacturers, and small startup companies.  For additional information about opentaps and learn more about how to start Open Source ERP and CRM in the cloud, see <a href="http://www.opentaps.org/cloud">www.opentaps.org/cloud</a></p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/8xl8nfLizCI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/07/26/opentaps-open-source-erp-crm-targets-europe-latin-america-with-vat-support-and-translations/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/07/26/opentaps-open-source-erp-crm-targets-europe-latin-america-with-vat-support-and-translations/</feedburner:origLink></item>
		<item>
		<title>opentaps Warehouse and Purchasing Translated to Spanish</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/YWJXNjV-fE0/</link>
		<comments>http://www.opensourcestrategies.com/2011/06/16/opentaps-warehouse-and-purchasing-translated-to-spanish/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 17:43:23 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About opentaps]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=512</guid>
		<description><![CDATA[Thanks again to Stalyn Chavez of BokSoft in Peru, who has been working with opentaps, the Purchasing and Warehouse modules of opentaps have been translated to Spanish.  Here&#8217;s what the Purchasing module looks like:


And here&#8217;s the Warehouse module:



]]></description>
			<content:encoded><![CDATA[<p>Thanks again to Stalyn Chavez of BokSoft in Peru, who has been working with opentaps, the Purchasing and Warehouse modules of opentaps have been translated to Spanish.  Here&#8217;s what the Purchasing module looks like:</p>
<p><span id="more-512"></span></p>
<p><img class="aligncenter size-full wp-image-515" title="opentaps-spanish-purchasing-1" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/06/opentaps-spanish-purchasing-1.png" alt="opentaps-spanish-purchasing-1" width="963" height="582" /><img class="aligncenter size-full wp-image-516" title="opentaps-spanish-purchasing-2" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/06/opentaps-spanish-purchasing-2.png" alt="opentaps-spanish-purchasing-2" width="970" height="626" /><img class="aligncenter size-full wp-image-517" title="opentaps-spanish-purchasing-3" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/06/opentaps-spanish-purchasing-3.png" alt="opentaps-spanish-purchasing-3" width="966" height="586" /><img class="aligncenter size-large wp-image-518" title="opentaps-spanish-purchasing-4" src="http://www.opensourcestrategies.com/wp-content/uploads/2011/06/opentaps-spanish-purchasing-4-1024x426.png" alt="opentaps-spanish-purchasing-4" width="1024" height="426" /></p>
<p>And here&#8217;s the Warehouse module:</p>
<p><img class="alignnone" title="opentaps Warehouse now Translated to Spanish 1" src="http://www.opensourcestrategies.com/images/opentaps-spanish-warehouse-3.png" alt="" width="922" height="475" /></p>
<p><img class="alignnone" title="opentaps Warehouse in Spanish 2" src="http://www.opensourcestrategies.com/images/opentaps-spanish-warehouse-2.png" alt="" width="927" height="472" /></p>
<p><img class="alignnone" title="opentaps Warehouse Spanish 3" src="http://www.opensourcestrategies.com/images/opentaps-spanish-warehouse-3.png" alt="" width="922" height="475" /></p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/YWJXNjV-fE0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/06/16/opentaps-warehouse-and-purchasing-translated-to-spanish/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/06/16/opentaps-warehouse-and-purchasing-translated-to-spanish/</feedburner:origLink></item>
		<item>
		<title>Work in a Mobile, Social World</title>
		<link>http://feedproxy.google.com/~r/OpenSourceStrategies2/~3/D1NP42I-59U/</link>
		<comments>http://www.opensourcestrategies.com/2011/06/15/work-in-a-mobile-social-world/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 00:31:16 +0000</pubDate>
		<dc:creator>Si Chen</dc:creator>
		
		<category><![CDATA[About Enterprise Software]]></category>

		<category><![CDATA[About Social Media]]></category>

		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=505</guid>
		<description><![CDATA[The world of social media and mobile devices is fundamentally changing the way we work.
A Shift in Behavior
Once upon a time, we showed up at The Company as fresh recruits, left our past lives behind, and learned &#8220;The Company Way.&#8221;  We learned the lingo, donned the dress code, and did all our work with [...]]]></description>
			<content:encoded><![CDATA[<p><em>The world of social media and mobile devices is <strong>fundamentally</strong> changing the way we work.</em></p>
<p><strong>A Shift in Behavior</strong></p>
<p><span id="more-505"></span>Once upon a time, we showed up at The Company as fresh recruits, left our past lives behind, and learned &#8220;The Company Way.&#8221;  We learned the lingo, donned the dress code, and did all our work with Company-issued equipment.  The other people at The Company and their families became the bulk of the our social interactions, and we could expect to spend years if not decades at The Company.</p>
<p>Today&#8217;s workers (especially the college students who will become workers of the future) are different.    They are used to small social interactions with a wide network of contacts, accumulated over a lifetime.  A tweet here.  A text there.  A like once in a while.  And they&#8217;re used to interacting with all those connections  through their own mobile devices, be it a laptop, Blackberry, or phone.</p>
<p><em>In other words, today&#8217;s workers are more social and more mobile.</em></p>
<p><strong>A New Way of Working</strong></p>
<p>You are already seeing this happen: Today&#8217;s programmers work with their own laptops. They connect to your  source code repository network and get to work.  When they leave, they disconnect from your network.  Similarly, today&#8217;s salespeople are calling on the contacts already in their Blackberries and cell phones for you.  In essence, they are bringing their professional social network to you.</p>
<p><em>In other words, work has become the act of a mobile endpoint  joining a network.</em></p>
<p><em>I&#8217;ll write about what this means for enterprise software next.</em><em><br />
</em></p>
<img src="http://feeds.feedburner.com/~r/OpenSourceStrategies2/~4/D1NP42I-59U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcestrategies.com/2011/06/15/work-in-a-mobile-social-world/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensourcestrategies.com/2011/06/15/work-in-a-mobile-social-world/</feedburner:origLink></item>
	</channel>
</rss>

