Nafies Luthfi
04f3e2c10b
Change FormRequest approval method call
7 years ago
Nafies Luthfi
129adc6405
Move getCustomersAndVendorsList method call to parent controller
7 years ago
Nafies Luthfi
7380f3f5a9
Move getVendorsList method call to parent controller
7 years ago
Nafies Luthfi
294caca5a7
Move all getProjectsList method call to parent controller
7 years ago
Nafies Luthfi
1fe700eb2e
Adjust repo method call to parent controller
7 years ago
Nafies Luthfi
01ece0f550
Remove subscription repository class
7 years ago
Nafies Luthfi
2a96913005
Add docblocks on Job and Project model
7 years ago
Nafies Luthfi
2d95550024
Job deletion also deletes job comments
7 years ago
Nafies Luthfi
45510fc1a3
Job deletion will also deletes related comments
7 years ago
Nafies Luthfi
28173114aa
Job deletion will deletes related subscriptions
7 years ago
Nafies Luthfi
fde8ed21ca
Add database transaction on project deletion action
7 years ago
Nafies Luthfi
269aec4c6f
Job deletion will deletes related tasks
Project deletion will also deletes related job tasks
7 years ago
Nafies Luthfi
28c91e8476
Project deletion will also deletes related invoices
7 years ago
Nafies Luthfi
8beb307bc0
Update payment edit placeholder
Fix #27
7 years ago
Nafies Luthfi
ad88a64c5c
Show partner_id list based on payment partner type
7 years ago
Nafies Luthfi
0e469abcf8
Add vendor listing api endpoint
7 years ago
Nafies Luthfi
a23bff9e5d
Add customer listing api endpoint
7 years ago
Nafies Luthfi
a57a545953
Add year to year payment report
7 years ago
Nafies Luthfi
ef97fc059f
Refactor user calendar route to controller
7 years ago
Nafies Luthfi
307ff90938
Move log file show and download to controller
7 years ago
Nafies Luthfi
96cd04fac2
[wip] Refactor log file viewer routes to controller
Add Reports\LogFileController@index
7 years ago
Nafies Luthfi
d8d6f53537
Add required files for laravel 5.6
Update .env.example file
7 years ago
Nafies Luthfi
25fce3df73
Change dateDifference() to date_difference()
7 years ago
Nafies Luthfi
3cc999c0bc
Change logo function helpers name
Change appLogoImage() to app_logo_image()
Change appLogoPath() to app_logo_path()
7 years ago
Nafies Luthfi
350e4196f9
Change monthDateArray() to month_date_array()
7 years ago
Nafies Luthfi
5c54caa65c
Change formatNo() to format_no()
7 years ago
Nafies Luthfi
b0dfc805e9
Change formatSizeUnits() to format_size_units()
7 years ago
Nafies Luthfi
bf7c359ab1
Change from formatRp() to format_money()
7 years ago
Nafies Luthfi
1380bc523c
Change formatDecimal() to format_decimal()
7 years ago
Nafies Luthfi
a22146bc35
Remove unused helper function
7 years ago
Nafies Luthfi
e03ce9dced
Chang dateId() to date_id()
7 years ago
Nafies Luthfi
35d68ee520
Change monthNumber() to month_number()
7 years ago
Nafies Luthfi
d7f5cc333b
Change getYears() to get_years()
7 years ago
Nafies Luthfi
2f436da1f4
Change monthId() to month_id()
7 years ago
Nafies Luthfi
590790bf3c
Change getMonths() to get_months()
7 years ago
Nafies Luthfi
d74ab9f8d5
Eagerload project and customer on invoice listing
7 years ago
Nafies Luthfi
eb173ff101
Eagerload job workers on project job listing
7 years ago
Nafies Luthfi
bbf576118b
Add tax_id entry on agency profile
7 years ago
Nafies Luthfi
f176ac0bd1
Apply fixes from StyleCI
7 years ago
Nafies Luthfi
3dd4a4f43e
Add docblocs on helper functions
7 years ago
Nafies Luthfi
3915657536
Refactor VendorsController class
7 years ago
Nafies Luthfi
ce874ae5b2
Refactor CustomerController@index method
7 years ago
Nafies Luthfi
5a1dd59a14
Refactor CustomerController@destroy
7 years ago
Nafies Luthfi
b24a14561c
Refactor CustomerController@update
Add CustomerUpdateRequest class
7 years ago
Nafies Luthfi
0c605521c4
Refactor CustomerController@store
Add CustomerCreateRequest class
Update controller docblocks
7 years ago
Nafies Luthfi
f45021b54d
Update model class docblocs
7 years ago
Nafies Luthfi
c5b05e9586
Show new bank account list on Invoice print out
7 years ago
Nafies Luthfi
a9082de190
Update view, lang files and flash message
7 years ago
Nafies Luthfi
4db6457cd5
User can import existing bank accounts
If user already use bank account feature, it is saved
on site_options table.
This commit will add a button to import existing
bank account entries to bank_accounts table.
7 years ago
Nafies Luthfi
f466c5414b
User can swith bank account status
Bank account status:
1:active
0:in_active
7 years ago