Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045939Retail ModulesWeb POSpublic2021-02-23 15:302021-02-24 08:23
jorge-garcia 
jorge-garcia 
normaltrivialhave not tried
closedfixed 
5
 
RR21Q2 
marvintm
No
0045939: Include a way in addProduct payload to create a new line in the ticket
Include a way in addProduct payload to create a new line in the ticket

splitLine attribute is only check in ticket lines already included

This new parameter "createNewLine" will be added as an optional attribute in addProduct payload.
TicketUtils.getLineToEdit is used to determine if a already existing line is suitable to be edited with the payload.

splitLine variable is only check on ticket lines.
No tags attached.
Issue History
2021-02-23 15:30jorge-garciaNew Issue
2021-02-23 15:30jorge-garciaAssigned To => jorge-garcia
2021-02-23 15:30jorge-garciaTriggers an Emergency Pack => No
2021-02-23 15:31jorge-garciaStatusnew => scheduled
2021-02-24 08:20hgbotResolutionopen => fixed
2021-02-24 08:20hgbotStatusscheduled => resolved
2021-02-24 08:20hgbotFixed in Version => RR21Q2
2021-02-24 08:20hgbotNote Added: 0126311
2021-02-24 08:23jorge-garciaReview Assigned To => marvintm
2021-02-24 08:23jorge-garciaStatusresolved => closed

Notes
(0126311)
hgbot   
2021-02-24 08:20   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 01095780ca9b0cc699d8943e90f7c155001036a8
Author: Jorge Garcia <jorge.garcia@openbravo.com>
Date: 2021-02-24T08:17:31+01:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/01095780ca9b0cc699d8943e90f7c155001036a8 [^]

Fixed BUG-45939: Include a way in addProduct payload to create a new
line in the ticket

The new attribute has been called createNewLine

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/TicketUtils.js
---