Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042219Retail ModulesWeb POSpublic2019-11-07 12:132019-12-19 08:49
psanjuan 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
RR20Q1 
marvintm
No
0042219: It should not be possible to change the Tax ID of a Business Partner (Customer) who already has a full sales invoice issued.
It should not be possible to change the Tax ID of a Business Partner (Customer) who already has a full sales invoice issued.
In Web POS create a new customer with name, address and Tax ID.
Assign it to the order (ticket).
Add any product and select Invoice this receipt.
Complete the sale and pay it.

Search by the customer just created and edit his/her details. Realize it is possible to change its Tax ID.

In general, this functionality should be combined with the fact that a tax id validation functionality has been used to fill in a correct Tax ID, therefore there is no means to change a valid Tax ID for which an sales invoice has been issued.

Tax ID validation is normally added by the corresponding retail localization.
It should not be possible to change the Tax ID of a Business Partner (Customer) who already has a full sales invoice issued.
No tags attached.
Issue History
2019-11-07 12:13psanjuanNew Issue
2019-11-07 12:13psanjuanAssigned To => Retail
2019-11-07 12:13psanjuanTriggers an Emergency Pack => No
2019-11-07 12:14psanjuanAssigned ToRetail => Sandrahuguet
2019-11-18 11:12SandrahuguetAssigned ToSandrahuguet => Retail
2019-11-18 12:27marvintmResolution time => 1576364400
2019-11-19 15:35alekosmp86Assigned ToRetail => alekosmp86
2019-12-11 10:02marvintmResolution time1576364400 => 1576969200
2019-12-11 14:51alekosmp86Assigned Toalekosmp86 => Retail
2019-12-13 06:27ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-12-13 07:18ranjith_qualiantech_comStatusnew => scheduled
2019-12-16 07:57hgbotCheckin
2019-12-16 07:57hgbotNote Added: 0116326
2019-12-16 07:57hgbotStatusscheduled => resolved
2019-12-16 07:57hgbotResolutionopen => fixed
2019-12-16 07:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c264590b323f8a64571dcc2c2b7b9f6a5feb806a [^]
2019-12-16 07:57hgbotCheckin
2019-12-16 07:57hgbotNote Added: 0116327
2019-12-19 08:49marvintmReview Assigned To => marvintm
2019-12-19 08:49marvintmStatusresolved => closed
2019-12-19 08:49marvintmFixed in Version => RR20Q1

Notes
(0116326)
hgbot   
2019-12-16 07:57   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c264590b323f8a64571dcc2c2b7b9f6a5feb806a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Dec 16 12:27:16 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c264590b323f8a64571dcc2c2b7b9f6a5feb806a [^]

Fixed issue 42219 : Update DQL Implementation to support custom Validation Messages

* Refactored Field validation by merging checkMandatoryFields and checkWrongFormat as checkFields
  for both Customer and Customer Address

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/components/sharedcomponents.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/dqm/customerValidatorProvider.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/dqm/posterminalValidations-dqm.js
---
(0116327)
hgbot   
2019-12-16 07:57   
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 5d764be6f15637078c794108be5213008cc63331
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Dec 16 12:27:26 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/5d764be6f15637078c794108be5213008cc63331 [^]

Related to issue 42219 : Updated Data Quality Provider Name for Customer Details Validations

---
M referencedata/sampledata/The_White_Valley_Group/OBPOS_AD_ORG_DQM.xml
---