monkeypod / clockwork-module
Recurring transaction support for the MonkeyPod non-profit accounting and business management platform
Package info
github.com/monkeypod-io/clockwork
Type:laravel-module
pkg:composer/monkeypod/clockwork-module
Requires
- monkeypod/core-module: ^2.52
This package is auto-updated.
Last update: 2020-09-23 18:21:35 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.