<?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>numlock.ch - a changelog by Daniel Mettler &#187; Business</title>
	<atom:link href="http://www.numlock.ch/news/tag/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.numlock.ch/news</link>
	<description>Make a diff!</description>
	<lastBuildDate>Tue, 01 Nov 2011 16:19:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gentoo ebuild for Lx-Office ERP 2.6.0 beta 1</title>
		<link>http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/</link>
		<comments>http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:30:38 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[printscreen.ch]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[Ebuild]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Lx-Office ERP]]></category>

		<guid isPermaLink="false">http://www.numlock.ch/news/?p=631</guid>
		<description><![CDATA[Finally, I&#8217;ve created Gentoo ebuilds for Lx-Office ERP 2.6.0 beta 1 and its dependencies. Lx-Office is a fork of the server-based open source accounting solution SQL-Ledger and customized for the German market (and to some extent, the Swiss and Austrian &#8230; <a href="http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finally, I&#8217;ve created Gentoo ebuilds for <a href="http://lx-office.org/index.php?id=erp" target="_blank">Lx-Office ERP</a> 2.6.0 beta 1 and its dependencies. Lx-Office is a fork of the server-based open source accounting solution <a href="http://www.sql-ledger.org/" target="_blank">SQL-Ledger</a> and <a href="http://lx-office.org/index.php?id=sqlledger" target="_blank">customized for the German market</a> (and to some extent, the Swiss and Austrian markets).</p>
<p>A screenshot of Lx-Office ERP 2.6.0 beta 1 showing the XUL menu:</p>
<p style="text-align: center;"><a href="http://www.numlock.ch/news/wp-content/uploads/2009/03/2009-03-08_1936.png" target="_blank"><img class="size-medium wp-image-634 aligncenter" title="Screenshot of Lx-Office ERP 2.6.0 beta 1 using the XUL menu" src="http://www.numlock.ch/news/wp-content/uploads/2009/03/2009-03-08_1936-300x229.png" alt="Screenshot of Lx-Office ERP 2.6.0 beta 1 using the XUL menu" width="300" height="229" /></a></p>
<p>And here&#8217;s a <a href="http://www.numlock.ch/news/wp-content/uploads/2009/03/2009-03-08_1933.swf" target="_blank">flash video of Lx-Office ERP 2.6.0 beta 1</a> showing the XUL menu in action.</p>
<p><a href="http://www.lx-system.de" target="_blank">Lx-System</a> (the company backing Lx-Office ERP) and <a href="http://www.linet-services.de/" target="_blank">LINET Services</a> host a <a href="https://lx-office.linet-services.de/official-demo/login.pl" target="_blank">public demo of Lx-Office ERP 2.4.3</a> (user: demo, password: demo).</p>
<p><strong>To install Lx-Office ERP 2.6.0 beta 1 on Gentoo, follow these steps:</strong></p>
<p style="padding-left: 30px;">1) Set up a local portage overlay (e.g. at /usr/local/portage), if you haven&#8217;t done so already.</p>
<pre style="padding-left: 30px;"><span style="color: #008000;"># mkdir -p /usr/local/portage</span></pre>
<p style="padding-left: 30px;">In /etc/make.conf, set</p>
<pre style="padding-left: 30px;"><span style="color: #008000;">PORTDIR_OVERLAY=/usr/local/portage</span></pre>
<p style="padding-left: 30px;">2) Download <a href="/gentoo/files/lx-office-erp-2.6.0_beta_p1-r1_plus_dependencies.tgz">lx-office-erp-2.6.0_beta_p1-r1_plus_dependencies.tgz</a> and extract it to your local portage overlay</p>
<pre style="padding-left: 30px;"><span style="color: #008000;"># cd /usr/local/portage</span></pre>
<pre style="padding-left: 30px;"><span style="color: #008000;"># tar xzvf lx-office-erp-2.6.0_beta_p1-r1_plus_dependencies.tgz</span></pre>
<p style="padding-left: 30px;">3) In /etc/portage/package.keywords, add the line</p>
<pre style="padding-left: 30px;"><span style="color: #008000;">www-apps/lx-office-erp ~amd64</span></pre>
<p style="padding-left: 30px;">(or &#8216;<span style="color: #008000;">www-apps/lx-office-erp ~x86</span>&#8216;, depending on the architecture of your machine)</p>
<p style="padding-left: 30px;">4) In /etc/portage/package.use, add the line</p>
<pre style="padding-left: 30px;"><span style="color: #008000;">www-apps/lx-office-erp vhosts</span></pre>
<p style="padding-left: 30px;">5) Install Lx-Office ERP on your system by executing</p>
<pre style="padding-left: 30px;"><span style="color: #008000;"># emerge -av lx-office-erp</span></pre>
<p style="padding-left: 30px;">Depending on your current portage settings and installed ebuilds, you may need to unmask additional ebuilds.</p>
<p style="padding-left: 30px;">6) Use webapp-config to link your Lx-Office ERP installation to a specific host, e.g. by executing</p>
<pre style="padding-left: 30px;"><span style="color: #008000;"># webapp-config -I -h localhost -d lx-erp lx-office-erp 2.6.0_beta_p1-r1</span></pre>
<p style="padding-left: 30px;">7) Follow the steps displayed on the screen to setup and configure Lx-Office ERP. Some of these steps might be automated in a later release of the ebuild.</p>
<p style="padding-left: 30px;">8) Have fun using Lx-Office ERP on Gentoo! :)</p>
<p><span style="color: #808080;">(These ebuilds are sponsored by my company <a href="http://printscreen.ch" target="_blank">Printscreen GmbH</a>, dedicated to the developers of Lx-Office ERP and Gentoo and released for free use under the terms and conditions of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" target="_blank">GNU GPLv2</a> license.)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>&#8220;Realising Dreams &#8211; strategies for deep design&#8221; by William Gosling</title>
		<link>http://www.numlock.ch/news/it/realising-dreams-strategies-for-deep-design-by-william-gosling/</link>
		<comments>http://www.numlock.ch/news/it/realising-dreams-strategies-for-deep-design-by-william-gosling/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 08:14:47 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[printscreen.ch]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/2008/02/06/realising-dreams-strategies-for-deep-design-by-william-gosling/</guid>
		<description><![CDATA[One of the about 30 something new books on my bookshelf &#8211; and a truly great one I just finished reading. Gosling gives a systematic insight into the matter of design and innovation. A very inspiring and useful, yet very &#8230; <a href="http://www.numlock.ch/news/it/realising-dreams-strategies-for-deep-design-by-william-gosling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the about 30 something new books on my bookshelf &#8211; and a truly great one I just finished reading. Gosling gives a systematic insight into the matter of design and innovation. A very inspiring and useful, yet very concise framework!</p>
<p><a href="http://www.amazon.com/Realising-Dreams-Strategies-Deep-Design/dp/1846855756" target="_blank">&#8220;Realising Dreams &#8211; strategies for deep design&#8221; by William Gosling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/realising-dreams-strategies-for-deep-design-by-william-gosling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some practical advice for startups</title>
		<link>http://www.numlock.ch/news/it/some-practical-advice-for-startups/</link>
		<comments>http://www.numlock.ch/news/it/some-practical-advice-for-startups/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 00:23:53 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[printscreen.ch]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/2008/01/31/some-practical-advice-for-startups/</guid>
		<description><![CDATA[&#8220;The Art of the Start&#8221; by Guy Kawasaki. Not the latest, but a courageous and entertaining presentation worthwhile watching.]]></description>
			<content:encoded><![CDATA[<p><a href="http://video.google.com/videoplay?docid=-3755718939216161559&amp;hl=en" target="_blank">&#8220;The Art of the Start&#8221; by Guy Kawasaki</a>. Not the latest, but a courageous and entertaining presentation worthwhile watching.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/some-practical-advice-for-startups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Per order vs. per volume</title>
		<link>http://www.numlock.ch/news/various/per-order-vs-per-volume/</link>
		<comments>http://www.numlock.ch/news/various/per-order-vs-per-volume/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 17:06:45 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/2006/12/10/per-order-vs-per-volume/</guid>
		<description><![CDATA[I like the new advertisement campaign by the Swiss bank MIGROSBANK. Among others, and that&#8217;s why I like it, it questions some of the antiquated banking practices which can hardly be &#8220;justified&#8221; in the age of e-banking, yet are still &#8230; <a href="http://www.numlock.ch/news/various/per-order-vs-per-volume/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I like the new advertisement campaign by the Swiss bank <a target="_blank" href="http://www.migrosbank.ch/">MIGROSBANK</a>. Among others, and that&#8217;s why I like it, it questions some of the antiquated banking practices which can hardly be &#8220;justified&#8221; in the age of e-banking, yet are still in widespread use.<br />
For example, one of the advertisements questions why most banks charge commissions for stock market orders based on the transaction volume (or on a combination of volume and per order) instead of charging a flat fee per order.</p>
<p>The advertisement shows two identical pictures of someone hitting the &#8216;Enter&#8217; key on the keyboard. The text below the pictures reads (IIRC, in about): &#8220;Do you see a difference? We neither. That&#8217;s why we charge the same fee for every order.&#8221;<br />
Some people might argue that customers who potentially gain (or lose) more money (by having higher transaction volumes) should also pay more of the costs of the e-banking system. From the perspective of managerial accounting however, it makes more sense to break down these costs into costs per order rather than per volume. If no paperwork and no other per transaction costs are involved at all, it might even make sense to charge a flat rate per participating customer only (neglecting the fact however, that the software and the hardware infrastructure need to be able to absorb the peak number of transactions per time). This of course only applies to orders given using the e-banking system. For any other, more traditional services like consulting, wealth management etc. customers shall be charged for separately.</p>
<p>So why do most banks still charge on a per volume basis (or on a mix of per volume and per order fees)? It&#8217;s because they can. Some people might not be fully aware of  how much IT changed (and will further change) banking. And most people lose their flair for &#8220;small&#8221; numbers once they deal with &#8220;big&#8221; numbers. Besides, it&#8217;s also a question of how people value their time.</p>
<p>Nonetheless, I hope the above mentioned bank will be able to stir up the domestic market a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/various/per-order-vs-per-volume/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>September 14, StartupDay &#8211; Tag des Jungunternehmens</title>
		<link>http://www.numlock.ch/news/business/september-14-startupday-tag-des-jungunternehmens/</link>
		<comments>http://www.numlock.ch/news/business/september-14-startupday-tag-des-jungunternehmens/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 19:22:22 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=436</guid>
		<description><![CDATA[START Up Day &#8211; Tag des Jungunternehmens I probably won&#8217;t be able to attend the START up day festivities in Zurich that early in the evening. Nonetheless it&#8217;s cool and important that there is a day such as the StartUp &#8230; <a href="http://www.numlock.ch/news/business/september-14-startupday-tag-des-jungunternehmens/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="START Up Day - Home" href="http://startupday.ch/">START Up Day &#8211; Tag des Jungunternehmens</a></p>
<p>I probably won&#8217;t be able to attend the <a href="http://www.startupday.ch/programme/zurich.html">START up day festivities in Zurich</a> that early in the evening. Nonetheless it&#8217;s cool and <a href="http://www.startupday.ch/startupday/zweck.html">important</a> that there is a day such as the StartUp day :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/business/september-14-startupday-tag-des-jungunternehmens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Draft of RSS 3 Lite published</title>
		<link>http://www.numlock.ch/news/business/first-draft-of-rss-3-lite-published/</link>
		<comments>http://www.numlock.ch/news/business/first-draft-of-rss-3-lite-published/#comments</comments>
		<pubDate>Mon, 22 Aug 2005 10:45:37 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=431</guid>
		<description><![CDATA[The first draft of RSS 3 Lite has been published: First draft of RSS 3 Lite heise online &#8211; Erster Entwurf für RSS 3]]></description>
			<content:encoded><![CDATA[<p>The first draft of RSS 3 Lite has been published:</p>
<p><a href="http://www.rss3.org/rss3lite.html">First draft of RSS 3 Lite</a><br />
<a title="heise online - Erster Entwurf für RSS 3" href="http://www.heise.de/newsticker/meldung/63005">heise online &#8211; Erster Entwurf für RSS 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/business/first-draft-of-rss-3-lite-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT trends and IT governance in Switzerland</title>
		<link>http://www.numlock.ch/news/business/it-trends-and-it-governance-in-switzerland/</link>
		<comments>http://www.numlock.ch/news/business/it-trends-and-it-governance-in-switzerland/#comments</comments>
		<pubDate>Thu, 14 Jul 2005 01:06:44 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=424</guid>
		<description><![CDATA[An interesting study by Accenture about &#8220;IT-Trends und IT-Governance in der Schweiz&#8221; (unfortunately in German only): cio_survey_1104.pdf Security awareness and IT efficiency/productivity improvements are top topics among CIOs in Switzerland for the next 12 to 24 months. The fact that &#8230; <a href="http://www.numlock.ch/news/business/it-trends-and-it-governance-in-switzerland/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An interesting study by Accenture about &#8220;IT-Trends und IT-Governance<br />
in der Schweiz&#8221; (unfortunately in German only):</p>
<p><a href="http://accenture.ch/static_pdf/cio_survey_1104.pdf">cio_survey_1104.pdf</a></p>
<p>Security awareness and IT efficiency/productivity improvements are top topics among CIOs in Switzerland for the next 12 to 24 months. The fact that most CIOs prefer standard software in the back-office and custom SW at the frontend remind a bit of the &#8220;window polishing&#8221; phenomenon known from management accounting but are in accordance with general business developments in highly developed and saturized markets (like in Switzerland). The products&#8217;s cores become more and more similar while the &#8220;wrappings&#8221; make the difference for consumers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/business/it-trends-and-it-governance-in-switzerland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contextual advertising on the web</title>
		<link>http://www.numlock.ch/news/business/contextual-advertising-on-the-web/</link>
		<comments>http://www.numlock.ch/news/business/contextual-advertising-on-the-web/#comments</comments>
		<pubDate>Thu, 30 Jun 2005 12:23:11 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=416</guid>
		<description><![CDATA[An interesting study: Routes to success for consumer magazine websites (PDF) (Reuters) Most sites have gained new advertisers on the web who do not advertise in the print products. The proportion has risen from 53% in 2003 to 66% in &#8230; <a href="http://www.numlock.ch/news/business/contextual-advertising-on-the-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An interesting study: <a href="http://www.fipp.com/assets/downloads/ConsumerMagWeb.pdf">Routes to success for consumer magazine websites (PDF)</a> (<a href="http://go.reuters.com/newsArticle.jhtml?type=topNews&amp;storyID=8918698">Reuters</a>)</p>
<blockquote><p>
Most sites have gained new advertisers on the web who do not advertise in the print products.<br />
The proportion has risen from 53% in 2003 to 66% in 2005.<br />
The web-only advertisers are attracted by a range of factors. These include the interactive<br />
possibilities, the ability to receive sales leads or direct response, the size of the audiences<br />
available, the new/different audiences on offer, and the measurability of the internet audience.<br />
Speed of delivery and updating is another attractive feature.<br />
20% of the sites offer contextual advertising – that is, relating the ads shown on-screen to the<br />
keywords that surfers employ when using search engines.
</p></blockquote>
<p>Contextual advertising obviously gains popularity among advertisers.</p>
<p>(via <a title="Rogers Blog - Study: Advertisers shifting their spending from television to the Internet" href="http://roger.kaywa.ch/mondomedia/study-advertisers-shifting-their-spending-from-television-to-the-internet.html">Rogers Blog</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/business/contextual-advertising-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on the number of Swiss weblogs</title>
		<link>http://www.numlock.ch/news/business/more-on-the-number-of-swiss-weblogs/</link>
		<comments>http://www.numlock.ch/news/business/more-on-the-number-of-swiss-weblogs/#comments</comments>
		<pubDate>Tue, 28 Jun 2005 13:16:36 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=413</guid>
		<description><![CDATA[How to count the number of Swiss weblogs? Some suggestions and estimates: Bitflux Blog :: How many Swiss Blogs? Part II]]></description>
			<content:encoded><![CDATA[<p>How to count the number of Swiss weblogs? Some suggestions and estimates:</p>
<p><a title="How many Swiss Blogs? Part II" href="http://blog.bitflux.ch/archive/2005/06/28/how-many-swiss-blogs-part-ii.html">Bitflux Blog :: How many Swiss Blogs? Part II</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/business/more-on-the-number-of-swiss-weblogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appeal of blogs to US advertisers</title>
		<link>http://www.numlock.ch/news/it/appeal-of-blogs-to-us-advertisers/</link>
		<comments>http://www.numlock.ch/news/it/appeal-of-blogs-to-us-advertisers/#comments</comments>
		<pubDate>Thu, 23 Jun 2005 23:36:30 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=412</guid>
		<description><![CDATA[According to Forrester Research, 67% of the US advertisers are interested in blogs as a new medium for ad placement. (via Marc Baumann and Netzwoche)]]></description>
			<content:encoded><![CDATA[<p>According to Forrester Research, 67% of the US advertisers are interested in blogs as a new medium for ad placement.</p>
<p>(via <a href="http://www.marcbaumann.com/blogtimes/wordpress/?p=58">Marc Baumann</a> and <a href="http://www.netzwoche.ch/netzwoche/netzwocheticker-news.cfm?id=26618&amp;datum=2005-06-21&amp;email=phl@datacomm.ch">Netzwoche</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/appeal-of-blogs-to-us-advertisers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

