Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0000904 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 03. Procurement management | minor | always | 2007-02-06 10:40 | 2008-06-12 09:43 | |||
| Reporter | user71 | View Status | public | |||||
| Assigned To | gorkaion | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | |||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| 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 | 0000904: Procedure C_COMMISSION_PROCESS contains errors | |||||||
| Description | - > When generating the commission with origin of orders, makes a consultation comparing the DateInvoiced field of the C_Order table. That field does not exist. Problem detected and solved in 4 lines: LINE: 245 ERROR: || ' AND h.DateInvoiced >= to_date('':2'')' SOLUTION: || ' AND h.DateOrdered >= to_date('':2'')' LINE: 246 ERROR: || ' AND h.DateInvoiced < to_date('':3'') + 1'; SOLUTION: || ' AND h.DateOrdered < to_date('':3'') +1'; LINE: 255 ERROR: || ' AND h.DateInvoiced >= to_date('':2'')' SOLUTION: || ' AND h.DateOrdered >= to_date('':2'')' LINE: 256 ERROR: || ' AND h.DateInvoiced < to_date('':3'') +1'; SOLUTION: || ' AND h.DateOrdered < to_date('':3'') +1'; - > And the commissions based on Entrance does not process them | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0004493) user71 2005-06-01 00:00 edited on: 2008-06-12 09:43 |
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis. You can see the original bug report in: https://sourceforge.net/support/tracker.php?aid=1653108 [^] |
| Copyright © 2000 - 2009 MantisBT Group |