Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 71ada638

Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt

  • ID 71ada638068acc8b1481b7392bc0511fa627647e
  • Vorgänger 266101c7
  • Nachfolger f7bab957

GLN: neue Spalte bei customer, vendor und shipto; DB-Upgrade-Skript u. Rose

Unterschiede anzeigen:

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