Revision a11b7df1
Von Cem Aydin vor fast 3 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
46 | 46 |
contact_departments_use_textfield => { type => 'boolean' }, |
47 | 47 |
contact_titles_use_textfield => { type => 'boolean' }, |
48 | 48 |
create_part_if_not_found => { type => 'boolean', default => 'false' }, |
49 |
create_qrbill_invoices => { type => 'boolean' }, |
|
49 | 50 |
create_zugferd_invoices => { type => 'integer' }, |
50 | 51 |
currency_id => { type => 'integer', not_null => 1 }, |
51 | 52 |
customer_hourly_rate => { type => 'numeric', precision => 8, scale => 2 }, |
sql/Pg-upgrade2/defaults_create_qrbill_data.sql | ||
---|---|---|
1 |
-- @tag: defaults_create_qrbill_data |
|
2 |
-- @description: Swiss QR-Bill Informationserzeugung Einstellungsoption |
|
3 |
-- @depends: release_3_5_6_1 |
|
4 |
ALTER TABLE defaults ADD COLUMN create_qrbill_invoices BOOLEAN; |
|
5 |
UPDATE defaults SET create_qrbill_invoices = FALSE; |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Datenbankupgrade Mandantenkonfiguration