Nafies Luthfi
764f517a56
Remove RegisterRequest messages method
Then the validation messages will revert to default
validation lang
7 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
539c4ca985
Fixed project status_id not updated on project edit page
8 years ago
Nafies Luthfi
08f768f694
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
1c04dfdf60
Add due_date attribute to the project
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
f608588239
Add payment entry validation
8 years ago
Nafies Luthfi
897757c103
Update flash message for validation fails
8 years ago
Nafies Luthfi
8147cb160f
Fixed failed style CI check
8 years ago
Nafies Luthfi
52e65c551e
Set proper project list query for worker user
Update dashboard home page for worker and admin
8 years ago
Nafies Luthfi
4f51094087
Apply project actions authorization
8 years ago
Nafies Luthfi
c3f4501cf0
Set job price default to 0 and it is required
8 years ago
Nafies Luthfi
9757124dd5
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
ea809f41ad
Fix create and update job validation failure on job price field
8 years ago
Nafies Luthfi
844e1746a7
Add application installation feature (replaces user regsiter feature)
8 years ago
Nafies Luthfi
b6b55a13ac
Adjust and apply user's authorization to the system
8 years ago
Nafies Luthfi
603edd3981
Change Feature entity to Job entity
8 years ago
Nafies Luthfi
705cf1302c
Add project fetures export html version 2 and update laravel 5.5.20
8 years ago
Nafies Luthfi
d408d77f72
Use single SubscriptionFormRequest class to handle subscription CRUD
Add some helper method to subscription model
Move subscription insert and update script from SubscriptionController
to SubscriptionFormRequest class
Move subscription delete view to edit view file
Add breadcrumbs to subscription pages
8 years ago
Nafies Luthfi
e79d76ee60
Restructure subscriptions table and adjust the feature related to it
8 years ago
Nafies Luthfi
ca241c9f84
Add type_id attribute in subscriptions table restructure lang file
8 years ago
Nafies Luthfi
2164659838
Add feature tasks sort button to sort tasks priorities
8 years ago
Nafies Luthfi
62612c7c0b
Refactor UsersController
Remove UserRepository and UserPresenter class
Add author on class docblock
8 years ago
Nafies Luthfi
0c04ea3c78
Add agency tagline, clean up some layout views and unused classes
8 years ago
Nafies Luthfi
44de4c1821
Remove agency entity
8 years ago
Nafies Luthfi
3e1d26022a
Remove customer_id from subscriptions table
Because the customer_id will be in the Project model that
already has customer_id attribute
8 years ago
Nafies Luthfi
623470343f
Remove role model and table migration files and update auth lang file
8 years ago
Nafies Luthfi
d8092404ad
Remove user roles feature
8 years ago
Nafies Luthfi
69b9e6af5a
Remove user action authorization by role
8 years ago
Nafies Luthfi
9a664dba09
Add new Agency entity, create user's agency on registration
Update readme.md file
8 years ago
Nafies Luthfi
9f4d741e1d
Add api_token on each user registration
Require vendor_id on subscription creation
8 years ago
Nafies Luthfi
dc24e0facb
Change customer_id to partner_id in payments table, pass all tests
8 years ago
Nafies Luthfi
c3ad75ab6d
Refactor site option feature, remove option repo and request class
8 years ago
Nafies Luthfi
34557310ab
Update database backup and restore system feature
8 years ago
Nafies Luthfi
c150dc689d
Refactor change password feature into own controller
8 years ago
Nafies Luthfi
1af5725c15
Refactor AuthController and user lang file
8 years ago
Nafies Luthfi
e7731f50f8
Remove unneeded files
8 years ago
Nafies Luthfi
c922b28c18
Update validation error flash message
Update johnkary/phpunit-speedtrap to use dev-master (temporarily)
8 years ago
Nafies Luthfi
01cb169b57
Update nullable project fields on Form Request validation
9 years ago
Nafies Luthfi
4f8c156832
User login with email address instead of username
Removed username from users table
Fixed to pass all tests after username removal
9 years ago
Nafies Luthfi
c7e7f0a795
Fixed backup create request class and removed role permissions table seeder
9 years ago
Nafies Luthfi
5651e4e155
Added laravel 5.4 middlewares and fixed to pass all test suites
9 years ago
Nafies Luthfi
5098956670
Add project features export in html format
9 years ago
Nafies Luthfi
c2b313780a
Update 2016-08-02.11.34
Search payments by project name
List On Progress Project by features list
Refactor project work duration to ProjectPresenter class
Project deletation also remove its payments, features and tasks
Show Current Credit on On Progress, Done, and On Hold project status
Add form error notification
Add route name on a task of feature
Add Project status update on project detail page
Add pagination on top of payment and project index page
Fix missing line break on project detail description
10 years ago
Nafies Luthfi
275bc149bd
Update 2016-07-19.20.56
Filter Payments only for logged in owner
Create feature from other project's feature
Filter project only for logged in owner
Filter Report only for logged in owner
Filter Home dashboard project summary only for logged in owner
Add flash error on validator fails redirection
Fix ManageProjectsTest and ManagPaymentsTest to manage only by owner
10 years ago
Nafies Luthfi
f296a40901
Update 2016-07-18.22.27
Sort Feature Tasks by task's progress
Change project type to in_out (transaction type)
Add feature type (main project, additional feature)
Add payment type (project, addidonal feature, maintenance)
Add progress field to task creation
Fix Model Factory
Update Font Awesome from 4.3.0 to 4.6.3
Change home/dashboard panel icon
10 years ago