Wizard on Invoice and Bill work flow

This commit is contained in:
cuneytsenturk
2018-10-29 15:36:23 +03:00
parent 618ff1ccc8
commit 66f0e7c9d7
7 changed files with 191 additions and 3 deletions

View File

@ -41,6 +41,19 @@ return [
'messages' => [
'received' => 'Bill marked as received successfully!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts once it gets receive.',
'status' => [
'created' => 'Created on :date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Send on :date',
],
'paid' => [
'await' => 'Awaiting payment',
'partial' => 'Partial paid',
],
],
],
];

View File

@ -113,6 +113,9 @@ return [
'title' => [
'new' => 'New :type',
'edit' => 'Edit :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [

View File

@ -46,6 +46,19 @@ return [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',
'email_required' => 'No email address for this customer!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts once it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Send on :date',
],
'paid' => [
'await' => 'Awaiting payment',
'partial' => 'Partial paid',
],
],
],
'notification' => [