mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			300 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			300 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  estimate_id: null,
 | 
						|
  item_id: null,
 | 
						|
  name: '',
 | 
						|
  title: '',
 | 
						|
  description: null,
 | 
						|
  quantity: 1,
 | 
						|
  price: 0,
 | 
						|
  discount_type: 'fixed',
 | 
						|
  discount_val: 0,
 | 
						|
  discount: 0,
 | 
						|
  total: 0,
 | 
						|
  sub_total: 0,
 | 
						|
  totalTax: 0,
 | 
						|
  totalSimpleTax: 0,
 | 
						|
  totalCompoundTax: 0,
 | 
						|
  tax: 0,
 | 
						|
  taxes: [],
 | 
						|
}
 |