Answer the question
In order to leave comments, you need to log in
How to calculate the amount of materials?
There are 3 tables
materials
material_orders
- material_id
- quantity
- order_type
- order_id
store_orders
- staff_id
- total
Like in a loop
foreach($materials as $material){
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question