Added customer_nr to database and invoice templates.
Used standard DATEV format(10000 – 69999) Fixes #31
This commit is contained in:
@@ -16,6 +16,7 @@ class Customer extends Model
|
||||
protected $fillable = [
|
||||
'type',
|
||||
'company_name',
|
||||
'customer_nr',
|
||||
'vat_id',
|
||||
'tax_id', // Tax identification number
|
||||
'global_id', // Global Location Number (GLN) or other identification
|
||||
|
||||
Reference in New Issue
Block a user