Options

No Expiration date on negative entries

wakestarwakestar Member Posts: 207
Navison 4.0
Codeunit 22 Item Jnl.-Post Line:
ItemLedgEntry."Expiration Date" := 0D; // No Expiration date on negative entries

Can somebody explain the reason of this?

thanks

Comments

  • KowaKowa Member Posts: 926
    There can be one negative ledger entry closing several postive ones, so there may be more than one expiration date. The only solution is to leave this field blank and to keep the details in the item tracking.

    Example : Three Purchases in December
    First
    10 pce Expiration Date Feb 1st
    Second
    10 pce Expiration Date Feb 5th
    Third
    10 pce Expiration Date Feb 10th

    Sales Order on Jan 15
    30 pce => posting this will close all three purchases at once with a single negative item ledger entry.
    Kai Kowalewski
  • wakestarwakestar Member Posts: 207
    thank you

    when the Lot No. has always the same expiration date it shouldn't be a problem I guess.
  • cellocello Member Posts: 8
    how can it be that i have different expiration dates on a single lot or even serial number??? [-(
    So in my opinion there is no reason to delete the date on negatve entries.
    And it's really not easy to explain to a customer why there is no expiration date on his customer, sales, itemtracking. ](*,)
Sign In or Register to comment.