Revision 07cd18f5
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 v4.0 |
|
7 |
|
|
8 |
Buchungskonten die mit einem Bankkonto verknüpft sind, können nicht mehr |
|
9 |
manuell in den Belegen bebucht werden. |
|
10 |
|
|
11 |
|
|
6 | 12 |
Upgrade auf v3.6.1 |
7 | 13 |
|
8 | 14 |
Das manueller Korrigieren der Steuer bei Skontoverbuchungen entfällt seit |
locale/de/all | ||
---|---|---|
3894 | 3894 |
'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).', |
3895 | 3895 |
'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).', |
3896 | 3896 |
'This can be done with the following query:' => 'Dies kann mit der folgenden Datenbankabfrage erreicht werden:', |
3897 |
'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.', |
|
3897 | 3898 |
'This could have happened for two reasons:' => 'Dies kann aus zwei Gründen geschehen sein:', |
3898 | 3899 |
'This customer has already been added.' => 'Für diesen Kunden ist bereits ein Preis hinzugefügt.', |
3899 | 3900 |
'This customer number is already in use.' => 'Diese Kundennummer wird bereits verwendet.', |
... | ... | |
4475 | 4476 |
'deleted' => 'gelöscht', |
4476 | 4477 |
'delivered' => 'geliefert', |
4477 | 4478 |
'deliverydate' => 'Lieferdatum', |
4478 |
'difference as skonto' => 'Differenz als Skonto', |
|
4479 | 4479 |
'direct debit' => 'Lastschrifteinzug', |
4480 | 4480 |
'disposed' => 'Entsorgung', |
4481 | 4481 |
'disposed_br' => 'Entsgt.', |
locale/en/all | ||
---|---|---|
2978 | 2978 |
'SAVED FOR DUNNING' => '', |
2979 | 2979 |
'SCREENED' => '', |
2980 | 2980 |
'SEPA' => '', |
2981 |
'SEPA Transfer Amount' => '', |
|
2981 | 2982 |
'SEPA XML download' => '', |
2982 | 2983 |
'SEPA creditor ID' => '', |
2983 | 2984 |
'SEPA exports' => '', |
... | ... | |
3892 | 3893 |
'This also enables displaying a column with the customer partnumber (new order controller).' => '', |
3893 | 3894 |
'This also enables displaying a column with the vendor partnumber (model) (new order controller).' => '', |
3894 | 3895 |
'This can be done with the following query:' => '', |
3896 |
'This chart cannot be booked manually after assigning it to a real bank account.' => '', |
|
3895 | 3897 |
'This could have happened for two reasons:' => '', |
3896 | 3898 |
'This customer has already been added.' => '', |
3897 | 3899 |
'This customer number is already in use.' => '', |
... | ... | |
4473 | 4475 |
'deleted' => '', |
4474 | 4476 |
'delivered' => '', |
4475 | 4477 |
'deliverydate' => '', |
4476 |
'difference as skonto' => '', |
|
4477 | 4478 |
'direct debit' => '', |
4478 | 4479 |
'disposed' => '', |
4479 | 4480 |
'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