Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039053Retail ModulesWeb POSpublic2018-07-17 15:562018-08-01 08:48
rafaroda 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR18Q3RR18Q3 
marvintm
Pre packaging ( pi )
2018-06-02
pi
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a0b72cf6d1ca0e962cfda8e257fbca2a75bbf158 [^]
No
0039053: Problems with Date Picker: can't save change of day in Birthday
Problems with Date Picker: can't save change of day in Birthday

If I change Month or Year of a date and save it works.
In Livebuilds:
1. Log into https://livebuilds.openbravo.com/retail_pi_pgsql/ [^]
2. Set the preference WEB POS Show BusinessPartner Birth Information = Y.
3. Log into https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1#login [^]
4. Search and select an existing customer
5. Edit it and set a date for him: if you set a date after today you get an error message and are not able to change and save: KO
6. Set a date before today and save
7. Edit the customer again and try to change the day of the birthday and Save: KO, new day is not saved
If you change the Month or the Year it works.
Might this issue have caused the regression? 0038429
No tags attached.
blocks defect 0038978 closed ranjith_qualiantech_com Problems with Date Picker: can't save change of day in Birthday 
Issue History
2018-07-26 10:18ranjith_qualiantech_comTypedefect => backport
2018-07-26 10:18ranjith_qualiantech_comTarget Version => RR18Q3
2018-07-31 09:39hgbotCheckin
2018-07-31 09:39hgbotNote Added: 0106029
2018-07-31 09:39hgbotCheckin
2018-07-31 09:39hgbotNote Added: 0106030
2018-07-31 09:39hgbotStatusscheduled => resolved
2018-07-31 09:39hgbotResolutionopen => fixed
2018-07-31 09:39hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/306d14f7b6aae72faa8e0be4e7bdb503973aa7b8 [^] => http://code.openbravo.com/retail/backports/3.0RR18Q3/org.openbravo.mobile.core/rev/33be111a4fa8420877d4fcee5870d3affe032cc0 [^]
2018-08-01 08:48marvintmReview Assigned To => marvintm
2018-08-01 08:48marvintmStatusresolved => closed
2018-08-01 08:48marvintmFixed in Version => RR18Q3

Notes
(0106029)
hgbot   
2018-07-31 09:39   
Repository: retail/backports/3.0RR18Q3/org.openbravo.retail.posterminal
Changeset: 357c4d0bff51b33356a26517b7eae0855c23ce2c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jul 31 12:53:14 2018 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3/org.openbravo.retail.posterminal/rev/357c4d0bff51b33356a26517b7eae0855c23ce2c [^]

Related to issue 39053 : Customer Save button should be enabled when validation fails

* In Customer Create/Edit popup, If birthDate validation or any other is failed, Save button should be enabled again

---
M web/org.openbravo.retail.posterminal/js/model/businesspartner.js
---
(0106030)
hgbot   
2018-07-31 09:39   
Repository: retail/backports/3.0RR18Q3/org.openbravo.mobile.core
Changeset: 33be111a4fa8420877d4fcee5870d3affe032cc0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jul 31 12:53:07 2018 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3/org.openbravo.mobile.core/rev/33be111a4fa8420877d4fcee5870d3affe032cc0 [^]

Fixed issue 39053 : Date shoudl be updated when changing the day in date picker

* If we change the day (and month and year is empty), we should not set the date picker value.
* If we change the day and month and year is selected, then we have to set the date picker value

---
M web/org.openbravo.mobile.core/build/lib.js
---