changeset 0e1d9a9c29d4 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=0e1d9a9c29d4
description:
        Migrate Sinclair Containers success story

        review418081003
diffstat:

 app.py                                                             |    3 +-
 static/images/success-stories/sinclair-containers/banner-400px.jpg |  Bin 
 static/images/success-stories/sinclair-containers/banner-800px.jpg |  Bin 
 static/images/success-stories/sinclair-containers/banner.jpg       |  Bin 
 static/images/success-stories/sinclair-containers/sinclair.jpg     |  Bin 
 templates/service_providers/lava-lab-software.html                 |    1 +
 templates/success_stories/sinclair-containers.html                 |   34 
++++++++++
 7 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 app.py
--- a/app.py    Sun Sep 18 18:27:34 2022 +0200
+++ b/app.py    Thu Sep 29 08:21:36 2022 +0200
@@ -560,7 +560,8 @@
         story=True),
     Case(
         title="Sinclair Containers",
-        description="Sells and rents containers."),
+        description="Sells and rents containers.",
+        story=True),
     Case(
         title="Skoda Autohaus Zeidler",
         description="A German car dealership and workshop for Skoda."),
diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 
static/images/success-stories/sinclair-containers/banner-400px.jpg
Binary file static/images/success-stories/sinclair-containers/banner-400px.jpg 
has changed
diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 
static/images/success-stories/sinclair-containers/banner-800px.jpg
Binary file static/images/success-stories/sinclair-containers/banner-800px.jpg 
has changed
diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 
static/images/success-stories/sinclair-containers/banner.jpg
Binary file static/images/success-stories/sinclair-containers/banner.jpg has 
changed
diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 
static/images/success-stories/sinclair-containers/sinclair.jpg
Binary file static/images/success-stories/sinclair-containers/sinclair.jpg has 
changed
diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 
templates/service_providers/lava-lab-software.html
--- a/templates/service_providers/lava-lab-software.html        Sun Sep 18 
18:27:34 2022 +0200
+++ b/templates/service_providers/lava-lab-software.html        Thu Sep 29 
08:21:36 2022 +0200
@@ -1,4 +1,5 @@
 {% set email = '[email protected]' %}
+{% set stories = ['sinclair-containers'] %}
 {% extends "service_providers/layout.html" %}
 {% block description %}
 An Australian based company specialising in the development of business
diff -r 27ba1039e7e7 -r 0e1d9a9c29d4 
templates/success_stories/sinclair-containers.html
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/sinclair-containers.html        Thu Sep 29 
08:21:36 2022 +0200
@@ -0,0 +1,34 @@
+{% set title = "Sinclair Containers" %}
+{% set description = "Success story of Sinclair Containers implementing 
Tryton" %}
+{% set keywords = ["success story", "review", "case study"] %}
+{% set banner = "sinclair-containers/banner" %}
+{% set logo = "images/success-stories/sinclair-containers.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<img src="{{ url_for('static', 
filename='images/success-stories/sinclair-containers/sinclair.jpg') }}" 
class="mx-4 float-start" alt="" loading="lazy" width="131" height="38">
+<p class="lead"><a href="https://sinclaircontainers.com.au/";>Sinclair 
Containers</a> is an Australian company selling and renting containers.</p>
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>Lava Lab was engaged by Sinclair Containers to provide a software solution 
for their business that included a web client so as to avoid having to manage 
computer installations and also enable mobile phone access for the owner who is 
a roaming user.
+It was also identified that the business would benefit from a website to allow 
clients to purchase or rent a container directly from the one system.</p>
+{% endblock challenge %}
+{% block solution %}
+{{ super() }}
+<p>Straight out of the box the Tryton framework provided solutions to some 
basic shortfalls of the current desktop based software solution and allowed the 
business owner to improve and extend the software solution really easily.</p>
+{% endblock %}
+{% block implementation %}
+{{ super() }}
+<p>The implementation scope included the managing of specific business 
activities of selling and renting containers as well as management of customer 
details such as typical Customer Relationship Manager ( CRM ) software.
+The solution for selling and renting containers was based off the flexible and 
extensible Tryton accounting modules as well as some extra functionalities that 
included a scheduled task to invoice customers and charge their credit cards 
using an online payment gateway.</p>
+<p>The solution also provided the business with an e-commerce solution based 
on the <a href="https://pypi.python.org/pypi/trytond_nereid";>Nereid</a> module 
that is connected directly to the business system.</p>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>The result is a completely specific solution for the business that also 
allows the business owner to be in touch with the business directly from his 
mobile phone.</p>
+{% endblock results %}
+{% block provider %}
+{{ super() }}
+<p>Lava Lab Software provided its development experience with Tryton</p>
+{% endblock %}

Reply via email to