{% set title='ERP Connect: ERP and Accounting Integration' %}
{% set metaDescription='Invoiced ERP Connect is the ultimate integration toolset for seamlessly connecting your ERP to Invoiced.' %}
{% set productPage=true %}
{% set canonicalUrl=url('product_erp_connect') %}
{% extends "parent.twig" %}
{% block content %}
<!-- Introduction -->
<section class="product-hero">
<div class="container">
<div class="content">
<h1 class="title">Invoiced ERP Connect</h1>
<h2 class="subtitle">Connect Invoiced with virtually any on-premise ERP or accounting system.</h2>
<p>Invoiced ERP Connect is the ultimate integration toolset for seamlessly connecting and syncing your
ERP or accounting system with our award-winning A/R automation system.</p>
<p>Our secure local app lets you map and manage your integration with maximum control and
simplicity.</p>
<div class="hidden-xs">
<a href="{{ path('download') }}" class="btn btn-success btn-lg">
<span class="glyphicon glyphicon-download"></span>
Download
</a>
<a href="https://docs.invoiced.com/accounting/erp-connect" class="btn btn-link btn-lg">
Documentation
</a>
</div>
</div>
<div class="product-image erp-connect">
<img src="{{ asset('/img/landing2/product/erp-connect.png') }}"
alt="Invoiced ERP Connect Integration Diagram"/>
</div>
</div>
</section>
<!-- Features / Benefits -->
<section class="product-features">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h3>On Premise, Cross-Platform</h3>
<p>Invoiced ERP Connect is a purpose-built local app for on-premise deployment and works on Windows,
MacOS and Linux.</p>
</div>
<div class="col-sm-6">
<h3>Safe and Secure</h3>
<p>Invoiced ERP Connect securely connects with Invoiced.com, keeping your environment safe and
avoiding firewall obstacles.</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h3>Rich Data Access</h3>
<p>Dozens of endpoints for syncing invoices, customers, contacts, credit notes, payments, estimates,
payment plans, and much more.</p>
</div>
<div class="col-sm-6">
<h3>Easy to Deploy, Easy to Use</h3>
<p>Reduce time to deploy with our easy-to-use developer toolset. Manage your integration with
built-in sync monitoring and event logging.</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h3>File Support</h3>
<p>Easily send invoice PDFs and other file attachments to Invoiced.com.</p>
</div>
</div>
</div>
</section>
<!-- Supported ERPs -->
<section class="supported-erps">
<div class="container">
<h4>Get more A/R power from your ERP</h4>
<h2>Example ERP brands and versions Invoiced ERP Connect is designed to work with:</h2>
<div class="row">
<div class="col-sm-4">
<p>
ARQ 90<br/>
Epicor Manage2000<br/>
IBS<br/>
IFS<br/>
Incentrical<br/>
Infor M3<br/>
IQMS<br/>
Kareo<br/>
Lawson M3
</p>
</div>
<div class="col-sm-4">
<p>
Exact Macola<br/>
Microsoft Dynamics AX<br/>
Microsoft Dynamics NAV <br/>
Microsoft Dynamics GP <br/>
NueFrame XP <br/>
OmniManage <br/>
Oracle EBS v11 <br/>
Oracle JDE<br/>
Sage 50
</p>
</div>
<div class="col-sm-4">
<p>
Sage 100<br/>
Sage 300<br/>
Sage 500<br/>
SAP R3/ECC<br/>
SAP S4/HANA<br/>
SoftPower<br/>
Syspro<br/>
Traxxion 7000<br/>
WellSky
</p>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action-dark">
<div class="container">
<h2>Get paid faster</h2>
<p>Interested in learning how to automate your company's invoice-to-cash cycle?</p>
<div class="buttons">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Feature (ERP Connect)">
Schedule a Demo
</a>
</div>
</div>
</section>
{% endblock %}