Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045054Retail ModulesWeb POSpublic2020-09-15 14:522020-10-05 06:56
rafaroda 
prakashmurugesan88 
normalmajoralways
closedfixed 
5
 
RR21Q1 
No
0045054: Send Email with Pay Open Tickets: only 1 ticket is sent by email
Send Email with Pay Open Tickets: only 1 ticket is sent by email
* Install the Send Email module org.openbravo.retail.sendemail
* Configure it to send email in Touchpoint Type
* Do Pay Open Tickets of 2 or more tickets
* Put 1 email address to send the email
* Only 1 ticket is received: and we should receive 1 email per ticket
We should receive 1 email per ticket (NOT 1 email with the 2 tickets attached)
NOR
Issue History
2020-09-15 14:52rafarodaNew Issue
2020-09-15 14:52rafarodaAssigned To => Retail
2020-09-15 14:52rafarodaResolution time => 1601848800
2020-09-15 14:52rafarodaTriggers an Emergency Pack => No
2020-09-15 14:53rafarodaTag Attached: NOR
2020-09-24 12:50prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-09-24 15:38prakashmurugesan88Statusnew => scheduled
2020-09-28 15:33hgbotNote Added: 0123430
2020-09-28 15:34hgbotNote Added: 0123431
2020-10-02 10:10hgbotNote Added: 0123488
2020-10-02 10:10hgbotResolutionopen => fixed
2020-10-02 10:10hgbotStatusscheduled => closed
2020-10-02 10:10hgbotNote Added: 0123489
2020-10-02 10:10hgbotFixed in Version => RR20Q4
2020-10-02 10:10hgbotNote Added: 0123490
2020-10-02 10:10hgbotNote Added: 0123491
2020-10-05 06:56priyamFixed in VersionRR20Q4 => RR21Q1

Notes
(0123430)
hgbot   
2020-09-28 15:33   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sendemail/-/merge_requests/2 [^]
(0123431)
hgbot   
2020-09-28 15:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/111 [^]
(0123488)
hgbot   
2020-10-02 10:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sendemail/-/merge_requests/2 [^]
(0123489)
hgbot   
2020-10-02 10:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sendemail [^]
Changeset: 97e554a2911c1b6f3d54e747d6a99d71b69ab351
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-10-01T12:48:56+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sendemail/-/commit/97e554a2911c1b6f3d54e747d6a99d71b69ab351 [^]

Fixed BUG-45054: Fixes send email with Pay Open Tickets
* model is parameter is missing in preordersave hook.
* Included model parameter
* emailId property missing in orderloader
* Included email id by implementing completeMultiTicket ActionPreparation
* Fixed proper path to fetch multiOrders in args
* Fixed loading issue

---
A web/org.openbravo.retail.sendemail/app/model/business-object/ticket/actions/CompleteMultiTicketActionPreparations.js
M src/org/openbravo/retail/sendemail/OBSMAIL_ComponentProvider.java
M web/org.openbravo.retail.sendemail/source/obsmail_hook_preordersave.js
---
(0123490)
hgbot   
2020-10-02 10:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 695bc91e40d9ca714ad92dedfe1b7ba9f03102cb
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-10-02T08:10:06+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/695bc91e40d9ca714ad92dedfe1b7ba9f03102cb [^]

Fixed BUG-45054: Fixes send email with Pay Open Tickets
* model is parameter is missing in preordersave hook.
* Included model parameter
* emailId property missing in orderloader
* Included email id by implementing completeMultiTicket ActionPreparation

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/CompleteMultiTicket.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0123491)
hgbot   
2020-10-02 10:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/111 [^]