Nafies Luthfi
cbdacede26
Fixed styleci fails
7 years ago
Nafies Luthfi
5d84642d5d
Add project comments relation
Add Comment model
Add commets table and factory
Add Project model morph map
7 years ago
Nafies Luthfi
8ba3e9f793
Add invoice discount - closes #10
8 years ago
Nafies Luthfi
aa63b01831
Update project job creation froms
Move job creation form views to projects/jobs
Add select2 js for project selection on add job from other
project feature
8 years ago
Nafies Luthfi
145b69f533
Get project list based on user type on unfinised jobs
8 years ago
Nafies Luthfi
1bec6337ee
Add invoice duplication feature - closes #9
In this commit, we have added:
1. Duplicate Invoice button on invoice detail page
2. Invoice duplication will created as Invoice Draft in session
3. Invoice items, project, and customer same with old invoice
4. User can change invoice item as needed
5. Invoice will be saved with new invoice number
8 years ago
Nafies Luthfi
26fbc2a950
Add target_start_date and target_end_date on a Job
Update task and job migration files
- Job position should be tinyint(3)
- Task position and progress should be tinyint(3)
- Add nullable date columns on jobs table
8 years ago
Nafies Luthfi
4b41b67f41
Change flash message type danger to error
Since we are using noty js for flash messages, noty does
not have danger type, it has error type of notification.
8 years ago
Nafies Luthfi
5155fac8fd
Add custom validation for create project form
8 years ago
Nafies Luthfi
7d8a12fe21
Update some classes docblocks
8 years ago
Nafies Luthfi
f586fedb0f
Add JobsController docblocks
8 years ago
Nafies Luthfi
d45eecf935
Add PaymentsController docblocks
8 years ago
Nafies Luthfi
f83d6f132c
Fixed invoice print error on count() on PHP 7.2
8 years ago
Nafies Luthfi
d1e20dbf0b
Add ReorderTaskListTest
8 years ago
Nafies Luthfi
1ad0251f8d
Add ReorderJobListTest
8 years ago
Nafies Luthfi
969907c944
Add ProjectsController docblocks
8 years ago
Nafies Luthfi
539c4ca985
Fixed project status_id not updated on project edit page
8 years ago
Nafies Luthfi
8f22380f6e
Add Role middleware test and add forbidden json response
8 years ago
Nafies Luthfi
046c5c7c03
Added last update time on project job list
Update job updated_at on task update
8 years ago
Nafies Luthfi
2e44b9cc69
Fixed invalid partner_type on payment update action
Before, payment update action does not update partner_type
column even if the in_out are changed. This commit fixed
will also update partner_type on in_out changes.
8 years ago
Nafies Luthfi
a1cc71265f
Filter job on progress by project
8 years ago
Nafies Luthfi
bd82cc3abd
Add docblock on ReportsRepository class
8 years ago
Nafies Luthfi
7a35ebe54f
Add subscription model docblocks
8 years ago
Nafies Luthfi
d24a164d22
Add job model method docblocks
8 years ago
Nafies Luthfi
08f768f694
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
71a184f638
Add docblock on SubscriptionsController class
8 years ago
Nafies Luthfi
8ed9fbf3f5
Add docblock on BackupsController class
8 years ago
Nafies Luthfi
1c04dfdf60
Add due_date attribute to the project
8 years ago
Nafies Luthfi
391eb65da2
Remove unused presenter class
8 years ago
Nafies Luthfi
43586ed174
Change flash message feature to noty.js
Remove laracasts/flash package
8 years ago
Nafies Luthfi
3b157e8007
Add project overall progress on "on progress" project list
8 years ago
Nafies Luthfi
9aae156516
Update getMonths() helper and corresponding lang files
Add time lang for de locale
8 years ago
Nafies Luthfi
72ed2b8709
Add German on lang switcher
8 years ago
Nafies Luthfi
894a090d1c
Add time lang file for getMonth helper, fixes #5
Month names now uses lang files
Remove unused helper functions
8 years ago
Nafies Luthfi
c36f96e1af
Refactor TasksController
Remove TasksRepository dependency
Use Task model binding on route
8 years ago
Nafies Luthfi
428b501763
Update authorization check on create and delete task
8 years ago
Nafies Luthfi
7300b78f33
Remove debugbar service provider registration
Laravel debugbar already auto discovered on
Laravel 5.5
8 years ago
Nafies Luthfi
b597feb0fb
Prevent admin to delete vendor that has payments
Add payments relation to Vendor model
8 years ago
Nafies Luthfi
813ece1eee
Prevent admin to delete customer that has project
8 years ago
Nafies Luthfi
f608588239
Add payment entry validation
8 years ago
Nafies Luthfi
00e79b9b9c
Update flash message for unauthorized access
8 years ago
Nafies Luthfi
897757c103
Update flash message for validation fails
8 years ago
Nafies Luthfi
195cf2cca2
Update flash messages on controllers
8 years ago
Nafies Luthfi
31feec03ba
Fixed sorting tasks not saved
8 years ago
Nafies Luthfi
78484924d2
Add flash message on invoice draft actions
Update invoice draft views
Update Invoice Draft class docblocks
8 years ago
Nafies Luthfi
07aa860f71
Update invoice service classes docblocks
8 years ago
Nafies Luthfi
3d1bb61d80
Add docblock for Option service class.
8 years ago
Nafies Luthfi
f4067661d3
Use realtime facade for site Option service class
8 years ago
Nafies Luthfi
31db32cd65
Update progress job overall progress calculation
Project job overall progress returns average job
progress if job total price is 0
8 years ago
Nafies Luthfi
c8b3d2cc2b
Remove delete_button helper function
The delete_button helper replaced by
FormField::delete() from luthfi/formfied package
8 years ago