re-generate codes with latest v0.1.3

This commit is contained in:
Michael Stapelberg
2020-09-21 09:22:51 +02:00
parent 9f7c594169
commit a1505b1e81
8 changed files with 17 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,6 +1,6 @@
# qrbill Go package # qrbill Go package
<img src="https://github.com/stapelberg/qrbill/raw/master/2020-06-25-qr-mary-jane.png" width="200" height="200" align="right"> <img src="https://github.com/stapelberg/qrbill/raw/master/img/2020-09-21-qrbill-0.1.3-invoice-without-amount.png" width="200" height="200" align="right">
The qrbill package implements generating QR-bill QR codes, which is a Swiss The qrbill package implements generating QR-bill QR codes, which is a Swiss
🇨🇭 payment standard: 🇨🇭 payment standard:
@@ -51,14 +51,28 @@ http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b
When you open the URL in your web browser, you should see the following debug When you open the URL in your web browser, you should see the following debug
output: output:
![](2020-06-25-format-html.jpg) ![](img/2020-09-21-format-html.jpg)
When you scan the resulting QR code with your eBanking app, you should see a When you scan the resulting QR code with your eBanking app, you should see a
form like this: form like this:
<img src="https://github.com/stapelberg/qrbill/raw/master/2020-06-25-ebanking-app.jpg" height="300"> <img src="https://github.com/stapelberg/qrbill/raw/master/img/2020-06-25-ebanking-app.jpg" height="300">
Once you are happy with the code parameters, change the `format` parameter from Once you are happy with the code parameters, change the `format` parameter from
`html` to `png`, e.g.: `html` to `png`, e.g.:
http://localhost:9933/qr?format=png&udname=Mary+Jane&udaddr1=Artikel+19b http://localhost:9933/qr?format=png&udname=Mary+Jane&udaddr1=Artikel+19b
## Crowd-sourced compatibility testing
### qrbill v0.1.3 (2020-Sep-10)
QR codes if you want to test:
* donation ([debug link](http://localhost:9933/qr?format=html&udname=&udaddr1=&udaddr2=&udpost=&udcity=&udcountry=&udaddrtype=))
* invoice ([debug link](http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b&amount=23.42))
* invoice without amount ([debug link](http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b))
| QR code | scanned with | paid via | Notes |
|----------|---------------------|----------|-------|
| donation | ZKB eBanking (iOS) | ZKB |

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB