Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f30ec5f7

Von Bernd Bleßmann vor 3 Tagen hinzugefügt

  • ID f30ec5f74e1c9d2f47c4bb0a56bedbaa1dc96d6f
  • Vorgänger 49967746
  • Nachfolger a6c11d64

Sichtbarkeit Anzahlungs-/Schluss-Rg: In Mandantenkonfig einstellbar: Rose u. DB

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
201 201
  servicenumber                             => { type => 'text' },
202 202
  shipped_qty_require_stock_out             => { type => 'boolean', default => 'false', not_null => 1 },
203 203
  show_bestbefore                           => { type => 'boolean', default => 'false' },
204
  show_invoice_for_advance_payment          => { type => 'boolean', default => 'true', not_null => 1 },
204 205
  show_longdescription_select_item          => { type => 'boolean', default => 'false' },
205 206
  show_purchase_order_confirmation          => { type => 'boolean', default => 'true', not_null => 1 },
206 207
  show_purchase_quotation_intake            => { type => 'boolean', default => 'true', not_null => 1 },
sql/Pg-upgrade2/defaults_show_invoice_for_advance_payment.sql
1
-- @tag: defaults_show_invoice_for_advance_payment
2
-- @description: Mandantenkonfiguration zum Anzeigen von Anzahlungs-/Schluss-Rechnungen (Menü/Workflows)
3
-- @depends: release_3_9_0
4

  
5
ALTER TABLE defaults ADD COLUMN show_invoice_for_advance_payment BOOLEAN NOT NULL DEFAULT TRUE;

Auch abrufbar als: Unified diff