Setup crons for notifications and paging and search on invoices.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 17 Jan 2018 21:54:08 +0000 (16:54 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 17 Jan 2018 21:54:08 +0000 (16:54 -0500)
commit8207131b4e3e720478d77473e666ecdd18cb48f1
tree5e1a2f6b9cac4cea5ad8b10e80bf45a88d29a0d5
parent9553aba1a628d403e96a6d4c8563bb218cc5d264
Setup crons for notifications and paging and search on invoices.

Starting setup of paging and search on invoices.
setup two cron task (admin ajax).
one for setupQueue
one for runQueue
Have to be unique names.
classes/data/dataNotifications.php [new file with mode: 0644]
classes/notifications.php
models/admin/ajax/runQueue.php
models/admin/ajax/setupQueue.php
models/admin/billing/invoices.php
models/admin/billing/logs.php [new file with mode: 0644]
setup/validActions.php
views/admin/billing/header.html
views/admin/billing/invoices.html
views/admin/billing/logs.html [new file with mode: 0644]