changeset 4fc454ec371a in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=4fc454ec371a
description:
        Add MiFarma success story

        issue10649
        review350251002
diffstat:

 app.py                                                 |    3 +
 static/images/success-stories/mifarma.jpg              |  Bin 
 static/images/success-stories/mifarma/banner-400px.jpg |  Bin 
 static/images/success-stories/mifarma/banner-800px.jpg |  Bin 
 static/images/success-stories/mifarma/banner.jpg       |  Bin 
 static/images/success-stories/mifarma/mifarma.jpg      |  Bin 
 templates/success_stories/mifarma.html                 |   64 +++++++++++++++++
 7 files changed, 67 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r f586b94e6b6a -r 4fc454ec371a app.py
--- a/app.py    Fri Oct 08 10:02:58 2021 +0200
+++ b/app.py    Thu Oct 28 12:01:55 2021 +0200
@@ -470,6 +470,9 @@
         description="Operates municipal day care centers and "
         "parent-child groups."),
     Case(
+        title="Mifarma",
+        description="Leading online parapharmacy."),
+    Case(
         title="Lackierzentrum Reichenbach",
         description="Produces surface coating for automotive, aerospace, "
         "construction and mechanical engineering."),
diff -r f586b94e6b6a -r 4fc454ec371a static/images/success-stories/mifarma.jpg
Binary file static/images/success-stories/mifarma.jpg has changed
diff -r f586b94e6b6a -r 4fc454ec371a 
static/images/success-stories/mifarma/banner-400px.jpg
Binary file static/images/success-stories/mifarma/banner-400px.jpg has changed
diff -r f586b94e6b6a -r 4fc454ec371a 
static/images/success-stories/mifarma/banner-800px.jpg
Binary file static/images/success-stories/mifarma/banner-800px.jpg has changed
diff -r f586b94e6b6a -r 4fc454ec371a 
static/images/success-stories/mifarma/banner.jpg
Binary file static/images/success-stories/mifarma/banner.jpg has changed
diff -r f586b94e6b6a -r 4fc454ec371a 
static/images/success-stories/mifarma/mifarma.jpg
Binary file static/images/success-stories/mifarma/mifarma.jpg has changed
diff -r f586b94e6b6a -r 4fc454ec371a templates/success_stories/mifarma.html
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/mifarma.html    Thu Oct 28 12:01:55 2021 +0200
@@ -0,0 +1,64 @@
+{% set title = "Mifarma" %}
+{% set description = "Success story of Mifarma implementing Tryton" %}
+{% set keywords = ["success story", "review", "case study", "online 
parapharmacy"] %}
+{% set banner = "mifarma/banner" %}
+{% set logo = "images/success-stories/mifarma.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<p class="lead">
+    <noscript class="loading-lazy">
+        <img src="{{ url_for('static', 
filename='images/success-stories/mifarma/mifarma.jpg') }}" class="mx-4 
float-right" alt="online-parapharmacy" loading="lazy">
+    </noscript>
+    <a href="https://www.mifarma.es/";>Mifarma</a> is one of the most important 
parapharmacies in Europe and currently is the market leader in Spain.
+    It is part of the Atida Group and it also has a presence in other 
countries such as Portugal, Italy, France, the United Kingdom, Germany and the 
Netherlands.
+    The company was founded in 2010.
+    It has 120 employees and sells more than 30,000 different products from a 
range of 800 brands.
+</p>
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>
+Mifarma was in need of an ERP that was capable of integrating with their web 
shop, managing the operations of a large company and also standing up to the 
critical aspects of a highly competitive sector in which the main objective is 
to process the maximum number of orders.
+In short they were looking to:
+</p>
+<ul>
+    <li>Optimize provisioning</li>
+    <li>Streamline order delivery</li>
+    <li>Improve integration with automated locations</li>
+    <li>Notify real time stock availability to the web shop</li>
+    <li>Integrate with logistics operators</li>
+</ul>
+{% endblock challenge %}
+{% block solution %}
+{{ super() }}
+<p>
+After an evaluation process, Mifarma selected Tryton as their main software 
tool. This decision provided:
+</p>
+<ul>
+    <li>A complete ERP that allows the staff to control every area of the 
company.</li>
+    <li>A framework which can be developed and adapted to incorporate new 
business processes and which is easy to integrate with other systems.</li>
+    <li>A 100% open source solution: The DevOps team got a tool that can be 
modified, extended or adapted by themselves therefore winning autonomy.</li>
+</ul>
+{% endblock solution %}
+{% block implementation %}
+{{ super() }}
+<p>Once the standard ERP and the integration with the web shop was deployed, 
additional improvements were addressed, in accordance with Mifarma’s specific 
needs, these included:</p>
+<ul>
+    <li>The integration between Tryton and a Big Data analytics service that 
uses deep learning to help provisioning and purchase request creation</li>
+    <li>Apps for the warehouse staff which provide more agility and 
flexibility: In order to process each order, an App helps personnel find the 
stored products</li>
+    <li>Tryton is integrated with System Logistics’ Modula in order to 
automatically serve the products needed during order preparation</li>
+    <li>Communications with logistics providers are automated by integrating 
Tryton with their platforms</li>
+</ul>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>
+The outcome is that Mifarma trusts Tryton and is very pleased with the results.
+The high level of control and automation achieved allows for a scenario that 
only very few systems can obtain.
+</p>
+{% endblock %}
+{% block provider %}
+{{ super() }}
+<p><a href="https://datalifeit.es";>Datalife</a></p>
+{% endblock %}

Reply via email to