Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050038 | POS2 | POS | public | 2022-08-23 13:31 | 2022-11-11 09:14 |
|
Reporter | ablasco | |
Assigned To | ablasco | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0050038: TicketArea New Component - (TicketLines + Total) for Portrait Mode |
Description | New Component in TicketArea for Portrait Mode which includes Ticketlines with
- No header on top.
- Total Info at the bottom.
- No Swipeable Drag Actions.
- No product Info rendered in the component itself
- Click to open Information in Popover window |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0050400 | | scheduled | ablasco | Portrait mode support |
|
Attached Files | Screenshot from 2022-08-23 15-21-53.png (4,288) 2022-08-23 15:23 https://issues.openbravo.com/file_download.php?file_id=17423&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2022-08-23 13:31 | ablasco | New Issue | |
2022-08-23 13:31 | ablasco | Assigned To | => ablasco |
2022-08-23 13:31 | ablasco | File Added: Screenshot from 2022-08-23 13-26-57.png | |
2022-08-23 13:31 | ablasco | Triggers an Emergency Pack | => No |
2022-08-23 15:22 | ablasco | File Deleted: Screenshot from 2022-08-23 13-26-57.png | |
2022-08-23 15:23 | ablasco | File Added: Screenshot from 2022-08-23 15-21-53.png | |
2022-08-23 15:29 | ablasco | Description Updated | bug_revision_view_page.php?rev_id=24654#r24654 |
2022-08-24 12:18 | ablasco | Description Updated | bug_revision_view_page.php?rev_id=24659#r24659 |
2022-09-14 18:25 | hgbot | Note Added: 0141118 | |
2022-10-04 10:52 | ablasco | Relationship added | blocks 0050400 |
2022-10-04 11:04 | ablasco | Status | new => scheduled |
2022-11-10 18:14 | hgbot | Note Added: 0143424 | |
2022-11-10 18:14 | hgbot | Note Added: 0143425 | |
2022-11-10 18:14 | hgbot | Resolution | open => fixed |
2022-11-10 18:14 | hgbot | Status | scheduled => resolved |
2022-11-10 18:14 | hgbot | Fixed in Version | => 23Q1 |
2022-11-10 18:14 | hgbot | Note Added: 0143426 | |
2022-11-10 18:14 | hgbot | Note Added: 0143427 | |
2022-11-10 18:21 | AugustoMauch | Status | resolved => closed |
2022-11-11 09:14 | hgbot | Note Added: 0143461 | |
Notes |
|
(0141118)
|
hgbot
|
2022-09-14 18:25
|
|
|
|
(0143424)
|
hgbot
|
2022-11-10 18:14
|
|
|
|
(0143425)
|
hgbot
|
2022-11-10 18:14
|
|
|
|
(0143426)
|
hgbot
|
2022-11-10 18:14
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a19bddd6bf5b78547964045adec6310bf06d8f75
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 10-11-2022 18:14:19
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a19bddd6bf5b78547964045adec6310bf06d8f75 [^]
Fixes ISSUE-50038: Merge branch 'fr/50038-TicketLinesLite'
---
A web-jspack/org.openbravo.pos2/src/components/AddProductPanel/config/AddProductPanel.portrait.config.json
A web-jspack/org.openbravo.pos2/src/components/MainPOSApp/config/MainPOSApp.portrait.config.json
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/TicketDetailArea.jsx
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/config/TicketArea.detail.config.json
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/config/TicketArea.portrait.config.json
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/config/TicketLinesWindow.config.json
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.config.json
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineLite.jsx
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLinesLite.jsx
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLinesLite.scss
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLineLite.test.jsx
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLinesLite.test.jsx
M web-jspack/org.openbravo.pos2/src/components/AddProductPanel/AddProductPanel.config.json
M web-jspack/org.openbravo.pos2/src/components/Drawer/DrawerMenu.config.json
M web-jspack/org.openbravo.pos2/src/components/MainPOSApp/MainPOSApp.scss
M web-jspack/org.openbravo.pos2/src/components/ProductCategoryButton/ProductCategoryButton.scss
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/TicketArea.scss
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLines.scss
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/stories/TicketLines.stories.jsx
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
|
|
|
(0143427)
|
hgbot
|
2022-11-10 18:14
|
|
|
|
(0143461)
|
hgbot
|
2022-11-11 09:14
|
|
|