Warehouse ledger entries

transmin09transmin09 Member Posts: 13
Hi

We have a problem with job journals not updating warehouse ledger entries when item code is selected.

We have a scenario where a job is opened to "make" an item eg Item code ABC. All costs relating to to make an item (from extrenal purchases) are booked to the job. When all costs are booked , then we know the final cost of making that item. We then pass a job journal to transfer item code ABC to inventory. We had a modification doen which allows us to pass a negative qty so that it increase the qty in inventory but reduces the job cost to zero.

The problem we have is that the qty correctly updates on the inventory card but it does not seem tp update the warehouse ledger entry table. Therefore the bin code qty will still show zero qty and will not allow that item to be sold or shipped because it is showing NIL qty in the bin.

How can we reolve this so that evry time a job journal is passed it updates the bin code qty as well?

Comments

  • bbrownbbrown Member Posts: 3,268
    Posting to the Warehouse Ledger is handled by codeunit 23 "Item Jnl.-Post Batch" not codeunit 22 "Item Jnl.-Post Line". If you are calling codeunit 22 to post that would explain your issue. You need to use codeunit 23.
    There are no bugs - only undocumented features.
Sign In or Register to comment.