Nafies Luthfi
43dd471ee8
Add website field on customers table
8 years ago
Nafies Luthfi
cc071899a1
Set vendor relation in Subscription model to Vendor model
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
390242da23
Add owner_id on partners table
8 years ago
Nafies Luthfi
d77a6137bf
Add partner owner relation
8 years ago
Nafies Luthfi
2d32a4d026
Add project owner relation
8 years ago
Nafies Luthfi
0d2500fccd
User can update profile data and agency data
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
d77d821b5d
Remove database seeder need on testing suite
8 years ago
Nafies Luthfi
84a64ee6a5
Remove user role assignment from customer and vendor to worker
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
b3172d303d
Return payment customer relation
8 years ago
Nafies Luthfi
dc24e0facb
Change customer_id to partner_id in payments table, pass all tests
8 years ago
Nafies Luthfi
cb781b6095
Add partner relation to payment model
8 years ago
Nafies Luthfi
2c6041e502
Pass all test after project customer relation changed to Customer model
8 years ago
Nafies Luthfi
dda56284e2
Change project customer relation from User to Customer class
8 years ago
Nafies Luthfi
f5a007021d
Add customer feature
8 years ago
Nafies Luthfi
3683a84ca3
Add vendor feature
8 years ago
Nafies Luthfi
aa8b0430eb
Add project collectible earnings
Collectible earnings calculated based on
a project feature price * avg of tasks progress
8 years ago
Nafies Luthfi
983b021913
Restructure login view and remove laravel dompdf dependency
Remove unused files
8 years ago
Nafies Luthfi
ba7fd4d248
Invoice has method to generate its new number
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
c7e7f0a795
Fixed backup create request class and removed role permissions table seeder
9 years ago
Nafies Luthfi
1fd7a7169d
Pass all test suite with migrate and seed
9 years ago
Nafies Luthfi
c4f2241647
Passed ManageProjectTest suite with database migration and sqlite in memory test
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
43306e7bb8
Composer update lv5.3.31 and laravelcollective 5.3.2
Fixed broken test and script after laravelcollective 5.3.2 (select placeholder)
Added subscription vendor eager load
Added subscription searchable by vendor_id
Added \Hash::setRounds(5); for faster test suite
9 years ago
Nafies Luthfi
f0386a84bf
Update 2016-12-20.22.23
Add vendor_id to subscriptions table
Add Event is_allday to user_events table
Add logfiles viewer for admin
9 years ago
Nafies Luthfi
6c4527ae79
Update 2016-11-25.20.59
9 years ago
Nafies Luthfi
8f50768f4a
Update 2016-08-23.11.17
Add Subscription tab to project.show
Add new option on options.index view
Split Project features between Main Features and Additional Features
9 years ago
Nafies Luthfi
d2a73a49dc
Update 2016-08-14.21.24
Add Sortable Project Features
Add sortable Feature Tasks
Filter Unfinished features list only to 'on progress' and 'done' project status
Export project features to Excel (xlsx)
Add Option CRUD with vuejs ajax (single page application)
Add Laravel Excel and Laravel Dompdf
Remove top-nav
Refactor ManageProjectsTest class
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
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
Nafies Luthfi
da856e3fff
Update 2016-07-09.18.14
Add Feature Tasks with TDD
10 years ago
Nafies Luthfi
08a1e44541
Update 2016-07-09.13.19
Add project features with TDD
Add and fix Payment test
10 years ago
Nafies Luthfi
50cacf389a
Update 2016-07-08.22.41
Add Customer Subsciption with TDD
Add with roles on getUsers method on UsersRepository
10 years ago
Nafies Luthfi
9ba2efbde6
Update 2016-07-07.12.24
Add Payment with TDD
Add Payment Model Factory
Add default placeholder for FormField::select()
10 years ago