| |

VerySource

 Forgot password?
 Register
Search
Author: special111

How is this warehouse management system database designed?

[Copy link]

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-2-2 08:54:01
| Show all posts
Add a column to the inventory table to store the warehouse code

a warehouse adds a filter condition when reading data: warehouse code = 'a'
In the column where the data is saved, it is marked as warehouse a

In this way, each warehouse is independent and does not interfere with each other
Reply

Use magic Report

1

Threads

21

Posts

21.00

Credits

Newbie

Rank: 1

Credits
21.00

 Germany

Post time: 2020-2-2 13:54:02
| Show all posts
Create a table warehouse
Warehouse id, item id number of items
Reply

Use magic Report

0

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-2-3 20:45:01
| Show all posts
Requires pretty perverted ha.
Cargo ID Cargo specifications …… Quantity …… Warehouse 001 …… Warehouse 100 ……

Simpler
Reply

Use magic Report

0

Threads

7

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-2-7 10:00:01
| Show all posts
This is designed for multi-user concurrency issues
Using serialized update is only a bit less efficient, and it should be enough to solve this problem
Reply

Use magic Report

1

Threads

7

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-2-11 15:45:01
| Show all posts
A column of data in the inventory table stores the warehouse code, recording what warehouse each piece of data belongs to
Reply

Use magic Report

0

Threads

4

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-3-30 12:45:01
| Show all posts
Such a simple question .........
Reply

Use magic Report

0

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-6-23 15:15:02
| Show all posts
One field represents the warehouse, one field represents the category of goods, and one field represents the quantity of goods
Reply

Use magic Report

0

Threads

13

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

Post time: 2020-7-7 22:30:02
| Show all posts
A warehouse information table (warehouse number, address, person in charge...), a goods flow information (goods number, batch, warehouse number, operation date, warehouse entry or exit, quantity, stretcher, amount),
Reply

Use magic Report

0

Threads

13

Posts

11.00

Credits

Newbie

Rank: 1

Credits
11.00

 China

Post time: 2020-8-16 02:15:01
| Show all posts
No problem in design
Reply

Use magic Report

0

Threads

2

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-19 21:15:01
| Show all posts
Fields: note number, note year number, note type (out, in) note date, note sequence (used for multiple goods warehousing with the same note number), material code, warehouse code, entry and exit type, transaction quantity loan, transaction Quantity loan, transaction amount loan, transaction amount loan, tax rate.

It should be able to meet the needs. When making statistics, you can group by the document type, access type, warehouse code, etc.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list