Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012590 | Openbravo ERP | 01. General setup | public | 2010-03-08 10:33 | 2010-04-19 21:11 |
|
Reporter | networkb | |
Assigned To | harikrishnan | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 2.50MP12 | |
Target Version | 2.50MP14 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012590: error to save a new record in withholding account tab |
Description | To save a new record in withholding account tab, the next error is returned:
Error:
You have not filled in all needed fields
|
Steps To Reproduce | Master Data Management || Business Partner Setup || Withholding || Withholding:
. save new record
Master Data Management || Business Partner Setup || Withholding || Withholding >> Withholding Account
. save new record
error is returnded |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-03-08 10:33 | networkb | New Issue | |
2010-03-08 10:33 | networkb | Assigned To | => adrianromero |
2010-03-08 10:33 | networkb | OBNetwork customer | => Yes |
2010-03-08 16:05 | jpabloae | Target Version | 2.50MP13 => 2.50MP14 |
2010-03-08 18:32 | psarobe | Status | new => scheduled |
2010-03-08 18:32 | psarobe | Note Added: 0025151 | |
2010-03-08 18:32 | psarobe | fix_in_branch | => pi |
2010-03-08 18:33 | psarobe | Note Edited: 0025151 | bug_revision_view_page.php?bugnote_id=0025151#r141 |
2010-03-08 18:37 | adrianromero | Note Added: 0025152 | |
2010-03-25 07:38 | harikrishnan | Assigned To | adrianromero => harikrishnan |
2010-03-25 07:40 | hgbot | Checkin | |
2010-03-25 07:40 | hgbot | Note Added: 0025714 | |
2010-03-25 07:40 | hgbot | Status | scheduled => resolved |
2010-03-25 07:40 | hgbot | Resolution | open => fixed |
2010-03-25 07:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/93b909990b3289df240709b719a51a81663961bd [^] |
2010-03-25 07:42 | harikrishnan | Note Added: 0025715 | |
2010-04-01 07:18 | arunkumar | Note Added: 0025851 | |
2010-04-01 07:18 | arunkumar | Status | resolved => closed |
2010-04-02 00:00 | anonymous | sf_bug_id | 0 => 2980800 |
2010-04-19 21:11 | hudsonbot | Checkin | |
2010-04-19 21:11 | hudsonbot | Note Added: 0026385 | |
Notes |
|
(0025151)
|
psarobe
|
2010-03-08 18:32
(edited on: 2010-03-08 18:33) |
|
Hi,
1. The problem is that the tab is not properly configured so it's not working well. You can notice that because suddenly you can see the audit...
2. Meanwhile the workaround would be instead of removing the record, update it
|
|
|
|
There already exists a constraint that does not allow to have more than one withholding account per withholding.
To fix the issue there is only needed to review the tab probably in the following direction:
* remove the oncreated date from the user interface. It is an audit field
* change the witholding field values because it is the field from the parent tab. It has to be readonly and marked as a search field. |
|
|
(0025714)
|
hgbot
|
2010-03-25 07:40
|
|
Repository: erp/devel/pi
Changeset: 93b909990b3289df240709b719a51a81663961bd
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Thu Mar 25 12:18:39 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/93b909990b3289df240709b719a51a81663961bd [^]
Fixes issue 12590: error to save a new record in withholding account tab.
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
Steps to Test:
*Withholding field is changed to read only mode.
*Creation Date field is removed from UI.
*Position of the Active field goes to last. |
|
|
|
|
|
|
|