changeset 915a7a2c5bfa in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=915a7a2c5bfa
description:
        Add Advocate Consulting success story

        issue10035
        review330201002
diffstat:

 app.py                                                                         
       |    5 +-
 static/images/success-stories/advocate-consulting-legal-group.jpg              
       |  Bin 
 
static/images/success-stories/advocate-consulting-legal-group/advocate-consulting.jpg
 |  Bin 
 static/images/success-stories/advocate-consulting-legal-group/banner-400px.jpg 
       |  Bin 
 static/images/success-stories/advocate-consulting-legal-group/banner-800px.jpg 
       |  Bin 
 static/images/success-stories/advocate-consulting-legal-group/banner.jpg       
       |  Bin 
 static/images/success-stories/advocate-consulting-legal-group/plane.jpg        
       |  Bin 
 static/images/success-stories/advocate-consulting-legal.jpg                    
       |  Bin 
 templates/success_stories/advocate-consulting-legal-group.html                 
       |   46 ++++++++++
 9 files changed, 49 insertions(+), 2 deletions(-)

diffs (79 lines):

diff -r 60eb45fdf6ba -r 915a7a2c5bfa app.py
--- a/app.py    Sat Jan 30 12:30:45 2021 +0100
+++ b/app.py    Wed Feb 03 19:31:44 2021 +0100
@@ -411,8 +411,9 @@
         description="A Medical Mutual Society from Buenos Aires.",
         story=True),
     Case(
-        title="Advocate Consulting Legal",
-        description="A legal firm servicing the general aviation industry"),
+        title="Advocate Consulting Legal Group",
+        description="A legal firm servicing the general aviation industry",
+        story=True),
     Case(
         title="Banque Française Mutualiste",
         description="A French bank for the public service."),
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal-group.jpg
Binary file static/images/success-stories/advocate-consulting-legal-group.jpg 
has changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal-group/advocate-consulting.jpg
Binary file 
static/images/success-stories/advocate-consulting-legal-group/advocate-consulting.jpg
 has changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal-group/banner-400px.jpg
Binary file 
static/images/success-stories/advocate-consulting-legal-group/banner-400px.jpg 
has changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal-group/banner-800px.jpg
Binary file 
static/images/success-stories/advocate-consulting-legal-group/banner-800px.jpg 
has changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal-group/banner.jpg
Binary file 
static/images/success-stories/advocate-consulting-legal-group/banner.jpg has 
changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal-group/plane.jpg
Binary file 
static/images/success-stories/advocate-consulting-legal-group/plane.jpg has 
changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
static/images/success-stories/advocate-consulting-legal.jpg
Binary file static/images/success-stories/advocate-consulting-legal.jpg has 
changed
diff -r 60eb45fdf6ba -r 915a7a2c5bfa 
templates/success_stories/advocate-consulting-legal-group.html
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/success_stories/advocate-consulting-legal-group.html    Wed Feb 
03 19:31:44 2021 +0100
@@ -0,0 +1,46 @@
+{% set title = "Advocate Consulting Legal Group" %}
+{% set description = "Success story of Advocate Consulting Legal Group 
implementing Tryton" %}
+{% set keywords = ["success story", "review", "case study"] %}
+{% set banner = "advocate-consulting-legal-group/banner" %}
+{% set logo = "images/success-stories/advocate-consulting-legal-group.jpg" %}
+{% extends "success_stories/layout.html" %}
+{% block customer %}
+{{ super() }}
+<noscript class="loading-lazy">
+    <img src="{{ url_for('static', 
filename='images/success-stories/advocate-consulting-legal-group/advocate-consulting.jpg')
 }}" class="mx-4 float-left" alt="Advocate Consulting" loading="lazy">
+</noscript>
+<p class="lead"><a href="https://www.advocatetax.com/";>Advocate Consulting 
Legal Group, PLLC</a>is a US-based law and accounting firm that services the 
general aviation industry.
+Advocate’s product goes by the slogan, "Aviation TLC," standing for "tax, 
legal, and compliance," which are areas of service that map onto the needs of 
customers in this unique industry.</p>
+{% endblock customer %}
+{% block challenge %}
+{{ super() }}
+<p>The term "general aviation" refers to aircraft that do not fly 
back-and-forth along established routes.
+Companies and governments use these aircraft for missions such as 
air-ambulance and air-taxi, cargo delivery, sports teams, and time-sensitive 
transport to locations ill-serviced by the airline hub-and-spoke system.
+Because they are more transient than the airlines’ fixed-route aircraft, 
general aviation aircraft are subject to enhanced record-keeping rules, making 
regulatory compliance a data-heavy endeavor.</p>
+<p>Some fields have gained more from the ERP revolution than others.
+Law firms have generally been slow to benefit, due to their unpredictable 
work-flows from project-to-project.
+But, given the right match between a specialized, boutique firm, and 
outstanding, bespoke software, it can be possible for the law to enter the 21st 
Century.</p>
+{% endblock challenge %}
+{% block solution %}
+{{ super() }}
+<p>Tryton has allowed it to make the jump from relying on multiple, ad-hoc 
systems (e.g., Excel spreadsheets) and manual procedures, to an integrated, 
specialized software suite that handles both data collection from customers and 
internal task tracking to ensure that work is performed in a timely and 
accurate manner.</p>
+<p>The Tryton kernel’s elegant ORM and user-interface definition made it the 
ideal solution to implement the custom business logic that Advocate Consulting 
needed.</p>
+{% endblock solution %}
+{% block implementation %}
+{{ super() }}
+<p>The Tryton standard modules provided a foundation of constructs such as 
parties and projects, but Advocate Consulting’s implementation was driven by 
its custom module, which also includes a JavaScript-powered web application 
that customers use to input their aircraft data.</p>
+<noscript class="loading-lazy">
+    <img src="{{ url_for('static', 
filename='images/success-stories/advocate-consulting-legal-group/plane.jpg') 
}}" class="img-fluid mx-auto d-block" alt="Plane" loading="lazy">
+</noscript>
+{% endblock implementation %}
+{% block results %}
+{{ super() }}
+<p>Since 2013, Tryton has helped Advocate Consulting deliver its customers a 
consistent, high-quality product, and has served to differentiate Advocate from 
its competition.</p>
+<p>Tryton's Open Source nature puts the company in the driver's seat. No 
lock-in to a proprietary framework.</p>
+<p>Tryton's extensibility has been the key to meeting this company's 
idiosyncratic needs.
+At every stage where a standard module's pre-made solution has not fit the 
company's needs, a modification path has been available.</p>
+{% endblock results %}
+{% block provider %}
+{{ super() }}
+<p><a href="https://www.fulfil.io/";>Fulfil.io</a> provided their expertise to 
Advocate Consulting’s Tryton implementation</p>
+{% endblock provider %}

Reply via email to