accrual invoices/bills
This commit is contained in:
@@ -23,14 +23,19 @@ return [
|
||||
'histories' => 'Histories',
|
||||
'payments' => 'Payments',
|
||||
'add_payment' => 'Add Payment',
|
||||
'mark_received' => 'Mark Received',
|
||||
'download_pdf' => 'Download PDF',
|
||||
'send_mail' => 'Send Email',
|
||||
|
||||
'status' => [
|
||||
'new' => 'New',
|
||||
'updated' => 'Updated',
|
||||
'draft' => 'Draft',
|
||||
'received' => 'Received',
|
||||
'partial' => 'Partial',
|
||||
'paid' => 'Paid',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Bill marked as received successfully!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -91,6 +91,7 @@ return [
|
||||
'upcoming' => 'Upcoming',
|
||||
'created' => 'Created',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'More Actions',
|
||||
|
||||
'title' => [
|
||||
'new' => 'New :type',
|
||||
|
||||
@@ -22,6 +22,8 @@ return [
|
||||
'histories' => 'Histories',
|
||||
'payments' => 'Payments',
|
||||
'add_payment' => 'Add Payment',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_sent' => 'Mark Sent',
|
||||
'download_pdf' => 'Download PDF',
|
||||
'send_mail' => 'Send Email',
|
||||
|
||||
@@ -34,4 +36,8 @@ return [
|
||||
'paid' => 'Paid',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'marked_sent' => 'Invoice marked as sent successfully!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user