mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:04:41 -04:00
test
This commit is contained in:
parent
723b45f3a7
commit
6f58d1c63f
@ -21,26 +21,26 @@
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
|
||||||
|
|
||||||
{{ Former::legend('Organization') }}
|
{{ Former::legend('organization') }}
|
||||||
{{ Former::text('name')->data_bind("attr { placeholder: placeholderName }") }}
|
{{ Former::text('name')->data_bind("attr { placeholder: placeholderName }") }}
|
||||||
{{ Former::text('website') }}
|
{{ Former::text('website') }}
|
||||||
{{ Former::text('work_phone')->label('Phone') }}
|
{{ Former::text('work_phone') }}
|
||||||
|
|
||||||
|
|
||||||
{{ Former::legend('Address') }}
|
{{ Former::legend('address') }}
|
||||||
{{ Former::text('address1')->label('Street') }}
|
{{ Former::text('address1') }}
|
||||||
{{ Former::text('address2')->label('Apt/Suite') }}
|
{{ Former::text('address2') }}
|
||||||
{{ Former::text('city') }}
|
{{ Former::text('city') }}
|
||||||
{{ Former::text('state')->label('State/Province') }}
|
{{ Former::text('state') }}
|
||||||
{{ Former::text('postal_code') }}
|
{{ Former::text('postal_code') }}
|
||||||
{{ Former::select('country_id')->addOption('','')->label('Country')
|
{{ Former::select('country_id')->addOption('','')
|
||||||
->fromQuery($countries, 'name', 'id') }}
|
->fromQuery($countries, 'name', 'id') }}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
|
||||||
{{ Former::legend('Contacts') }}
|
{{ Former::legend('contacts') }}
|
||||||
<div data-bind='template: { foreach: contacts,
|
<div data-bind='template: { foreach: contacts,
|
||||||
beforeRemove: hideContact,
|
beforeRemove: hideContact,
|
||||||
afterAdd: showContact }'>
|
afterAdd: showContact }'>
|
||||||
@ -62,14 +62,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ Former::legend('Additional Info') }}
|
{{ Former::legend('additional_info') }}
|
||||||
{{ Former::select('payment_terms')->addOption('','')
|
{{ Former::select('payment_terms')->addOption('','')
|
||||||
->fromQuery($paymentTerms, 'name', 'num_days') }}
|
->fromQuery($paymentTerms, 'name', 'num_days') }}
|
||||||
{{ Former::select('currency_id')->addOption('','')->label('Currency')
|
{{ Former::select('currency_id')->addOption('','')
|
||||||
->fromQuery($currencies, 'name', 'id') }}
|
->fromQuery($currencies, 'name', 'id') }}
|
||||||
{{ Former::select('size_id')->addOption('','')->label('Size')
|
{{ Former::select('size_id')->addOption('','')
|
||||||
->fromQuery($sizes, 'name', 'id') }}
|
->fromQuery($sizes, 'name', 'id') }}
|
||||||
{{ Former::select('industry_id')->addOption('','')->label('Industry')
|
{{ Former::select('industry_id')->addOption('','')
|
||||||
->fromQuery($industries, 'name', 'id') }}
|
->fromQuery($industries, 'name', 'id') }}
|
||||||
{{ Former::textarea('private_notes') }}
|
{{ Former::textarea('private_notes') }}
|
||||||
|
|
||||||
|
1690
invoiceninja-logo-v2.ai
Normal file
1690
invoiceninja-logo-v2.ai
Normal file
File diff suppressed because one or more lines are too long
BIN
invoiceninja-logo-v2.eps
Normal file
BIN
invoiceninja-logo-v2.eps
Normal file
Binary file not shown.
1826
invoiceninja-logo-white.pdf
Normal file
1826
invoiceninja-logo-white.pdf
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user