Revision 8cb6dd85
Von Werner Hahn vor fast 8 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
depositor => { type => 'text' },
|
||
direct_debit => { type => 'boolean', default => 'false' },
|
||
discount => { type => 'float', scale => 4 },
|
||
dunning_lock => { type => 'boolean', default => 'false', not_null => 1 },
|
||
email => { type => 'text' },
|
||
fax => { type => 'text' },
|
||
gln => { type => 'text' },
|
||
... | ... | |
language_id => { type => 'integer' },
|
||
mandate_date_of_signature => { type => 'date' },
|
||
mandator_id => { type => 'text' },
|
||
mass_email_lock => { type => 'boolean', default => 'true', not_null => 1 },
|
||
mass_letter_lock => { type => 'boolean', default => 'false', not_null => 1 },
|
||
mtime => { type => 'timestamp' },
|
||
name => { type => 'text', not_null => 1 },
|
||
notes => { type => 'text' },
|
||
obsolete => { type => 'boolean', default => 'false' },
|
||
order_lock => { type => 'boolean', default => 'false', not_null => 1 },
|
||
payment_id => { type => 'integer' },
|
||
phone => { type => 'text' },
|
||
pricegroup_id => { type => 'integer' },
|
||
... | ... | |
taxincluded_checked => { type => 'boolean' },
|
||
taxnumber => { type => 'text' },
|
||
taxzone_id => { type => 'integer', not_null => 1 },
|
||
telephone_aquisition_lock => { type => 'boolean', default => 'false', not_null => 1 },
|
||
user_password => { type => 'text' },
|
||
username => { type => 'text' },
|
||
ustid => { type => 'text' },
|
Auch abrufbar als: Unified diff
Shopmodul: roseupdate für tbl customer