<?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>Energy &amp; Environment &#8211; Beaconade Networks</title>
	<atom:link href="https://beaconade.com/stm_works_category/energy-environment/feed/" rel="self" type="application/rss+xml" />
	<link>https://beaconade.com</link>
	<description>Internet Services, Enterprise Network and Security Solutions, Server &#38; Storage Solutions, Training, Managed Services, Cloud Services</description>
	<lastBuildDate>Wed, 02 May 2018 11:01:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>

<image>
	<url>https://i0.wp.com/beaconade.com/wp-content/uploads/2019/09/cropped-fav.png?fit=32%2C32&#038;ssl=1</url>
	<title>Energy &amp; Environment &#8211; Beaconade Networks</title>
	<link>https://beaconade.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">214483642</site>	<item>
		<title>Constructing a best-in-class global procurement</title>
		<link>https://beaconade.com/works/constructing-a-best-in-class-global-procurement/</link>
		
		<dc:creator><![CDATA[FCL-Admin]]></dc:creator>
		<pubDate>Wed, 02 May 2018 11:01:23 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/demo/?post_type=stm_works&#038;p=2903</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<body>		<div data-elementor-type="wp-post" data-elementor-id="2903" class="elementor elementor-2903 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-dc87722 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc87722" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dc87c98" data-id="dc87c98" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc88136 elementor-widget elementor-widget-vc_custom_heading" data-id="dc88136" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle"><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Constructing a best-in-class global procurement<span class="subtitle">Surface Transport &amp; Logistics</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dc88452 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc88452" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dc888fd" data-id="dc888fd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc88c58 elementor-widget elementor-widget-image" data-id="dc88c58" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://i0.wp.com/beaconade.com/wp-content/uploads/2020/11/placeholder.gif?fit=1920%2C1280&amp;ssl=1" title="" alt="" loading="lazy">															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dc89027" data-id="dc89027" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8939c elementor-widget elementor-widget-stm_spacing" data-id="dc8939c" data-element_type="widget" data-e-type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-6a3bc62799264"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-6a3bc62799264',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '0',
            xsSpacing = '40';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-dc89446 elementor-widget elementor-widget-vc_custom_heading" data-id="dc89446" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left"><h6 style="text-align: left;line-height: 26px;font-weight:700" class="consulting-custom-title">For one leading pharmaceutical laboratory, success and double-digit sales growth came with a cost: an overburdened supply chain that threatened to reduce market share.
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-dc89650 elementor-widget elementor-widget-text-editor" data-id="dc89650" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="line-height: 22px;">The effort vastly improved the company’s <span style="color: #777777;"><em>planning and execution functions</em></span>, they knew that in order to succeed in this era of technology their accounting systems needed to be much more robust than what they are. They turned to WP consulting to improve their accounting systems.</p>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-dc8988a elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="dc8988a" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dc8a22c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc8a22c" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-dc8a839" data-id="dc8a839" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8abdd elementor-widget elementor-widget-vc_custom_heading" data-id="dc8abdd" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_right"><h3 style="font-size: 24px;color: #222222;text-align: right;line-height: 30px;font-weight:700" class="consulting-custom-title">challenge
</h3></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-dc8ade3" data-id="dc8ade3" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8b163 elementor-widget elementor-widget-text-editor" data-id="dc8b163" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The biggest challenge was that Arguzo was not utilizing technology properly. Too much of the work was still being recorded manually, which meant that the numbers took a long time to note down and then to be analyzed. Live data was also not available and decisions can only be made after all the required data and been received. This was holding Arguzo back; they knew they could corner more of the market if they had the ability to be more mobile. The work addressed three critical issues for Pharm Ltd.:</p>
<ul style="font-size: 13px;">
<li><strong style="font-size: 14px;">Improve sales and operations and production planning:</strong>
<div>
<p>The teams focused their efforts on a few of the highest-value S&amp;OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.</p>
</div>
</li>
<li><strong style="font-size: 14px;">Determine the right inventory level:</strong>
<div>
<p>With hundreds of medications in the market, Pharm Ltd. needed a proper method to predict and manage their inventory. Using a mean absolute percentage analysis (MAPE), the teams defined appropriate levels for raw materials and finished products by mapping actual versus forecasted sales on the most important SKUs.</p>
</div>
</li>
<li><strong style="font-size: 14px;">Optimize the supply chain for perfect order planning:</strong>
<div>
<p>The diagnostic determined the stressors that affected sales and service levels. The teams focused on resolving issues related to higher-than-normal back-orders and lead times, which stressed the entire supply chain and led to delays in medications reaching consumers.</p>
</div>
</li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-dc8b3b4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="dc8b3b4" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dc8b639 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc8b639" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-dc8ba3f" data-id="dc8ba3f" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8bdd1 elementor-widget elementor-widget-vc_custom_heading" data-id="dc8bdd1" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_right"><h3 style="font-size: 24px;color: #222222;text-align: right;line-height: 30px;font-weight:700" class="consulting-custom-title">solution
</h3></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-dc8bfdf" data-id="dc8bfdf" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8c372 elementor-widget elementor-widget-text-editor" data-id="dc8c372" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The solution WP consulting came up with combined cutting edge technology with real world practicality. Everyone knew that the systems had to be updated, the real challenge was updating them without disrupting the whole organization in a negative way. The solution was to introduce proper workload management done through computers, while providing mobile platforms to the stakeholders.</p>
<p>This allowed the workers to be involved in the job instead of feeling like they had been made redundant by technology.</p>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-dc8c5ac elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="dc8c5ac" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dc8c818 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc8c818" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-dc8cca7" data-id="dc8cca7" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8d039 elementor-widget elementor-widget-vc_custom_heading" data-id="dc8d039" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_right"><h3 style="font-size: 24px;color: #222222;text-align: right;line-height: 30px;font-weight:700" class="consulting-custom-title">results
</h3></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-dc8d236" data-id="dc8d236" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8d656 elementor-widget elementor-widget-text-editor" data-id="dc8d656" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Arguzo employees are now more empowered; Arguzo also has the benefit of generating reports instantaneously whenever needed. They can now make decisions on the fly based on the latest real time data.</p>
<p>The effort vastly improved the company’s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.</p>
<p>By the numbers, the effort:</p>
<ul style="font-size: 13px; line-height: 22px;">
<li><strong>Reduced lead time by 43%</strong></li>
<li><strong>Decreased variability by 50%</strong></li>
<li><strong>Lowered the risk of back-order by 95%</strong></li>
<li><strong>Increased stock for finished goods by 10%</strong></li>
</ul>
								</div>
				</div>
				<div class="elementor-element elementor-element-dc8d8bc elementor-widget elementor-widget-stm_charts" data-id="dc8d8bc" data-element_type="widget" data-e-type="widget" data-widget_type="stm_charts.default">
				<div class="elementor-widget-container">
					    <div class="stm_chart stm_charts legend_position_bottom">
        <canvas id="chart_6a3bc6279c731" width="611" height="400"></canvas>
        <script type="text/javascript">

            jQuery(window).on('load', function ($) {
                var showLegend = false;
                                showLegend = true;
                                var ChartData_chart_6a3bc6279c731 = {"datasets":[{"label":"One","fillColor":"rgba(254, 108, 97, 0.8)","strokeColor":"rgba(254, 108, 97, 0)","backgroundColor":"rgba(254, 108, 97, 1)","highlightStroke":"rgba(254, 108, 97, 1)","pointColor":"#fe6c61","data":["10"," 15"," 20"," 25"," 27"," 25"," 23"," 25"]},{"label":"Two","fillColor":"rgba(84, 114, 210, 0.8)","strokeColor":"rgba(84, 114, 210, 0)","backgroundColor":"rgba(84, 114, 210, 1)","highlightStroke":"rgba(84, 114, 210, 1)","pointColor":"#5472d2","data":["25"," 18"," 16"," 17"," 20"," 25"," 30"," 35"]}],"labels":["JAN"," FEB"," MAR"," APR"," MAY"," JUN"," JUL"," AUG"]};
                var chart_6a3bc6279c731 = jQuery("#chart_6a3bc6279c731").get(0).getContext("2d");
                chart_6a3bc6279c731.
                canvas.width = 611;
                chart_6a3bc6279c731.
                canvas.height = 400;

                var stackedLine = new Chart(chart_6a3bc6279c731, {
                    type: 'bar',
                    data: ChartData_chart_6a3bc6279c731,
                    options: {
                        'legend': {
                            'position': 'bottom',
                            'display': showLegend
                        },
                        'responsive': true,
                        maintainAspectRatio: false
                    }
                });
            });


        </script>
    </div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-dc8d99a elementor-hidden-tablet elementor-hidden-phone" data-id="dc8d99a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8dcf9 elementor-widget elementor-widget-stm_sidebar" data-id="dc8dcf9" data-element_type="widget" data-e-type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="619" class="elementor elementor-619 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-391aefd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="391aefd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-391b36b" data-id="391b36b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-391beca elementor-align-left elementor-widget elementor-widget-button" data-id="391beca" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-391ca33 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="391ca33" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-391cf41" data-id="391cf41" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-391d3aa elementor-widget elementor-widget-vc_custom_heading" data-id="391d3aa" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left"><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-391d787 elementor-widget elementor-widget-text-editor" data-id="391d787" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-391dadf elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="391dadf" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-391e59b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="391e59b" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-391ea61" data-id="391ea61" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-391ee22 elementor-widget elementor-widget-stm_testimonials" data-id="391ee22" data-element_type="widget" data-e-type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

            <div class="stm_testimonials consulting_elementor_testimonials style_1">
                            <div class="item">
                    <div class="testimonial"><p>“From our experience we make bold to say without any fear of being contradicted that Beaconade stands out taller that the rest in terms of Network Support nd Data Center Solutions in Nigeria.”</p>
