Nafies Luthfi
d8d6f53537
Add required files for laravel 5.6
Update .env.example file
7 years ago
Nafies Luthfi
61619e7008
Update dependecies to laravel 5.6.39
7 years ago
Nafies Luthfi
23cd86ff2b
Merge branch 'refresh-database-trait'
7 years ago
Nafies Luthfi
85d3b6bad5
Change DatabaseMigrations to RefreshDatabase
7 years ago
Nafies Luthfi
9878bfca13
Pull latest 2.0 browser kit testing package
7 years ago
Nafies Luthfi
f8cb57c144
Merge branch 'helper-naming-convetions'
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
0367fdce75
Update db backups view labels
Change @lang to __() helper
7 years ago
Nafies Luthfi
266dddc963
Change job lang for date entry to fix #30
7 years ago
Nafies Luthfi
ff72065ca8
Merge pull request #29 from achmadhadikurnia/master
Typo in months list
7 years ago
Achmad Hadi Kurnia
f76f553c9f
Typo month name
7 years ago
Achmad Hadi Kurnia
47dd36b47e
Typo in months list
7 years ago
Nafies Luthfi
4fcdb38c52
Merge pull request #26 from nafiesl/tax-id-setting
NPWP (tax_id) setting dan tampilkan di print out invoice - closes #23
7 years ago
Nafies Luthfi
f886b645b6
Change trans() to __() helper function
7 years ago
Nafies Luthfi
61ce6ba481
Add tax_id on invoice print out
7 years ago
Nafies Luthfi
bbf576118b
Add tax_id entry on agency profile
7 years ago
Nafies Luthfi
6b0eb64cd4
Merge pull request #24 from nafiesl/analysis-zdNnJJ
Apply fixes from StyleCI
7 years ago
Nafies Luthfi
f176ac0bd1
Apply fixes from StyleCI
7 years ago
Nafies Luthfi
7c1b4ecc37
Merge branch 'testing-trait-usage'
7 years ago
Nafies Luthfi
8446cec703
Use DatabaseMigrations trait as needed
7 years ago
Nafies Luthfi
3dd4a4f43e
Add docblocs on helper functions
7 years ago
Nafies Luthfi
e724d6a9b5
Merge branch 'partner-controllers-refactor'
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
8d8ba99af7
Add .styleci.yml
7 years ago
Nafies Luthfi
f45021b54d
Update model class docblocs
7 years ago
Nafies Luthfi
50e757933b
Remove invoice print out table tfoot
Table tfoot contains invoice total, if we use tfoot
for multi page invoice item listing, the tfoot will
be shown on each page (which we don't want).
If we use tbody, the total rows will only shown
on the bottom of the invoice item listing table.
7 years ago
Nafies Luthfi
4a1ab11d9b
Merge pull request #22 from nafiesl/bank-account-entries
Bank Account Entries from Their Own Table. Resolves #19 .
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
Nafies Luthfi
504ade5531
Update bank account controller docblocks
7 years ago