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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053237
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POSminorhave not tried2023-08-18 11:422023-12-20 16:27
ReporterDaria_ShView Statuspublic 
Assigned ToRajesh_18 
PrioritynormalResolutionfixedFixed 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

0053237: VBS Customer is displayed as Gift Card Owner if create Gift Certificate with specified Customer

DescriptionIf create a Gift Certificate with Arturo Montoro Customer, VBS Customer displays as a Gift Card Owner in the 'Gift Card Instance' window

Go to Backoffice:
- Username: Openbravo
- Password: openbravo
Navigate to the 'Gift Cards Reason/Type' window
Open the 'Commercial' Reason by clicking on it
Tick the 'Has Owner' checkbox
Save the changes
Steps To Reproduce1.Log in to POS2:
-username: vallblanca
-password: openbravo
2.Go to Main menu -> Restaurant -> Gift Cards / Credit Notes / Gift Certificates
3.Click the 'Create Gift Certificate' button
4.Enter the following values:
- Gift Card Category: Commercial
- Customer: Arturo Montoro
- Expiration Date: A date in the future
- Amount: 50
Push 'Create' button
5.Go to Backoffice -> 'Gift Card Instance' window
6.Open created Gift Certificate

Actual Result: VBS Customer is displayed as Gift Card Owner if create Gift Certificate with Arturo Montoro Customer

Expected Result: Arturo Montoro is displayed as a Gift Card Owner if create Gift Certificate with Arturo Montoro Customer
TagsNo tags attached.
Attached Filesjpg file icon 444.jpg [^] (122,243 bytes) 2023-08-18 11:42

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0053933 closedRajesh_18 Scan Gift card doesn't link the customer 
related to defect 0053275 closedRajesh_18 'There was an error loading the form data' error is shown when open Gift Card info 
blocks defect 0053271 closedRajesh_18 Payment Transaction Error is shown if pay Order by Gift Card that has defined Owner 

-  Notes
(0154407)
hgbot (developer)
2023-09-04 13:40

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/261 [^]
(0157721)
hgbot (developer)
2023-11-28 08:07

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/261 [^]
(0157722)
hgbot (developer)
2023-11-28 08:07

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 5ca2e44a0eaa7fc3f6faab7696dcfc2ce28ea23e
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 28-11-2023 07:05:11
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/5ca2e44a0eaa7fc3f6faab7696dcfc2ce28ea23e [^]

Fixes ISSUE-53237: Gift Card Owner is shown correctly if created with specified Customer
* While creating gift card instance from product, Bp is assiged from Ticket Bp and Gift card owner is assinged from Gift card owner field.
* while creating Gift card instance from Gift Certificate Creation, Both BP and Gift card owner is assigned from Customer field.
* Also fixed customer field and businessPartnerCRMReference while sending request to Back office.

---
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialog.jsx
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardSale/GiftCardSale.jsx
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/actions/CreateGiftCardCertificate.js
---
(0157763)
hgbot (developer)
2023-11-28 14:54

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 8537ad6182d872dad056253319b3eda39e7696f6
Author: Ranjith S R <ranjith.rangaraju.ext@openbravo.com>
Date: 28-11-2023 19:24:27
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/8537ad6182d872dad056253319b3eda39e7696f6 [^]

Revert "ISSUE-53237: Gift Card Owner is shown correctly if created with specified Customer"

This reverts commit 5ca2e44a0eaa7fc3f6faab7696dcfc2ce28ea23e.

---
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialog.jsx
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardSale/GiftCardSale.jsx
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/actions/CreateGiftCardCertificate.js
---
(0158191)
hgbot (developer)
2023-12-14 10:01

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/281 [^]
(0158428)
hgbot (developer)
2023-12-20 16:27

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/281 [^]
(0158429)
hgbot (developer)
2023-12-20 16:27

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: eef65db3a8cc8834423130ae9b006f6c026e4613
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 20-12-2023 15:27:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/eef65db3a8cc8834423130ae9b006f6c026e4613 [^]

Fixed ISSUE-53237: Gift Card Owner is shown correctly if created with specified Customer

---
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardDialog/GiftCardDialog.jsx
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardSale/GiftCardSale.jsx
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/actions/CreateGiftCardCertificate.js
---

- Issue History
Date Modified Username Field Change
2023-08-18 11:42 Daria_Sh New Issue
2023-08-18 11:42 Daria_Sh Assigned To => Retail
2023-08-18 11:42 Daria_Sh File Added: 444.jpg
2023-08-18 11:42 Daria_Sh Triggers an Emergency Pack => No
2023-08-31 13:12 Rajesh_18 Assigned To Retail => Rajesh_18
2023-08-31 13:12 Rajesh_18 Status new => scheduled
2023-09-04 11:00 Rajesh_18 Relationship added blocks 0053271
2023-09-04 13:40 hgbot Note Added: 0154407
2023-09-11 06:45 Rajesh_18 Relationship added related to 0053275
2023-11-28 08:07 hgbot Note Added: 0157721
2023-11-28 08:07 hgbot Resolution open => fixed
2023-11-28 08:07 hgbot Status scheduled => closed
2023-11-28 08:07 hgbot Note Added: 0157722
2023-11-28 14:54 hgbot Note Added: 0157763
2023-12-14 10:01 Rajesh_18 Status closed => new
2023-12-14 10:01 Rajesh_18 Resolution fixed => open
2023-12-14 10:01 Rajesh_18 Status new => scheduled
2023-12-14 10:01 hgbot Note Added: 0158191
2023-12-19 14:59 Rajesh_18 Relationship added related to 0053933
2023-12-19 15:00 Rajesh_18 Relationship deleted related to 0053933
2023-12-19 15:00 Rajesh_18 Relationship added blocks 0053933
2023-12-20 16:27 hgbot Note Added: 0158428
2023-12-20 16:27 hgbot Resolution open => fixed
2023-12-20 16:27 hgbot Status scheduled => closed
2023-12-20 16:27 hgbot Note Added: 0158429
2023-12-20 16:30 marvintm Relationship replaced has duplicate 0053933


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker