Revision 77500e11
Von Bernd Bleßmann vor mehr als 7 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
73 | 73 |
feature_datev => { type => 'boolean', default => 'true', not_null => 1 }, |
74 | 74 |
feature_erfolgsrechnung => { type => 'boolean', default => 'false', not_null => 1 }, |
75 | 75 |
feature_eurechnung => { type => 'boolean', default => 'true', not_null => 1 }, |
76 |
feature_experimental => { type => 'boolean', default => 'true', not_null => 1 }, |
|
76 | 77 |
feature_ustva => { type => 'boolean', default => 'true', not_null => 1 }, |
77 | 78 |
fxgain_accno_id => { type => 'integer' }, |
78 | 79 |
fxloss_accno_id => { type => 'integer' }, |
locale/de/all | ||
---|---|---|
1175 | 1175 |
'Employees' => 'Benutzer', |
1176 | 1176 |
'Empty selection for warehouse will not be added, even if the old bin is still visible (use back and forth to edit again).' => 'Leere Lager-Auswahl wird ignoriert, selbst wenn noch ein Lagerplatz ausgewählt ist. Alle Daten können durch zurück und vorwärts korrigiert werden.', |
1177 | 1177 |
'Empty transaction!' => 'Buchung ist leer!', |
1178 |
'Enable experimental features' => 'Experimentelle Features einschalten', |
|
1178 | 1179 |
'Enabled Quick Searched' => 'Aktivierte Schnellsuchen', |
1179 | 1180 |
'Enabled modules' => 'Aktivierte Module', |
1180 | 1181 |
'End date' => 'Enddatum', |
... | ... | |
1298 | 1299 |
'Expense' => 'Aufwandskonto', |
1299 | 1300 |
'Expense Account' => 'Aufwandskonto', |
1300 | 1301 |
'Expense/Asset' => 'Aufwand/Anlagen', |
1302 |
'Experimental Features' => 'Experimentelle Features', |
|
1303 |
'Experimental features are:' => 'Experimentelle Features sind:', |
|
1301 | 1304 |
'Export' => 'Export', |
1302 | 1305 |
'Export Buchungsdaten' => 'Export Buchungsdaten', |
1303 | 1306 |
'Export Number' => 'Exportnummer', |
locale/en/all | ||
---|---|---|
1175 | 1175 |
'Employees' => '', |
1176 | 1176 |
'Empty selection for warehouse will not be added, even if the old bin is still visible (use back and forth to edit again).' => '', |
1177 | 1177 |
'Empty transaction!' => '', |
1178 |
'Enable experimental features' => '', |
|
1178 | 1179 |
'Enabled Quick Searched' => '', |
1179 | 1180 |
'Enabled modules' => '', |
1180 | 1181 |
'End date' => '', |
... | ... | |
1298 | 1299 |
'Expense' => '', |
1299 | 1300 |
'Expense Account' => '', |
1300 | 1301 |
'Expense/Asset' => '', |
1302 |
'Experimental Features' => '', |
|
1303 |
'Experimental features are:' => '', |
|
1301 | 1304 |
'Export' => '', |
1302 | 1305 |
'Export Buchungsdaten' => '', |
1303 | 1306 |
'Export Number' => '', |
sql/Pg-upgrade2/defaults_add_feature_experimental.sql | ||
---|---|---|
1 |
-- @tag: defaults_add_feature_experimental |
|
2 |
-- @description: Konfigurations-Option, ob experimentelle Features verwendet werden sollen. |
|
3 |
-- @depends: release_3_4_1 |
|
4 |
|
|
5 |
ALTER TABLE defaults ADD COLUMN feature_experimental BOOLEAN NOT NULL DEFAULT TRUE; |
templates/webpages/client_config/_features.html | ||
---|---|---|
299 | 299 |
<td align="right">[% LxERP.t8('Add Customer/Vendor Number as a reference add-on for SEPA export.') %]</td> |
300 | 300 |
<td>[% L.yes_no_tag('defaults.sepa_reference_add_vc_vc_id', SELF.defaults.sepa_reference_add_vc_vc_id) %]</td> |
301 | 301 |
</tr> |
302 |
|
|
303 |
<tr><td class="listheading" colspan="4">[% LxERP.t8("Experimental Features") %]</td></tr> |
|
304 |
<tr> |
|
305 |
<td align="right">[% LxERP.t8('Enable experimental features') %]</td> |
|
306 |
<td>[% L.yes_no_tag('defaults.feature_experimental', SELF.defaults.feature_experimental) %]</td> |
|
307 |
<td>[% LxERP.t8('Experimental features are:') %] [% LxERP.t8('new order controller') %]</td> |
|
308 |
</tr> |
|
309 |
|
|
302 | 310 |
</table> |
303 | 311 |
</div> |
Auch abrufbar als: Unified diff
Mandantenkonfiguration: Schalter für experimentelle Features
- neue Spalte in defaults (Upgrade-Skript und Rose-Update)
- Schalter in der Mandantenkonfiguration
- Übersetzungen