mirror of
				https://github.com/mokuappio/serverless-invoices.git
				synced 2025-11-03 18:23:15 -05:00 
			
		
		
		
	feat: don't require all fields for invoice booking.
simplify field requirements and allow for a more flexible invoice generation.
This commit is contained in:
		@ -3,8 +3,6 @@
 | 
			
		||||
  "invoice_number": "No.",
 | 
			
		||||
  "issued_at": "Issued at: ",
 | 
			
		||||
  "due_at": "Due at:",
 | 
			
		||||
  "late_fee": "Late fee:",
 | 
			
		||||
  "add_late_fee": "Add late fee",
 | 
			
		||||
  "modal_issued_at_title": "Issued at",
 | 
			
		||||
  "modal_due_at_title": "Due at"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -16,7 +16,6 @@
 | 
			
		||||
    "website": "Website"
 | 
			
		||||
  },
 | 
			
		||||
  "invoicing": {
 | 
			
		||||
    "invoice_late_fee": "Late fee (%)",
 | 
			
		||||
    "invoice_due_days": "Payment terms, days",
 | 
			
		||||
    "currency": "Default currency"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user