Skip to content
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

QR Payment String Parser #7080

Open
KommunikativCh opened this issue Jul 29, 2020 · 5 comments
Open

QR Payment String Parser #7080

KommunikativCh opened this issue Jul 29, 2020 · 5 comments
Labels
cmp:backend backend issue (cmp="component")

Comments

@KommunikativCh
Copy link
Contributor

Is this a bug or feature request?

FR

What is the current behavior?

In import payment request for purchase invoice it is not possible to scann a QR Code Invoice only ESR Invoice

Which are the steps to reproduce?

What is the expected or desired behavior?

In import payment request for purchase invoice it should be possible to scann QR Code Invoices or ESR Invoices to extract the payment String

@KommunikativCh KommunikativCh added the cmp:backend backend issue (cmp="component") label Jul 29, 2020
KommunikativCh added a commit to KommunikativCh/metasfresh that referenced this issue Aug 4, 2020
@metas-Kay
Copy link
Member

@KommunikativCh
Regarding your question on Gitter:

Hello I startet work for issue #7080 now the QR-IBAN should be saved with a new created C_BP_BankAccount, in the table C_BP_BankAccount there is a column qr_iban but in model X_C_BP_BankAccount there is no setter or getter for qr_iban. How is generating of this models working?, could you this explain to me, thank you very much for your help.
[Aug. 05 18:07]

Here are some screenshots to help you (🙏 @teosarca)

01 - Image Pasted at 2020-8-6 11-25

02 - Image Pasted at 2020-8-6 11-25

03 - Image Pasted at 2020-8-6 11-26

04 - Image Pasted at 2020-8-6 11-27

@KommunikativCh
Copy link
Contributor Author

thank you it is working

@KommunikativCh
Copy link
Contributor Author

To scann the QR-Code on the Process WEBUI_Import_Payment_Request_For_Purchase_Invoice I have to change the argument FullPaymentString to Memo because of the QR-Code, there are new lines in this Code. With String as Reference after each new line a request is triggered (not at the end of the QR-Code).

Because the argument FullPaymentString is now using for Reference-No (OCR-B) and QR-Code there is only one disadvantage of changing to memo, you have now to press Enter at the End of Reference-No and QR-Code.

Is this a good idea or ist there a possibility to change the behavior of a String input argument to prevent of trigger new line.

@teosarca
Copy link
Member

@KommunikativCh pls provide a screen recording to fully understand your case in terms of UX.

@KommunikativCh
Copy link
Contributor Author

video_qr_code_import

This is how the QR code is inserted via scanner

KommunikativCh added a commit to KommunikativCh/metasfresh that referenced this issue Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:backend backend issue (cmp="component")
Projects
None yet
Development

No branches or pull requests

3 participants