monkeypod/clockwork-module

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v2.2.0) of this package.

Recurring transaction support for the MonkeyPod non-profit accounting and business management platform

Installs: 548

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 4

Type:laravel-module

v2.2.0 2020-08-15 02:20 UTC

README

As always, if you don't have serious programming and systems administation experience, it is recommended to use the plug-n-play, hosted version of MonkeyPod instead.

MonkeyPod Clockwork Module

This module provides recurring transaction functionality for MonkeyPod open-source, non-profit accounting and business management software.

Installation

  • Include the module:
composer require monkeypod/clockwork-module
  • Publish the config:
php artisan module:publish-config Clockwork
  • Seed the database:
php artisan module:seed Clockwork
  • (Optional) Customize schedule:

The daily batch creation is scheduled in the module's config. To customize it, edit your monkeypod-clockwork.php config file to set whatever time(s) you want. The default is 7am.