mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	init crater
This commit is contained in:
		
							
								
								
									
										18
									
								
								resources/assets/js/stub/invoice.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								resources/assets/js/stub/invoice.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | ||||
| export default { | ||||
|   invoice_id: null, | ||||
|   item_id: null, | ||||
|   name: '', | ||||
|   title: '', | ||||
|   description: null, | ||||
|   quantity: 1, | ||||
|   price: 0, | ||||
|   discount_type: 'fixed', | ||||
|   discount_val: 0, | ||||
|   discount: 0, | ||||
|   total: 0, | ||||
|   totalTax: 0, | ||||
|   totalSimpleTax: 0, | ||||
|   totalCompoundTax: 0, | ||||
|   tax: 0, | ||||
|   taxes: [] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user