templates/features/erp-connect.twig line 1

Open in your IDE?
  1. {% set title='ERP Connect: ERP and Accounting Integration' %}
  2. {% set metaDescription='Invoiced ERP Connect is the ultimate integration toolset for seamlessly connecting your ERP to Invoiced.' %}
  3. {% set productPage=true %}
  4. {% set canonicalUrl=url('product_erp_connect') %}
  5. {% extends "parent.twig" %}
  6. {% block content %}
  7.     <!-- Introduction -->
  8.     <section class="product-hero">
  9.         <div class="container">
  10.             <div class="content">
  11.                 <h1 class="title">Invoiced ERP Connect</h1>
  12.                 <h2 class="subtitle">Connect Invoiced with virtually any on-premise ERP or accounting system.</h2>
  13.                 <p>Invoiced ERP Connect is the ultimate integration toolset for seamlessly connecting and syncing your
  14.                     ERP or accounting system with our award-winning A/R automation system.</p>
  15.                 <p>Our secure local app lets you map and manage your integration with maximum control and
  16.                     simplicity.</p>
  17.                 <div class="hidden-xs">
  18.                     <a href="{{ path('download') }}" class="btn btn-success btn-lg">
  19.                         <span class="glyphicon glyphicon-download"></span>
  20.                         Download
  21.                     </a>
  22.                     <a href="https://docs.invoiced.com/accounting/erp-connect" class="btn btn-link btn-lg">
  23.                         Documentation
  24.                     </a>
  25.                 </div>
  26.             </div>
  27.             <div class="product-image erp-connect">
  28.                 <img src="{{ asset('/img/landing2/product/erp-connect.png') }}"
  29.                      alt="Invoiced ERP Connect Integration Diagram"/>
  30.             </div>
  31.         </div>
  32.     </section>
  33.     <!-- Features / Benefits -->
  34.     <section class="product-features">
  35.         <div class="container">
  36.             <div class="row">
  37.                 <div class="col-sm-6">
  38.                     <h3>On Premise, Cross-Platform</h3>
  39.                     <p>Invoiced ERP Connect is a purpose-built local app for on-premise deployment and works on Windows,
  40.                         MacOS and Linux.</p>
  41.                 </div>
  42.                 <div class="col-sm-6">
  43.                     <h3>Safe and Secure</h3>
  44.                     <p>Invoiced ERP Connect securely connects with Invoiced.com, keeping your environment safe and
  45.                         avoiding firewall obstacles.</p>
  46.                 </div>
  47.             </div>
  48.             <div class="row">
  49.                 <div class="col-sm-6">
  50.                     <h3>Rich Data Access</h3>
  51.                     <p>Dozens of endpoints for syncing invoices, customers, contacts, credit notes, payments, estimates,
  52.                         payment plans, and much more.</p>
  53.                 </div>
  54.                 <div class="col-sm-6">
  55.                     <h3>Easy to Deploy, Easy to Use</h3>
  56.                     <p>Reduce time to deploy with our easy-to-use developer toolset. Manage your integration with
  57.                         built-in sync monitoring and event logging.</p>
  58.                 </div>
  59.             </div>
  60.             <div class="row">
  61.                 <div class="col-sm-6">
  62.                     <h3>File Support</h3>
  63.                     <p>Easily send invoice PDFs and other file attachments to Invoiced.com.</p>
  64.                 </div>
  65.             </div>
  66.         </div>
  67.     </section>
  68.     <!-- Supported ERPs -->
  69.     <section class="supported-erps">
  70.         <div class="container">
  71.             <h4>Get more A/R power from your ERP</h4>
  72.             <h2>Example ERP brands and versions Invoiced ERP Connect is designed to work with:</h2>
  73.             <div class="row">
  74.                 <div class="col-sm-4">
  75.                     <p>
  76.                         ARQ 90<br/>
  77.                         Epicor Manage2000<br/>
  78.                         IBS<br/>
  79.                         IFS<br/>
  80.                         Incentrical<br/>
  81.                         Infor M3<br/>
  82.                         IQMS<br/>
  83.                         Kareo<br/>
  84.                         Lawson M3
  85.                     </p>
  86.                 </div>
  87.                 <div class="col-sm-4">
  88.                     <p>
  89.                         Exact Macola<br/>
  90.                         Microsoft Dynamics AX<br/>
  91.                         Microsoft Dynamics NAV <br/>
  92.                         Microsoft Dynamics GP <br/>
  93.                         NueFrame XP <br/>
  94.                         OmniManage <br/>
  95.                         Oracle EBS v11 <br/>
  96.                         Oracle JDE<br/>
  97.                         Sage 50
  98.                     </p>
  99.                 </div>
  100.                 <div class="col-sm-4">
  101.                     <p>
  102.                         Sage 100<br/>
  103.                         Sage 300<br/>
  104.                         Sage 500<br/>
  105.                         SAP R3/ECC<br/>
  106.                         SAP S4/HANA<br/>
  107.                         SoftPower<br/>
  108.                         Syspro<br/>
  109.                         Traxxion 7000<br/>
  110.                         WellSky
  111.                     </p>
  112.                 </div>
  113.             </div>
  114.         </div>
  115.     </section>
  116.     <!-- Call to Action -->
  117.     <section class="call-to-action-dark">
  118.         <div class="container">
  119.             <h2>Get paid faster</h2>
  120.             <p>Interested in learning how to automate your company's invoice-to-cash cycle?</p>
  121.             <div class="buttons">
  122.                 <a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Feature (ERP Connect)">
  123.                     Schedule a Demo
  124.                 </a>
  125.             </div>
  126.         </div>
  127.     </section>
  128. {% endblock %}