Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cef9432f

Von Bernd Bleßmann vor 6 Monaten hinzugefügt

  • ID cef9432f359cb138fff1a27a2d0ab4e364a7f3d2
  • Vorgänger 4b680a25
  • Nachfolger 8280f487

Sichtbarkeit neuer Belege: In Mandantenkonfig einstellbar: Rose u. DB

- Angebots-/Auftrags-Eingänge
- Lieferantenauftragsbestätigungen
- Reklamationen

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
shipped_qty_require_stock_out => { type => 'boolean', default => 'false', not_null => 1 },
show_bestbefore => { type => 'boolean', default => 'false' },
show_longdescription_select_item => { type => 'boolean', default => 'false' },
show_purchase_order_confirmation => { type => 'boolean', default => 'true', not_null => 1 },
show_purchase_quotation_intake => { type => 'boolean', default => 'true', not_null => 1 },
show_purchase_reclamation => { type => 'boolean', default => 'true', not_null => 1 },
show_sales_order_intake => { type => 'boolean', default => 'true', not_null => 1 },
show_sales_reclamation => { type => 'boolean', default => 'true', not_null => 1 },
show_weight => { type => 'boolean', default => 'false', not_null => 1 },
signature => { type => 'text' },
soinumber => { type => 'text' },
sql/Pg-upgrade2/defaults_show_new_docs.sql
-- @tag: defaults_show_new_docs
-- @description: Mandantenkonfiguration für Anzeigen von Angebots-/Auftrags-Eingängen, Lieferantenauftragsbestätigungen und Reklamationen
-- @depends: release_3_9_0
ALTER TABLE defaults ADD COLUMN show_sales_order_intake BOOLEAN NOT NULL DEFAULT TRUE;
ALTER TABLE defaults ADD COLUMN show_purchase_quotation_intake BOOLEAN NOT NULL DEFAULT TRUE;
ALTER TABLE defaults ADD COLUMN show_purchase_order_confirmation BOOLEAN NOT NULL DEFAULT TRUE;
ALTER TABLE defaults ADD COLUMN show_sales_reclamation BOOLEAN NOT NULL DEFAULT TRUE;
ALTER TABLE defaults ADD COLUMN show_purchase_reclamation BOOLEAN NOT NULL DEFAULT TRUE;

Auch abrufbar als: Unified diff