Clarfiy inclusive taxes

This commit is contained in:
Hillel Coren 2018-02-16 11:54:46 +02:00
parent dd904e1498
commit 35656ae96b
2 changed files with 8 additions and 0 deletions

View File

@ -2746,6 +2746,10 @@ $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.',
'change_requires_purge' => 'Changing this setting requires :link the account data.',
'purging' => 'purging',
);

View File

@ -46,6 +46,10 @@
->label(' ')
->help('inclusive_taxes_notice')
->value(1) !!}
@elseif ($countInvoices <= 10)
{!! Former::plaintext(' ')->help(
trans($account->inclusive_taxes ? 'texts.taxes_are_included_help' : 'texts.taxes_are_not_included_help') . '<br/>' .
trans('texts.change_requires_purge', ['link' => link_to(url('/settings/account_management'), trans('texts.purging'))])) !!}
@endif
&nbsp;