Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
Cüneyt Şentürk
2021-01-01 13:59:01 +03:00
22 changed files with 181 additions and 39 deletions

View File

@ -22,9 +22,9 @@
'novalidate' => true
]) !!}
@endif
@if (!$hideCompany)
@if (!$hideCompany)
<x-documents.form.company
type="{{ $type }}"
type="{{ $type }}"
hide-logo="{{ $hideLogo }}"
hide-document-title="{{ $hideDocumentTitle }}"
hide-document-subheading="{{ $hideDocumentSubheading }}"
@ -32,7 +32,7 @@
/>
@endif
<x-documents.form.main
<x-documents.form.main
type="{{ $type }}"
:document="$document"
hide-contact="{{ $hideContact }}"
@ -41,9 +41,9 @@
:contacts="$contacts"
:search_route="$contactSearchRoute"
:create_route="$contactCreateRoute"
hide-issue-at="{{ $hideIssuedAt }}"
text-issue-at="{{ $textIssuedAt }}"
issue-at="{{ $issuedAt }}"
hide-issued-at="{{ $hideIssuedAt }}"
text-issued-at="{{ $textIssuedAt }}"
issued-at="{{ $issuedAt }}"
hide-document-number="{{ $hideDocumentNumber }}"
text-document-number="{{ $textDocumentNumber }}"
document-number="{{ $documentNumber }}"
@ -67,15 +67,15 @@
text-amount="{{ $textAmount }}"
/>
@if (!$hideFooter)
<x-documents.form.footer
@if (!$hideFooter)
<x-documents.form.footer
type="{{ $type }}"
:document="$document"
/>
@endif
@if (!$hideAdvanced)
<x-documents.form.advanced
@if (!$hideAdvanced)
<x-documents.form.advanced
type="{{ $type }}"
:document="$document"
hide-recurring="{{ $hideRecurring }}"
@ -84,7 +84,7 @@
/>
@endif
@if (!$hideButtons)
@if (!$hideButtons)
<x-documents.form.buttons
type="{{ $type }}"
:document="$document"

View File

@ -13,9 +13,9 @@
:contacts="$contacts"
:search_route="$contactSearchRoute"
:create_route="$contactCreateRoute"
hide-issue-at="{{ $hideIssuedAt }}"
text-issue-at="{{ $textIssuedAt }}"
issue-at="{{ $issuedAt }}"
hide-issued-at="{{ $hideIssuedAt }}"
text-issued-at="{{ $textIssuedAt }}"
issued-at="{{ $issuedAt }}"
hide-document-number="{{ $hideDocumentNumber }}"
text-document-number="{{ $textDocumentNumber }}"
document-number="{{ $documentNumber }}"
@ -27,7 +27,7 @@
order-number="{{ $orderNumber }}"
/>
<x-documents.form.items
<x-documents.form.items
type="{{ $type }}"
:document="$document"
hide-edit-item-columns="{{ $hideEditItemColumns }}"