Skip to content
Snippets Groups Projects
Commit 0e1d9a9c29d4 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Migrate Sinclair Containers success story

review418081003
parent 27ba1039e7e7
No related branches found
No related tags found
No related merge requests found
...@@ -560,7 +560,8 @@ ...@@ -560,7 +560,8 @@
story=True), story=True),
Case( Case(
title="Sinclair Containers", title="Sinclair Containers",
description="Sells and rents containers."), description="Sells and rents containers.",
story=True),
Case( Case(
title="Skoda Autohaus Zeidler", title="Skoda Autohaus Zeidler",
description="A German car dealership and workshop for Skoda."), description="A German car dealership and workshop for Skoda."),
......
static/images/success-stories/sinclair-containers/banner-400px.jpg

20.1 KiB

static/images/success-stories/sinclair-containers/banner-800px.jpg

64.3 KiB

static/images/success-stories/sinclair-containers/banner.jpg

58.8 KiB

static/images/success-stories/sinclair-containers/sinclair.jpg

2.38 KiB

{% set email = 'vincent@lavalab.com.au' %} {% set email = 'vincent@lavalab.com.au' %}
{% set stories = ['sinclair-containers'] %}
{% extends "service_providers/layout.html" %} {% extends "service_providers/layout.html" %}
{% block description %} {% block description %}
An Australian based company specialising in the development of business An Australian based company specialising in the development of business
......
{% 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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment