Notes
This module allows users to create personal notes and checklists.
Features
- Note Creation: Create notes with titles and content
- Checklists: Add checklist items to notes with completion tracking
- Pin Notes: Pin important notes to keep them at the top
- Archive Notes: Archive notes to declutter the main view
- Reorder Notes: Drag and reorder notes to customize their display order
Requirements
- Open Core Business Suite (Base System)
Installation
Enable via Admin Panel
- Log in as administrator
- Navigate to Settings > Addons
- Find Notes and click Enable
- Run migrations if prompted
Enable via Command Line
php artisan module:enable Notes
php artisan migrate
Usage
Creating Notes
Navigate to Notes from the main sidebar to manage your notes:
- Create a new note with a title and content
- Notes are personal to each user
Checklists
Add interactive checklist items to any note:
- Add checklist items to a note
- Mark items as complete or incomplete
- Reorder checklist items within a note
- Delete checklist items
Organizing Notes
Keep notes organized with built-in tools:
- Pin: Pin important notes so they appear at the top
- Archive: Archive notes you want to keep but hide from the main view
- Reorder: Drag notes to reorder them
- Delete: Soft-delete notes when no longer needed
Changelog: View version history