Numex yayın: data/stockMovements.json

This commit is contained in:
numex-admin 2026-09-10 08:58:44 +00:00
parent 79fe28b1d1
commit 39cca08c43

20
data/stockMovements.json Normal file
View File

@ -0,0 +1,20 @@
[
{
"id": 1,
"productId": 1,
"type": "in",
"quantity": 10,
"note": "Tedarik sevkiyat",
"remainingStock": 15,
"date": "2026-08-19T02:41:46.804Z"
},
{
"id": 2,
"productId": 1,
"type": "out",
"quantity": 2,
"note": "satis",
"remainingStock": 13,
"date": "2026-08-19T02:41:46.851Z"
}
]