Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 43f9b1c5

Von G. Richardson vor etwa 13 Jahren hinzugefügt

  • ID 43f9b1c512be9bc2199369c2f5accea32b8bd423
  • Vorgänger 45de0008
  • Nachfolger 306fad80

Umstellung von eur zu 3 Variablen in defaults

accounting_method inventory_system profit_determination

Details siehe doc/umstellung_eur.txt

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
43 43
    sdonumber                  => { type => 'text' },
44 44
    ar_paid_accno_id           => { type => 'integer' },
45 45
    id                         => { type => 'serial', not_null => 1 },
46
    accounting_method          => { type => 'text' },
47
    inventory_system           => { type => 'text' },
48
    profit_determination       => { type => 'text' },
46 49
  ],
47 50

  
48 51
  primary_key_columns => [ 'id' ],

Auch abrufbar als: Unified diff