</div>
                    <div class="testimonial-info clearfix">
                        <div class="testimonial-image"><img loading="lazy" decoding="async" width="50" height="50" src="https://i0.wp.com/beaconade.com/wp-content/uploads/2020/11/placeholder.gif?resize=50%2C50&amp;ssl=1" class="attachment-consulting-image-50x50-croped size-consulting-image-50x50-croped wp-post-image" alt="consulting_placeholder" loading="lazy"></div>
                        <div class="testimonial-text">
                            <div class="name">Silas Haruna</div>
                            <div class="company">
                                MD/CEO, GalaxyConnect                            </div>
                        </div>
                    </div>
                </div>
                    </div>
    
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dc8dd9e third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc8dd9e" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dc8e1a6" data-id="dc8e1a6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc8e4f6 elementor-widget elementor-widget-vc_cta" data-id="dc8e4f6" data-element_type="widget" data-e-type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_18dfde003b21c3f8505614fb7696b99a ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">

    <div class="ce_cta__content">
        <div class="ce_cta__content__header">
            <h2 class="ce_cta__content__title ">Looking for a First-Class Business Plan Consultant?</h2>                    </div>

        
    </div>

    
        <div class="ce_cta__action">
            <a href="#" target="_self" class="button ">
                <span>get a quote</span>
                                    <i class="fa fa-chevron-right"></i>
                            </a>
        </div>

    
</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</body>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2903</post-id>	</item>
		<item>
		<title>Developing a strategy and roadmap for clients</title>
		<link>https://beaconade.com/works/developing-a-strategy-and-roadmap/</link>
		
		<dc:creator><![CDATA[FCL-Admin]]></dc:creator>
		<pubDate>Fri, 22 Jan 2016 05:14:05 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_works&#038;p=722</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<body>		<div data-elementor-type="wp-post" data-elementor-id="722" class="elementor elementor-722 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-373d1f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="373d1f1" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-373d788" data-id="373d788" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-373dc1f elementor-widget elementor-widget-vc_custom_heading" data-id="373dc1f" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle"><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Developing a strategy and roadmap for clients<span class="subtitle">Surface Transport &amp; Logistics</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-373df3b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="373df3b" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-373e441" data-id="373e441" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-373e7f3 elementor-widget elementor-widget-image" data-id="373e7f3" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://i0.wp.com/beaconade.com/wp-content/uploads/2020/11/placeholder.gif?fit=1920%2C1280&amp;ssl=1" title="" alt="" loading="lazy">															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-373ec68" data-id="373ec68" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-373f001 elementor-widget elementor-widget-vc_custom_heading" data-id="373f001" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left"><h6 style="text-align: left;line-height: 26px;font-weight:700" class="consulting-custom-title">For one leading pharmaceutical laboratory, success and double-digit sales growth came with a cost: an overburdened supply chain that threatened to reduce market share.
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-373f229 elementor-widget elementor-widget-text-editor" data-id="373f229" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="line-height: 22px;">The effort vastly improved the company’s <span style="color: #777777;"><em>planning and execution functions</em></span>, they knew that in order to succeed in this era of technology their accounting systems needed to be much more robust than what they are. They turned to WP consulting to improve their accounting systems.</p>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-373f466 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="373f466" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-373f6d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="373f6d9" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-373fb22" data-id="373fb22" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-373fec0 elementor-widget elementor-widget-vc_custom_heading" data-id="373fec0" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_right"><h3 style="font-size: 24px;color: #222222;text-align: right;line-height: 30px;font-weight:700" class="consulting-custom-title">challenge
</h3></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-37400d1" data-id="37400d1" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-374044d elementor-widget elementor-widget-text-editor" data-id="374044d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The biggest challenge was that Arguzo was not utilizing technology properly. Too much of the work was still being recorded manually, which meant that the numbers took a long time to note down and then to be analyzed. Live data was also not available and decisions can only be made after all the required data and been received. This was holding Arguzo back; they knew they could corner more of the market if they had the ability to be more mobile. The work addressed three critical issues for Pharm Ltd.:</p>
<ul style="font-size: 13px;">
<li><strong style="font-size: 14px;">Improve sales and operations and production planning:</strong>
<div>
<p>The teams focused their efforts on a few of the highest-value S&amp;OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.</p>
</div>
</li>
<li><strong style="font-size: 14px;">Determine the right inventory level:</strong>
<div>
<p>With hundreds of medications in the market, Pharm Ltd. needed a proper method to predict and manage their inventory. Using a mean absolute percentage analysis (MAPE), the teams defined appropriate levels for raw materials and finished products by mapping actual versus forecasted sales on the most important SKUs.</p>
</div>
</li>
<li><strong style="font-size: 14px;">Optimize the supply chain for perfect order planning:</strong>
<div>
<p>The diagnostic determined the stressors that affected sales and service levels. The teams focused on resolving issues related to higher-than-normal back-orders and lead times, which stressed the entire supply chain and led to delays in medications reaching consumers.</p>
</div>
</li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-3740688 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3740688" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-37408f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="37408f1" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3740cff" data-id="3740cff" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3741089 elementor-widget elementor-widget-vc_custom_heading" data-id="3741089" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_right"><h3 style="font-size: 24px;color: #222222;text-align: right;line-height: 30px;font-weight:700" class="consulting-custom-title">solution
</h3></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-374127d" data-id="374127d" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-37415f9 elementor-widget elementor-widget-text-editor" data-id="37415f9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The solution WP consulting came up with combined cutting edge technology with real world practicality. Everyone knew that the systems had to be updated, the real challenge was updating them without disrupting the whole organization in a negative way. The solution was to introduce proper workload management done through computers, while providing mobile platforms to the stakeholders.</p>
<p>This allowed the workers to be involved in the job instead of feeling like they had been made redundant by technology.</p>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-3741834 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3741834" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3741aaa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3741aaa" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3741e9c" data-id="3741e9c" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3742210 elementor-widget elementor-widget-vc_custom_heading" data-id="3742210" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_right"><h3 style="font-size: 24px;color: #222222;text-align: right;line-height: 30px;font-weight:700" class="consulting-custom-title">results
</h3></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-3742403" data-id="3742403" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3742792 elementor-widget elementor-widget-text-editor" data-id="3742792" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Arguzo employees are now more empowered; Arguzo also has the benefit of generating reports instantaneously whenever needed. They can now make decisions on the fly based on the latest real time data.</p>
<p>The effort vastly improved the company’s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.</p>
<p>By the numbers, the effort:</p>
<ul style="font-size: 13px; line-height: 22px;">
<li><strong>Reduced lead time by 43%</strong></li>
<li><strong>Decreased variability by 50%</strong></li>
<li><strong>Lowered the risk of back-order by 95%</strong></li>
<li><strong>Increased stock for finished goods by 10%</strong></li>
</ul>
								</div>
				</div>
				<div class="elementor-element elementor-element-37429db elementor-widget elementor-widget-stm_charts" data-id="37429db" data-element_type="widget" data-e-type="widget" data-widget_type="stm_charts.default">
				<div class="elementor-widget-container">
					    <div class="stm_chart stm_charts legend_position_bottom">
        <canvas id="chart_6a3bc627a927c" width="611" height="400"></canvas>
        <script type="text/javascript">

            jQuery(window).on('load', function ($) {
                var showLegend = false;
                                showLegend = true;
                                var ChartData_chart_6a3bc627a927c = {"datasets":[{"label":"One","fillColor":"rgba(254, 108, 97, 0.8)","strokeColor":"rgba(254, 108, 97, 0)","backgroundColor":"rgba(254, 108, 97, 1)","highlightStroke":"rgba(254, 108, 97, 1)","pointColor":"#fe6c61","data":["10"," 15"," 20"," 25"," 27"," 25"," 23"," 25"]},{"label":"Two","fillColor":"rgba(84, 114, 210, 0.8)","strokeColor":"rgba(84, 114, 210, 0)","backgroundColor":"rgba(84, 114, 210, 1)","highlightStroke":"rgba(84, 114, 210, 1)","pointColor":"#5472d2","data":["25"," 18"," 16"," 17"," 20"," 25"," 30"," 35"]}],"labels":["JAN"," FEB"," MAR"," APR"," MAY"," JUN"," JUL"," AUG"]};
                var chart_6a3bc627a927c = jQuery("#chart_6a3bc627a927c").get(0).getContext("2d");
                chart_6a3bc627a927c.
                canvas.width = 611;
                chart_6a3bc627a927c.
                canvas.height = 400;

                var stackedLine = new Chart(chart_6a3bc627a927c, {
                    type: 'bar',
                    data: ChartData_chart_6a3bc627a927c,
                    options: {
                        'legend': {
                            'position': 'bottom',
                            'display': showLegend
                        },
                        'responsive': true,
                        maintainAspectRatio: false
                    }
                });
            });


        </script>
    </div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3742aa1 elementor-hidden-tablet elementor-hidden-phone" data-id="3742aa1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3742df7 elementor-widget elementor-widget-stm_sidebar" data-id="3742df7" data-element_type="widget" data-e-type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="619" class="elementor elementor-619 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-391aefd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="391aefd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-391b36b" data-id="391b36b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-391beca elementor-align-left elementor-widget elementor-widget-button" data-id="391beca" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-391ca33 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="391ca33" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-391cf41" data-id="391cf41" data-element_type="column" data-e-type="column" data-settings='{"background_background":"classic"}'>
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-391d3aa elementor-widget elementor-widget-vc_custom_heading" data-id="391d3aa" data-element_type="widget" data-e-type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left"><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-391d787 elementor-widget elementor-widget-text-editor" data-id="391d787" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-391dadf elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="391dadf" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-391e59b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="391e59b" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-391ea61" data-id="391ea61" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-391ee22 elementor-widget elementor-widget-stm_testimonials" data-id="391ee22" data-element_type="widget" data-e-type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

            <div class="stm_testimonials consulting_elementor_testimonials style_1">
                            <div class="item">
                    <div class="testimonial"><p>“From our experience we make bold to say without any fear of being contradicted that Beaconade stands out taller that the rest in terms of Network Support nd Data Center Solutions in Nigeria.”</p>
