64 lines
2.2 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2018-12-11 18:42:27 +03:00
'bill_number' => 'Bill Number',
'bill_date' => 'Bill Date',
2021-06-27 11:14:01 +03:00
'bill_amount' => 'Bill Amount',
2018-12-11 18:42:27 +03:00
'total_price' => 'Total Price',
'due_date' => 'Due Date',
'order_number' => 'Order Number',
'bill_from' => 'Bill From',
'quantity' => 'Quantity',
'price' => 'Price',
'sub_total' => 'Subtotal',
'discount' => 'Discount',
2020-03-26 16:20:31 +03:00
'item_discount' => 'Line Discount',
2018-12-11 18:42:27 +03:00
'tax_total' => 'Tax Total',
'total' => 'Total',
'item_name' => 'Item Name|Item Names',
2022-06-01 10:15:55 +03:00
'recurring_bills' => 'Recurring Bill|Recurring Bills',
2018-12-11 18:42:27 +03:00
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
2022-06-01 10:15:55 +03:00
'payment_made' => 'Payment Made',
2018-12-11 18:42:27 +03:00
'payment_due' => 'Payment Due',
'amount_due' => 'Amount Due',
'paid' => 'Paid',
'histories' => 'Histories',
'payments' => 'Payments',
'add_payment' => 'Add Payment',
2020-03-16 01:09:50 +03:00
'mark_paid' => 'Mark Paid',
2018-12-11 18:42:27 +03:00
'mark_received' => 'Mark Received',
2020-03-28 17:54:36 +03:00
'mark_cancelled' => 'Mark Cancelled',
2018-12-11 18:42:27 +03:00
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'create_bill' => 'Create Bill',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Make Payment',
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
'form_description' => [
'billing' => 'Billing details appear in your bill. Bill Date is used in the dashboard and reports. Select the date you expect to pay as the Due Date.',
],
2017-11-07 05:11:03 +03:00
'messages' => [
2018-12-11 18:42:27 +03:00
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
2018-10-29 15:36:23 +03:00
'status' => [
2018-12-11 18:42:27 +03:00
'created' => 'Created on :date',
'receive' => [
2021-04-20 22:29:14 +03:00
'draft' => 'Not received',
2018-10-29 18:58:08 +03:00
'received' => 'Received on :date',
2018-10-29 15:36:23 +03:00
],
2018-12-11 18:42:27 +03:00
'paid' => [
2018-10-29 15:36:23 +03:00
'await' => 'Awaiting payment',
],
],
2017-11-07 05:11:03 +03:00
],
2017-09-14 22:21:00 +03:00
];