Openbravo Issue Tracking System - Modules | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0034671 | Modules | FIFO Costing Algorithm | public | 2016-12-01 18:14 | 2016-12-02 15:06 | ||||||||||||||
Reporter | maite | ||||||||||||||||||
Assigned To | Triage Omni OMS | ||||||||||||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
Merge Request Status | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Regression level | |||||||||||||||||||
Review Assigned To | aferraz | ||||||||||||||||||
Support ticket | 44612 | ||||||||||||||||||
OBNetwork customer | OBPS | ||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Summary | 0034671: "InventoryClosing" transaction type needs to be included in "isOutgoingTrx" method in FifoAlgorithm,java | ||||||||||||||||||
Description | When using FIFO algorithm and trying to validate a different costing rule, following error is raised in the log : @OBWFA_NotOutgoingTransaction@ (by getOutgoingTransactionCost method). Problem is that "InventoryClosing" transaction type is not considering as outgoing transaction | ||||||||||||||||||
Steps To Reproduce | 1. In an instance using FIFO algorithm 2. Access Costing Rule window and create new rule for Average algorithm 3. Run "Validate costing rule" process and realize that error is raised 4. Check the log and you will find '@OBWFA_NotOutgoingTransaction@' | ||||||||||||||||||
Proposed Solution | private boolean isOutgoingTrx() { switch (trxType) { case Shipment: case ReceiptReturn: case ReceiptNegative: case InventoryDecrease: case IntMovementFrom: case InternalCons: case BOMPart: case ManufacturingConsumed: case InventoryClosing: return true; default: return false; } } | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2016-12-01 18:14 | maite | New Issue | |||||||||||||||||
2016-12-01 18:14 | maite | Assigned To | => Triage Finance | ||||||||||||||||
2016-12-01 18:14 | maite | Resolution time | => 1482361200 | ||||||||||||||||
2016-12-01 18:14 | maite | Support ticket | => 44612 | ||||||||||||||||
2016-12-01 18:14 | maite | OBNetwork customer | => Yes | ||||||||||||||||
2016-12-01 18:14 | maite | Relationship added | blocks 0034670 | ||||||||||||||||
2016-12-01 19:51 | aferraz | Relationship added | related to 0033379 | ||||||||||||||||
2016-12-02 11:56 | aferraz | Review Assigned To | => aferraz | ||||||||||||||||
2016-12-02 11:56 | aferraz | Status | new => closed | ||||||||||||||||
2016-12-02 11:56 | aferraz | Resolution | open => fixed | ||||||||||||||||
2016-12-02 15:06 | aferraz | Relationship deleted | related to 0033379 | ||||||||||||||||
2016-12-02 15:06 | aferraz | Relationship added | duplicate of 0033379 |
There are no notes attached to this issue. |