Revision a791952b
Von Jan Büren vor etwa 2 Jahren hinzugefügt
doc/UPGRADE | ||
---|---|---|
3 | 3 |
|
4 | 4 |
** BITTE FERTIGEN SIE VOR DEM UPGRADE EIN BACKUP IHRER DATENBANK(EN) AN! ** |
5 | 5 |
|
6 |
Upgrade auf v3.x.x |
|
6 |
Upgrade auf v4.0 |
|
7 |
|
|
8 |
Buchungskonten die mit einem Bankkonto verknüpft sind, können nicht mehr |
|
9 |
manuell in den Belegen bebucht werden. |
|
7 | 10 |
|
8 | 11 |
LaTeX-Druckvorlagen werden nun standardmäßig nicht mehr zwei mal durch |
9 | 12 |
den LaTeX-Interpreter übersetzt. Statt dessen wird in der |
... | ... | |
22 | 25 |
|
23 | 26 |
Es sind keine neuen Perl-Abhängigkeiten hinzugekommen. |
24 | 27 |
|
25 |
|
|
26 | 28 |
Upgrade auf v3.6.1 |
27 | 29 |
|
28 | 30 |
Das manuelle Korrigieren der Steuer bei Skontoverbuchungen entfällt seit |
locale/de/all | ||
---|---|---|
4093 | 4093 |
'This also enables displaying a column with the customer partnumber (new order controller).' => 'Hiermit wird auch die Anzeige der Kunden-Art.-Nr. eingeschaltet (neuer Auftrags-Controller).', |
4094 | 4094 |
'This also enables displaying a column with the vendor partnumber (model) (new order controller).' => 'Hiermit wird auch die Anzeige der Lieferanten-Art.-Nr. eingeschaltet (neuer Auftrags-Controller).', |
4095 | 4095 |
'This can be done with the following query:' => 'Dies kann mit der folgenden Datenbankabfrage erreicht werden:', |
4096 |
'This chart cannot be booked manually after assigning it to a real bank account.' => 'Diese Buchungskonto kann nach der Verknüpfung mit einem Bankkonto nicht mehr manuell bebucht werden.', |
|
4096 | 4097 |
'This could have happened for two reasons:' => 'Dies kann aus zwei Gründen geschehen sein:', |
4097 | 4098 |
'This customer has already been added.' => 'Für diesen Kunden ist bereits ein Preis hinzugefügt.', |
4098 | 4099 |
'This customer number is already in use.' => 'Diese Kundennummer wird bereits verwendet.', |
... | ... | |
4697 | 4698 |
'deleted' => 'gelöscht', |
4698 | 4699 |
'delivered' => 'geliefert', |
4699 | 4700 |
'deliverydate' => 'Lieferdatum', |
4700 |
'difference as skonto' => 'Differenz als Skonto', |
|
4701 | 4701 |
'direct debit' => 'Lastschrifteinzug', |
4702 | 4702 |
'disposed' => 'Entsorgung', |
4703 | 4703 |
'disposed_br' => 'Entsgt.', |
locale/en/all | ||
---|---|---|
3135 | 3135 |
'SAVED FOR DUNNING' => '', |
3136 | 3136 |
'SCREENED' => '', |
3137 | 3137 |
'SEPA' => '', |
3138 |
'SEPA Transfer Amount' => '', |
|
3138 | 3139 |
'SEPA XML download' => '', |
3139 | 3140 |
'SEPA creditor ID' => '', |
3140 | 3141 |
'SEPA exports' => '', |
... | ... | |
4090 | 4091 |
'This also enables displaying a column with the customer partnumber (new order controller).' => '', |
4091 | 4092 |
'This also enables displaying a column with the vendor partnumber (model) (new order controller).' => '', |
4092 | 4093 |
'This can be done with the following query:' => '', |
4094 |
'This chart cannot be booked manually after assigning it to a real bank account.' => '', |
|
4093 | 4095 |
'This could have happened for two reasons:' => '', |
4094 | 4096 |
'This customer has already been added.' => '', |
4095 | 4097 |
'This customer number is already in use.' => '', |
... | ... | |
4694 | 4696 |
'deleted' => '', |
4695 | 4697 |
'delivered' => '', |
4696 | 4698 |
'deliverydate' => '', |
4697 |
'difference as skonto' => '', |
|
4698 | 4699 |
'direct debit' => '', |
4699 | 4700 |
'disposed' => '', |
4700 | 4701 |
'disposed_br' => 'disposed', |
templates/webpages/simple_system_setting/_bank_account_form.html | ||
---|---|---|
35 | 35 |
<th align="right">[% LxERP.t8('Chart') %]</th> |
36 | 36 |
<td>[% P.chart.picker('object.chart_id', SELF.object.chart_id, type='AR_paid,AP_paid', category='A,L,Q', choose=1, style=style, "data-validate"="required", "data-title"=LxERP.t8("Chart")) %]</td> |
37 | 37 |
</tr> |
38 |
<tr> |
|
39 |
<th align="right">[% LxERP.t8('Note') %]</th><td>[% LxERP.t8('This chart cannot be booked manually after assigning it to a real bank account.') %]</td> |
|
40 |
</tr> |
|
38 | 41 |
<tr> |
39 | 42 |
<th align="right">[% LxERP.t8('Use for Factur-X/ZUGFeRD') %]</th> |
40 | 43 |
<td>[% L.checkbox_tag('object.use_for_zugferd', checked = SELF.object.use_for_zugferd, for_submit=1) %]</td> |
Auch abrufbar als: Unified diff
Hinweis das Buchungskonten die mit Bank verknüpft sind, nicht mehr
manuell bebuchbar sind