This commit is contained in:
denisdulici
2017-11-30 11:55:53 +03:00
18 changed files with 459 additions and 197 deletions

View File

@ -27,6 +27,8 @@ return [
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'create_vendor' => 'Vendor Create',
'status' => [
'draft' => 'Draft',
'received' => 'Received',

View File

@ -27,6 +27,8 @@ return [
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'create_customer' => 'Customer Create',
'status' => [
'draft' => 'Draft',
'sent' => 'Sent',