SINGLE PRODUCT, SINGLE COMPANY, MULTI SITES PER COMPANY, STOCK ACCOUNT PER SITE

SOLVED

Good day

I have a single product, single company, multiple sites per company, and the requirement is a stock account per site.

Let me use purchase request for example:

I found an automatic journal for purchase request PQUIS

I added additional lines to the accounting code lines (line 74 & line 75)

I linked the relevant accounts to these lines

I copied line 1 of the automatic journal and added a condition [F:PSD]PSHFCY = '1601' and reference the correct line in the accounting code

I copied line 1 of the automatic journal and added a condition [F:PSD]PSHFCY = '1602' and reference the correct line in the accounting code

When I create the purchase request its not using my setup.

Any ideas?

Parents Reply
  • +1 in reply to Braam Koekekemoer
    verified answer

    If you had two inventory accounts 123100 and 123200 for different sites you can create part of the account in the product accounting code and part in the site accounting code.

    product code line 12 can be 123XXX

    Site code line 1 can be XXX100 for site A and XXX200 for site B (I used line 1 but you can add a new line if you wish)

    On your Inventory journal line for the auto journal set it like this

    X3 will read the first 3 characters from the product and last 3 from the site and ignore the XXXs. 

    Accounting code must be set to modifier but that is the default anyway.

Children