Currencies add new feature on account, bill, customer, invoice, vendor edit and create pages.

This commit is contained in:
Cüneyt Şentürk
2020-02-14 16:37:09 +03:00
parent b311fca666
commit 5f756454d6
14 changed files with 118 additions and 11 deletions

View File

@ -24,7 +24,7 @@
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', []) }}
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency')) }}
{{ Form::selectAddNewGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency'), ['required' => 'required', 'path' => route('modals.currencies.create')]) }}
{{ Form::textGroup('phone', trans('general.phone'), 'phone', []) }}