diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php index 404cb7d664..014161e056 100644 --- a/resources/lang/da/texts.php +++ b/resources/lang/da/texts.php @@ -749,5 +749,11 @@ 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); \ No newline at end of file diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index ab97c69001..bf76e95eb2 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -740,5 +740,11 @@ return array( 'recurring_too_soon' => 'Es ist zu früh, um die nächste wiederkehrende Rechnung zu erstellen', 'created_by_invoice' => 'Erstellt durch :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 8da945b26a..499b80921a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -573,7 +573,7 @@ return array( 'recover_password' => 'Recover your password', 'forgot_password' => 'Forgot your password?', 'email_address' => 'Email address', - 'lets_go' => 'Let’s go', + 'lets_go' => 'Let\'s go', 'password_recovery' => 'Password Recovery', 'send_email' => 'Send email', 'set_password' => 'Set Password', @@ -747,6 +747,11 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' ); diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index 27c9294262..3367b26d49 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -719,5 +719,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + + ); \ No newline at end of file diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index 4e90981012..abac45b8f6 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -748,6 +748,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); \ No newline at end of file diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php index 91da1a427b..eaa451ef84 100644 --- a/resources/lang/fr/texts.php +++ b/resources/lang/fr/texts.php @@ -740,6 +740,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php index e34b4623aa..9ccbfb1308 100644 --- a/resources/lang/fr_CA/texts.php +++ b/resources/lang/fr_CA/texts.php @@ -741,5 +741,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + + ); diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index 6f77c21f8b..996c4672da 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -743,6 +743,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index b7d0271af3..1bbf6a1ddd 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -750,6 +750,13 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + + ); diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index c19ffd9c5b..bdea613435 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -748,6 +748,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); \ No newline at end of file diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index 180328a32a..16622103be 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -743,6 +743,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + ); diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index 370d961f5b..b3e9389e7d 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -743,5 +743,12 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + + ); diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php index 9e35a2e897..4cac8ff4c2 100644 --- a/resources/lang/sv/texts.php +++ b/resources/lang/sv/texts.php @@ -746,6 +746,13 @@ return array( 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

' + + ); diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php index b14268a5ac..95ab263e78 100644 --- a/resources/views/accounts/customize_design.blade.php +++ b/resources/views/accounts/customize_design.blade.php @@ -154,7 +154,7 @@
{!! Former::select('invoice_design_id')->style('display:inline;width:120px')->fromQuery($invoiceDesigns, 'name', 'id')->onchange('onSelectChange()')->raw() !!}
- {!! Button::normal(trans('texts.documentation'))->asLinkTo(PDFMAKE_DOCS)->withAttributes(['target' => '_blank'])->appendIcon(Icon::create('info-sign')) !!} + {!! Button::normal(trans('texts.help'))->withAttributes(['onclick' => 'showHelp()'])->appendIcon(Icon::create('question-sign')) !!} {!! Button::normal(trans('texts.cancel'))->asLinkTo(URL::to('/company/advanced_settings/invoice_design'))->appendIcon(Icon::create('remove-circle')) !!} @if (Auth::user()->isPro()) {!! Button::success(trans('texts.save'))->withAttributes(['onclick' => 'submitForm()'])->appendIcon(Icon::create('floppy-disk')) !!} @@ -162,16 +162,44 @@
- @if (!Auth::user()->isPro()) + }); @endif + function showHelp() { + $('#helpModal').modal('show'); + } + + + {!! Former::close() !!} + + + + +
diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 1e9ca7278f..91e9736499 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -635,6 +635,7 @@ {{-- Per our license, please do not remove or modify this section. --}} @if (!Utils::isNinjaProd()) +

 

{{ trans('texts.powered_by') }} InvoiceNinja.com | @if (Auth::user()->account->isWhiteLabel())