Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 71ada638

Von Bernd Bleßmann vor fast 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
31 31
  discount                  => { type => 'float', scale => 4 },
32 32
  email                     => { type => 'text' },
33 33
  fax                       => { type => 'text' },
34
  gln                       => { type => 'text' },
34 35
  greeting                  => { type => 'text' },
35 36
  homepage                  => { type => 'text' },
36 37
  hourly_rate               => { type => 'numeric', precision => 8, scale => 2 },
SL/DB/MetaSetup/Shipto.pm
21 21
  shiptodepartment_2 => { type => 'text' },
22 22
  shiptoemail        => { type => 'text' },
23 23
  shiptofax          => { type => 'text' },
24
  shiptogln          => { type => 'text' },
24 25
  shiptoname         => { type => 'text' },
25 26
  shiptophone        => { type => 'text' },
26 27
  shiptostreet       => { type => 'text' },
SL/DB/MetaSetup/Vendor.pm
29 29
  discount         => { type => 'float', scale => 4 },
30 30
  email            => { type => 'text' },
31 31
  fax              => { type => 'text' },
32
  gln              => { type => 'text' },
32 33
  greeting         => { type => 'text' },
33 34
  homepage         => { type => 'text' },
34 35
  iban             => { type => 'text' },
SL/DB/Shipto.pm
6 6
use SL::DB::Manager::Shipto;
7 7
use Rose::DB::Object::Helpers qw(clone_and_reset clone);
8 8

  
9
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
9
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact
10 10
                           shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
11 11

  
12 12
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff