mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-11 21:30:51 -05:00
* Fix for comparing delete contacts change diffKeys to diff() * Client create * Client Settings * Working on localization * Refactor DataTables * protyping blade vs pure vue * Rebuild test module * Generic notes module * Small Client Notes Module * Tests for TabMenu Trait * implements tab pills in client screen * Integrate Modules
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "Notes",
|
|
"alias": "notes",
|
|
"description": "Generic Notes Module",
|
|
"keywords": [],
|
|
"active": 1,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\Notes\\Providers\\NotesServiceProvider"
|
|
],
|
|
"aliases": [],
|
|
"icon": "bell",
|
|
"plural": "notes",
|
|
"base-route": "notes",
|
|
"settings": false,
|
|
"sidebar": false,
|
|
"requires": [],
|
|
"views": ["client","invoice"]
|
|
}
|