PCHX#85307 Factuur bolletjes kunnen zetten zonder schrijfrechten.
Add setting fin_factuur_flags_list_usage svn path=/Database/trunk/; revision=66210
This commit is contained in:
@@ -557,6 +557,7 @@ DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_enable_afwijzen'
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_enable_goedkeuren' , 'number' , '0' , 'Is it possible to validate (''goedkeuren'') an invoice {0=validation unavailable | 1=validation optional | 2=validation required}')
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_enable_kostensoort' , 'number' , '1' , 'can factuur kostensoort be changed?')
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_factuur_flags' , 'number' , '0' , 'Number of flags that can be defined on invoices. Max 10')
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_factuur_flags_list_usage' , 'number' , '0' , 'Set rights that readonly can/cannot edit markings (bolletjes) toe {0=no | 1=yes}')
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_factuur_verlegdmode' , 'number' , '0' , 'Use and validation of field fin_factuur_gbedrag: {0=field invisible | &1=visible and enterable | &2=required if invoicelines has a shifted VAT-value | &4=all invoicelines must have shifted VAT-value or must have standard VAT values (=not shifted)}')
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_kostensoort_verplicht' , 'number' , '0' , 'Is kostensoort required? {0=not required | 1=required}')
|
||||
DEFINE_SETTING('FIN', 0001, 'WEB_PRSSYS', 'fin_match_lowerlimit' , 'number' , '0' , 'Check lowerlimit also for matching {0=Only upperlimit (invoice<order+tolerance | 1=Upper and lowerlimit (order-tolerance<invoice<order+tolerance)}')
|
||||
|
||||
@@ -221,6 +221,23 @@ ALTER TABLE fac_imp_mld ADD ( mld_stdmelding_accepttijd NUMBER(15,5)
|
||||
);
|
||||
ALTER TABLE fac_imp_mld DROP COLUMN mld_stdmelding_urgentie;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// PCHX#85307
|
||||
INSERT INTO fac_setting (fac_setting_module,
|
||||
fac_setting_name,
|
||||
fac_setting_description,
|
||||
fac_setting_default,
|
||||
fac_setting_flags,
|
||||
fac_setting_type,
|
||||
fac_functie_key)
|
||||
VALUES (
|
||||
'FIN',
|
||||
'fin_factuur_flags_list_usage',
|
||||
'Set rights that readonly can/cannot edit markings (bolletjes) toe {0=no | 1=yes}',
|
||||
0,
|
||||
1,
|
||||
'number',
|
||||
47);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
Reference in New Issue
Block a user