Revision cf17820b
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 |
create_qrbill_invoices => { type => 'integer' },
|
|
50 | 50 |
create_zugferd_invoices => { type => 'integer' }, |
51 | 51 |
currency_id => { type => 'integer', not_null => 1 }, |
52 | 52 |
customer_hourly_rate => { type => 'numeric', precision => 8, scale => 2 }, |
sql/Pg-upgrade2/defaults_qrbill_variants.sql | ||
---|---|---|
1 |
-- @tag: defaults_qrbill_variants |
|
2 |
-- @description: Varianten für QR-Rechnung Auswahl |
|
3 |
-- @depends: defaults_create_qrbill_data |
|
4 |
ALTER TABLE defaults |
|
5 |
ALTER COLUMN create_qrbill_invoices TYPE INTEGER |
|
6 |
USING create_qrbill_invoices::INTEGER; |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Datenbankupgrade Mandantenkonfiguration: Varianten einstellbar machen