47 lines
1.3 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'bill_number' => 'Bill Number',
'bill_date' => 'Bill Date',
'total_price' => 'Total Price',
'due_date' => 'Due Date',
'order_number' => 'Order Number',
'bill_from' => 'Bill From',
'quantity' => 'Quantity',
'price' => 'Price',
'sub_total' => 'Subtotal',
2018-04-17 16:40:52 +03:00
'discount' => 'Discount',
2017-09-14 22:21:00 +03:00
'tax_total' => 'Tax Total',
'total' => 'Total',
'item_name' => 'Item Name|Item Names',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
2017-09-14 22:21:00 +03:00
'payment_due' => 'Payment Due',
'amount_due' => 'Amount Due',
'paid' => 'Paid',
'histories' => 'Histories',
'payments' => 'Payments',
'add_payment' => 'Add Payment',
2017-11-07 05:11:03 +03:00
'mark_received' => 'Mark Received',
2017-09-14 22:21:00 +03:00
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'status' => [
2017-11-07 05:11:03 +03:00
'draft' => 'Draft',
'received' => 'Received',
2017-09-14 22:21:00 +03:00
'partial' => 'Partial',
'paid' => 'Paid',
],
2017-11-07 05:11:03 +03:00
'messages' => [
'received' => 'Bill marked as received successfully!',
],
2017-09-14 22:21:00 +03:00
];