Invoice customization added

This commit is contained in:
Batuhan Baş
2018-10-17 20:58:46 +03:00
parent 906196cd36
commit 4eaf2692aa
11 changed files with 127 additions and 12 deletions

View File

@ -33,6 +33,16 @@ return [
'digit' => 'Number Digit',
'next' => 'Next Number',
'logo' => 'Logo',
'custom' => 'Custom',
'item_name' => 'Item Name',
'item' => 'Item (Default)',
'product' => 'Product',
'service' => 'Service',
'price_name' => 'Price Name',
'price' => 'Price (Default)',
'rate' => 'Rate',
'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity (Default)',
],
'default' => [
'tab' => 'Defaults',