show orders based on supplier

This commit is contained in:
2020-05-30 20:16:27 +02:00
parent b600040bf3
commit 2f4c45ed71
4 changed files with 144 additions and 104 deletions

View File

@ -0,0 +1,3 @@
INSERT INTO supplier_orders ("created", "delivered", "number_of_units", "price_per_unit_net_cent", "total_price_net", "ordered_id", "supplier_id")
VALUES ('0', '0', '42', '42', '42', '1', '1');