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