mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clarify inclusive taxes
This commit is contained in:
parent
c877359190
commit
9c16f10a5c
@ -2741,8 +2741,8 @@ $LANG = array(
|
|||||||
'delete_image' => 'Delete Image',
|
'delete_image' => 'Delete Image',
|
||||||
'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
|
'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.',
|
'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_included_help' => 'Note: Inclusive taxes have been enabled.',
|
||||||
'taxes_are_not_included_help' => 'Taxes are excluded from the cost.',
|
'taxes_are_not_included_help' => 'Note: Inclusive taxes are not enabled.',
|
||||||
'change_requires_purge' => 'Changing this setting requires :link the account data.',
|
'change_requires_purge' => 'Changing this setting requires :link the account data.',
|
||||||
'purging' => 'purging',
|
'purging' => 'purging',
|
||||||
'warning_local_refund' => 'The refund will be recorded in the app but will NOT be processed by the payment gateway.',
|
'warning_local_refund' => 'The refund will be recorded in the app but will NOT be processed by the payment gateway.',
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
->value(1) !!}
|
->value(1) !!}
|
||||||
|
|
||||||
@if (! $hasInclusiveTaxRates && $countInvoices == 0)
|
@if (! $hasInclusiveTaxRates && $countInvoices == 0)
|
||||||
|
<br/>
|
||||||
{!! Former::checkbox('inclusive_taxes')
|
{!! Former::checkbox('inclusive_taxes')
|
||||||
->text(trans('texts.inclusive_taxes_help'))
|
->text(trans('texts.inclusive_taxes_help'))
|
||||||
->label(' ')
|
->label(' ')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user