{"id":13556927,"url":"https://github.com/cytech/scheduler-InvoiceNinja","last_synced_at":"2025-04-03T10:31:48.924Z","repository":{"id":56960854,"uuid":"126062720","full_name":"cytech/scheduler-InvoiceNinja","owner":"cytech","description":"A module for InvoiceNinja for scheduling events via FullCalendar","archived":true,"fork":false,"pushed_at":"2019-11-25T13:31:59.000Z","size":4764,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-02T12:43:05.140Z","etag":null,"topics":["fullcalendar","invoiceninja","laravel","php","scheduler"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-20T18:14:01.000Z","updated_at":"2023-01-28T16:33:20.000Z","dependencies_parsed_at":"2022-08-21T05:40:22.208Z","dependency_job_id":null,"html_url":"https://github.com/cytech/scheduler-InvoiceNinja","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytech%2Fscheduler-InvoiceNinja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytech%2Fscheduler-InvoiceNinja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytech%2Fscheduler-InvoiceNinja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytech%2Fscheduler-InvoiceNinja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytech","download_url":"https://codeload.github.com/cytech/scheduler-InvoiceNinja/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222951658,"owners_count":17063061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fullcalendar","invoiceninja","laravel","php","scheduler"],"created_at":"2024-08-01T12:04:05.179Z","updated_at":"2024-11-04T06:31:23.950Z","avatar_url":"https://github.com/cytech.png","language":"PHP","funding_links":["https://paypal.me/cytecheng"],"categories":["PHP","laravel"],"sub_categories":[],"readme":"no longer actively maintained\n# scheduler\nA module for InvoiceNinja for scheduling events via FullCalendar\n\n\nScheduler Module for InvoiceNinja\n----------------------------------\n\nInstallation or Update:\nInitial Installation or update from Scheduler v2.0.0 and later:\n\n1.) Open a terminal in the InvoiceNinja web directory.\n\n2.) Type \"php artisan module:install cytech/scheduler --type=github\" and press \"Enter\".\n\n3.) Type \"php artisan module:migrate Scheduler\" and press \"Enter\".\n    Answer \"Yes\" if prompted to continue.\n\n4.) Type \"php artisan module:publish scheduler\" and press \"Enter\".\n    Check that all permissions for Modules directory and contents are correct.\n\nIn InvoiceNinja\n\n5.) Scheduler menu - Utilities - Settings\n       Set options to your preference.\n       \n       If running the Workorders Addon for InvoiceNinja:\n       Set Enable \"Create Workorder\" functionality to \"Yes\"\n\nNOTE: Occasionally there may be a conflict with old views in the Laravel cache.\n\n      If you receive an odd error on page load after install try and clear the cache by:\n      (in browser address bar:)\n            http://\u003cYourFusionInvoice\u003e/scheduler/viewclear\n\nThat should do it !\nDescription of functions is available in Scheduler -\u003e Utilities -\u003e About\n\nIf you find this product useful, feel free to buy me a beer: https://paypal.me/cytecheng\n\n\n\nAlternative installations:\n\n1.)\n\nclone into \"yourInvoiceNinja\"/Modules/Scheduler:\n\ncd /var/www/yourInvoiceNinjaWeb\n\nmkdir Modules\n\ncd Modules\n\ngit clone https://github.com/cytech/scheduler.git Scheduler\n\nor\n\nExtract contents of zip file into \"yourInvoiceNinja\"/Modules/Scheduler  web directory.\n\nYou should have a \"yourInvoiceNinja\"/Modules/Scheduler directory and contents\ncontaing Assets, Config, Database, etc.\n    \n\"yourInvoiceNinja\"/Modules/Scheduler\n\n                                ├── Assets\n                                ├── Config\n                                ├── Database\n                                ├── Datatables\n                                ├── Http\n                                ├── Models\n                                ├── Policies\n                                ├── Presenters\n                                ├── Providers\n                                ├── Repositories\n                                ├── Resources\n                                ├── Transformers\n                                ├── composer.json\n                                ├── FullCalendar LICENSE.txt\n                                ├── gulpfile.js\n                                ├── LICENSE\n                                ├── License.txt\n                                ├── module.json\n                                ├── package.json\n                                ├── README.md\n                                ├── SchedulerAuthProvider.php\n                                ├── start.php\n                                └── yarn.lock\n\n\n2.) Open a terminal in the InvoiceNinja web directory.\n\n3.) Type \"php artisan module:migrate Scheduler\" and press \"Enter\".\n    Answer \"Yes\" if prompted to continue.\n\n4.) Type \"php artisan module:publish scheduler\" and press \"Enter\".\n    Check that all permissions for Modules directory and contents are correct.\n\n5.) Scheduler menu - Utilities - Settings\n       Set options to your preference.\n       \n       If running the Workorders Addon for InvoiceNinja:\n       Set Enable \"Create Workorder\" functionality to \"Yes\"\n\nNOTE: Occasionally there may be a conflict with old views in the Laravel cache.\n\n      If you receive an odd error on page load after install try and clear the cache by:\n      (in browser address bar:)\n            http://\u003cYourFusionInvoice\u003e/scheduler/viewclear\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytech%2Fscheduler-InvoiceNinja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcytech%2Fscheduler-InvoiceNinja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytech%2Fscheduler-InvoiceNinja/lists"}