• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

inventree / InvenTree / 7813845709

07 Feb 2024 11:08AM UTC coverage: 88.576%. Remained the same
7813845709

push

github

web-flow
Fix for issue 6442 (#6443) (#6444)

- Add null option to status field for stock adjustment
- Prevent stock adjustments from setting status to OK

(cherry picked from commit edd6f2541)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

29230 of 33000 relevant lines covered (88.58%)

0.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.25
/InvenTree/InvenTree/api_version.py
1
"""InvenTree API version information."""
2

3

4
# InvenTree API version
5
INVENTREE_API_VERSION = 160
6
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
7

8
INVENTREE_API_TEXT = """
1✔
9

10
v160 -> 2023-012-11 : https://github.com/inventree/InvenTree/pull/6072
×
11
    - Adds API endpoint for allocating stock items against a sales order via barcode scan
×
12

13
v159 -> 2023-12-08 : https://github.com/inventree/InvenTree/pull/6056
×
14
    - Adds API endpoint for reloading plugin registry
×
15

16
v158 -> 2023-11-21 : https://github.com/inventree/InvenTree/pull/5953
×
17
    - Adds API endpoint for listing all settings of a particular plugin
×
18
    - Adds API endpoint for registry status (errors)
×
19

20
v157 -> 2023-12-02 : https://github.com/inventree/InvenTree/pull/6021
×
21
    - Add write-only "existing_image" field to Part API serializer
×
22

23
v156 -> 2023-11-26 : https://github.com/inventree/InvenTree/pull/5982
×
24
    - Add POST endpoint for report and label creation
×
25

26
v155 -> 2023-11-24 : https://github.com/inventree/InvenTree/pull/5979
×
27
    - Add "creation_date" field to Part instance serializer
×
28

29
v154 -> 2023-11-21 : https://github.com/inventree/InvenTree/pull/5944
×
30
    - Adds "responsible" field to the ProjectCode table
×
31

32
v153 -> 2023-11-21 : https://github.com/inventree/InvenTree/pull/5956
×
33
    - Adds override_min and override_max fields to part pricing API
×
34

35
v152 -> 2023-11-20 : https://github.com/inventree/InvenTree/pull/5949
×
36
    - Adds barcode support for manufacturerpart model
×
37
    - Adds API endpoint for adding parts to purchase order using barcode scan
×
38

39
v151 -> 2023-11-13 : https://github.com/inventree/InvenTree/pull/5906
×
40
    - Allow user list API to be filtered by user active status
×
41
    - Allow owner list API to be filtered by user active status
×
42

43
v150 -> 2023-11-07: https://github.com/inventree/InvenTree/pull/5875
×
44
    - Extended user API endpoints to enable ordering
×
45
    - Extended user API endpoints to enable user role changes
×
46
    - Added endpoint to create a new user
×
47

48
v149 -> 2023-11-07 : https://github.com/inventree/InvenTree/pull/5876
×
49
    - Add 'building' quantity to BomItem serializer
×
50
    - Add extra ordering options for the BomItem list API
×
51

52
v148 -> 2023-11-06 : https://github.com/inventree/InvenTree/pull/5872
×
53
    - Allow "quantity" to be specified when installing an item into another item
×
54

55
v147 -> 2023-11-04: https://github.com/inventree/InvenTree/pull/5860
×
56
    - Adds "completed_lines" field to SalesOrder API endpoint
×
57
    - Adds "completed_lines" field to PurchaseOrder API endpoint
×
58

59
v146 -> 2023-11-02: https://github.com/inventree/InvenTree/pull/5822
×
60
    - Extended SSO Provider endpoint to contain if a provider is configured
×
61
    - Adds API endpoints for Email Address model
×
62

63
v145 -> 2023-10-30: https://github.com/inventree/InvenTree/pull/5786
×
64
    - Allow printing labels via POST including printing options in the body
×
65

66
v144 -> 2023-10-23: https://github.com/inventree/InvenTree/pull/5811
×
67
    - Adds version information API endpoint
×
68

69
v143 -> 2023-10-29: https://github.com/inventree/InvenTree/pull/5810
×
70
    - Extends the status endpoint to include information about system status and health
×
71

72
v142 -> 2023-10-20: https://github.com/inventree/InvenTree/pull/5759
×
73
    - Adds generic API endpoints for looking up status models
×
74

75
v141 -> 2023-10-23 : https://github.com/inventree/InvenTree/pull/5774
×
76
    - Changed 'part.responsible' from User to Owner
×
77

78
v140 -> 2023-10-20 : https://github.com/inventree/InvenTree/pull/5664
×
79
    - Expand API token functionality
×
80
    - Multiple API tokens can be generated per user
×
81

82
v139 -> 2023-10-11 : https://github.com/inventree/InvenTree/pull/5509
×
83
    - Add new BarcodePOReceive endpoint to receive line items by scanning supplier barcodes
×
84

85
v138 -> 2023-10-11 : https://github.com/inventree/InvenTree/pull/5679
×
86
    - Settings keys are no longer case sensitive
×
87
    - Include settings units in API serializer
×
88

89
v137 -> 2023-10-04 : https://github.com/inventree/InvenTree/pull/5588
×
90
    - Adds StockLocationType API endpoints
×
91
    - Adds custom_icon, location_type to StockLocation endpoint
×
92

93
v136 -> 2023-09-23 : https://github.com/inventree/InvenTree/pull/5595
×
94
    - Adds structural to StockLocation and PartCategory tree endpoints
×
95

96
v135 -> 2023-09-19 : https://github.com/inventree/InvenTree/pull/5569
×
97
    - Adds location path detail to StockLocation and StockItem API endpoints
×
98
    - Adds category path detail to PartCategory and Part API endpoints
×
99

100
v134 -> 2023-09-11 : https://github.com/inventree/InvenTree/pull/5525
×
101
    - Allow "Attachment" list endpoints to be searched by attachment, link and comment fields
×
102

103
v133 -> 2023-09-08 : https://github.com/inventree/InvenTree/pull/5518
×
104
    - Add extra optional fields which can be used for StockAdjustment endpoints
×
105

106
v132 -> 2023-09-07 : https://github.com/inventree/InvenTree/pull/5515
×
107
    - Add 'issued_by' filter to BuildOrder API list endpoint
×
108

109
v131 -> 2023-08-09 : https://github.com/inventree/InvenTree/pull/5415
×
110
    - Annotate 'available_variant_stock' to the SalesOrderLine serializer
×
111

112
v130 -> 2023-07-14 : https://github.com/inventree/InvenTree/pull/5251
×
113
    - Refactor label printing interface
×
114

115
v129 -> 2023-07-06 : https://github.com/inventree/InvenTree/pull/5189
×
116
    - Changes 'serial_lte' and 'serial_gte' stock filters to point to 'serial_int' field
×
117

118
v128 -> 2023-07-06 : https://github.com/inventree/InvenTree/pull/5186
×
119
    - Adds 'available' filter for BuildLine API endpoint
×
120

121
v127 -> 2023-06-24 : https://github.com/inventree/InvenTree/pull/5094
×
122
    - Enhancements for the PartParameter API endpoints
×
123

124
v126 -> 2023-06-19 : https://github.com/inventree/InvenTree/pull/5075
×
125
    - Adds API endpoint for setting the "category" for multiple parts simultaneously
×
126

127
v125 -> 2023-06-17 : https://github.com/inventree/InvenTree/pull/5064
×
128
    - Adds API endpoint for setting the "status" field for multiple stock items simultaneously
×
129

130
v124 -> 2023-06-17 : https://github.com/inventree/InvenTree/pull/5057
×
131
    - Add "created_before" and "created_after" filters to the Part API
×
132

133
v123 -> 2023-06-15 : https://github.com/inventree/InvenTree/pull/5019
×
134
    - Add Metadata to: Plugin Config
×
135

136
v122 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/5034
×
137
    - Adds new BuildLineLabel label type
×
138

139
v121 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/4808
×
140
    - Adds "ProjectCode" link to Build model
×
141

142
v120 -> 2023-06-07 : https://github.com/inventree/InvenTree/pull/4855
×
143
    - Major overhaul of the build order API
×
144
    - Adds new BuildLine model
×
145

146
v119 -> 2023-06-01 : https://github.com/inventree/InvenTree/pull/4898
×
147
    - Add Metadata to:  Part test templates, Part parameters, Part category parameter templates, BOM item substitute, Related Parts, Stock item test result
×
148

149
v118 -> 2023-06-01 : https://github.com/inventree/InvenTree/pull/4935
×
150
    - Adds extra fields for the PartParameterTemplate model
×
151

152
v117 -> 2023-05-22 : https://github.com/inventree/InvenTree/pull/4854
×
153
    - Part.units model now supports physical units (e.g. "kg", "m", "mm", etc)
×
154
    - Replaces SupplierPart "pack_size" field with "pack_quantity"
×
155
    - New field supports physical units, and allows for conversion between compatible units
×
156

157
v116 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4823
×
158
    - Updates to part parameter implementation, to use physical units
×
159

160
v115 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4846
×
161
    - Adds ability to partially scrap a build output
×
162

163
v114 -> 2023-05-16 : https://github.com/inventree/InvenTree/pull/4825
×
164
    - Adds "delivery_date" to shipments
×
165

166
v113 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4800
×
167
    - Adds API endpoints for scrapping a build output
×
168

169
v112 -> 2023-05-13: https://github.com/inventree/InvenTree/pull/4741
×
170
    - Adds flag use_pack_size to the stock addition API, which allows adding packs
×
171

172
v111 -> 2023-05-02 : https://github.com/inventree/InvenTree/pull/4367
×
173
    - Adds tags to the Part serializer
×
174
    - Adds tags to the SupplierPart serializer
×
175
    - Adds tags to the ManufacturerPart serializer
×
176
    - Adds tags to the StockItem serializer
×
177
    - Adds tags to the StockLocation serializer
×
178

179
v110 -> 2023-04-26 : https://github.com/inventree/InvenTree/pull/4698
×
180
    - Adds 'order_currency' field for PurchaseOrder / SalesOrder endpoints
×
181

182
v109 -> 2023-04-19 : https://github.com/inventree/InvenTree/pull/4636
×
183
    - Adds API endpoints for the "ProjectCode" model
×
184

185
v108 -> 2023-04-17 : https://github.com/inventree/InvenTree/pull/4615
×
186
    - Adds functionality to upload images for rendering in markdown notes
×
187

188
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
×
189
    - Adds barcode support for PurchaseOrder model
×
190
    - Adds barcode support for ReturnOrder model
×
191
    - Adds barcode support for SalesOrder model
×
192
    - Adds barcode support for BuildOrder model
×
193

194
v106 -> 2023-04-03 : https://github.com/inventree/InvenTree/pull/4566
×
195
    - Adds 'search_regex' parameter to all searchable API endpoints
×
196

197
v105 -> 2023-03-31 : https://github.com/inventree/InvenTree/pull/4543
×
198
    - Adds API endpoints for status label information on various models
×
199

200
v104 -> 2023-03-23 : https://github.com/inventree/InvenTree/pull/4488
×
201
    - Adds various endpoints for new "ReturnOrder" models
×
202
    - Adds various endpoints for new "ReturnOrderReport" templates
×
203
    - Exposes API endpoints for "Contact" model
×
204

205
v103 -> 2023-03-17 : https://github.com/inventree/InvenTree/pull/4410
×
206
    - Add metadata to several more models
×
207

208
v102 -> 2023-03-18 : https://github.com/inventree/InvenTree/pull/4505
×
209
- Adds global search API endpoint for consolidated search results
×
210

211
v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462
×
212
    - Adds 'total_in_stock' to Part serializer, and supports API ordering
×
213

214
v100 -> 2023-03-04 : https://github.com/inventree/InvenTree/pull/4452
×
215
     - Adds bulk delete of PurchaseOrderLineItems to API
×
216

217
v99 -> 2023-03-03 : https://github.com/inventree/InvenTree/pull/4445
×
218
    - Adds sort by "responsible" to PurchaseOrderAPI
×
219

220
v98 -> 2023-02-24 : https://github.com/inventree/InvenTree/pull/4408
×
221
    - Adds "responsible" filter to Build API
×
222

223
v97 -> 2023-02-20 : https://github.com/inventree/InvenTree/pull/4377
×
224
    - Adds "external" attribute to StockLocation model
×
225

226
v96 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4345
×
227
    - Adds stocktake report generation functionality
×
228

229
v95 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4346
×
230
    - Adds "CompanyAttachment" model (and associated API endpoints)
×
231

232
v94 -> 2023-02-10 : https://github.com/inventree/InvenTree/pull/4327
×
233
    - Adds API endpoints for the "Group" auth model
×
234

235
v93 -> 2023-02-03 : https://github.com/inventree/InvenTree/pull/4300
×
236
    - Adds extra information to the currency exchange endpoint
×
237
    - Adds API endpoint for manually updating exchange rates
×
238

239
v92 -> 2023-02-02 : https://github.com/inventree/InvenTree/pull/4293
×
240
    - Adds API endpoint for currency exchange information
×
241

242
v91 -> 2023-01-31 : https://github.com/inventree/InvenTree/pull/4281
×
243
    - Improves the API endpoint for creating new Part instances
×
244

245
v90 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4186/files
×
246
    - Adds a dedicated endpoint to activate a plugin
×
247

248
v89 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4214
×
249
    - Adds updated field to SupplierPart API
×
250
    - Adds API date ordering for supplier part list
×
251

252
v88 -> 2023-01-17: https://github.com/inventree/InvenTree/pull/4225
×
253
    - Adds 'priority' field to Build model and api endpoints
×
254

255
v87 -> 2023-01-04 : https://github.com/inventree/InvenTree/pull/4067
×
256
    - Add API date filter for stock table on Expiry date
×
257

258
v86 -> 2022-12-22 : https://github.com/inventree/InvenTree/pull/4069
×
259
    - Adds API endpoints for part stocktake
×
260

261
v85 -> 2022-12-21 : https://github.com/inventree/InvenTree/pull/3858
×
262
    - Add endpoints serving ICS calendars for purchase and sales orders through API
×
263

264
v84 -> 2022-12-21: https://github.com/inventree/InvenTree/pull/4083
×
265
    - Add support for listing PO, BO, SO by their reference
×
266

267
v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949
×
268
    - Add support for structural Stock locations
×
269

270
v82 -> 2022-11-16 : https://github.com/inventree/InvenTree/pull/3931
×
271
    - Add support for structural Part categories
×
272

273
v81 -> 2022-11-08 : https://github.com/inventree/InvenTree/pull/3710
×
274
    - Adds cached pricing information to Part API
×
275
    - Adds cached pricing information to BomItem API
×
276
    - Allows Part and BomItem list endpoints to be filtered by 'has_pricing'
×
277
    - Remove calculated 'price_string' values from API endpoints
×
278
    - Allows PurchaseOrderLineItem API endpoint to be filtered by 'has_pricing'
×
279
    - Allows SalesOrderLineItem API endpoint to be filtered by 'has_pricing'
×
280
    - Allows SalesOrderLineItem API endpoint to be filtered by 'order_status'
×
281
    - Adds more information to SupplierPriceBreak serializer
×
282

283
v80 -> 2022-11-07 : https://github.com/inventree/InvenTree/pull/3906
×
284
    - Adds 'barcode_hash' to Part API serializer
×
285
    - Adds 'barcode_hash' to StockLocation API serializer
×
286
    - Adds 'barcode_hash' to SupplierPart API serializer
×
287

288
v79 -> 2022-11-03 : https://github.com/inventree/InvenTree/pull/3895
×
289
    - Add metadata to Company
×
290

291
v78 -> 2022-10-25 : https://github.com/inventree/InvenTree/pull/3854
×
292
    - Make PartCategory to be filtered by name and description
×
293

294
v77 -> 2022-10-12 : https://github.com/inventree/InvenTree/pull/3772
×
295
    - Adds model permission checks for barcode assignment actions
×
296

297
v76 -> 2022-09-10 : https://github.com/inventree/InvenTree/pull/3640
×
298
    - Refactor of barcode data on the API
×
299
    - StockItem.uid renamed to StockItem.barcode_hash
×
300

301
v75 -> 2022-09-05 : https://github.com/inventree/InvenTree/pull/3644
×
302
    - Adds "pack_size" attribute to SupplierPart API serializer
×
303

304
v74 -> 2022-08-28 : https://github.com/inventree/InvenTree/pull/3615
×
305
    - Add confirmation field for completing PurchaseOrder if the order has incomplete lines
×
306
    - Add confirmation field for completing SalesOrder if the order has incomplete lines
×
307

308
v73 -> 2022-08-24 : https://github.com/inventree/InvenTree/pull/3605
×
309
    - Add 'description' field to PartParameterTemplate model
×
310

311
v72 -> 2022-08-18 : https://github.com/inventree/InvenTree/pull/3567
×
312
    - Allow PurchaseOrder to be duplicated via the API
×
313

314
v71 -> 2022-08-18 : https://github.com/inventree/InvenTree/pull/3564
×
315
    - Updates to the "part scheduling" API endpoint
×
316

317
v70 -> 2022-08-02 : https://github.com/inventree/InvenTree/pull/3451
×
318
    - Adds a 'depth' parameter to the PartCategory list API
×
319
    - Adds a 'depth' parameter to the StockLocation list API
×
320

321
v69 -> 2022-08-01 : https://github.com/inventree/InvenTree/pull/3443
×
322
    - Updates the PartCategory list API:
×
323
        - Improve query efficiency: O(n) becomes O(1)
×
324
        - Rename 'parts' field to 'part_count'
×
325
    - Updates the StockLocation list API:
×
326
        - Improve query efficiency: O(n) becomes O(1)
×
327

328
v68 -> 2022-07-27 : https://github.com/inventree/InvenTree/pull/3417
×
329
    - Allows SupplierPart list to be filtered by SKU value
×
330
    - Allows SupplierPart list to be filtered by MPN value
×
331

332
v67 -> 2022-07-25 : https://github.com/inventree/InvenTree/pull/3395
×
333
    - Adds a 'requirements' endpoint for Part instance
×
334
    - Provides information on outstanding order requirements for a given part
×
335

336
v66 -> 2022-07-24 : https://github.com/inventree/InvenTree/pull/3393
×
337
    - Part images can now be downloaded from a remote URL via the API
×
338
    - Company images can now be downloaded from a remote URL via the API
×
339

340
v65 -> 2022-07-15 : https://github.com/inventree/InvenTree/pull/3335
×
341
    - Annotates 'in_stock' quantity to the SupplierPart API
×
342

343
v64 -> 2022-07-08 : https://github.com/inventree/InvenTree/pull/3310
×
344
    - Annotate 'on_order' quantity to BOM list API
×
345
    - Allow BOM List API endpoint to be filtered by "on_order" parameter
×
346

347
v63 -> 2022-07-06 : https://github.com/inventree/InvenTree/pull/3301
×
348
    - Allow BOM List API endpoint to be filtered by "available_stock" parameter
×
349

350
v62 -> 2022-07-05 : https://github.com/inventree/InvenTree/pull/3296
×
351
    - Allows search on BOM List API endpoint
×
352
    - Allows ordering on BOM List API endpoint
×
353

354
v61 -> 2022-06-12 : https://github.com/inventree/InvenTree/pull/3183
×
355
    - Migrate the "Convert Stock Item" form class to use the API
×
356
    - There is now an API endpoint for converting a stock item to a valid variant
×
357

358
v60 -> 2022-06-08 : https://github.com/inventree/InvenTree/pull/3148
×
359
    - Add availability data fields to the SupplierPart model
×
360

361
v59 -> 2022-06-07 : https://github.com/inventree/InvenTree/pull/3154
×
362
    - Adds further improvements to BulkDelete mixin class
×
363
    - Fixes multiple bugs in custom OPTIONS metadata implementation
×
364
    - Adds 'bulk delete' for Notifications
×
365

366
v58 -> 2022-06-06 : https://github.com/inventree/InvenTree/pull/3146
×
367
    - Adds a BulkDelete API mixin class for fast, safe deletion of multiple objects with a single API request
×
368

369
v57 -> 2022-06-05 : https://github.com/inventree/InvenTree/pull/3130
×
370
    - Transfer PartCategoryTemplateParameter actions to the API
×
371

372
v56 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3123
×
373
    - Expose the PartParameterTemplate model to use the API
×
374

375
v55 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3120
×
376
    - Converts the 'StockItemReturn' functionality to make use of the API
×
377

378
v54 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3117
×
379
    - Adds 'available_stock' annotation on the SalesOrderLineItem API
×
380
    - Adds (well, fixes) 'overdue' annotation on the SalesOrderLineItem API
×
381

382
v53 -> 2022-06-01 : https://github.com/inventree/InvenTree/pull/3110
×
383
    - Adds extra search fields to the BuildOrder list API endpoint
×
384

385
v52 -> 2022-05-31 : https://github.com/inventree/InvenTree/pull/3103
×
386
    - Allow part list API to be searched by supplier SKU
×
387

388
v51 -> 2022-05-24 : https://github.com/inventree/InvenTree/pull/3058
×
389
    - Adds new fields to the SalesOrderShipment model
×
390

391
v50 -> 2022-05-18 : https://github.com/inventree/InvenTree/pull/2912
×
392
    - Implement Attachments for manufacturer parts
×
393

394
v49 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957
×
395
    - Allows filtering of plugin list by 'active' status
×
396
    - Allows filtering of plugin list by 'mixin' support
×
397
    - Adds endpoint to "identify" or "locate" stock items and locations (using plugins)
×
398

399
v48 -> 2022-05-12 : https://github.com/inventree/InvenTree/pull/2977
×
400
    - Adds "export to file" functionality for PurchaseOrder API endpoint
×
401
    - Adds "export to file" functionality for SalesOrder API endpoint
×
402
    - Adds "export to file" functionality for BuildOrder API endpoint
×
403

404
v47 -> 2022-05-10 : https://github.com/inventree/InvenTree/pull/2964
×
405
    - Fixes barcode API error response when scanning a StockItem which does not exist
×
406
    - Fixes barcode API error response when scanning a StockLocation which does not exist
×
407

408
v46 -> 2022-05-09
×
409
    - Fixes read permissions on settings API
×
410
    - Allows non-staff users to read global settings via the API
×
411

412
v45 -> 2022-05-08 : https://github.com/inventree/InvenTree/pull/2944
×
413
    - Settings are now accessed via the API using their unique key, not their PK
×
414
    - This allows the settings to be accessed without prior knowledge of the PK
×
415

416
v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931
×
417
    - Converting more server-side rendered forms to the API
×
418
    - Exposes more core functionality to API endpoints
×
419

420
v43 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2875
×
421
    - Adds API detail endpoint for PartSalePrice model
×
422
    - Adds API detail endpoint for PartInternalPrice model
×
423

424
v42 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2833
×
425
    - Adds variant stock information to the Part and BomItem serializers
×
426

427
v41 -> 2022-04-26
×
428
    - Fixes 'variant_of' filter for Part list endpoint
×
429

430
v40 -> 2022-04-19
×
431
    - Adds ability to filter StockItem list by "tracked" parameter
×
432
        - This checks the serial number or batch code fields
×
433

434
v39 -> 2022-04-18
×
435
    - Adds ability to filter StockItem list by "has_batch" parameter
×
436

437
v38 -> 2022-04-14 : https://github.com/inventree/InvenTree/pull/2828
×
438
    - Adds the ability to include stock test results for "installed items"
×
439

440
v37 -> 2022-04-07 : https://github.com/inventree/InvenTree/pull/2806
×
441
    - Adds extra stock availability information to the BomItem serializer
×
442

443
v36 -> 2022-04-03
×
444
    - Adds ability to filter part list endpoint by unallocated_stock argument
×
445

446
v35 -> 2022-04-01 : https://github.com/inventree/InvenTree/pull/2797
×
447
    - Adds stock allocation information to the Part API
×
448
    - Adds calculated field for "unallocated_quantity"
×
449

450
v34 -> 2022-03-25
×
451
    - Change permissions for "plugin list" API endpoint (now allows any authenticated user)
×
452

453
v33 -> 2022-03-24
×
454
    - Adds "plugins_enabled" information to root API endpoint
×
455

456
v32 -> 2022-03-19
×
457
    - Adds "parameters" detail to Part API endpoint (use &parameters=true)
×
458
    - Adds ability to filter PartParameterTemplate API by Part instance
×
459
    - Adds ability to filter PartParameterTemplate API by PartCategory instance
×
460

461
v31 -> 2022-03-14
×
462
    - Adds "updated" field to SupplierPriceBreakList and SupplierPriceBreakDetail API endpoints
×
463

464
v30 -> 2022-03-09
×
465
    - Adds "exclude_location" field to BuildAutoAllocation API endpoint
×
466
    - Allows BuildItem API endpoint to be filtered by BomItem relation
×
467

468
v29 -> 2022-03-08
×
469
    - Adds "scheduling" endpoint for predicted stock scheduling information
×
470

471
v28 -> 2022-03-04
×
472
    - Adds an API endpoint for auto allocation of stock items against a build order
×
473
    - Ref: https://github.com/inventree/InvenTree/pull/2713
×
474

475
v27 -> 2022-02-28
×
476
    - Adds target_date field to individual line items for purchase orders and sales orders
×
477

478
v26 -> 2022-02-17
×
479
    - Adds API endpoint for uploading a BOM file and extracting data
×
480

481
v25 -> 2022-02-17
×
482
    - Adds ability to filter "part" list endpoint by "in_bom_for" argument
×
483

484
v24 -> 2022-02-10
×
485
    - Adds API endpoint for deleting (cancelling) build order outputs
×
486

487
v23 -> 2022-02-02
×
488
    - Adds API endpoints for managing plugin classes
×
489
    - Adds API endpoints for managing plugin settings
×
490

491
v22 -> 2021-12-20
×
492
    - Adds API endpoint to "merge" multiple stock items
×
493

494
v21 -> 2021-12-04
×
495
    - Adds support for multiple "Shipments" against a SalesOrder
×
496
    - Refactors process for stock allocation against a SalesOrder
×
497

498
v20 -> 2021-12-03
×
499
    - Adds ability to filter POLineItem endpoint by "base_part"
×
500
    - Adds optional "order_detail" to POLineItem list endpoint
×
501

502
v19 -> 2021-12-02
×
503
    - Adds the ability to filter the StockItem API by "part_tree"
×
504
    - Returns only stock items which match a particular part.tree_id field
×
505

506
v18 -> 2021-11-15
×
507
    - Adds the ability to filter BomItem API by "uses" field
×
508
    - This returns a list of all BomItems which "use" the specified part
×
509
    - Includes inherited BomItem objects
×
510

511
v17 -> 2021-11-09
×
512
    - Adds API endpoints for GLOBAL and USER settings objects
×
513
    - Ref: https://github.com/inventree/InvenTree/pull/2275
×
514

515
v16 -> 2021-10-17
×
516
    - Adds API endpoint for completing build order outputs
×
517

518
v15 -> 2021-10-06
×
519
    - Adds detail endpoint for SalesOrderAllocation model
×
520
    - Allows use of the API forms interface for adjusting SalesOrderAllocation objects
×
521

522
v14 -> 2021-10-05
×
523
    - Stock adjustment actions API is improved, using native DRF serializer support
×
524
    - However adjustment actions now only support 'pk' as a lookup field
×
525

526
v13 -> 2021-10-05
×
527
    - Adds API endpoint to allocate stock items against a BuildOrder
×
528
    - Updates StockItem API with improved filtering against BomItem data
×
529

530
v12 -> 2021-09-07
×
531
    - Adds API endpoint to receive stock items against a PurchaseOrder
×
532

533
v11 -> 2021-08-26
×
534
    - Adds "units" field to PartBriefSerializer
×
535
    - This allows units to be introspected from the "part_detail" field in the StockItem serializer
×
536

537
v10 -> 2021-08-23
×
538
    - Adds "purchase_price_currency" to StockItem serializer
×
539
    - Adds "purchase_price_string" to StockItem serializer
×
540
    - Purchase price is now writable for StockItem serializer
×
541

542
v9  -> 2021-08-09
×
543
    - Adds "price_string" to part pricing serializers
×
544

545
v8  -> 2021-07-19
×
546
    - Refactors the API interface for SupplierPart and ManufacturerPart models
×
547
    - ManufacturerPart objects can no longer be created via the SupplierPart API endpoint
×
548

549
v7  -> 2021-07-03
×
550
    - Introduced the concept of "API forms" in https://github.com/inventree/InvenTree/pull/1716
×
551
    - API OPTIONS endpoints provide comprehensive field metedata
×
552
    - Multiple new API endpoints added for database models
×
553

554
v6  -> 2021-06-23
×
555
    - Part and Company images can now be directly uploaded via the REST API
×
556

557
v5  -> 2021-06-21
×
558
    - Adds API interface for manufacturer part parameters
×
559

560
v4  -> 2021-06-01
×
561
    - BOM items can now accept "variant stock" to be assigned against them
×
562
    - Many slight API tweaks were needed to get this to work properly!
×
563

564
v3  -> 2021-05-22:
×
565
    - The updated StockItem "history tracking" now uses a different interface
×
566

567
"""
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc