mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			368 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			368 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const invoices = (state) => state.invoices
 | 
						|
export const selectAllField = (state) => state.selectAllField
 | 
						|
export const getTemplateId = (state) => state.invoiceTemplateId
 | 
						|
export const selectedInvoices = (state) => state.selectedInvoices
 | 
						|
export const totalInvoices = (state) => state.totalInvoices
 | 
						|
export const selectedCustomer = (state) => state.selectedCustomer
 |