Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a51e1869

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID a51e18692b3b21570db8b7acd99537385c401d6d
  • Vorgänger 85d74cfe
  • Nachfolger a744a96d

Zeiterfassung: Keine Zeiterfassungstypen mehr

Unterschiede anzeigen:

SL/DB/MetaSetup/TimeRecording.pm
21 21
  project_id      => { type => 'integer' },
22 22
  staff_member_id => { type => 'integer', not_null => 1 },
23 23
  start_time      => { type => 'timestamp', not_null => 1 },
24
  type_id         => { type => 'integer' },
25 24
);
26 25

  
27 26
__PACKAGE__->meta->primary_key_columns([ 'id' ]);
......
48 47
    class       => 'SL::DB::Employee',
49 48
    key_columns => { staff_member_id => 'id' },
50 49
  },
51

  
52
  type => {
53
    class       => 'SL::DB::TimeRecordingType',
54
    key_columns => { type_id => 'id' },
55
  },
56 50
);
57 51

  
58 52
1;

Auch abrufbar als: Unified diff