Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049219 | Retail Modules | Gift cards and gift vouchers | public | 2022-05-04 18:25 | 2022-09-09 12:15 |
|
Reporter | aferraz | |
Assigned To | aferraz | |
Priority | normal | Severity | major | 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 | 0049219: Gift Card as Payment Method |
Description | https://openbravo.atlassian.net/browse/RM-1000 [^] |
Steps To Reproduce | * |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0049890 | | closed | aferraz | POS2 | Not possible to extend user action executability rule | related to | feature request | 0049218 | | closed | aferraz | POS2 | Implement Gift Cards in React POS |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-05-04 18:25 | aferraz | New Issue | |
2022-05-04 18:25 | aferraz | Assigned To | => aferraz |
2022-05-04 18:25 | aferraz | OBNetwork customer | => No |
2022-05-04 18:25 | aferraz | Triggers an Emergency Pack | => No |
2022-05-04 18:27 | aferraz | Relationship added | related to 0049218 |
2022-05-04 18:35 | hgbot | Merge Request Status | => open |
2022-05-04 18:35 | hgbot | Note Added: 0136955 | |
2022-06-15 19:16 | hgbot | Note Added: 0138384 | |
2022-07-27 19:22 | aferraz | Relationship added | depends on 0049890 |
2022-08-01 14:30 | hgbot | Note Added: 0139771 | |
2022-08-03 17:35 | hgbot | Note Added: 0139854 | |
2022-08-21 08:14 | hgbot | Merge Request Status | open => approved |
2022-09-08 14:11 | hgbot | Note Added: 0140857 | |
2022-09-09 12:07 | hgbot | Note Added: 0140918 | |
2022-09-09 12:07 | hgbot | Note Added: 0140919 | |
2022-09-09 12:09 | hgbot | Note Added: 0140920 | |
2022-09-09 12:09 | hgbot | Note Added: 0140921 | |
2022-09-09 12:14 | hgbot | Note Added: 0140926 | |
2022-09-09 12:14 | hgbot | Resolution | open => fixed |
2022-09-09 12:14 | hgbot | Status | new => closed |
2022-09-09 12:14 | hgbot | Note Added: 0140927 | |
2022-09-09 12:15 | hgbot | Note Added: 0140928 | |
2022-09-09 12:15 | hgbot | Note Added: 0140929 | |
2022-09-09 12:15 | hgbot | Note Added: 0140930 | |
Notes |
|
(0136955)
|
hgbot
|
2022-05-04 18:35
|
|
|
|
(0138384)
|
hgbot
|
2022-06-15 19:16
|
|
|
|
(0139771)
|
hgbot
|
2022-08-01 14:30
|
|
|
|
(0139854)
|
hgbot
|
2022-08-03 17:35
|
|
|
|
(0140857)
|
hgbot
|
2022-09-08 14:11
|
|
|
|
(0140918)
|
hgbot
|
2022-09-09 12:07
|
|
|
|
(0140919)
|
hgbot
|
2022-09-09 12:07
|
|
|
|
(0140920)
|
hgbot
|
2022-09-09 12:09
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 98fe661cee1603c98611e89b12f6a1a57af4451f
Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com>
Date: 09-09-2022 12:09:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/98fe661cee1603c98611e89b12f6a1a57af4451f [^]
Related to FR-49219: Display orderType terminal property options in Type filter from Orders window
Merge branch 'fr/49219'
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1116 [^]
---
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGridTypeFilter.jsx
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/TicketListRemoteGridTypeFilter.test.jsx
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/button/IssueInvoicePopoverButton.jsx
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/button/IssueTicketPopoverButton.jsx
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/button/TicketListRemoteGridActionButton.jsx
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/button/__test__/IssueTicketPopoverButton.test.jsx
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/button/__test__/TicketListRemoteGridActionButton.test.jsx
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/SelectRemoteTicket.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/__test__/SelectRemoteTicket.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/SelectRemoteTicket.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/__test__/SelectRemoteTicket.test.js
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketTypeStatusHandling.js
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.config.json
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/TicketListRemoteGrid.test.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/stories/TicketListRemoteGrid.stories.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/__test__/LoadRemoteTicket.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/IssueInvoice.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/IssueTicket.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/LoadRemoteTicket.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/__test__/IssueInvoice.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/__test__/IssueTicket.test.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js
M web-jspack/org.openbravo.pos2/src/ob-init.js
R web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/IssueTicketPopoverButton.jsx
---
|
|
|
(0140921)
|
hgbot
|
2022-09-09 12:09
|
|
|
|
(0140926)
|
hgbot
|
2022-09-09 12:14
|
|
|
|
(0140927)
|
hgbot
|
2022-09-09 12:14
|
|
|
|
(0140928)
|
hgbot
|
2022-09-09 12:15
|
|
|
|
(0140929)
|
hgbot
|
2022-09-09 12:15
|
|
|
|
(0140930)
|
hgbot
|
2022-09-09 12:15
|
|
|