</div>
                    <div class="testimonial-info clearfix">
                        <div class="testimonial-image"><img loading="lazy" decoding="async" width="50" height="50" src="https://i0.wp.com/beaconade.com/wp-content/uploads/2020/11/placeholder.gif?resize=50%2C50&amp;ssl=1" class="attachment-consulting-image-50x50-croped size-consulting-image-50x50-croped wp-post-image" alt="consulting_placeholder" loading="lazy"></div>
                        <div class="testimonial-text">
                            <div class="name">Silas Haruna</div>
                            <div class="company">
                                MD/CEO, GalaxyConnect                            </div>
                        </div>
                    </div>
                </div>
                    </div>
    
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3742e9b third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3742e9b" data-element_type="section" data-e-type="section" data-settings='{"background_background":"classic"}'>
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3743294" data-id="3743294" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-37435d2 elementor-widget elementor-widget-vc_cta" data-id="37435d2" data-element_type="widget" data-e-type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_accca3b8ca10d54e00d6fbd079566f5c ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">

    <div class="ce_cta__content">
        <div class="ce_cta__content__header">
            <h2 class="ce_cta__content__title ">Looking for a First-Class Business Plan Consultant?</h2>                    </div>

        
    </div>

    
        <div class="ce_cta__action">
            <a href="#" target="_self" class="button ">
                <span>get a quote</span>
                                    <i class="fa fa-chevron-right"></i>
                            </a>
        </div>

    
</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</body>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">722</post-id>	</item>
	</channel>
</rss>
