Create customer from invoice and vendor from bill
This commit is contained in:
		@@ -27,6 +27,8 @@ return [
 | 
			
		||||
    'download_pdf'      => 'Download PDF',
 | 
			
		||||
    'send_mail'         => 'Send Email',
 | 
			
		||||
 | 
			
		||||
    'create_vendor'     => 'Vendor Create',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'draft'         => 'Draft',
 | 
			
		||||
        'received'      => 'Received',
 | 
			
		||||
 
 | 
			
		||||
@@ -27,6 +27,8 @@ return [
 | 
			
		||||
    'download_pdf'      => 'Download PDF',
 | 
			
		||||
    'send_mail'         => 'Send Email',
 | 
			
		||||
 | 
			
		||||
    'create_customer'   => 'Customer Create',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'draft'         => 'Draft',
 | 
			
		||||
        'sent'          => 'Sent',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user