Merge pull request #573 from cuneytsenturk/wizard

Wizard on Invoice and Bill work flow
This commit is contained in:
Cüneyt Şentürk
2018-10-29 15:43:39 +03:00
committed by GitHub
7 changed files with 189 additions and 3 deletions

View File

@ -46,6 +46,18 @@ 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',
],
],
],
'notification' => [