Revision 41adf433
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
33 | 33 |
company => { type => 'text' }, |
34 | 34 |
currency_id => { type => 'integer', not_null => 1 }, |
35 | 35 |
customer_hourly_rate => { type => 'numeric', precision => 8, scale => 2 }, |
36 |
customer_projects_only_in_sales => { type => 'boolean', default => 'false', not_null => 1 }, |
|
36 | 37 |
customernumber => { type => 'text' }, |
37 | 38 |
datev_check_on_ap_transaction => { type => 'boolean', default => 'true' }, |
38 | 39 |
datev_check_on_ar_transaction => { type => 'boolean', default => 'true' }, |
Auch abrufbar als: Unified diff
Verkaufsbelege: optional nur Projekte des Kunden anbieten
Auch dieses Feature kann über die Mandantenkonfiguration eingeschaltet
werden.