Revision cf6a988e
Von Bernd Bleßmann vor 3 Monaten hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
202 | 202 |
shipped_qty_require_stock_out => { type => 'boolean', default => 'false', not_null => 1 }, |
203 | 203 |
show_bestbefore => { type => 'boolean', default => 'false' }, |
204 | 204 |
show_longdescription_select_item => { type => 'boolean', default => 'false' }, |
205 |
show_purchase_order_confirmation => { type => 'boolean', default => 'true', not_null => 1 }, |
|
206 |
show_purchase_quotation_intake => { type => 'boolean', default => 'true', not_null => 1 }, |
|
207 |
show_purchase_reclamation => { type => 'boolean', default => 'true', not_null => 1 }, |
|
208 |
show_sales_order_intake => { type => 'boolean', default => 'true', not_null => 1 }, |
|
209 |
show_sales_reclamation => { type => 'boolean', default => 'true', not_null => 1 }, |
|
205 | 210 |
show_weight => { type => 'boolean', default => 'false', not_null => 1 }, |
206 | 211 |
signature => { type => 'text' }, |
207 | 212 |
soinumber => { type => 'text' }, |
sql/Pg-upgrade2/defaults_show_new_docs.sql | ||
---|---|---|
1 |
-- @tag: defaults_show_new_docs |
|
2 |
-- @description: Mandantenkonfiguration für Anzeigen von Angebots-/Auftrags-Eingängen, Lieferantenauftragsbestätigungen und Reklamationen |
|
3 |
-- @depends: release_3_9_0 |
|
4 |
|
|
5 |
ALTER TABLE defaults ADD COLUMN show_sales_order_intake BOOLEAN NOT NULL DEFAULT TRUE; |
|
6 |
ALTER TABLE defaults ADD COLUMN show_purchase_quotation_intake BOOLEAN NOT NULL DEFAULT TRUE; |
|
7 |
ALTER TABLE defaults ADD COLUMN show_purchase_order_confirmation BOOLEAN NOT NULL DEFAULT TRUE; |
|
8 |
ALTER TABLE defaults ADD COLUMN show_sales_reclamation BOOLEAN NOT NULL DEFAULT TRUE; |
|
9 |
ALTER TABLE defaults ADD COLUMN show_purchase_reclamation BOOLEAN NOT NULL DEFAULT TRUE; |
Auch abrufbar als: Unified diff
Sichtbarkeit neuer Belege: In Mandantenkonfig einstellbar: Rose u. DB
- Angebots-/Auftrags-Eingänge
- Lieferantenauftragsbestätigungen
- Reklamationen