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
08f768f694
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
1c04dfdf60
Add due_date attribute to the project
8 years ago
Nafies Luthfi
4c8d6d6f9c
Add "en" and "id" lang switch on user profile edit page
Add lang column on users table
Add Lang middleware class
Change default locale config to "en"
8 years ago
Nafies Luthfi
9757124dd5
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
a813524f68
Add invoice edit feature
Move Invoice related controllers into Invoices namespace
Add date and due_date column on invoice date
8 years ago
Nafies Luthfi
7cd46bb676
Add user role for admin and worker
8 years ago
Nafies Luthfi
5bed2d3c5e
Remove route name column on tasks table
8 years ago
Nafies Luthfi
603edd3981
Change Feature entity to Job entity
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
44de4c1821
Remove agency entity
8 years ago
Nafies Luthfi
8cf1e23d25
Remove ownerships
8 years ago
Nafies Luthfi
529edf42c7
Agency can add and remove many workers
8 years ago
Nafies Luthfi
0dbacbfff6
Change description column to notes on vendors table
8 years ago
Nafies Luthfi
be3c52d649
Add morph relation of partner to Payment model
Add partner_type on payments table
Set grouped partner list on payment entry form
Payment can have User model as partner
Payment can have Vendor model as partner
Payment can have Customer model as partner
8 years ago
Nafies Luthfi
401cb60214
Add website and is_active column in vendors table
8 years ago
Nafies Luthfi
43dd471ee8
Add website field on customers table
8 years ago
Nafies Luthfi
a8dbd96304
Add vendor owner relation
8 years ago
Nafies Luthfi
ea798b9ca7
Add Vendor entity
8 years ago
Nafies Luthfi
990dc3930f
Change Partner entity back to Customer entity
8 years ago
Nafies Luthfi
d36e26ded8
Remove type_id column from partners table
8 years ago
Nafies Luthfi
b5b88e892a
Add type_id column to partners table (1:Customer, 2:Vendor)
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
891ea8229c
Add creator relation on Invoice model and nullable notes attribute
8 years ago
Nafies Luthfi
e40e53e42b
Add agency has many projects relation
Add global scope for payment by owner agency projects
Remove owner_id column on payments table
8 years ago
Nafies Luthfi
623470343f
Remove role model and table migration files and update auth lang file
8 years ago
Nafies Luthfi
d77a6137bf
Add partner owner relation
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
bd0e47060c
Change customer model to partner
8 years ago
Nafies Luthfi
273520de5b
Remove vendor entity
8 years ago
Nafies Luthfi
dc24e0facb
Change customer_id to partner_id in payments table, pass all tests
8 years ago
Nafies Luthfi
f5a007021d
Add customer feature
8 years ago
Nafies Luthfi
3683a84ca3
Add vendor feature
8 years ago
Nafies Luthfi
983b021913
Restructure login view and remove laravel dompdf dependency
Remove unused files
8 years ago
Nafies Luthfi
d7f3613f43
Add invoice detail page
Change invoice_no column into number in invoices table
8 years ago
Nafies Luthfi
77dcbb6b36
Create project invoice feature wip
8 years ago
Nafies Luthfi
cebbee8445
Added file upload for project
8 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
1fd7a7169d
Pass all test suite with migrate and seed
9 years ago
Nafies Luthfi
8beaeb6378
Added table all migrations files
Fixed role and permission table seeder
Fixed missing DatabaseMigrations usage on api manage project test
9 years ago
Nafies Luthfi
8b9b14919a
First init
Add User Registrations and Login
Add User chage password
Add User reset password
Add Manage Projects (with tests)
Add Manage Users (with test)
Add Manage Roles
Add Manage Permissions
Add Manage Project Payments
10 years ago