Home > Software engineering >  Vb warehouse management system for the problem
Vb warehouse management system for the problem

Time:10-12

I'm writing a warehouse management system, there are several warehouses, each warehouse has a number of items, the outbound, add the outbound order, but don't know how to choose the items from the warehouse, is random? Or first in first out? Can't figure out how to judge,,, don't know what to put in the warehouse storage,,,, novice ah, help!!!!!!

CodePudding user response:

1, when put in storage is to allow the user to select which warehouse.
2, it is better to build an inventory list, warehouse to warehouse and goods after total number save
3, outbound from the inventory table when choose

CodePudding user response:

reference 1st floor response:
1, the library is to let the user choose which warehouse all
2, it is better to build an inventory list, warehouse to warehouse and goods after total number save
3, outbound from the inventory table when choose

The choice of the inventory table is to iterate through it? Or a queue to solve??

CodePudding user response:

See what goods, if it is food, of course, have to first in first out, this is a business decision,

CodePudding user response:

The
reference 3 floor response:
to see what the goods, if it is food, of course have to first in first out, this is a business decision,

What is a warehouse have,,,

CodePudding user response:

You have no reason of first in first out?

CodePudding user response:

The
reference 5 floor response:
you have no reason of first in first out?

No, I am not using fifo,,,,

CodePudding user response:

Write a software cost much time, it is better to use commercial software have assurance, has been in our warehouse with xin bao software

CodePudding user response:

It's not a question of programming skills, but the problem of business processes and business rules,

In fact, which allows users to choose into the library, which one of the inventory in the library, for example, you can display the conform to the requirements of the inventory item (the same kind of goods, the user may for some needs in different location) and quantity, lets the user select the project and quantity, don't bother, can give a recommendation outbound plan (such as first in first out),

Because the purchase channels, different situation, such as price, the user may have to for specific users to select a specific item, if you don't have this function, the user must be the same item is subdivided into different categories,

In short, practical management software, is much more complicated than the homework,
  • Related