Revision 71ada638
Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
discount => { type => 'float', scale => 4 },
|
||
email => { type => 'text' },
|
||
fax => { type => 'text' },
|
||
gln => { type => 'text' },
|
||
greeting => { type => 'text' },
|
||
homepage => { type => 'text' },
|
||
hourly_rate => { type => 'numeric', precision => 8, scale => 2 },
|
SL/DB/MetaSetup/Shipto.pm | ||
---|---|---|
shiptodepartment_2 => { type => 'text' },
|
||
shiptoemail => { type => 'text' },
|
||
shiptofax => { type => 'text' },
|
||
shiptogln => { type => 'text' },
|
||
shiptoname => { type => 'text' },
|
||
shiptophone => { type => 'text' },
|
||
shiptostreet => { type => 'text' },
|
SL/DB/MetaSetup/Vendor.pm | ||
---|---|---|
discount => { type => 'float', scale => 4 },
|
||
email => { type => 'text' },
|
||
fax => { type => 'text' },
|
||
gln => { type => 'text' },
|
||
greeting => { type => 'text' },
|
||
homepage => { type => 'text' },
|
||
iban => { type => 'text' },
|
SL/DB/Shipto.pm | ||
---|---|---|
use SL::DB::Manager::Shipto;
|
||
use Rose::DB::Object::Helpers qw(clone_and_reset clone);
|
||
|
||
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
|
||
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact
|
||
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
|
||
|
||
__PACKAGE__->meta->initialize;
|
Auch abrufbar als: Unified diff
GLN: neue Spalte bei customer, vendor und shipto; DB-Upgrade-Skript u. Rose