Numex yayın: data/stockMovements.json
This commit is contained in:
parent
79fe28b1d1
commit
39cca08c43
20
data/stockMovements.json
Normal file
20
data/stockMovements.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user