Sha256: 54aaa528162df64c54759c5f7e5e133721c289dd210519b342424ca44943b6dc

Contents?: true

Size: 562 Bytes

Versions: 17

Compression:

Stored size: 562 Bytes

Contents

%h1.effective-admin-heading= @page_title

%p.text-right.effective-admin-actions
  = link_to 'Quickbooks Setup Instructions', effective_qb_sync.instructions_admin_qb_syncs_path, class: 'btn btn-primary'

%hr
- unsynced = Effective::QbRequest.new_requests_for_unsynced_items.length

- if unsynced == 0
  %p All orders have been synchronized with Quickbooks.
- elsif unsynced == 1
  %p There is 1 order ready to be synchronized with Quickbooks.
- else
  %p There are #{unsynced} orders ready to be synchronized with Quickbooks.

%hr

= render_datatable(@datatable)

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
effective_qb_sync-1.5.0 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.4.0 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.8 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.7 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.6 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.5 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.4 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.3 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.2 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.1 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.3.0 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.2.5 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.2.4 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.2.3 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.2.2 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.2.1 app/views/admin/qb_syncs/index.html.haml
effective_qb_sync-1.2.0 app/views/admin/qb_syncs/index.html.haml