Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034671 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] FIFO Costing Algorithm | major | always | 2016-12-01 18:14 | 2016-12-02 15:06 | |||
Reporter | maite | View Status | public | |||||
Assigned To | Triage Omni OMS | |||||||
Priority | urgent | 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 | ||||||||
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; } } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |