Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038429Retail ModulesWeb POSpublic2018-04-23 17:222018-11-12 06:31
avicente 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR18Q3 
marvintm
No
0038429: User must select the month before the day depend on the current month.
User must select the month before the day depend on the current month.
1. Log into https://livebuilds.openbravo.com/retail_modules_pgsql_pi [^]
2. For the product Adhesive body warmers, set Item declaration = Yes.
3. Set the preference WEB POS Show BusinessPartner Birth Information = Y.
4. Log into https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^]
5. Select the product Adhesive body warmers.
6. In the item declaration pop up select the customer Arturo montoro and click apply button.
7. In Birth Date, values are empty - - -
8. Click on the Day and scroll down: numbers are displayed only until 30 even if no Month is selected (I suppose this is because we are in April with 30 days. If you select a Month, yes, the number of days are according to the Month selected. However, if the current month has 28, 29 o 30 days and the user needs set 31, he must select the month before the day.
SER-QA
related to defect 0039460 closed ranjith_qualiantech_com Date selector doesn't allow the user to correctly select the date. 
causes defect 0038978 closed ranjith_qualiantech_com Problems with Date Picker: can't save change of day in Birthday 
Issue History
2018-04-23 17:22avicenteNew Issue
2018-04-23 17:22avicenteAssigned To => Retail
2018-04-23 17:22avicenteResolution time => 1526335200
2018-04-23 17:22avicenteTriggers an Emergency Pack => No
2018-04-23 17:22avicenteTag Attached: SER-QA
2018-05-14 10:07marvintmResolution time1526335200 => 1527717600
2018-05-30 14:23ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-05-30 15:06ranjith_qualiantech_comStatusnew => scheduled
2018-06-02 08:54hgbotCheckin
2018-06-02 08:54hgbotNote Added: 0104894
2018-06-02 08:54hgbotStatusscheduled => resolved
2018-06-02 08:54hgbotResolutionopen => fixed
2018-06-02 08:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a0b72cf6d1ca0e962cfda8e257fbca2a75bbf158 [^]
2018-06-04 13:35marvintmReview Assigned To => marvintm
2018-06-04 13:35marvintmStatusresolved => closed
2018-06-04 13:35marvintmFixed in Version => RR18Q3
2018-07-17 15:57rafarodaRelationship addedrelated to 0038978
2018-07-27 10:22dmitry_mezentsevRelationship replacedcauses 0038978
2018-11-07 13:39ranjith_qualiantech_comRelationship addedrelated to 0039460
2018-11-12 06:31hgbotCheckin
2018-11-12 06:31hgbotNote Added: 0107833

Notes
(0104894)
hgbot   
2018-06-02 08:54   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: a0b72cf6d1ca0e962cfda8e257fbca2a75bbf158
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Jun 02 12:24:31 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a0b72cf6d1ca0e962cfda8e257fbca2a75bbf158 [^]

Fixed issue 38429 : All days should be shown in DatePicker

* In Datepicker, Days should be shown upto 31 irrespective of current date
* While changing Day, auto complete of month and year has been removed

---
M web/org.openbravo.mobile.core/build/lib.js
M web/org.openbravo.mobile.core/source/component/ob-datepicker.js
---
(0107833)
hgbot   
2018-11-12 06:31   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: f60386e0903f9cfa9015ebf1139dbc0671b571ea
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Nov 12 11:01:11 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f60386e0903f9cfa9015ebf1139dbc0671b571ea [^]

Fixed issue 39460 : Selected Day should be updated in day picker

* Autofill of Date fields based on current date when selecting day picker is prevented due to issue 38429
  So, Instead of Autofill date fields, Selected day should be updated in day picker

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