Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050202 | Retail Modules | Gift cards and gift vouchers | public | 2022-09-08 13:30 | 2022-09-13 10:46 |
|
Reporter | jonae | |
Assigned To | jonae | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR22Q4 | |
Merge Request Status | approved |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0050202: The possibility to share sequence between gift card and credit note needs to be removed. |
Description | The possibility to share sequence between gift card and credit note needs to be removed. Now, a sequence for gift cards needs to be implemented. |
Steps To Reproduce | In this FR https://issues.openbravo.com/view.php?id=49982 [^] this possibility was added. Now needs to be removed. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0049982 | | closed | jonae | Add the possibility to use the same sequence number in credit notes and gift cards. Add a digit control algorithm | has duplicate | defect | 0050212 | | closed | jonae | Columns have been duplicated in the merge of the functionality of gift card sequence. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-09-08 13:30 | jonae | New Issue | |
2022-09-08 13:30 | jonae | Assigned To | => jonae |
2022-09-08 13:30 | jonae | OBNetwork customer | => No |
2022-09-08 13:30 | jonae | Triggers an Emergency Pack | => No |
2022-09-08 13:31 | jonae | Relationship added | related to 0049982 |
2022-09-09 13:26 | hgbot | Resolution | open => fixed |
2022-09-09 13:26 | hgbot | Status | new => resolved |
2022-09-09 13:26 | hgbot | Note Added: 0140934 | |
2022-09-09 13:27 | marvintm | Review Assigned To | => marvintm |
2022-09-09 13:27 | marvintm | Status | resolved => closed |
2022-09-09 13:27 | marvintm | Fixed in Version | => RR22Q4 |
2022-09-09 14:55 | hgbot | Note Added: 0140962 | |
2022-09-12 11:07 | hgbot | Merge Request Status | => open |
2022-09-12 11:07 | hgbot | Note Added: 0141009 | |
2022-09-12 11:20 | hgbot | Merge Request Status | open => approved |
2022-09-12 11:29 | hgbot | Note Added: 0141010 | |
2022-09-12 11:29 | hgbot | Note Added: 0141011 | |
2022-09-13 08:06 | jonae | Relationship added | has duplicate 0050212 |
2022-09-13 10:45 | hgbot | Note Added: 0141040 | |
2022-09-13 10:46 | hgbot | Note Added: 0141041 | |
Notes |
|
(0140934)
|
hgbot
|
2022-09-09 13:26
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 1fe5ace186b00b23a7a96092a876cf1d5f6b66d2
Author: jonalegria <jon.alegria@openbravo.com>
Date: 09-09-2022 13:25:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/1fe5ace186b00b23a7a96092a876cf1d5f6b66d2 [^]
Fixes ISSUE-50202: Adding gift card prefix and sequence. Adding the possibility to define digit control algorithm and length to credit note generation.
---
A src/org/openbravo/retail/giftcards/ad_callouts/ResetGiftCardSequenceNumber.java
M src-db/database/model/modifiedTables/M_PRODUCT.xml
M src-db/database/model/modifiedTables/OBPOS_APPLICATIONS.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src/org/openbravo/retail/giftcards/GiftCardModel.java
M src/org/openbravo/retail/giftcards/PGCProductProperties.java
M src/org/openbravo/retail/giftcards/term/CreditNoteSequence.java
M src/org/openbravo/retail/giftcards/term/GiftCardSequence.java
M src/org/openbravo/retail/giftcards/term/TerminalProperties.java
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardSale/GiftCardSale.jsx
M web-jspack/org.openbravo.retail.giftcards/src/configurations/giftCard-configuration/GiftCardConfiguration.js
M web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/actions/CalculateGiftCardSequenceCompleteTicketPreHook.js
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.retail.giftcards/src/ob-init.js
M web/org.openbravo.retail.giftcards/js/model/product-properties.js
---
|
|
|
(0140962)
|
hgbot
|
2022-09-09 14:55
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 896acd3ff38661f117c18dab8bc2d2a619d0d3e4
Author: jonalegria <jon.alegria@openbravo.com>
Date: 09-09-2022 14:55:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/896acd3ff38661f117c18dab8bc2d2a619d0d3e4 [^]
Related to ISSUE-50202: Reverting the last functionality
---
M src-db/database/model/modifiedTables/M_PRODUCT.xml
M src-db/database/model/modifiedTables/OBPOS_APPLICATIONS.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src/org/openbravo/retail/giftcards/GiftCardModel.java
M src/org/openbravo/retail/giftcards/PGCProductProperties.java
M src/org/openbravo/retail/giftcards/term/CreditNoteSequence.java
M src/org/openbravo/retail/giftcards/term/GiftCardSequence.java
M src/org/openbravo/retail/giftcards/term/TerminalProperties.java
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardSale/GiftCardSale.jsx
M web-jspack/org.openbravo.retail.giftcards/src/configurations/giftCard-configuration/GiftCardConfiguration.js
M web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/actions/CalculateGiftCardSequenceCompleteTicketPreHook.js
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.retail.giftcards/src/ob-init.js
M web/org.openbravo.retail.giftcards/js/model/product-properties.js
R src/org/openbravo/retail/giftcards/ad_callouts/ResetGiftCardSequenceNumber.java
---
|
|
|
(0141009)
|
hgbot
|
2022-09-12 11:07
|
|
|
|
(0141010)
|
hgbot
|
2022-09-12 11:29
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 0d226351867471a710f329b12868b710a0cb4f46
Author: jonalegria <jon.alegria@openbravo.com>
Date: 12-09-2022 11:29:03
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/0d226351867471a710f329b12868b710a0cb4f46 [^]
Fixes ISSUE-50202: Adding new columns to manage the gift card sequence creation. Adding columns to include control digit in gift cards and credit notes
---
A src/org/openbravo/retail/giftcards/ad_callouts/ResetGiftCardSaleSequenceNumber.java
M src-db/database/model/modifiedTables/M_PRODUCT.xml
M src-db/database/model/modifiedTables/OBPOS_APPLICATIONS.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src/org/openbravo/retail/giftcards/GiftCardModel.java
M src/org/openbravo/retail/giftcards/PGCProductProperties.java
M src/org/openbravo/retail/giftcards/term/CreditNoteSequence.java
M src/org/openbravo/retail/giftcards/term/GiftCardSequence.java
M src/org/openbravo/retail/giftcards/term/TerminalProperties.java
M web-jspack/org.openbravo.retail.giftcards/src/components/GiftCardSale/GiftCardSale.jsx
M web-jspack/org.openbravo.retail.giftcards/src/configurations/giftCard-configuration/GiftCardConfiguration.js
M web-jspack/org.openbravo.retail.giftcards/src/model/giftcard/actions/CalculateGiftCardSequenceCompleteTicketPreHook.js
M web-jspack/org.openbravo.retail.giftcards/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.retail.giftcards/src/ob-init.js
M web/org.openbravo.retail.giftcards/js/model/product-properties.js
---
|
|
|
(0141011)
|
hgbot
|
2022-09-12 11:29
|
|
|
|
(0141040)
|
hgbot
|
2022-09-13 10:45
|
|
|
|
(0141041)
|
hgbot
|
2022-09-13 10:46
|
|
|