-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
added SlovenianUpnQr payload generator, manual QR version and ECI mode #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…base class Added Version, ECC and ECI to payload, so QRCode can be generated directly from Payload (ECC, ECI and version from Payload) Added Overloaded QRCodeGenerator.CreateQrCode() methods that take Payload class as input
Hi @ahotko , thanks for your effort. Please give me a day or two to review the code and think about it. (I want to think about all possible side effects and conflicts. But from a first view, I think I'll merge it. 👍 ) Another question: Would you mind, to deliver a text for the wiki, which explains the SlovenianQRCode? Similiar to the SwissQrCode part over here: https://github.com/codebude/QRCoder/wiki/Advanced-usage---Payload-generators |
Hei, I tried to change the code as little as possible so the functionality SHOULD be compatible or the same. SlovenianUpnQr generates string according to Slovenian UPN QR standard (UPN is acronym for "Univerzalni placilni nalog" or in english "Universal payment order"). Requirements are in https://www.upn-qr.si/uploads/files/NavodilaZaProgramerjeUPNQR.pdf document, but it is in Slovene. It has some special requirements though, which have to be met to get approval for printing QR code in UPN forms. Theses requiremenst are:
Attached is text for Wiki. |
I have changed one parameter default value in SlovenianUpnQr and corrected the description. |
Hi @ahotko , at first thanks for providing the documentation.md! As promised I had a look over the code. Before merging I have one or two questions:
Besides this two questions I'm fine with your changes. Could you help to erase my question marks? |
Hei,
Kind regards, |
Ok, then everything is clear. Thanks for your support. 👍 |
Hi @ahotko I just released version 1.3.3 on Nuget. So your payload generator is part of the official Nuget package now. |
Hei @codebude - thanks for info and merge! Have a great day! |
This PR implements the following features: