Create customer from invoice and vendor from bill

This commit is contained in:
Cüneyt Şentürk
2017-11-30 02:07:00 +03:00
parent 966deefc29
commit 93402e0fd9
7 changed files with 256 additions and 2 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',