Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4ac2976f

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

  • ID 4ac2976f86e7747ecf69a4e7b64f155343e984ae
  • Vorgänger 5175a512
  • Nachfolger 50c2f228

Änderbarkeit und Löschbarkeit von Belegen in Mandantenkonfiguration einstellbar.

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
54 54
    datev_check_on_ar_transaction   => { type => 'boolean', default => 'true' },
55 55
    datev_check_on_ap_transaction   => { type => 'boolean', default => 'true' },
56 56
    datev_check_on_gl_transaction   => { type => 'boolean', default => 'true' },
57
    is_changeable                   => { type => 'integer', default => 2, not_null => 1 },
58
    ir_changeable                   => { type => 'integer', default => 2, not_null => 1 },
59
    ar_changeable                   => { type => 'integer', default => 2, not_null => 1 },
60
    ap_changeable                   => { type => 'integer', default => 2, not_null => 1 },
61
    gl_changeable                   => { type => 'integer', default => 2, not_null => 1 },
57 62
  ],
58 63

  
59 64
  primary_key_columns => [ 'id' ],

Auch abrufbar als: Unified diff