Invoice/Bill: Multiple tax rate

This commit is contained in:
cuneytsenturk
2018-10-09 19:41:05 +03:00
parent 46af851e81
commit 922a03b988
9 changed files with 893 additions and 40 deletions

View File

@ -39,6 +39,14 @@ return [
'paid' => 'Paid',
],
'taxes' => [
'position' => 'Position',
'positions' => [
'before' => 'Before Subtotal (GST)',
'after' => 'After Subtotal (PST)',
],
],
'messages' => [
'received' => 'Bill marked as received successfully!',
],

View File

@ -41,6 +41,14 @@ return [
'paid' => 'Paid',
],
'taxes' => [
'position' => 'Position',
'positions' => [
'before' => 'Before Subtotal (GST)',
'after' => 'After Subtotal (PST)',
],
],
'messages' => [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',