<?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>Scolvo &#8211; Scolvo</title>
	<atom:link href="https://scolvo.com/corinfo/blog/category/blog-scolvo-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://scolvo.com/corinfo</link>
	<description>work.regardless</description>
	<lastBuildDate>Thu, 29 Mar 2018 07:30:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.4</generator>

<image>
	<url>https://scolvo.com/corinfo/wp-content/uploads/2020/07/ic_launcher.png</url>
	<title>Scolvo &#8211; Scolvo</title>
	<link>https://scolvo.com/corinfo</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Updating the Building Blocks in the SCOLVO App</title>
		<link>https://scolvo.com/corinfo/blog/2018/03/29/updating-app-building-blocks/</link>
		
		<dc:creator><![CDATA[Krisztian Toth]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 07:25:47 +0000</pubDate>
				<category><![CDATA[Scolvo]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[building blocks]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">https://scolvo.com/?p=19473</guid>

					<description><![CDATA[<p>Our app has been known and appraised by our clients for the quick and easy implementation that is due to the unique development method we use. Such building blocks make updates more comfortable, too. &#160; When our clients build an app with us, they want to grab the opportunity to implement it quickly while still [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2018/03/29/updating-app-building-blocks/">Updating the Building Blocks in the SCOLVO App</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Our app has been known and appraised by our clients for the quick and easy implementation that is due to <a href="https://scolvo.com/blog/2017/01/20/mobile-app-implementation-quickest-method-no-one-using/">the unique development method</a> we use. Such building blocks make updates more comfortable, too.</p>
<p><span id="more-19473"></span></p>
<p><img class="aligncenter size-full wp-image-19475" src="https://scolvo.com/wp-content/uploads/2018/03/scolvo-update-building-blocks.jpg" alt="building blocks" width="892" height="595" srcset="https://scolvo.com/corinfo/wp-content/uploads/2018/03/scolvo-update-building-blocks.jpg 892w, https://scolvo.com/corinfo/wp-content/uploads/2018/03/scolvo-update-building-blocks-300x200.jpg 300w, https://scolvo.com/corinfo/wp-content/uploads/2018/03/scolvo-update-building-blocks-768x512.jpg 768w" sizes="(max-width: 892px) 100vw, 892px" /></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">When our clients build an app with us, they want to grab the opportunity to implement it quickly while still getting the full functionality needed in a particular role, in a specific industry. Any time these companies save on implementation and the onboarding of the team, they can immediately translate to increased productivity and profitability. They have been enjoying the benefits of the ready-made building blocks based on Scolvo’s industry-specific expertise in financial services, utilities or retail &#8211; you name it. </span></p>
<p><span style="font-weight: 400;">But we have also understood that the same simplicity and ease of use that building blocks provide is necessary for updates, too. Despite all due diligence during the implementation, the needs for new features or data options unavoidably emerge. Datasheets are incomplete. Not enough space for adding new assignees. Status update options not satisfactory. That’s just business as usual. </span></p>
<p><span style="font-weight: 400;">In a typical scenario, the updates mean a lot of hassle. Take an example from logistics: the sender takes on delivering a unique cargo and decides to require additional identification criteria from the recipient, to make sure the shipment is safe. So it wants to add another field to the app, for an ID number. </span></p>
<p><span style="font-weight: 400;">No big deal, you think? The traditional solution is to rewrite the code, to redefine the database, and to issue a new version of the app for all the users to make the changes visible. But our mantra of simplicity and the Scolvo app that we built accordingly doesn&#8217;t allow us to settle for something so long and complicated. </span></p>
<p><span style="font-weight: 400;">To prove our app’s value even in this situation, we have recently opted to store and manage the data using a more flexible method: <a href="https://en.wikipedia.org/wiki/Semantic_data_model">a semantic database</a>. It is driven by a configuration file that is in charge of telling both the backend and the admin interface how to handle the information. So when the client asks as to add a field, we expand the configuration file, and it tells the backend how to structure the new data and tells the web admin interface how to display it. </span></p>
<p><span style="font-weight: 400;">The semantic data management also makes maintaining data consistency simple. A “flow engine” keeps the modifications in order even if the network doesn’t allow for instant synchronization. In our logistics example, status updates for the loading and discharge of shipments will always appear in the order set by the workflow, regardless of network availability. When several changes happen in the offline mode, like the tasks of loading and unloading a truck get done, the flow engine will make them wait in line until it accesses a network and will make the updates in their original order. Because of keeping all modifications this way, they can instantly go live without causing chaos in the management of previously and recently added data. </span></p>
<p><span style="font-weight: 400;">For the clients, this background procedure is mostly invisible. They only see that the app can be seamlessly updated and they can manage the workflows or users correctly even when they add some new data to the mix. </span></p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2018/03/29/updating-app-building-blocks/">Updating the Building Blocks in the SCOLVO App</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Scolvo and Enterprise Mobility &#8211; A Year in Review</title>
		<link>https://scolvo.com/corinfo/blog/2017/12/19/scolvo-enterprise-mobility-year-in-review/</link>
		
		<dc:creator><![CDATA[Krisztian Toth]]></dc:creator>
		<pubDate>Tue, 19 Dec 2017 07:40:24 +0000</pubDate>
				<category><![CDATA[Scolvo]]></category>
		<category><![CDATA[2017]]></category>
		<category><![CDATA[germany]]></category>
		<category><![CDATA[hungary]]></category>
		<category><![CDATA[year in review]]></category>
		<guid isPermaLink="false">https://scolvo.com/?p=19242</guid>

					<description><![CDATA[<p>To be present and to be better: they were our goals for 2017 in our two primary markets, Germany and Hungary. Looking back to the past 12 months, we have made good progress in achieving these goals, so we are going to start the new year with a momentum. Germany The beginning of 2017 was [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2017/12/19/scolvo-enterprise-mobility-year-in-review/">Scolvo and Enterprise Mobility &#8211; A Year in Review</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">To be present and to be better: they were our goals for 2017 in our two primary markets, Germany and Hungary. Looking back to the past 12 months, we have made good progress in achieving these goals, so we are going to start the new year with a momentum. </span></p>
<p><span id="more-19242"></span></p>
<p><img class="aligncenter size-full wp-image-19357" src="https://scolvo.com/wp-content/uploads/2017/12/year-in-review2017.png" alt="" width="800" height="600" srcset="https://scolvo.com/corinfo/wp-content/uploads/2017/12/year-in-review2017.png 800w, https://scolvo.com/corinfo/wp-content/uploads/2017/12/year-in-review2017-300x225.png 300w, https://scolvo.com/corinfo/wp-content/uploads/2017/12/year-in-review2017-768x576.png 768w, https://scolvo.com/corinfo/wp-content/uploads/2017/12/year-in-review2017-94x70.png 94w, https://scolvo.com/corinfo/wp-content/uploads/2017/12/year-in-review2017-600x450.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<h1><span style="font-weight: 400;">Germany</span></h1>
<p><span style="font-weight: 400;">The beginning of 2017 was about to get a deeper understanding of the German market. After </span><a href="https://scolvo.com/wp-content/uploads/2017/08/SCOLVOiscomingtoGermany.pdf"><span style="font-weight: 400;">our entry last year</span></a><span style="font-weight: 400;">, we would have liked to know more about our prospective clients and personally present our products’ capabilities to the professional audiences.</span></p>
<p><img class="aligncenter size-full wp-image-17723" src="https://scolvo.com/wp-content/uploads/2017/08/MobileTech-Cookies-1-1.jpg" alt="" width="800" height="648" srcset="https://scolvo.com/corinfo/wp-content/uploads/2017/08/MobileTech-Cookies-1-1.jpg 800w, https://scolvo.com/corinfo/wp-content/uploads/2017/08/MobileTech-Cookies-1-1-300x243.jpg 300w, https://scolvo.com/corinfo/wp-content/uploads/2017/08/MobileTech-Cookies-1-1-768x622.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Therefore, we participated in three important international events. At the </span><a href="https://scolvo.com/blog/2017/03/23/mobiletechcon-was-a-blast/"><span style="font-weight: 400;">Mobile Tech Conference</span></a><span style="font-weight: 400;"> in Munich, SCOLVO had a stand and our Head of Sales, Krisztian Toth, </span><a href="https://www.slideshare.net/Scolvo/2017-a-new-era-in-enterprise-mobility"><span style="font-weight: 400;">presented</span></a><span style="font-weight: 400;"> a unique, live app-building demo. As one of 25 selected companies, we were also lucky enough to exhibit within the </span><a href="http://www.hungaryatcebit.com/"><span style="font-weight: 400;">Hungarian stand on CeBIT</span></a><span style="font-weight: 400;"> (Home for Innovation) in Hanover. Soon after, Düsseldorf also welcomed us, and the other winners of Budapest Enterprise Agency’s Be Smart contest, at a presentation held in the Vodafone headquarters in Düsseldorf. </span></p>
<p><span style="font-weight: 400;">The highlight of our self-organized event series was the </span><a href="https://scolvo.com/blog/2017/03/29/munich-partner-event-wrap/"><span style="font-weight: 400;">Munich Meetup</span></a><span style="font-weight: 400;">, where we held a presentation together with </span><a href="http://www.quanto-solutions.de/"><span style="font-weight: 400;">Quanto Solutions</span></a><span style="font-weight: 400;"> about all the possible advantages a mobile application can offer </span><a href="https://www.slideshare.net/Scolvo/2017-a-new-era-in-enterprise-mobility"><span style="font-weight: 400;">to businesses</span></a><span style="font-weight: 400;"> as well as </span><a href="https://www.slideshare.net/Scolvo/enterprise-mobility-from-the-angle-of-an-itconsultant"><span style="font-weight: 400;">to partner organizations</span></a><span style="font-weight: 400;">. </span></p>
<p>&nbsp;</p>
<h1><span style="font-weight: 400;">Hungary</span></h1>
<p><span style="font-weight: 400;">On the Hungarian market, we have focused on product developments and increasing client engagement. Our clients now include Raiffeisen Bank and the </span><a href="https://scolvo.com/resources/sopron-waterworks-accomplishes-increase-productivity/"><span style="font-weight: 400;">Sopronvíz</span></a><span style="font-weight: 400;">, Bácsvíz, Alföldvíz, Nyírségvíz regional waterworks. We have strengthened our cooperation with two major retailers as well: Penny Market and Rossmann.</span></p>
<p><img class="aligncenter size-full wp-image-17971" src="https://scolvo.com/wp-content/uploads/2017/08/be-smart-bp-balna1.jpg" alt="" width="892" height="594" srcset="https://scolvo.com/corinfo/wp-content/uploads/2017/08/be-smart-bp-balna1.jpg 892w, https://scolvo.com/corinfo/wp-content/uploads/2017/08/be-smart-bp-balna1-300x200.jpg 300w, https://scolvo.com/corinfo/wp-content/uploads/2017/08/be-smart-bp-balna1-768x511.jpg 768w" sizes="(max-width: 892px) 100vw, 892px" /></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">We paid special attention to the financial sector’s needs this year, with a focus on personal sales. That resulted in two successful pilot projects and the launch of the implementation of the first SCOLVO Sales app supporting insurance agents. </span></p>
<p><span style="font-weight: 400;">During the summer, SCOLVO also underwent some organizational changes: </span><a href="https://scolvo.com/about-us/leadership/"><span style="font-weight: 400;">Kálmán Boda</span></a><span style="font-weight: 400;"> took over as CEO of the company and we moved to a new location. There, we can now provide enough space to accommodate some more mobile and backend developing capacity. </span></p>
<p><span style="font-weight: 400;">With the new colleagues, the team can now be more productive in developing </span><a href="https://scolvo.com/solutions/for-your-business-needs/"><span style="font-weight: 400;">SCOLVO products</span></a><span style="font-weight: 400;"> that are even easier to customize and implement. We have developed new modules for the SCOLVO app, like </span><a href="https://scolvo.com/blog/2017/12/02/new-gamified-client-assessment-form-in-the-scolvo-sales-app/"><span style="font-weight: 400;">a gamified client assessment</span></a><span style="font-weight: 400;"> tool, and we have given a fresh design makeover to our </span><a href="https://scolvo.com/"><span style="font-weight: 400;">website</span></a><span style="font-weight: 400;">. </span></p>
<p><b>EXTRA! We are soon to publish a demo version of the SCOLVO app to download on the two major mobile platforms, for everyone to see what we can do!</b></p>
<h1><span style="font-weight: 400;">Our most popular blog posts in 2017: </span></h1>
<ul>
<li style="list-style-type: none;">
<ul>
<li style="font-weight: 400;"><a href="https://scolvo.com/blog/2017/10/12/idd-insurance-regulatory-nightmare/"><span style="font-weight: 400;">IDD: The insurance sector’s new regulatory nightmare</span></a></li>
<li style="font-weight: 400;"><a href="https://scolvo.com/blog/2017/06/29/51-apps-millennials-workplace-tools/"><span style="font-weight: 400;">5+1 Apps from Millennials that Double as Popular Workplace Tools</span></a></li>
<li style="font-weight: 400;"><a href="https://scolvo.com/blog/2017/02/03/real-potential-enterprise-mobility-market/"><span style="font-weight: 400;">What is the Real Potential of the Enterprise Mobility Market?</span></a></li>
<li style="font-weight: 400;"><a href="https://scolvo.com/blog/2017/01/20/mobile-app-implementation-quickest-method-no-one-using/"><span style="font-weight: 400;">Mobile App Implementation: The Quickest Method No One Is Using!</span></a></li>
<li style="font-weight: 400;"><a href="https://scolvo.com/blog/2017/06/14/3-tips-banking-sales-heads-stretch-mobility-budgets/"><span style="font-weight: 400;">3 Tips for Banking Sales Heads to Stretch Their Mobility Budgets</span></a></li>
</ul>
</li>
</ul>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2017/12/19/scolvo-enterprise-mobility-year-in-review/">Scolvo and Enterprise Mobility &#8211; A Year in Review</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Munich Partner Event Wrap-Up</title>
		<link>https://scolvo.com/corinfo/blog/2017/03/29/munich-partner-event-wrap/</link>
		
		<dc:creator><![CDATA[Krisztian Toth]]></dc:creator>
		<pubDate>Wed, 29 Mar 2017 14:20:28 +0000</pubDate>
				<category><![CDATA[Munich]]></category>
		<category><![CDATA[Partner event]]></category>
		<category><![CDATA[Product launch]]></category>
		<category><![CDATA[Scolvo]]></category>
		<guid isPermaLink="false">http://scolvo.com/?p=17872</guid>

					<description><![CDATA[<p>[spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;] SCOLVO hosted its second partner event in Munich, on 16 March 2017, together with Quanto Solutions, to offer prospective partners and other interesting parties an insight into a new era of enterprise mobility and to officially launch SCOLVO’s products on the German [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2017/03/29/munich-partner-event-wrap/">Munich Partner Event Wrap-Up</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>[spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;]</p>
<p>SCOLVO hosted its second partner event in Munich, on 16 March 2017, together with <a href="http://www.quanto-solutions.de/">Quanto Solutions</a>, to offer prospective partners and other interesting parties an insight into a new era of enterprise mobility and to <a href="http://blog.scolvo.com/de/scolvo-kommt-nach-deutschland">officially launch</a> SCOLVO’s products on the German market.</p>
<p>[/spb_text_block] [spb_image image=&#8221;17709&#8243; image_size=&#8221;full&#8221; frame=&#8221;noframe&#8221; caption_pos=&#8221;hover&#8221; remove_rounded=&#8221;yes&#8221; fullwidth=&#8221;no&#8221; overflow_mode=&#8221;none&#8221; link_target=&#8221;_self&#8221; lightbox=&#8221;no&#8221; intro_animation=&#8221;none&#8221; animation_delay=&#8221;200&#8243; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;] [spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;]</p>
<p>In case you couldn’t make it to Munich, here’s a little recap of what happened that day in the cozy atmosphere of the Alte Hopfenpost branch of <a href="https://www.satelliteoffice.de/en/munich-hopfenpost/">Satellite Offices</a>:</p>
<p>&nbsp;</p>
<h2>Enterprise Mobility as Key to Market Success</h2>
<p>To have an enterprise mobility solution in the selection of offers is without a doubt essential to stay in the competition. But only those companies that can provide the most efficient solutions in the shortest amount of time will survive in the long term. According to recent studies, presented by SCOLVO’s Head of Sales Krisztian Toth, the value of the enterprise mobility market is expected to nearly double at $128mn, in the next five years.</p>
<p>[/spb_text_block] [spb_image image=&#8221;17712&#8243; image_size=&#8221;full&#8221; frame=&#8221;noframe&#8221; caption_pos=&#8221;hover&#8221; remove_rounded=&#8221;yes&#8221; fullwidth=&#8221;no&#8221; overflow_mode=&#8221;none&#8221; link_target=&#8221;_self&#8221; lightbox=&#8221;no&#8221; intro_animation=&#8221;none&#8221; animation_delay=&#8221;200&#8243; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;] [spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;]</p>
<h2>Enterprise Mobility from the Perspective of an IT-Consultant</h2>
<p>Next up was Kristopher Messerig, senior consultant of our first German partner, <a href="http://www.quanto-solutions.de/" target="_blank" rel="nofollow noopener">Quanto Solutions</a>. <a href="https://www.slideshare.net/Scolvo/enterprise-mobility-from-the-angle-of-an-itconsultant">Kristopher presented</a> some interesting case studies of the mobility projects Quanto contributed to as a consultant and compared different solutions for enterprise mobility management.</p>
<p>[/spb_text_block] [spb_image image=&#8221;17715&#8243; image_size=&#8221;full&#8221; frame=&#8221;noframe&#8221; caption_pos=&#8221;hover&#8221; remove_rounded=&#8221;yes&#8221; fullwidth=&#8221;no&#8221; overflow_mode=&#8221;none&#8221; link_target=&#8221;_self&#8221; lightbox=&#8221;no&#8221; intro_animation=&#8221;none&#8221; animation_delay=&#8221;200&#8243; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;] [spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;]</p>
<p>He stressed the importance of standardization in the mobilization process: it is an efficient way to manage the complexity of these projects, makes it easier to integrate new processes. When it comes to standardizing businesses cases, it also makes the enterprise leaner and more sustainable.</p>
<p>&nbsp;</p>
<h2>A New Era of Enterprise Mobility: Mobilize Your Business Processes Within 72 Hours!</h2>
<p>We made our audience totally forget about the traditional procedures of mobilization with cost-intensive delays, employee rejection, and useless functions. A great closure to the workshop part of the event was a live demo, presented again by Krisztian Toth of SCOLVO. In only half an hour, he proved the simplicity of “assembling” a mobile application for the business, with the help of SCOLVO’s ready-made modules.</p>
<p>[/spb_text_block]</p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2017/03/29/munich-partner-event-wrap/">Munich Partner Event Wrap-Up</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>This Was SCOLVO&#8217;s Year 2016</title>
		<link>https://scolvo.com/corinfo/blog/2016/12/22/scolvos-year-2016/</link>
		
		<dc:creator><![CDATA[Krisztian Toth]]></dc:creator>
		<pubDate>Thu, 22 Dec 2016 15:39:33 +0000</pubDate>
				<category><![CDATA[2016]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Hungary]]></category>
		<category><![CDATA[Partnerships]]></category>
		<category><![CDATA[Product development]]></category>
		<category><![CDATA[Scolvo]]></category>
		<guid isPermaLink="false">http://scolvo.com/?p=17897</guid>

					<description><![CDATA[<p>[spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;] As much as the year 2016 was an eventful one, and a good one, for our industry, it all reflected in what we have achieved. These are the major highlights that SCOLVO is especially proud of: [/spb_text_block] [spb_image image=&#8221;17777&#8243; image_size=&#8221;full&#8221; [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2016/12/22/scolvos-year-2016/">This Was SCOLVO&#8217;s Year 2016</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>[spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;]</p>
<p>As much as the year <a href="http://blog.scolvo.com/en/digital-transformation-and-enterprise-mobility-2016-a-year-in-review" target="_blank" rel="noopener">2016 was an eventful one</a>, and a good one, for our industry, it all reflected in what we have achieved. These are the major highlights that SCOLVO is especially proud of:</p>
<p>[/spb_text_block] [spb_image image=&#8221;17777&#8243; image_size=&#8221;full&#8221; frame=&#8221;noframe&#8221; caption_pos=&#8221;hover&#8221; remove_rounded=&#8221;yes&#8221; fullwidth=&#8221;no&#8221; overflow_mode=&#8221;none&#8221; link_target=&#8221;_self&#8221; lightbox=&#8221;no&#8221; intro_animation=&#8221;none&#8221; animation_delay=&#8221;200&#8243; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;] [spb_text_block animation=&#8221;none&#8221; animation_delay=&#8221;0&#8243; simplified_controls=&#8221;yes&#8221; custom_css_percentage=&#8221;no&#8221; padding_vertical=&#8221;0&#8243; padding_horizontal=&#8221;0&#8243; margin_vertical=&#8221;0&#8243; custom_css=&#8221;margin-top: 0px;margin-bottom: 0px;&#8221; border_size=&#8221;0&#8243; border_styling_global=&#8221;default&#8221; width=&#8221;1/1&#8243; el_position=&#8221;first last&#8221;]</p>
<h2>New market</h2>
<p>Arguably the biggest event this year was <a href="http://blog.scolvo.com/de/scolvo-kommt-nach-deutschland" target="_blank" rel="noopener">expanding our business to a new market: Germany</a>. As the single largest software market in Europe and one on the verge of the digital transformation of its business processes, Germany is a key market for SCOLVO.</p>
<p>In the autumn this year, we launched our activities there to explore “the potentials of productivity increase and simpler workflows,” as our <a href="http://scolvo.com/about-us/leadership/">CEO Csaba Csepeli</a> put it. Exciting times to follow!</p>
<p>&nbsp;</p>
<h2>New partner</h2>
<p>Along the lines of market expansion, we could announce our first partnership in Germany, with SAP-consultancy <a href="http://www.quanto-solutions.de/" target="_blank" rel="nofollow noopener">Quanto Solutions</a>, that has seven branches in the country, including its Stuttgart headquarters.</p>
<p>Quanto praised our products, <a href="http://scolvo.com/solutions/for-your-business-needs/field-operations-solutions/">SCOLVO Process</a> and <a href="http://scolvo.com/solutions/for-your-business-needs/sales-solutions/">SCOLVO Sales</a>, as being easily configurable and therefore saving time and costs for their customers during the implementation.</p>
<p>We will support them in customer acquisition and project management, from the start to the actual implementation. In an effort to build a strong <a href="http://scolvo.com/partners/">partner network</a>, we offer the same support for all system integrators, consulting companies, software and mobility specialists that join us.</p>
<p>&nbsp;</p>
<h2>New website</h2>
<p>At SCOLVO, we wanted to open a new chapter in our life and welcome our new partners and clients to this chapter. So we <a href="http://scolvo.com/">redesigned our website</a> that better reflects what we stand for and what we aim to accomplish: to make it easy to connect with us. We have added some <a href="http://blog.scolvo.com/en/scolvo-is-social">social channels</a>, too!</p>
<p>We wanted it to promote the simplicity and easiness SCOLVO apps have to offer, in a beautiful way. It became a place not only to showcase <a href="http://scolvo.com/solutions/for-your-business-needs/">our products</a> but also to offer you, the reader, <a href="http://scolvo.com/resources/">professional resources</a> that help you succeed in mobilization. <a href="http://blog.scolvo.com/en">See for yourself</a>and <a href="http://scolvo.com/contact/">tell us what you think</a>!</p>
<p>&nbsp;</p>
<h2>Hungarian market expansion</h2>
<p>Meanwhile, in Hungary, SCOLVO was busy with many new projects this year, for old and new clients alike. Our successful cooperation earlier with <a href="https://www.sopronivizmu.hu/" target="_blank" rel="nofollow noopener">Sopron Waterworks</a> led to another one of their projects entrusted to us &#8211; you can read about it in this case study <a href="http://info.scolvo.com/sopron-waterworks-case-study-download">here</a>. We have also signed some new clients, such as <a href="http://www.raiffeisen.hu/" target="_blank" rel="nofollow noopener">Raiffeisen Bank</a> or <a href="http://www.rossmann.hu/">Rossmann</a>, with exciting new projects, and we have <a href="http://scolvo.com/our-partners/">partnered up with Innosmart </a>as well.</p>
<p>&nbsp;</p>
<h2>Product development</h2>
<p>On a less spectacular, but not a bit less important note, we have been working hard the whole year on further developing our products. While we still can not go into details, we make sure to add new, innovative features to the second release and to make our products compatible with new, yet-to-be-seen technologies. Expect to hear from us with some big announcements early next year!</p>
<p>&nbsp;</p>
<p><strong>Until then, the whole team of SCOLVO wishes you a peaceful holiday season with lots of friends and family love to charge you for the year ahead!</strong></p>
<p>[/spb_text_block]</p>
<p>The post <a rel="nofollow" href="https://scolvo.com/corinfo/blog/2016/12/22/scolvos-year-2016/">This Was SCOLVO&#8217;s Year 2016</a> appeared first on <a rel="nofollow" href="https://scolvo.com/corinfo">Scolvo</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
