tbnobody
tbnobody
Not sure if it helps, but I've implemented a upload for PDF and images in this fork: https://github.com/tbnobody/brother_ql_web
This was the content of the DB when the error occoured: ``` MariaDB [partdb]> select * from orderdetails o, pricedetails p where part_id = 169 and p.orderdetails_id = o.id ;...
But it seems the exception is thrown in the dividedBy function... the the following line should be enough: `return $avg->dividedBy($count, Pricedetail::PRICE_PRECISION, RoundingMode::HALF_UP);`
Hm I just realized that it works much better when setting margin to -1 ``` @page { margin: -1px 1px; } ``` ``` [[NAME]] [[PARENT_FULL_PATH]] ``` 
ich hatte sowas auch schon im kopf. überlege seit längerem wie man das schön publishen könnte. eine html tabelle hat halt den nachteil, dass man es nur schwer maschinell parsen...
> Vorsichtige Frage: Welche "Statusmeldungen" fehlen Dir denn? Für ioBroker kann ich jetzt nicht sprechen, in FHEM habe ich im automatisch angelegten Device über MQTT so ziemlich alles, was man...
Duplicate of #498
I wuold close this PR as it could also be added to the wiki now.
Works perfectly here... Based on the error I would assume that there is something wrong with your PlatformIO installation. You can also try to use the generic compilation and upload...
I am going to close this issue as I cannot reproduce it and didn't get any response. Feel free to open it again.