{% set title='Data Sheets | Resources' %}
{% set metaDescription='Resources for your use: Download data sheets on the Invoiced A/R Cloud suite of products. | Invoiced' %}
{% set canonicalUrl=url('data_sheets') %}
{% extends "parent.twig" %}
{% block header %}
<script>
$(function() {
$('.data-sheet-download').click(function() {
(dataLayer || []).push({
event: 'download',
event_category: 'Downloaded Data Sheet',
event_label: $(this).data('label'),
});
});
})
</script>
{% endblock %}
{% block content %}
<section class="content">
<div class="container">
<h1 class="title">Invoiced Accounts Receivable Automation Data Sheets</h1>
<h2 class="subtitle">Invoiced A/R Cloud Data Sheets</h2>
<div class="row resource-items-list">
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Full Data Sheet 2H 2020.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Full Data Sheet">
<h3>Invoiced A/R Cloud Data Sheet</h3>
<div class="description">The #1 rated A/R automation solution, combining everything businesses need for advanced billing, automated collections, payment acceptance, cash application, predictive collections analytics and more.</div>
<div class="visit-link">Download ↓</div>
</a>
</div>
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Module Data Sheet - Subscription Billing - Q12021.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Module Data Sheet - Subscription Billing">
<h3>Subscription Billing Data Sheet</h3>
<div class="description">Whether collecting advertising retainers or managing SaaS subscriptions, generating consistent revenue from services and products helps a business to establish and maintain financial stability.</div>
<div class="visit-link">Download ↓</div>
</a>
</div>
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Data Sheet - ARintelligence - Oct2021.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Module Data Sheet - Reporting">
<h3>A/R Analytics Data Sheet</h3>
<div class="description">Invoiced offers powerful reporting on everything finance, treasury and A/R teams need to know about the current state and future of A/R performance.</div>
<div class="visit-link">Download ↓</div>
</a>
</div>
</div>
<div class="row resource-items-list">
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Module Data Sheet - Cash Application - Q12021.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Module Data Sheet - Cash Application">
<h3>Cash Application Data Sheet</h3>
<div class="description">With Invoiced’s CashMatch AI, you can now automatically have unapplied payments matched with open invoices.</div>
<div class="visit-link">Download ↓</div>
</a>
</div>
</div>
<div class="row resource-items-list">
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Module Data Sheet - Salesforce - Q12021.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Module Data Sheet - Salesforce">
<h3>Salesforce Integration Data Sheet</h3>
<div class="description">Integrate Invoiced with Salesforce to align finance, sales, and customer success teams on billing and accounts receivable.</div>
<div class="visit-link">Download ↓</div>
</a>
</div>
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Module Data Sheet - Intacct - Q12021.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Module Data Sheet - Intacct">
<h3>Intacct Integration Data Sheet</h3>
<div class="description">Integrate Invoiced with the Sage Intacct ERP platform.</div>
<div class="visit-link">Download ↓</div>
</a>
</div>
<div class="col-sm-4">
<a href="{{ asset('/data-sheets/Invoiced Module Data Sheet - NetSuite - Q12021.pdf') }}" class="resource-tile data-sheet-download" target="_blank" data-label="Invoiced Module Data Sheet - NetSuite">
<h3>NetSuite Integration Data Sheet</h3>
<div class="description">Integrate Invoiced with the NetSuite ERP platform.</div>
<div class="visit-link">Download ↓</div>
</a>
</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 put your billing on autopilot?</p>
<div class="buttons">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Webinars">
Schedule a Demo
</a>
</div>
</div>
</section>
{% endblock %}