Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0056751 | POS2 | POS | public | 2024-10-11 16:43 | 2024-10-25 10:14 |
|
Reporter | eliezerSotomayor | |
Assigned To | eliezerSotomayor | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0056751: OTF coupons generation should be configurable (Fully paid or Issue)[React] |
Description | Current situation :
In case of activating prepayment feature :
OTF coupons are printed just after paying the deposit.
When paying the balance, the OTF coupon is not printed.
Global request :
Norauto would like to print the OTF coupon just after paying the balance, so the coupon should NOT be printed at the deposit step.
Please check the business requirement here for more information :
https://docs.google.com/document/d/169l2B5tHFpft2LgW3fLRwadVQEkUlGXMbbTXPfvIDYE/edit [^] |
Steps To Reproduce | See description. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0057071 | | closed | sreehari | While adding a discount coupon to a ticket with an identified client, the transaction is blocked by an error. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-10-11 16:43 | eliezerSotomayor | New Issue | |
2024-10-11 16:43 | eliezerSotomayor | Assigned To | => eliezerSotomayor |
2024-10-11 16:43 | eliezerSotomayor | OBNetwork customer | => No |
2024-10-11 16:43 | eliezerSotomayor | Triggers an Emergency Pack | => No |
2024-10-11 16:44 | eliezerSotomayor | Status | new => scheduled |
2024-10-11 16:55 | hgbot | Merge Request Status | => open |
2024-10-11 16:55 | hgbot | Note Added: 0170307 | |
2024-10-25 09:58 | hgbot | Note Added: 0170944 | |
2024-10-25 10:08 | hgbot | Merge Request Status | open => approved |
2024-10-25 10:14 | hgbot | Resolution | open => fixed |
2024-10-25 10:14 | hgbot | Status | scheduled => closed |
2024-10-25 10:14 | hgbot | Note Added: 0170946 | |
2024-10-25 10:14 | hgbot | Note Added: 0170947 | |
2024-10-25 10:14 | hgbot | Note Added: 0170948 | |
2024-10-25 10:14 | hgbot | Note Added: 0170949 | |
2024-11-13 10:44 | sreehari | Relationship added | causes 0057071 |
Notes |
|
(0170307)
|
hgbot
|
2024-10-11 16:55
|
|
|
|
(0170944)
|
hgbot
|
2024-10-25 09:58
|
|
|
|
(0170946)
|
hgbot
|
2024-10-25 10:14
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf [^]
Changeset: 352468b17a4e59f7dc4b2c39176645a674a43f37
Author: Eliezer Sotomayor <e.sotomayor@orisha.com>
Date: 25-10-2024 08:14:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/commit/352468b17a4e59f7dc4b2c39176645a674a43f37 [^]
Fixed ISSUE-56751: [RM-15933] Add configuration to OTF coupons generation (Fully paid or Issue)
---
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/CouponsOTFIssueTicketActionPreparation.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/CouponsOTFIssueTicketPostHook.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/CouponsOTFIssueTicketPreHook.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/__test__/CouponsOTFCompleteTicketActionPreparation.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/__test__/CouponsOTFCompleteTicketPostHook.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/__test__/CouponsOTFCompleteTicketPreHook.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/__test__/CouponsOTFIssueTicketActionPreparation.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/__test__/CouponsOTFIssueTicketPostHook.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/__test__/CouponsOTFIssueTicketPreHook.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/AddCouponsPrintMessagesToState.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/AddCreatedCouponsToPayload.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/UpdateTicketWithOTFCoupons.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/__test__/AddCouponsPrintMessagesToState.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/__test__/AddCreatedCouponsToPayload.test.js
A web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/utils/__test__/UpdateTicketWithOTFCoupons.test.js
M src-db/database/model/tables/OBCPOTF_COUPONRULES.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_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesProperties.java
M web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/GlobalExtension.js
M web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/CouponsOTFCompleteTicketActionPreparation.js
M web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/CouponsOTFCompleteTicketPostHook.js
M web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/actions/CouponsOTFCompleteTicketPreHook.js
R web-jspack/org.openbravo.retail.discounts.coupons.otf/src/model/global/__test__/CouponsOTFCompleteTicketActionPreparation.test.js
---
|
|
|
(0170947)
|
hgbot
|
2024-10-25 10:14
|
|
|
|
(0170948)
|
hgbot
|
2024-10-25 10:14
|
|
|
|
(0170949)
|
hgbot
|
2024-10-25 10:14
|
|
|