Replies: 2 comments
-
That already exists:
Note that Amount = 0 is something different. It's part of a formal invoice for an order that has already been paid (e.g. by credit card). But for technical reasons, the invoice still contains the QR bill payment slip. The text "DO NOT USE FOR PAYMENT" will not be automatically shown. It must be explicitly set in the bill data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hallo Manuel, vielen Dank für die rasche Antwort. Ich werde das ausprobieren
Von: Manuel Bl. <>
Gesendet: Dienstag, 9. August 2022 08:46
An: manuelbl/SwissQRBill.NET ***@***.***>
Cc: Hucky69 ***@***.***>; Author ***@***.***>
Betreff: Re: [manuelbl/SwissQRBill.NET] QrBill without amount (Discussion #56)
That already exists:
// Setup bill data
Bill bill = new Bill
{
// creditor data
Account = "CH4431999123000889012",
Creditor = ...,
// payment data
Amount = null,
...
};
<https://user-images.githubusercontent.com/10954524/183582010-992b0710-3070-4d45-8161-6a17d70f1e33.svg>
Note that Amount = 0 is something different. It's part of a formal invoice for an order that has already been paid (e.g. by credit card). But for technical reasons, the invoice still contains the QR bill payment slip. The text "DO NOT USE FOR PAYMENT" will not be automatically shown. It must be explicitly set in the bill data.
<https://user-images.githubusercontent.com/10954524/183582172-a954c205-c4d1-4d92-b0b5-d6ab85a9315f.svg>
—
Reply to this email directly, view it on GitHub <#56 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A2N35YXLUQKH4JA24YOLADDVYH5CFANCNFSM55655GGQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A2N35YW32Z4TXKNTBTVL6KDVYH5CFA5CNFSM55655GG2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAZTEPA.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi your tool is nearly perfect. What I missing is the possibility to create a SwissQrBill without a amount.
Some customers need a bill without amount. In this case the SwissQrBill shout create 4 corners so that the debtor can write a amount. This should be easy if the amount = zero then create this 4 corners.
Is it possible to develope this? This would be great.
Beta Was this translation helpful? Give feedback.
All reactions