I am trying to make a material management system.
Basically It consists of
-Material Receipt (Material Code,Received Quantity, Stored Location) and -Material Issued( Material Code, Issued Quantity, Issued Location) .
I have a form for the user to enter receipt material and another form to issue material from the stock.
There is another form I should make "Material Transfer". When there is physical transfer between store locations user should be able to update this but I stuck on this point so bad.In example;
A123 50 pieces received to W5A1 location.
A123 30 pieces issued from W5A1 location.
Stock quantity remain 20 pieces in W5A1.
Till this point I have no problem to create a query and show quantity as per each location.
10 pieces transferred from W5A1 to W5A2.
W5A1 remain 10, W5A2 remain 10. I have no clue how to make this. It can be a query like adding to store W5A2 10 pieces like material receipt and issuing 10 pieces from W5A1 but I have no clue how to make this. I wish I explained my problem well and sorry for a long post but this makes me to bang my head to walls for a long time.
Basically It consists of
-Material Receipt (Material Code,Received Quantity, Stored Location) and -Material Issued( Material Code, Issued Quantity, Issued Location) .
I have a form for the user to enter receipt material and another form to issue material from the stock.
There is another form I should make "Material Transfer". When there is physical transfer between store locations user should be able to update this but I stuck on this point so bad.In example;
A123 50 pieces received to W5A1 location.
A123 30 pieces issued from W5A1 location.
Stock quantity remain 20 pieces in W5A1.
Till this point I have no problem to create a query and show quantity as per each location.
10 pieces transferred from W5A1 to W5A2.
W5A1 remain 10, W5A2 remain 10. I have no clue how to make this. It can be a query like adding to store W5A2 10 pieces like material receipt and issuing 10 pieces from W5A1 but I have no clue how to make this. I wish I explained my problem well and sorry for a long post but this makes me to bang my head to walls for a long time.