mirror of
				https://github.com/mokuappio/serverless-invoices.git
				synced 2025-10-31 01:41:07 -04:00 
			
		
		
		
	Abstract footer to separate component. Abstract logo to separate component. Be able to edit team in modal. Add custom fields to team. Removed vat and reg no from team (replaced by custom fields). Custom fields are also stored on the invoice. When creating invoice add team custom fields to invoice as well. Be able to set default invoice due date, late fee, vat rate and currency.
This commit is contained in:
		| @ -15,12 +15,11 @@ export default class Team extends Model { | ||||
|       company_country: this.attr(''), | ||||
|       company_county: this.attr(''), | ||||
|       company_city: this.attr(''), | ||||
|       company_reg_no: this.attr(''), | ||||
|       company_vat_no: this.attr(''), | ||||
|       website: this.attr(''), | ||||
|       contact_email: this.attr(''), | ||||
|       contact_phone: this.attr(''), | ||||
|       vat_rate: this.attr(null), | ||||
|       currency: this.attr(null), | ||||
|       invoice_late_fee: this.attr(null), | ||||
|       invoice_due_days: this.attr(null), | ||||
|       fields: this.hasMany(TeamField, 'team_id'), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user