accrual invoices/bills
This commit is contained in:
@@ -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