Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0016417 | Openbravo ERP | 07. Sales management | public | 2011-03-22 12:21 | 2012-04-02 06:12 |
| Reporter | Xpand-IT | ||||
| Assigned To | Sandrahuguet | ||||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | pi | ||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0016417: Ad_Sequence_Doc function increments the sequence for all clients | ||||
| Description | Ad_Sequence_Doc does not take into consideration the p_ad_client_id argument when updating CurrentNext in AD_Sequence table. | ||||
| Steps To Reproduce | |||||
| Proposed Solution | Replace: IF p_Update_Next='Y' THEN UPDATE AD_Sequence SET CurrentNext=CurrentNext + IncrementNo, Updated=TO_DATE(NOW()) WHERE Name=p_SequenceName; END IF; p_DocumentNo:=COALESCE(v_Prefix, '') || v_NextNo || COALESCE(v_Suffix, '') ; By: IF p_Update_Next='Y' THEN UPDATE AD_Sequence SET CurrentNext=CurrentNext + IncrementNo, Updated=TO_DATE(NOW()) WHERE Name=p_SequenceName AND ad_client_id=p_ad_client_id; END IF; p_DocumentNo:=COALESCE(v_Prefix, '') || v_NextNo || COALESCE(v_Suffix, '') ; | ||||
| Additional Information | |||||
| Tags | VMA-Reviewed | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-03-22 12:21 | Xpand-IT | New Issue | |||
| 2011-03-22 12:21 | Xpand-IT | Assigned To | => adrianromero | ||
| 2011-03-22 12:21 | Xpand-IT | Modules | => Core | ||
| 2011-06-03 10:58 | dalsasua | Assigned To | adrianromero => dalsasua | ||
| 2011-07-20 18:16 | dalsasua | Assigned To | dalsasua => jonalegriaesarte | ||
| 2011-09-19 22:21 | psarobe | OBNetwork customer | => No | ||
| 2011-09-19 22:21 | psarobe | Status | new => scheduled | ||
| 2011-09-19 22:21 | psarobe | version | => pi | ||
| 2012-02-15 19:04 | iciordia | Assigned To | jonalegriaesarte => vmromanos | ||
| 2012-02-16 16:18 | vmromanos | Tag Attached: VMA-Reviewed | |||
| 2012-03-22 11:39 | Sandrahuguet | Assigned To | vmromanos => Sandrahuguet | ||
| 2012-03-22 13:12 | Sandrahuguet | Note Added: 0046653 | |||
| 2012-03-27 13:06 | vmromanos | Note Added: 0046760 | |||
| 2012-03-27 13:09 | hgbot | Checkin | |||
| 2012-03-27 13:09 | hgbot | Note Added: 0046761 | |||
| 2012-03-27 13:09 | hgbot | Status | scheduled => resolved | ||
| 2012-03-27 13:09 | hgbot | Resolution | open => fixed | ||
| 2012-03-27 13:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e630342dafb1ebab21e85100c0aa082a27c97ffd [^] | ||
| 2012-03-27 13:09 | vmromanos | Note Added: 0046762 | |||
| 2012-03-27 13:09 | vmromanos | Status | resolved => closed | ||
| 2012-04-02 06:12 | hudsonbot | Checkin | |||
| 2012-04-02 06:12 | hudsonbot | Note Added: 0047238 | |||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||