Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027313 | Openbravo ERP | 02. Master data management | public | 2014-08-12 09:37 | 2015-03-09 17:49 |
|
Reporter | jonalegriaesarte | |
Assigned To | reinaldoguerra | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 30368 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027313: D-U-N-S number should not be mandatory |
Description | D-U-N-S number should not be mandatory, because is something that is not used in all the goberments/companies |
Steps To Reproduce | D-U-N-S number should not be mandatory, because is something that is not used in all the goberments/companies. Now we are adding (in demo data, F&B) ? character when the number is not needed, but this does not make sense. If the field is not needed, it should be empty. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0028283 | | closed | aferraz | API Change Request : Change DUNS field in Organization Information to Non Mandatory |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-12 09:37 | jonalegriaesarte | New Issue | |
2014-08-12 09:37 | jonalegriaesarte | Assigned To | => dmiguelez |
2014-08-12 09:37 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-08-12 09:37 | jonalegriaesarte | Modules | => Core |
2014-08-12 09:37 | jonalegriaesarte | Support ticket | => 30368 |
2014-08-12 09:37 | jonalegriaesarte | Resolution time | => 1410732000 |
2014-08-12 09:37 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-08-12 09:39 | jonalegriaesarte | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6256#r6256 |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-31 13:09 | dmitry_mezentsev | Assigned To | dmiguelez => Sandrahuguet |
2014-11-08 06:21 | reinaldoguerra | Assigned To | Sandrahuguet => reinaldoguerra |
2014-11-08 06:21 | reinaldoguerra | Status | new => scheduled |
2014-11-11 02:52 | reinaldoguerra | Note Added: 0071539 | |
2014-11-26 06:57 | pramakrishnan | Relationship added | depends on 0028283 |
2014-12-29 16:08 | Sandrahuguet | Target Version | 3.0PR15Q1 => 3.0PR15Q2 |
2015-03-09 11:10 | hgbot | Checkin | |
2015-03-09 11:10 | hgbot | Note Added: 0075302 | |
2015-03-09 11:10 | hgbot | Status | scheduled => resolved |
2015-03-09 11:10 | hgbot | Resolution | open => fixed |
2015-03-09 11:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7a7adf930de6ea8c2e5ea21db67de00788dcf21c [^] |
2015-03-09 11:10 | hgbot | Checkin | |
2015-03-09 11:10 | hgbot | Note Added: 0075303 | |
2015-03-09 11:44 | aferraz | Review Assigned To | => aferraz |
2015-03-09 11:44 | aferraz | Note Added: 0075306 | |
2015-03-09 11:44 | aferraz | Status | resolved => closed |
2015-03-09 17:49 | hudsonbot | Checkin | |
2015-03-09 17:49 | hudsonbot | Note Added: 0075335 | |
2015-03-09 17:49 | hudsonbot | Checkin | |
2015-03-09 17:49 | hudsonbot | Note Added: 0075336 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Go to Organization window
3- Select one record for example: F&B España - Región Norte
4- Go to information tab and realize that D-U-N-S number is not a mandatory field.
5- Change actual value (?) to an empty value.
6- Now it is possible to save record. |
|
|
(0075302)
|
hgbot
|
2015-03-09 11:10
|
|
Repository: erp/devel/pi
Changeset: 7a7adf930de6ea8c2e5ea21db67de00788dcf21c
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Fri Nov 07 23:24:39 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/7a7adf930de6ea8c2e5ea21db67de00788dcf21c [^]
Fixed bug 27313: D-U-N-S number should not be mandatory
D-U-N-S number column in organization's information table was changed to non mandatory.
Now when introducing data in organization's information tab it is not necessary to fill D-U-N-S number as it is something that is not used in all the goberments/companies.
---
M src-db/database/model/tables/AD_ORGINFO.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0075303)
|
hgbot
|
2015-03-09 11:10
|
|
Repository: erp/devel/pi
Changeset: 17996ec1f87f664e45e518bffdf6961ba9ba7106
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Mar 03 18:19:16 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/17996ec1f87f664e45e518bffdf6961ba9ba7106 [^]
Related to bug 27313: Duns field in AD_ORGINFO will not be filled automatically
AD_ORG_TRG trigger has been modified in order not to set automatically '?' value to duns column in AD_ORGINFO table
---
M src-db/database/model/triggers/AD_ORG_TRG.xml
---
|
|
|
|
|
|
|
|
|
|
|