Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042293Retail ModulesSend By Emailpublic2019-11-18 07:392019-12-03 16:00
samuel_nicuesa 
rqueralta 
normalmajoralways
closedfixed 
5
 
RR20Q1 
guilleaer
No
0042293: Send mail and print box should be deactivated by default
In the issue 41077 the print flag is configured as not active by default

We need to deactivate also the send email flag.
[BO]
The flag (Send documents by mail) should be active in Posterminal Type window

[POS]
After paying a ticket you will see the pop-up
The 2 flags should be deactivated.
When Send email is enabled [enabling flag in touchpoint window] 2 new fields should appear (using display logic)

Send email by default (should be true by default)

- If it is true, when the dialog is opened it will have send email checked
- If it is false, when the dialog is opened it will have send email unChecked


Print by default (should be false by default)

- If it is true, when the dialog is opened and all the configurations in web POS allows to print (printers selected) -> it will have print checked
- If it is false, when the dialog is opened it will have print UnChecked
No tags attached.
related to defect 0041077 closed rqueralta Multiselection printer JS error while printing a Ticket of a BP with e-mail configuration. 
diff Issue42293_EmailUncheck.diff (662) 2019-11-18 07:41
https://issues.openbravo.com/file_download.php?file_id=13542&type=bug
Issue History
2019-11-18 07:39samuel_nicuesaNew Issue
2019-11-18 07:39samuel_nicuesaAssigned To => Retail
2019-11-18 07:39samuel_nicuesaResolution time => 1575846000
2019-11-18 07:39samuel_nicuesaTriggers an Emergency Pack => No
2019-11-18 07:41samuel_nicuesaFile Added: Issue42293_EmailUncheck.diff
2019-11-20 10:07guilleaerProposed Solution updated
2019-11-20 10:07guilleaerAssigned ToRetail => guilleaer
2019-11-20 10:08guilleaerAssigned Toguilleaer => rqueralta
2019-11-20 10:09guilleaerRelationship addedrelated to 0041077
2019-11-20 11:20guilleaerProposed Solution updated
2019-12-02 23:44rqueraltaNote Added: 0116037
2019-12-02 23:45rqueraltaStatusnew => scheduled
2019-12-02 23:47rqueraltaNote Deleted: 0116037
2019-12-03 13:19hgbotCheckin
2019-12-03 13:19hgbotNote Added: 0116060
2019-12-03 13:19hgbotStatusscheduled => resolved
2019-12-03 13:19hgbotResolutionopen => fixed
2019-12-03 13:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sendemail/rev/289a73378fafa7800d9dc19d28a8a9dc188350a6 [^]
2019-12-03 16:00guilleaerReview Assigned To => guilleaer
2019-12-03 16:00guilleaerStatusresolved => closed
2019-12-03 16:00guilleaerFixed in Version => RR20Q1

Notes
(0116060)
hgbot   
2019-12-03 13:19   
Repository: erp/pmods/org.openbravo.retail.sendemail
Changeset: 289a73378fafa7800d9dc19d28a8a9dc188350a6
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Tue Dec 03 07:18:09 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sendemail/rev/289a73378fafa7800d9dc19d28a8a9dc188350a6 [^]

Fixed issue 42293: Send mail and print box should be deactivated by default

- 2 new fields was added Send email by default and Print by default. These two
field are shown if "Send document by email" is enabled. These fields are used to
put checked or not "send email" and "print" when the popup is opened.

---
M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M web/org.openbravo.retail.sendemail/source/obsmail_modalgetemailaddress.js
---