Nafies Luthfi
18c94cfe21
Apply fixes from StyleCI
6 years ago
Nafies Luthfi
d7a6532451
[Fixing test after laravel upgrade
6 years ago
Nafies Luthfi
96ab751002
Remove setPasswordAttribute for User model
7 years ago
Nafies Luthfi
1ad0251f8d
Add ReorderJobListTest
8 years ago
Nafies Luthfi
08f768f694
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
1fb60ff524
Add lang switcher on sidebar
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
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
cc071899a1
Set vendor relation in Subscription model to Vendor model
8 years ago
Nafies Luthfi
990dc3930f
Change Partner entity back to Customer 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
891ea8229c
Add creator relation on Invoice model and nullable notes attribute
8 years ago
Nafies Luthfi
623470343f
Remove role model and table migration files and update auth lang file
8 years ago
Nafies Luthfi
2d32a4d026
Add project owner relation
8 years ago
Nafies Luthfi
9f4d741e1d
Add api_token on each user registration
Require vendor_id on subscription creation
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
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
aa8b0430eb
Add project collectible earnings
Collectible earnings calculated based on
a project feature price * avg of tasks progress
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
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
c4f2241647
Passed ManageProjectTest suite with database migration and sqlite in memory 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
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