mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			290 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			290 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  maxPayableAmount: Number.MAX_SAFE_INTEGER,
 | 
						|
  selectedCustomer: '',
 | 
						|
  currency: null,
 | 
						|
  currency_id: '',
 | 
						|
  customer_id: '',
 | 
						|
  payment_number: '',
 | 
						|
  payment_date: '',
 | 
						|
  amount: 100,
 | 
						|
  invoice_id: '',
 | 
						|
  notes: '',
 | 
						|
  payment_method_id: '',
 | 
						|
  customFields: [],
 | 
						|
  fields: []
 | 
						|
}
 |