-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventoryItems.json
More file actions
154 lines (154 loc) · 4.89 KB
/
Copy pathinventoryItems.json
File metadata and controls
154 lines (154 loc) · 4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[
{
"_id": "670fb7753f9938c31031cd5d",
"itemId": "FG-1001",
"name": "Vitamin C 500mg Tablets",
"sku": "SKU-1234",
"category": "650f13e1f1e4f2c5d4f67c1",
"type": "Finished Goods",
"scientificName": "Ascorbic Acid",
"picture": "https://example.com/images/vitamin-c.jpg",
"description": "500mg Vitamin C tablets",
"vendor": "650f13e1f1e4f2c5d4f67a1",
"supplier": "650f13e1f1e4f2c5d4f67a1",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b1",
"batchTracking": [
{
"lotCode": "650f13e1f1e4f2c5d4f67a1",
"batchId": "650f13e1f1e4f2c5d4f67b1",
"dateReceived": "2022-01-01T00:00:00.000Z",
"quantity": 1000,
"supplier": "650f13e1f1e4f2c5d4f67a1",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b1",
"availableQuantity": 950
}
],
"unitOfMeasurement": "Bottles",
"pricePerUnit": 1.5,
"sellingPrice": 9.99,
"expirationDate": "2025-12-31T00:00:00.000Z",
"quantities": {
"minRestockQuantity": 100,
"inStock": 500,
"reorderLevel": 200
},
"status": "In Stock",
"createdBy": "650f13e1f1e4f2c5d4f67d1",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
},
{
"_id": "670fb7753f9938c31031cd5e",
"itemId": "RM-1001",
"name": "Vitamin C Powder",
"sku": "SKU-5678",
"category": "650f13e1f1e4f2c5d4f67c2",
"type": "Raw Materials",
"scientificName": "Ascorbic Acid",
"picture": "https://example.com/images/vitamin-c-powder.jpg",
"description": "Vitamin C in raw powder form",
"vendor": "650f13e1f1e4f2c5d4f67a2",
"supplier": "650f13e1f1e4f2c5d4f67a2",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b2",
"batchTracking": [
{
"lotCode": "650f13e1f1e4f2c5d4f67a2",
"batchId": "650f13e1f1e4f2c5d4f67b2",
"dateReceived": "2022-06-15T00:00:00.000Z",
"quantity": 500,
"supplier": "650f13e1f1e4f2c5d4f67a2",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b2",
"availableQuantity": 450
}
],
"unitOfMeasurement": "kg",
"pricePerUnit": 10.0,
"expirationDate": "2026-06-15T00:00:00.000Z",
"quantities": {
"minRestockQuantity": 50,
"inStock": 20,
"reorderLevel": 30
},
"status": "Low Stock",
"createdBy": "650f13e1f1e4f2c5d4f67d1",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
},
{
"_id": "670fb7753f9938c31031cd5f",
"itemId": "CP-1001",
"name": "Tablet Coating",
"sku": "SKU-4321",
"category": "650f13e1f1e4f2c5d4f67c3",
"type": "Components",
"scientificName": "Polyvinyl Alcohol",
"picture": "https://example.com/images/tablet-coating.jpg",
"description": "Coating for vitamin tablets",
"vendor": "650f13e1f1e4f2c5d4f67a3",
"supplier": "650f13e1f1e4f2c5d4f67a3",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b3",
"batchTracking": [
{
"lotCode": "650f13e1f1e4f2c5d4f67a3",
"batchId": "650f13e1f1e4f2c5d4f67b3",
"dateReceived": "2023-05-10T00:00:00.000Z",
"quantity": 100,
"supplier": "650f13e1f1e4f2c5d4f67a3",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b3",
"availableQuantity": 80
}
],
"unitOfMeasurement": "L",
"pricePerUnit": 5.0,
"quantities": {
"minRestockQuantity": 10,
"inStock": 50,
"reorderLevel": 15
},
"status": "In Stock",
"createdBy": "650f13e1f1e4f2c5d4f67d1",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
},
{
"_id": "670fb7753f9938c31031cd60",
"itemId": "WIP-1001",
"name": "Vitamin C 1000mg Tablets",
"sku": "SKU-9876",
"category": "650f13e1f1e4f2c5d4f67c4",
"type": "Work in Progress",
"scientificName": "Ascorbic Acid",
"picture": "https://example.com/images/vitamin-c-1000mg.jpg",
"description": "Production of 1000mg Vitamin C tablets",
"vendor": "650f13e1f1e4f2c5d4f67a4",
"supplier": "650f13e1f1e4f2c5d4f67a4",
"warehouseLocation": "650f13e1f1e4f2c5d4f67b4",
"wipTracking": [
{
"wipId": "WIP-2024-001",
"productName": "Vitamin C 1000mg Tablets",
"batchId": "650f13e1f1e4f2c5d4f67a4",
"lotId": "650f13e1f1e4f2c5d4f67a4",
"stageOfProduction": "Bottling",
"quantityInProgress": 200,
"costToDate": 300.0,
"estimatedCompletionDate": "2024-06-01T00:00:00.000Z",
"workOrderId": "WO-2024-12345",
"leadTimeRemaining": "2 weeks",
"operator": "650f13e1f1e4f2c5d4f67d1",
"status": "In Progress"
}
],
"unitOfMeasurement": "Tablets",
"pricePerUnit": 2.0,
"quantities": {
"minRestockQuantity": 1000,
"inStock": 2000,
"reorderLevel": 1500
},
"status": "In Progress",
"createdBy": "650f13e1f1e4f2c5d4f67d1",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
}
]