changeset e2d8661d92db in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=e2d8661d92db
description:
Add power solutions and success stories
review277601002
diffstat:
app.py | 12 ++
static/images/service-providers/power_solutions.jpg | Bin
static/images/success-stories/als-swiss.jpg | Bin
static/images/success-stories/als-swiss/banner.jpg | Bin
static/images/success-stories/blue-box-distribution.jpg | Bin
static/images/success-stories/blue-box-distribution/banner.jpg | Bin
static/images/success-stories/felber.jpg | Bin
static/images/success-stories/felber/banner.jpg | Bin
templates/service_providers/power_solutions.html | 11 ++
templates/success_stories/als-swiss.html | 46 ++++++++
templates/success_stories/blue-box-distribution.html | 52
++++++++++
templates/success_stories/felber.html | 49 +++++++++
12 files changed, 170 insertions(+), 0 deletions(-)
diffs (231 lines):
diff -r b7041b45179b -r e2d8661d92db app.py
--- a/app.py Wed Jul 17 22:08:37 2019 +0200
+++ b/app.py Wed Jul 17 22:27:45 2019 +0200
@@ -51,6 +51,7 @@
('Lava Lab Software', [(-27.978905, 153.389466)]),
('m-ds', [(52.520008, 13.404954)]),
('NaN-tic', [(41.544063, 2.115122)]),
+ ('power solutions', [(47.0467674, 8.3048232)]),
('SISalp', [(45.903956, 6.099937), (43.132028, 5.935532)]),
('Virtual Things', [(48.13585, 11.577415), (50.775116, 6.083565)]),
]
@@ -240,6 +241,9 @@
CASES = [
+ Case(title="ALS Swiss",
+ description="A society for people suffering ALS disease.",
+ story=True),
Case(
title="AMMEBA",
description="A Medical Mutual Society from Buenos Aires."),
@@ -250,6 +254,10 @@
title="Banque Française Mutualiste",
description="A French bank for the public service."),
Case(
+ title="Blue Box Distribution",
+ description="An international distributor of hair care products.",
+ story=True),
+ Case(
title="La Cave Thrace",
description="Imports and distributes wine in France."),
Case(
@@ -260,6 +268,10 @@
description="Produces vision based systems.",
story=True),
Case(
+ title="Felber",
+ description="A stamp and signalisation company.",
+ story=True),
+ Case(
title="Grufesa",
description="Exports strawberries in Europe.",
story=True),
diff -r b7041b45179b -r e2d8661d92db
static/images/service-providers/power_solutions.jpg
Binary file static/images/service-providers/power_solutions.jpg has changed
diff -r b7041b45179b -r e2d8661d92db static/images/success-stories/als-swiss.jpg
Binary file static/images/success-stories/als-swiss.jpg has changed
diff -r b7041b45179b -r e2d8661d92db
static/images/success-stories/als-swiss/banner.jpg
Binary file static/images/success-stories/als-swiss/banner.jpg has changed
diff -r b7041b45179b -r e2d8661d92db
static/images/success-stories/blue-box-distribution.jpg
Binary file static/images/success-stories/blue-box-distribution.jpg has changed
diff -r b7041b45179b -r e2d8661d92db
static/images/success-stories/blue-box-distribution/banner.jpg
Binary file static/images/success-stories/blue-box-distribution/banner.jpg has
changed
diff -r b7041b45179b -r e2d8661d92db static/images/success-stories/felber.jpg
Binary file static/images/success-stories/felber.jpg has changed
diff -r b7041b45179b -r e2d8661d92db
static/images/success-stories/felber/banner.jpg
Binary file static/images/success-stories/felber/banner.jpg has changed
diff -r b7041b45179b -r e2d8661d92db
templates/service_providers/power_solutions.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/service_providers/power_solutions.html Wed Jul 17 22:27:45
2019 +0200
@@ -0,0 +1,11 @@
+{% set img = url_for('static',
filename='images/service-providers/power_solutions.jpg') %}
+{% set website = 'http://www.powersolutions.ch/' %}
+{% set email = '[email protected]' %}
+{% set phone = '+41412111222' %}
+{% extends "service_providers/layout.html" %}
+{% block description %}
+Since 2012 we have offered Tryton cloud servers that you can easily rent
(SAAS).
+We offer consulting, integration, extension and support for Tryton solutions.
+Also check out <a href="http://www.tryton.cloud/">tryton.cloud</a>.
+{% endblock description %}
+{% block location %}Lucerne, Switzerland{% endblock %}
diff -r b7041b45179b -r e2d8661d92db templates/success_stories/als-swiss.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/als-swiss.html Wed Jul 17 22:27:45 2019 +0200
@@ -0,0 +1,46 @@
+{% set title = "ALS Swiss" %}
+{% set description = "Success story of ALS Swiss implementing Tryton for
fundraising" %}
+{% set keywords = ["success story", "review", "case study", "fundraising"] %}
+{% set banner = "als-swiss/banner.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<p class="lead">The <a href="https://www.als-schweiz.ch/">ALS society in
Switzerland</a> helps and cares for people suffering from amyotrophic lateral
sclerosis.
+The society also provides support for relatives and friends of people
suffering from this progressive life-limiting illness.</p>
+<img src="{{ url_for('static',
filename='images/success-stories/als-swiss/banner.jpg') }}" class="img-fluid"
alt="">
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>In order to provide support to people affected by ALS, the ALS society
needs to raise money from donations.
+These fundraising activities, and the general day to day operations of the ALS
society, lead to administrative work that needs to be organized and managed.
+So the ALS society was looking for business software that was able to handle
the following tasks:</p>
+<ul>
+ <li>Party management</li>
+ <li>Leads and Opportunities</li>
+ <li>Donation management</li>
+ <li>Rental of support material</li>
+ <li>Accounting (bookkeeping)</li>
+</ul>
+{% endblock challenge %}
+{% block solution %}
+{{ super() }}
+<p>It was decided that Tryton would be ideal as the base platform as it could
be easily extended with the custom functionality that the ALS society needed.
+So a standard Tryton system was extended with a rental module and a complete
donation management system including confirmation letters.
+Tryton's flexibility allowed the donation management system to be tightly
integrated with the rest of the system and with Tryton's standard bookkeeping
features.</p>
+{% endblock solution %}
+{% block implementation %}
+{{ super() }}
+<p>Existing parties and donations from previous years were migrated into the
new Tryton system.
+All the Windows computers were installed with the Tryton client and after some
basic training, the users were able to get started.</p>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>Tryton has demonstrated that it is an excellent framework for developing
custom business systems.
+It allows advanced features to be easily integrated into the system in a cost
effective way.</p>
+<p>The implementation of the donation and bookkeeping functionality
significantly improved the ALS society's productivity.
+They are now finding that they can concentrate on getting the donations they
need to support all their patients and people who rely on their help.</p>
+{% endblock %}
+{% block provider %}
+{{ super() }}
+<p><a href="http://www.powersolutions.ch/">power solutions</a></p>
+{% endblock %}
diff -r b7041b45179b -r e2d8661d92db
templates/success_stories/blue-box-distribution.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/blue-box-distribution.html Wed Jul 17
22:27:45 2019 +0200
@@ -0,0 +1,52 @@
+{% set title = "Blue Box Distribution" %}
+{% set description = "Success story of Blue Box Distribution implementing
Tryton" %}
+{% set keywords = ["success story", "review", "case study"] %}
+{% set banner = "blue-box-distribution/banner.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<p class="lead"><a href="https://www.blueboxag.ch/">BLUE BOX</a> is an
international distributor of hair care products based in Switzerland and
Germany, selling products from great international brands.
+Customers are mainly hair stylists who then use and sell the products to their
customers.</p>
+<img src="{{ url_for('static',
filename='images/success-stories/blue-box-distribution/banner.jpg') }}"
class="img-fluid" alt="">
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>Blue Box Distribution was running a smaller Business Software system named
boaTOOLS based on a 4th Dimension database.
+They wanted to upgrade to a system with more features, lower costs and which
could be updated smoothly.
+The new business software needed to be able to deliver the following
functionalities:</p>
+<ul>
+ <li>Party management</li>
+ <li>Product and stock management</li>
+ <li>Leads and Opportunities</li>
+ <li>Purchases</li>
+ <li>Accounting (invoicing, bookkeeping)</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.
+However, most of the functionality from the Tryton base platform and our Swiss
extensions could be used without any alteration.
+{% endblock solution %}
+{% block implementation %}
+{{ super() }}
+<p>We designed a migration script to import the existing database data into
the new Tryton system.
+Parties and products were transferred across and the layouts of reports were
adjusted to match Blue Box's corporate identity.
+All the Mac computers were installed with the Tryton client and after some
basic training, the users were able to get started.</p>
+<p>In our experience we have found that it is a pleasure to work with the
Tryton framework and that it provides a set of powerful APIs.
+This made it possible to easily connect the external <a
href="https://www.prestashop.com/">PrestaShop</a> webshop to Blue Box's new
Tryton system.</p>
+<p>As time passes, laws and banking standards change.
+With Tryton this hasn't been a problem.
+We were able to deliver continuous optimizations and new features like <a
href="//docs.tryton.org/projects/modules-account-payment-sepa/en/latest/">pain.001,
pain.008 and camt.054 payment standards</a> thanks to the great Tryton
developer community working tightly together and sharing know-how and
technologies.</p>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>The migration from boaTOOLS to Tryton has been a resounding success.
+Tryton has demonstrated that it is a robust and well-thought out framework.
+As the data in the system continues to grow Tryton remains fast and stable.</p>
+<p>The implementation of the purchase, stock, sale and invoicing modules has
structured the business processes and significantly improved the productivity
of the whole company.</p>
+{% endblock %}
+{% block provider %}
+{{ super() }}
+<p><a href="http://www.powersolutions.ch/">power solutions</a></p>
+{% endblock %}
diff -r b7041b45179b -r e2d8661d92db templates/success_stories/felber.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/felber.html Wed Jul 17 22:27:45 2019 +0200
@@ -0,0 +1,49 @@
+{% set title = "Felber" %}
+{% set description = "Success story of Felber implementing Tryton" %}
+{% set keywords = ["success story", "review", "case study"] %}
+{% set banner = "felber/banner.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<p class="lead"><a href="https://www.felber-ag.ch/">Felber</a>is a local
producer and service provider for label stamps and signalisation products.
+It is a small company with only 4 employees.</p>
+<img src="{{ url_for('static',
filename='images/success-stories/felber/banner.jpg') }}" class="img-fluid"
alt="">
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>It is as important for all companies to to be well run and organized.
+Small companies are no different, but they may not have the large budgets
required for well known business software.
+Andy Felber, the owner of the company, was looking for business software that
would help him organize and rationalize his company.
+In his business one of the major challenges was the <b>huge amount of
invoices</b> that were for very small amounts.
+So for him speed was vital.
+He needed business software that was able to provide:
+<ul>
+ <li>Party management</li>
+ <li>Product management</li>
+ <li>Fast invoicing</li>
+ <li>ePayment</li>
+ <li>Accounting (bookkeeping)</li>
+</ul>
+{% endblock challenge %}
+{% block solution %}
+{{ super() }}
+<p><a href="http://www.tryton.cloud/">Tryton.cloud</a> was chosen as it
delivers a fast and easy to integrate SaaS solution based on the excellent
Tryton framework.
+Custom modules were not needed as Tryton.cloud already incorporates all the
features a company like Felber needs.</p>
+{% endblock solution %}
+{% block implementation %}
+{{ super() }}
+<p>We designed a migration script to import some data from an existing
database into the new Tryton system.
+Parties and products were migrated across to the new system and the layouts of
reports were updated to match Felber's corporate identity.
+All the Mac computers were installed with the Tryton client, additional access
rights were setup and after some basic training, the users were able to get
started.</p>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>Tryton has demonstrated that it has all the features that are needed to run
a company's day to day operations.
+The system is fast and accessible from the office, at home, and any other
location with an internet connection.</p>
+<p>For Felber choosing Tryton was the right choice.
+They have been successfully working with it for many years now, and are happy
with it's cost-effectiveness.</p>
+{% endblock %}
+{% block provider %}
+{{ super() }}
+<p><a href="http://www.powersolutions.ch/">power solutions</a></p>
+{% endblock %}