diff --git a/README.md b/README.md index 11cd01a..cbb253d 100644 --- a/README.md +++ b/README.md @@ -67,35 +67,34 @@ 9. **[Customer View Page with Infolist](https://github.com/tqt97/laravel-crm-filament/commit/59beb89b72011939b720d8a7ef33d3f7c99a717d)** 10. **[Customer Documents: Upload/Download](https://github.com/tqt97/laravel-crm-filament/commit/c18cef80ab740af812dd5cca90f25ae761db6e72)** 11. **[Custom Fields for Customers](https://github.com/tqt97/laravel-crm-filament/commit/db6e66bf036002f98a166fbfabd046bf48262879)** -12. **[Customers in a Draggable Kanban Board](https://github.com/tqt97/laravel-crm-filament)** +12. **[Customers in a Draggable Kanban Board](https://github.com/tqt97/laravel-crm-filament/pull/1/commits/59108e001e10868edb3179f6fb8a5afa9e3ae796)** - Creating Custom Page - Our Customer Board ```php artisan make:filament-page ManageCustomerStages``` -13. **[Roles/Permissions: Manage Employees](https://github.com/tqt97/laravel-crm-filament)** +13. **[Roles/Permissions: Manage Employees](https://github.com/tqt97/laravel-crm-filament/pull/1/commits/ce0a036b750c3e85c7e4dfc966874b182044e354)** - Creating Roles Model and Database structure - Creating Users Resource - Adding Employees to Customers - Adding Employee Changes to Customer History - Limiting Employee Access -14. **[Employee User Invitations Process](https://github.com/tqt97/laravel-crm-filament)** +14. **[Employee User Invitations Process](https://github.com/tqt97/laravel-crm-filament/pull/1/commits/5b4f7f243d9bea6864c1a272e700079adfd9472e)** - Create Invitation Model and Database tables - Modify UserResource Create Button Action - to Invite the Employee - Creating Custom Registration Page - Creating and Sending the Email -15. **[Customer Tasks and Calendar View](https://github.com/tqt97/laravel-crm-filament)** +15. **[Customer Tasks and Calendar View](https://github.com/tqt97/laravel-crm-filament/pull/1/commits/548a24ccfca1ae0acebb61ee493bbcb86edb3e6f)** - Create Task Model and Database - Add Create Task button to the Customer list - Add Task List to the Customer Page - Add Task Resource with Tabs - Adding Tabs to the Task Resource - Add a Calendar Page for Tasks -16. **[Create Customer Quotes with Products](https://github.com/tqt97/laravel-crm-filament)** +16. **[Create Customer Quotes with Products](https://github.com/tqt97/laravel-crm-filament/pull/1/commits/c67c35c7b34d96bed30dc25e3014f0223af8e8b1)** - Creating the Product Model - Creating Product Resource - Creating the Quote Model - Creating Quote Resource - Create Quotes From Customer Table -17. **[Generate Quote PDF](https://github.com/tqt97/laravel-crm-filament)** +17. **[Generate Quote PDF](https://github.com/tqt97/laravel-crm-filament/pull/1/commits/6a53532bdabe9cd266524e6e9eaa26cee420c728)** - Creating a Simple View Page for Quote - Installing PDF Package - Generating PDF - Displaying PDF in View Page -