Openbravo Issue Tracking System - POS2
View Issue Details
0050037POS2POSpublic2022-08-23 13:282022-11-10 23:23
ablasco 
ablasco 
normalminorhave not tried
closedfixed 
5
 
23Q1 
No
0050037: TicketSection Configurable Component for portrait mode
Configurable Component in Ticket Area for portrait mode.

TicketBPButton on top
ButtonBar definition
   - Switch Order
   - Function 2
   - Scan Mode
   - Take Away
   - Three dots settings button

Only template is required by now. Logic is not defined for this buttons.

-
No tags attached.
blocks feature request 0050400 scheduled ablasco Portrait mode support 
png Screenshot from 2022-08-23 15-22-00.png (6,299) 2022-08-23 15:23
https://issues.openbravo.com/file_download.php?file_id=17424&type=bug
png
Issue History
2022-08-23 13:28ablascoNew Issue
2022-08-23 13:28ablascoAssigned To => ablasco
2022-08-23 13:28ablascoFile Added: Screenshot from 2022-08-23 13-26-57.png
2022-08-23 13:28ablascoTriggers an Emergency Pack => No
2022-08-23 15:23ablascoFile Deleted: Screenshot from 2022-08-23 13-26-57.png
2022-08-23 15:23ablascoFile Added: Screenshot from 2022-08-23 15-22-00.png
2022-08-23 15:26ablascoDescription Updatedbug_revision_view_page.php?rev_id=24652#r24652
2022-08-23 15:26ablascoProposed Solution updated
2022-10-04 10:54ablascoRelationship addedblocks 0050400
2022-10-18 13:35hgbotNote Added: 0142229
2022-10-19 10:01ablascoStatusnew => scheduled
2022-11-10 23:23hgbotResolutionopen => fixed
2022-11-10 23:23hgbotStatusscheduled => closed
2022-11-10 23:23hgbotNote Added: 0143439
2022-11-10 23:23hgbotFixed in Version => 23Q1
2022-11-10 23:23hgbotNote Added: 0143440

Notes
(0142229)
hgbot   
2022-10-18 13:35   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1288 [^]
(0143439)
hgbot   
2022-11-10 23:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1288 [^]
(0143440)
hgbot   
2022-11-10 23:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: cc90c7662851475b817347df6fa82f9eee970aca
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 10-11-2022 23:15:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/cc90c7662851475b817347df6fa82f9eee970aca [^]

Fixes ISSUE-50037 ButtonArea in TicketSummary for Portrait Mode

Adds a new buttonArea to display buttons to the right of the ticket area
in portrait mode.

---
A web-jspack/org.openbravo.pos2/src/components/ButtonBar4/ButtonBar4.config.json
A web-jspack/org.openbravo.pos2/src/components/ButtonBar4/ButtonBar4.jsx
A web-jspack/org.openbravo.pos2/src/components/ButtonBar4/ButtonBar4.scss
A web-jspack/org.openbravo.pos2/src/components/ButtonBar4/__test__/ButtonBar4.test.jsx
M web-jspack/org.openbravo.pos2/src/components/SwitchAddProductModeButton/SwitchAddProductModeButton.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/config/TicketArea.portrait.config.json
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketBPButton/TicketBPButtonGeneric.scss
M web-jspack/org.openbravo.pos2/src/ob-init.js
---