Options

Renaming Item Jornal Batches

elToritoelTorito Member Posts: 191
Hi,

in Phys. Inventory Journal i Have Various Batch Names (Item Journal Batches) .

If The Batch Name ist perhaps:

ABC01*

Then after Booking it increments me automatically the Batch Name, and Rename this like ABC02*

Can I Change this so after booking i have my old ABC01* ?

Problem is that we fill Item Journal Batches with Item Numbers

ABC01*
ABC02*

After book this i have
ABC02*
ABC03*

And this is predestinated for confusions.

Thanks.
(Oo)=*=(oO)

Comments

  • Options
    Tim81Tim81 Member Posts: 68
    I think the easiest way to do that is to use no numbers in the batch name i think.

    If there is no number in the batch name it cant increase any number.
  • Options
    elToritoelTorito Member Posts: 191
    Tim81 wrote:
    I think the easiest way to do that is to use no numbers in the batch name i think.
    If there is no number in the batch name it cant increase any number.

    Yes, this is right, i have too think about this... but i have not found any useful name system for identify our items with the batch name :mrgreen:

    So Far i known that all items in Batchname ABC01* are Items with init Number ABC01*.

    And Items in ABC01 are pertain to differently Item Categories (Categories have too Numbers in our system :evil: :twisted: ) ...

    Well i think i must make a code list where i clip what Batch Name Contains what Items... :-s
    (Oo)=*=(oO)
  • Options
    Tim81Tim81 Member Posts: 68
    OK, now I understand the problem. Wasn't clear after your first post.

    Go to CU23 and search for INCSTR.

    You will find the line:
    ItemJnlBatch.Name := INCSTR("Journal Batch Name");
    

    Comment it out. Problem solved. (I hope!)
  • Options
    elToritoelTorito Member Posts: 191
    Tim81 wrote:
    OK, now I understand the problem. Wasn't clear after your first post.

    It's too hard for me explain my problems in englisch 8-[ :whistle:
    Go to CU23 and search for INCSTR.
    You will find the line:
    ItemJnlBatch.Name := INCSTR("Journal Batch Name");
    
    Comment it out. Problem solved. (I hope!)

    Yes , so it works nice without increment the number in the string.

    Thanks Very much =D> =D>

    Peter
    (Oo)=*=(oO)
Sign In or Register to comment.