accrual invoices/bills

This commit is contained in:
denisdulici
2017-11-07 05:11:03 +03:00
parent 7bba022101
commit 188953d862
21 changed files with 562 additions and 387 deletions

View File

@@ -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!',
],
];

View File

@@ -91,6 +91,7 @@ return [
'upcoming' => 'Upcoming',
'created' => 'Created',
'id' => 'ID',
'more_actions' => 'More Actions',
'title' => [
'new' => 'New :type',

View File

@@ -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!',
],
];