Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0056167
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POSmajoralways2024-08-02 13:402024-09-13 13:57
Reportersofia_rodriguezView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0056167: Gift Certificate not being printed at its creation

DescriptionWhen 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 Reproduce1. 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 [^]
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0056265 closedsreehari Does not print when creating a Gift Card Certificate 

-  Notes
(0167943)
hgbot (developer)
2024-08-12 08:18

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/366 [^]
(0168576)
hgbot (developer)
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 (developer)
2024-08-30 07:59

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/366 [^]
(0168772)
ranjith_qualiantech_com (developer)
2024-09-05 10:57

Print button is disabled for Gift Cards(but it should not)
(0168845)
hgbot (developer)
2024-09-06 08:38

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/371 [^]
(0168856)
hgbot (developer)
2024-09-06 11:34

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 703e5837aec3498e8aa13054e6ff72d7090abf04
Author: Ranjith S R <r.rangaraju@external.orisha.com>
Date: 06-09-2024 12:07:21
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/703e5837aec3498e8aa13054e6ff72d7090abf04 [^]

Fixed ISSUE-56167: Print button should not be disbled for Gift Card
* Print button should not be disbled for Gift Card
* Print button should be disbled if gift card type doesn't have the "Print Gift Card" config

---
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialogFormHandler.js
---
(0168857)
hgbot (developer)
2024-09-06 11:34

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/371 [^]
(0169127)
nicolasuriz (developer)
2024-09-12 11:22

It continues to happen. Can you please take a look?
(0169205)
ranjith_qualiantech_com (developer)
2024-09-13 13:57

No Changes required, since custom template was used for printing the gift certificate

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker