Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e21e2190

Von Sven Schöling vor mehr als 3 Jahren hinzugefügt

  • ID e21e2190c9f3b2ff969b7e4159db284c35dd20b1
  • Vorgänger 8b5bed7f
  • Nachfolger 0307fa8a

Kreditorenbuchungen: Zahlungsbedingungen in Belegvorlagen

Unterschiede anzeigen:

SL/DB/MetaSetup/RecordTemplate.pm
23 23
  notes          => { type => 'text' },
24 24
  ob_transaction => { type => 'boolean', default => 'false', not_null => 1 },
25 25
  ordnumber      => { type => 'text' },
26
  payment_id     => { type => 'integer' },
26 27
  project_id     => { type => 'integer' },
27 28
  reference      => { type => 'text' },
28 29
  show_details   => { type => 'boolean', default => 'false', not_null => 1 },
......
62 63
    key_columns => { employee_id => 'id' },
63 64
  },
64 65

  
66
  payment => {
67
    class       => 'SL::DB::PaymentTerm',
68
    key_columns => { payment_id => 'id' },
69
  },
70

  
65 71
  project => {
66 72
    class       => 'SL::DB::Project',
67 73
    key_columns => { project_id => 'id' },

Auch abrufbar als: Unified diff