Multible Tax files for Items

This commit is contained in:
cuneytsenturk
2018-10-19 19:43:50 +03:00
parent 42d5690a57
commit 983015509a
13 changed files with 165 additions and 864 deletions

View File

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

View File

@ -42,14 +42,6 @@ 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!',