Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d7a7cb5

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID 5d7a7cb5da29bf5ba69e1bff22a2a2620d989ee8
  • Vorgänger d9bb0bb9
  • Nachfolger fe66a56c

"Beleg ohne Positionen speichern erlauben" in Mandantenkonfig einstellbar

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
22 22
  allow_new_purchase_invoice                => { type => 'boolean', default => 'true', not_null => 1 },
23 23
  allow_sales_invoice_from_sales_order      => { type => 'boolean', default => 'true', not_null => 1 },
24 24
  allow_sales_invoice_from_sales_quotation  => { type => 'boolean', default => 'true', not_null => 1 },
25
  allowed_documents_with_no_positions       => { type => 'array' },
25 26
  always_record_links_from_order            => { type => 'boolean', default => 'false' },
26 27
  ap_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
27 28
  ap_changeable                             => { type => 'integer', default => 2, not_null => 1 },

Auch abrufbar als: Unified diff