added discount location setting

This commit is contained in:
denisdulici
2020-03-26 16:20:31 +03:00
parent 795ddf8aeb
commit eedb5b30a6
15 changed files with 405 additions and 309 deletions

View File

@ -13,7 +13,7 @@ return [
'price' => 'Price',
'sub_total' => 'Subtotal',
'discount' => 'Discount',
'item_discount' => 'Item Discount',
'item_discount' => 'Line Discount',
'tax_total' => 'Tax Total',
'total' => 'Total',

View File

@ -13,7 +13,7 @@ return [
'price' => 'Price',
'sub_total' => 'Subtotal',
'discount' => 'Discount',
'item_discount' => 'Item Discount',
'item_discount' => 'Line Discount',
'tax_total' => 'Tax Total',
'total' => 'Total',

View File

@ -29,6 +29,12 @@ return [
'before' => 'Before Number',
'after' => 'After Number',
],
'discount_location' => [
'name' => 'Discount Location',
'item' => 'At line',
'total' => 'At total',
'both' => 'Both line and total',
],
],
'invoice' => [