Revision 99d9cae4
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
- ID 99d9cae40679116072127a27c62db0f588deb5cb
- Vorgänger 9ec6503d
locale/en/all | ||
---|---|---|
55 | 55 |
'A canceled general ledger transaction cannot be deleted.' => '', |
56 | 56 |
'A canceled general ledger transaction cannot be posted.' => '', |
57 | 57 |
'A canceled invoice cannot be posted.' => '', |
58 |
'A customer with the same VAT ID or taxnumber already exists.' => '', |
|
58 |
'A customer with the same VAT ID already exists.' => '', |
|
59 |
'A customer with the same taxnumber already exists.' => '', |
|
59 | 60 |
'A digit is required.' => '', |
60 | 61 |
'A directory with the name for the new print templates exists already.' => '', |
61 | 62 |
'A lot of the usability of kivitendo has been enhanced with javascript. Although it is currently possible to use every aspect of kivitendo without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.' => '', |
... | ... | |
68 | 69 |
'A valid taxkey is missing!' => '', |
69 | 70 |
'A variable marked as \'Deactivate by default\' isn\'t automatically added to all articles, and has to be explicitly added for each desired article in its master data tab. Only then can the variable be used for that article in the records.' => '', |
70 | 71 |
'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' => '', |
71 |
'A vendor with the same VAT ID or taxnumber already exists.' => '', |
|
72 |
'A vendor with the same VAT ID already exists.' => '', |
|
73 |
'A vendor with the same taxnumber already exists.' => '', |
|
72 | 74 |
'ADDED' => '', |
73 | 75 |
'AP' => 'Purchases', |
74 | 76 |
'AP Aging' => 'Creditor Aging', |
Auch abrufbar als: Unified diff
Kunden/Lieferanten: UStId/Steuernr. eindeutig: refactored …
- Prüfung in eigene sub ausgelagert
- Code f. Kunde/Lieferant zusammengefasst
- auf "gesäuberte" Nummern prüfen
(SL::VATIDNr->clean für UStId und ähnlich f. Steuernummer)