cytech/scheduler

此包已被废弃且不再维护。没有建议的替代包。

InvoiceNinja的调度事件模块,通过FullCalendar实现

安装: 12

依赖: 0

建议者: 0

安全: 0

星标: 12

关注者: 3

分支: 4

公开问题: 1

类型:invoiceninja-module

2.1.0 2018-04-17 00:00 UTC

README

不再积极维护

scheduler

InvoiceNinja的调度事件模块,通过FullCalendar实现

InvoiceNinja的调度模块

安装或更新:首次安装或从Scheduler v2.0.0及以后的更新

1.) 在InvoiceNinja的web目录中打开一个终端。

2.) 输入 "php artisan module:install cytech/scheduler --type=github" 并按 "Enter"。

3.) 输入 "php artisan module:migrate Scheduler" 并按 "Enter"。如果提示继续,请回答 "Yes"。

4.) 输入 "php artisan module:publish scheduler" 并按 "Enter"。检查Modules目录及其内容的所有权限是否正确。

在InvoiceNinja中

5.) 调度菜单 - 工具 - 设置,设置您的首选选项。

   If running the Workorders Addon for InvoiceNinja:
   Set Enable "Create Workorder" functionality to "Yes"

注意:偶尔可能与Laravel缓存中的旧视图发生冲突。

  If you receive an odd error on page load after install try and clear the cache by:
  (in browser address bar:)
        http://<YourFusionInvoice>/scheduler/viewclear

这样就可以了!功能描述可在调度 -> 工具 -> 关于中找到。

如果您觉得这个产品有用,请随意买给我一杯啤酒:https://paypal.me/cytecheng

替代安装方法

1.)

将代码克隆到 "yourInvoiceNinja"/Modules/Scheduler

cd /var/www/yourInvoiceNinjaWeb

mkdir Modules

cd Modules

git clone https://github.com/cytech/scheduler.git Scheduler

或者

将zip文件的内容解压到 "yourInvoiceNinja"/Modules/Scheduler web目录。

您应该有一个包含 Assets、Config、Database 等 "yourInvoiceNinja"/Modules/Scheduler" 目录和内容。

"yourInvoiceNinja"/Modules/Scheduler

                            ├── Assets
                            ├── Config
                            ├── Database
                            ├── Datatables
                            ├── Http
                            ├── Models
                            ├── Policies
                            ├── Presenters
                            ├── Providers
                            ├── Repositories
                            ├── Resources
                            ├── Transformers
                            ├── composer.json
                            ├── FullCalendar LICENSE.txt
                            ├── gulpfile.js
                            ├── LICENSE
                            ├── License.txt
                            ├── module.json
                            ├── package.json
                            ├── README.md
                            ├── SchedulerAuthProvider.php
                            ├── start.php
                            └── yarn.lock

2.) 在InvoiceNinja的web目录中打开一个终端。

3.) 输入 "php artisan module:migrate Scheduler" 并按 "Enter"。如果提示继续,请回答 "Yes"。

4.) 输入 "php artisan module:publish scheduler" 并按 "Enter"。检查Modules目录及其内容的所有权限是否正确。

5.) 调度菜单 - 工具 - 设置,设置您的首选选项。

   If running the Workorders Addon for InvoiceNinja:
   Set Enable "Create Workorder" functionality to "Yes"

注意:偶尔可能与Laravel缓存中的旧视图发生冲突。

  If you receive an odd error on page load after install try and clear the cache by:
  (in browser address bar:)
        http://<YourFusionInvoice>/scheduler/viewclear