#1787 closed Fehler (fixed)
Winstonexport with . instead of , in numbers
| Erstellt von: | winston@… | Verantwortlicher: | m.bunkus@… |
|---|---|---|---|
| Priorität: | normal | Meilenstein: | |
| Komponente: | kivitendo ERP | Version: | 2.6.3 |
| Schweregrad: | normal | Stichworte: | Finanzbuchhaltung |
| Beobachter: | s.schoeling@…, info@… |
Beschreibung
The files for the Winston-Export must be written with a , like 0,00 and not like 0.00 like it is done. Otherwise Winston will report errors on transfer.
Änderungshistorie (3)
comment:1 Geändert vor 3 Jahren durch s.schoeling@…
- Beobachter s.schoeling@… hinzugefügt
comment:2 Geändert vor 3 Jahren durch s.schoeling@…
- Lösung auf fixed gesetzt
- Status von new nach closed geändert
Done in f03b682.
comment:3 Geändert vor 3 Jahren durch info@…
- Beobachter info@… hinzugefügt
Hinweis: Hilfe zur Verwendung von Tickets finden Sie in TracTickets.

Winston documentation is not clear about this, and the original code by Udo Spallek states pretty explicitly that Winston needs 1000.00 format.
OTOH this bug has been filed twice now, and the Winston docs refer to comma separated input format to be expected for copy&paste transfers, so I'll change this to generate 1000,00 for XML exports too.