MatthK

Results 99 comments of MatthK

Adding the additional volume solved the error about being able to get into the Sales page. However, I also had to set the .env file to chmod 666, or else...

Sending out emails still doesn't work. It does throw the error: ``` ErrorException Undefined array key "cid" SYSTEMPATH/Email/Email.php at line 1311 1304 } 1305 1306 $name = $attachment['name'][1] ?? basename($attachment['name'][0]);...

I did run the build using `docker buildx build -t "jekkos/opensourcepos:master" --platform linux/arm64 . --build-arg=USERID=$(id -u) --build-arg=GROUPID=$(id -g)` And I just tried it with a complete new build on a...

Ah no, sorry. Let me check how to pull the bugfix branch then.

Now it shows this error: ``` TypeError fwrite(): supplied resource is not a valid stream resource SYSTEMPATH/Email/Email.php at line 2084 2077 protected function sendData($data) 2078 { 2079 $data .= $this->newline;...

That has fixed the issue to email the receipts. However, the change of the invoice message did not work. I just changed the message to `Dear {CU}, In attachment the...

I tried again with different messages, but it doesn't seem to correspond to the Sale ID (POS X) in the PDF attached. Neither of these worked. `Dear {CU}, In attachment...

Here's the guide to create the image on a Raspberry Pi: **Building the images (on a Raspberry Pi)** Procedure to follow 1. Clone the repository `git clone https://github.com/opensourcepos/opensourcepos` 2. Go...