{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {% if configError %}

Configuration Error

{{ errorMessage }}

{% else %}

QuickBooks Online Integration {% if isConnected %} Connected {% else %} Not Connected {% endif %}

Automatically sync your daily sales data to QuickBooks Online

{% if not isConnected %}

Connect to QuickBooks

Click the button below to connect your QuickBooks Online account.

Connect to QuickBooks
{% else %}

Connected Account

{% if companyInfo %}

Company: {{ companyInfo.CompanyName }}

{% endif %}

Realm ID: {{ store.qbRealmID }}

{% if lastSync %}

Last Sync: {{ lastSync }}

{% else %}

Last Sync: Never

{% endif %}

Manual Sync

Manually sync data for a specific date to QuickBooks.

Recent Sync History

Loading...

Account Mappings

Map each field from your daily close report to a QuickBooks account. This determines how transactions are recorded in your books.

Loading mappings...

{% endif %} {% endif %} {% include 'components/footer.html' %}