Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027587 | Openbravo ERP | 01. General setup | public | 2014-09-11 12:42 | 2014-12-30 23:22 |
|
Reporter | ngarcia | |
Assigned To | fsoto82 | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 29267 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027587: Goods shipment / receipts and Invoices can be completed for inactive business partners |
Description | Goods shipment / receipts and Invoices can be completed for inactive business partners |
Steps To Reproduce | As group admin role:
Create a goods shipment for a Business Partner
Do not complete it
Create a sales invoice for the same Business partner
Do not complete it
Set the Business Partner as inactive
Check you can process both documents |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0026851 | 3.0PR14Q4 | closed | AtulOpenbravo | Openbravo ERP | Business partner can be set as inactive with documents in draft status related | related to | defect | 0027586 | | closed | reinaldoguerra | Modules | Picking List can be created for inactive business partners' orders |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-11 12:42 | ngarcia | New Issue | |
2014-09-11 12:42 | ngarcia | Assigned To | => dmiguelez |
2014-09-11 12:42 | ngarcia | OBNetwork customer | => No |
2014-09-11 12:42 | ngarcia | Modules | => Core |
2014-09-11 12:42 | ngarcia | Triggers an Emergency Pack | => No |
2014-09-11 12:43 | ngarcia | Relationship added | related to 0026851 |
2014-09-11 12:43 | ngarcia | Assigned To | dmiguelez => jonalegriaesarte |
2014-09-11 12:44 | ngarcia | OBNetwork customer | No => Yes |
2014-09-11 12:44 | ngarcia | Support ticket | => 29267 |
2014-09-11 12:44 | ngarcia | Resolution time | => 1410732000 |
2014-09-11 12:44 | ngarcia | Issue Monitored: networkb | |
2014-09-11 12:54 | ngarcia | Relationship added | related to 0027586 |
2014-09-22 16:36 | jonalegriaesarte | Target Version | => 3.0PR15Q1 |
2014-09-22 16:37 | jonalegriaesarte | Target Version | 3.0PR15Q1 => 3.0PR14Q4 |
2014-09-22 16:43 | jonalegriaesarte | Assigned To | jonalegriaesarte => AtulOpenbravo |
2014-09-26 02:54 | fsoto82 | Status | new => scheduled |
2014-09-26 02:54 | fsoto82 | Assigned To | AtulOpenbravo => fsoto82 |
2014-09-26 02:54 | fsoto82 | fix_in_branch | => pi |
2014-09-26 05:27 | fsoto82 | Note Added: 0070417 | |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-06 14:22 | hgbot | Checkin | |
2014-10-06 14:22 | hgbot | Note Added: 0070740 | |
2014-10-06 14:22 | hgbot | Status | scheduled => resolved |
2014-10-06 14:22 | hgbot | Resolution | open => fixed |
2014-10-06 14:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2352f43d4f0ff9ba1b6c546fb9da652af86cd402 [^] |
2014-10-06 14:23 | vmromanos | Review Assigned To | => vmromanos |
2014-10-06 14:23 | vmromanos | Note Added: 0070741 | |
2014-10-06 14:23 | vmromanos | Status | resolved => closed |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072903 | |
Notes |
|
|
As group admin role:
Create a goods shipment for a Business Partner
Do not complete it
Create a sales invoice for the same Business partner
Do not complete it
Set the Business Partner as inactive
Try to process the document
Now you can't process any of the documents.
Set the Business Partner active
Try to process the document
Now can be processed the documents |
|
|
(0070740)
|
hgbot
|
2014-10-06 14:22
|
|
Repository: erp/devel/pi
Changeset: 2352f43d4f0ff9ba1b6c546fb9da652af86cd402
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Tue Sep 30 12:27:47 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/2352f43d4f0ff9ba1b6c546fb9da652af86cd402 [^]
Fixed bug 27587: Goods shpmt/rcpt and Invoices can be post for inactive BPartner
Changed stored procedures C_INVOICE_POST and M_INOUT_POST to check if the business partner is active.
Now the process won't execute if the business partner is inactive.
---
M src-db/database/model/functions/C_INVOICE_POST.xml
M src-db/database/model/functions/M_INOUT_POST.xml
---
|
|
|
|
|
|
|
|