• Inventory Locator (2000/SR1)

    Author
    Topic
    #377080

    I’m trying to do something that I thought would be very simple, and, of course, it’s harder than I thought it was. I want to set up and inventory locator database. I have a table with products, locations and Inventory transactions. This will be a very basic system. What I have in the transaction table is the transaction ID, Date, Order #, product ID, location, transaction type (shipping or receiving) and quantity. What I want to do, if it is shipping, subtract the amount from the total that is in the location and if it is receiving, add it to the total. I would rather not have seperate fields for in and out, rather make it so that the system checks as to the type of transaction and then sets the quantity accordingly, plus or minus. I think I can do that with beforeupdate on the quantity field, although I haven’t tried it yet. Does that sound llike it will work?

    The other question I have is how do I set up the math, so that it will compute the quantity in each location and am I asking for problems if I put 2 different products in the same location? Thanks in advance for any help.

    Viewing 0 reply threads
    Author
    Replies
    • #620039

      You could leave the quantity as a positive and use the transaction type in queries to determine the sign.
      You could put the sign on the quantity in the BeforeUpdate of the form.

      <>

      What is the problem with putting 2 different products in the same location?
      Pat

      • #620211

        Thank you for your help.
        As far as putting 2 different products in the same location. I’m not sure if there would be a problem, I’m just wondering if anyone else has done this and has it worked out OK.
        Thanks again.

        • #620220

          I have a StockIn/StockOut application that may be similar, but I do not count the quantity in a particular location. I count the quantity per product (because they really need to know how much of a product is on-hand) and list it’s location. For each Location, I keep an Available flag that gets set to No (when the location is used) and Yes (when the location is empty), so that they know which locations are available to stock incoming product.

          I think the constructs need to be specific to the process in the warehouse. If they stock more than one type of product in a location, then the design should model that. It may be easier if one product = one location, but is that a process they can work with?

    Viewing 0 reply threads
    Reply To: Inventory Locator (2000/SR1)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: