changeset a038637620b9 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=a038637620b9
description:
        Add ironga service provider and legna success case

        issue9209
        review287011002
diffstat:

 app.py                                                  |    6 +
 static/images/service-providers/inrowga.jpg             |  Bin 
 static/images/success-stories/legna.jpg                 |  Bin 
 static/images/success-stories/legna/offices.jpg         |  Bin 
 static/images/success-stories/legna/tryton-computer.jpg |  Bin 
 templates/service_providers/inrowga.html                |    8 +
 templates/success_stories/legna.html                    |   77 ++++++++++++++++
 7 files changed, 91 insertions(+), 0 deletions(-)

diffs (124 lines):

diff -r 4bbf0565fad7 -r a038637620b9 app.py
--- a/app.py    Wed May 06 14:28:32 2020 +0200
+++ b/app.py    Thu May 14 09:20:20 2020 +0200
@@ -57,6 +57,7 @@
     ('First Telecom', [(38.0131591, 23.7721521), (44.83722, 20.40560)]),
     ('gcoop', [(-34.59675, -58.43035)]),
     ('IntegraPer', [(-11.9753824, -77.0860785)]),
+    ('INROWGA', [(18.476389, -69.893333)]),
     ('Kopen Software', [(41.5995983, 0.5799085)]),
     ('Lava Lab Software', [(-27.978905, 153.389466)]),
     ('m-ds', [(52.520008, 13.404954)]),
@@ -454,6 +455,11 @@
         description="Installs and maintains lifts and elevators.",
         story=True),
     Case(
+        title="Legna",
+        description="Graphic design, digital printing "
+        "and offset solution company",
+        story=True),
+    Case(
         title="Koolvet",
         description="Software for veterinary clinics that deal with small "
         "domestic pets and larger farm animals.",
diff -r 4bbf0565fad7 -r a038637620b9 static/images/service-providers/inrowga.jpg
Binary file static/images/service-providers/inrowga.jpg has changed
diff -r 4bbf0565fad7 -r a038637620b9 static/images/success-stories/legna.jpg
Binary file static/images/success-stories/legna.jpg has changed
diff -r 4bbf0565fad7 -r a038637620b9 
static/images/success-stories/legna/offices.jpg
Binary file static/images/success-stories/legna/offices.jpg has changed
diff -r 4bbf0565fad7 -r a038637620b9 
static/images/success-stories/legna/tryton-computer.jpg
Binary file static/images/success-stories/legna/tryton-computer.jpg has changed
diff -r 4bbf0565fad7 -r a038637620b9 templates/service_providers/inrowga.html
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/service_providers/inrowga.html  Thu May 14 09:20:20 2020 +0200
@@ -0,0 +1,8 @@
+{% set img = url_for('static', 
filename='images/service-providers/inrowga.jpg') %}
+{% set website = 'http://inrowga.com/' %}
+{% set email = '[email protected]' %}
+{% extends "service_providers/layout.html" %}
+{% block description %}
+A company providing consulting and information technology services with 
experience implementing products and computer tools.
+{% endblock %}
+{% block location %}Santo Domingo, Dominican Republic{% endblock %}
diff -r 4bbf0565fad7 -r a038637620b9 templates/success_stories/legna.html
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/legna.html      Thu May 14 09:20:20 2020 +0200
@@ -0,0 +1,77 @@
+{% set title = "Legna" %}
+{% set description = "Success story of a digital printing company" %}
+{% set keywords = ["success story", "review", "case study", "digital 
printing"] %}
+{% set banner = "legna/banner" %}
+{% set logo = "images/success-stories/legna.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<p class="lead">
+<a href="https://www.legna.com.do";>LEGNA COMUNICACIÓN VISUAL, SRL</a> is a 
company from the Dominican Republic dedicated to graphic design, digital 
printing and offset solutions but above all they are experts in large format 
printing.
+They are committed to satisfing their client's needs with respect to design, 
printing and placement of billboards.
+Currently they have 16 employees, 5 users in the office and 11 who work in 
production.
+<noscript class="loading-lazy">
+    <img src="{{ url_for('static', 
filename='images/success-stories/legna/offices.jpg') }}" class="mx-4 center" 
alt="legna offices" loading="lazy">
+</noscript>
+</p>
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>
+The company was using Excel to manage sales and invoices but this was 
uncontrollable.
+They wanted to upgrade to a system with more features, lower costs for small 
and medium sized business (SME) and which could be customized and updated 
smoothly.
+The new business software needed to be able to deliver the following 
functionalities:
+</p>
+<ul>
+    <li>Customers/suppliers management</li>
+    <li>Product and stock management</li>
+    <li>Sales</li>
+    <li>Purchases</li>
+    <li>Accounting (invoicing, bookkeeping)</li>
+    <li>Tax Reporting</li>
+    <li>Analytic Statistics</li>
+    <li>Groups, Users and Audit System</li>
+</ul>
+{% endblock challenge %}
+{% block solution %}
+{{ super() }}
+<p>
+It was decided to use Tryton as the base platform.
+We identified that, to begin with, some minor custom functionality was needed 
to adapt the accounting and fiscal accounting to their needs.
+However, most of the functionality from the Tryton base platform and the 
extensions for Dominican Republic could be used without any issue.
+</p>
+{% endblock solution %}
+{% block implementation %}
+{{ super() }}
+<p>
+We developed a migration script to import the existing data into the new 
Tryton system.
+Report layouts were adjusted to match the customer's corporate identity and 
satisfy the Dominican Republic's fiscal rules and regulations.
+The desktop client was installed on all the Mac and Windows computers.
+The web client was also installed.
+After some basic training, the users were able to use Tryton as the company's 
new managment system.
+</p>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>
+<noscript class="loading-lazy">
+    <img src="{{ url_for('static', 
filename='images/success-stories/legna/tryton-computer.jpg') }}" class="center 
w-100" alt="A Legna computer using Tryton" loading="lazy">
+</noscript>
+The migration from Excel to Tryton has been a complete success.
+Tryton has shown that it is an excellent solution for companies that need a 
standard accounting and business management system.
+With some light customization it was easy to get it to work perfectly for 
LEGNA COMUNICACIÓN VISUAL, SRL.
+</p>
+<p>
+The use of the purchase, sale, stock and invoicing modules has structured the 
business processes and significantly improved the productivity of the whole 
company.
+</p>
+<blockquote>
+We are very pleased with the outcome of the project and the continuous 
upgrades.
+The system fully covers our processes and it is easy to use.
+</blockquote>
+<p><a href="https://www.legna.com.do";>LEGNA COMUNICACIÓN VISUAL, SRL</a> is 
very happy with the Tryton system and is already looking forward to the next 
version.
+</p>
+{% endblock %}
+{% block provider %}
+{{ super() }}
+<p><a href="http://inrowga.com/";>INROWGA</a> is the provider which helped the 
customer with the full Tryton implementation.</p>
+{% endblock %}

Reply via email to