Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0056167 | POS2 | POS | public | 2024-08-02 13:40 | 2024-09-13 13:57 |
|
Reporter | sofia_rodriguez | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0056167: Gift Certificate not being printed at its creation |
Description | When the user creates a new Gift Certificate from the POS, no ticket is printed. The user only gets an informative message about its creation.
|
Steps To Reproduce | 1. Open POS
2. "Gift Cards / Credit Notes / Gift Certificates" button
3. Select "Create Gift Certificate" button on the pop up
4. Fill the information needed and click on "Create" button
5. The informative message appears but no ticket is being printed
https://drive.google.com/file/d/1X-jHFhtg4zZe84fg5aNZwrurOw1_iq4y/view?usp=sharing [^]
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0056265 | | closed | sreehari | Does not print when creating a Gift Card Certificate |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-08-02 13:40 | sofia_rodriguez | New Issue | |
2024-08-02 13:40 | sofia_rodriguez | Assigned To | => Retail |
2024-08-02 13:40 | sofia_rodriguez | Triggers an Emergency Pack | => No |
2024-08-07 13:33 | marvintm | Status | new => acknowledged |
2024-08-07 13:34 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2024-08-09 08:11 | ranjith_qualiantech_com | Status | acknowledged => scheduled |
2024-08-12 08:18 | hgbot | Note Added: 0167943 | |
2024-08-21 13:58 | sreehari | Relationship added | has duplicate 0056265 |
2024-08-30 07:59 | hgbot | Resolution | open => fixed |
2024-08-30 07:59 | hgbot | Status | scheduled => closed |
2024-08-30 07:59 | hgbot | Note Added: 0168576 | |
2024-08-30 07:59 | hgbot | Note Added: 0168577 | |
2024-09-05 10:57 | ranjith_qualiantech_com | Note Added: 0168772 | |
2024-09-05 10:57 | ranjith_qualiantech_com | Status | closed => new |
2024-09-05 10:57 | ranjith_qualiantech_com | Resolution | fixed => open |
2024-09-06 08:36 | ranjith_qualiantech_com | Status | new => scheduled |
2024-09-06 08:38 | hgbot | Note Added: 0168845 | |
2024-09-06 11:34 | hgbot | Resolution | open => fixed |
2024-09-06 11:34 | hgbot | Status | scheduled => closed |
2024-09-06 11:34 | hgbot | Note Added: 0168856 | |
2024-09-06 11:34 | hgbot | Note Added: 0168857 | |
2024-09-12 11:22 | nicolasuriz | Note Added: 0169127 | |
2024-09-12 11:22 | nicolasuriz | Status | closed => new |
2024-09-12 11:22 | nicolasuriz | Resolution | fixed => open |
2024-09-13 13:57 | ranjith_qualiantech_com | Note Added: 0169205 | |
2024-09-13 13:57 | ranjith_qualiantech_com | Status | new => closed |
2024-09-13 13:57 | ranjith_qualiantech_com | Resolution | open => no change required |
Notes |
|
(0167943)
|
hgbot
|
2024-08-12 08:18
|
|
|
|
(0168576)
|
hgbot
|
2024-08-30 07:59
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: ddc98f120e985f71306eb39fa5053f467ee8112e
Author: Ranjith S R <ranjith.rangaraju.ext@openbravo.com>
Date: 28-08-2024 13:35:33
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/ddc98f120e985f71306eb39fa5053f467ee8112e [^]
Fixed ISSUE-56167: Gift Certificate should be printed when creating it
* After creating the Gift Certificate, it should be printed
* Deleted "CreateGiftCardCertificate" action since async/await was used
* Added getGiftCards util method to find the gift cards based on filters
* Gift certificate creation popup will not be closed if any errors occurs during creation
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.retail.giftcards/src/components/Customer/CustomerGiftCards/customerGiftCards.js
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialog.jsx
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialogFormHandler.js
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialogResultForm.config.json
M web-jspack/org.openbravo.retail.giftcards/src/components/PaymentIntegration/__test__/CreditNotePaymentProvider.test.js
M web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/GiftCardUtils.js
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/user-actions/CreateGiftCardCertificate.js
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/user-actions/__test__/CreateGiftCardCertificate.test.js
M web-jspack/org.openbravo.retail.giftcards/src/ob-init.js
M web-jspack/org.openbravo.retail.giftcards/src/services/scan/handlers/GiftCardScanEventHandler.js
R web-jspack/org.openbravo.retail.giftcards/src/model/ticket/actions/CreateGiftCardCertificate.js
---
|
|
|
(0168577)
|
hgbot
|
2024-08-30 07:59
|
|
|
|
|
Print button is disabled for Gift Cards(but it should not) |
|
|
(0168845)
|
hgbot
|
2024-09-06 08:38
|
|
|
|
(0168856)
|
hgbot
|
2024-09-06 11:34
|
|
|
|
(0168857)
|
hgbot
|
2024-09-06 11:34
|
|
|
|
|
It continues to happen. Can you please take a look? |
|
|
|
No Changes required, since custom template was used for printing the gift certificate |
|