1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Clarify inclusive taxes

This commit is contained in:
Hillel Coren 2018-03-25 14:13:43 +03:00
parent c877359190
commit 9c16f10a5c
2 changed files with 3 additions and 2 deletions

View File

@ -2741,8 +2741,8 @@ $LANG = array(
'delete_image' => 'Delete Image',
'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',
'taxes_are_included_help' => 'Taxes are included with the cost.',
'taxes_are_not_included_help' => 'Taxes are excluded from the cost.',
'taxes_are_included_help' => 'Note: Inclusive taxes have been enabled.',
'taxes_are_not_included_help' => 'Note: Inclusive taxes are not enabled.',
'change_requires_purge' => 'Changing this setting requires :link the account data.',
'purging' => 'purging',
'warning_local_refund' => 'The refund will be recorded in the app but will NOT be processed by the payment gateway.',

View File

@ -41,6 +41,7 @@
->value(1) !!}
@if (! $hasInclusiveTaxRates && $countInvoices == 0)
<br/>
{!! Former::checkbox('inclusive_taxes')
->text(trans('texts.inclusive_taxes_help'))
->label('&nbsp;')