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

inventree / InvenTree / 8535197168

03 Apr 2024 07:58AM CUT coverage: 90.342% (-2.2%) from 92.496%
8535197168

Pull #6881

github

web-flow
Merge a1722af93 into 6be2ede5e
Pull Request #6881: [PUI] Add coverage testing

227 of 631 branches covered (35.97%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

31971 of 35009 relevant lines covered (91.32%)

1.12 hits per line

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

0.21
/src/backend/InvenTree/InvenTree/api_version.py
1
"""InvenTree API version information."""
2

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

7
INVENTREE_API_TEXT = """
1✔
8

9
v185 - 2024-03-24 : https://github.com/inventree/InvenTree/pull/6836
×
10
    - Remove /plugin/activate endpoint
×
11
    - Update docstrings and typing for various API endpoints (no functional changes)
×
12

13
v184 - 2024-03-17 : https://github.com/inventree/InvenTree/pull/10464
×
14
    - Add additional fields for tests (start/end datetime, test station)
×
15

16
v183 - 2024-03-14 : https://github.com/inventree/InvenTree/pull/5972
×
17
    - Adds "category_default_location" annotated field to part serializer
×
18
    - Adds "part_detail.category_default_location" annotated field to stock item serializer
×
19
    - Adds "part_detail.category_default_location" annotated field to purchase order line serializer
×
20
    - Adds "parent_default_location" annotated field to category serializer
×
21

22
v182 - 2024-03-13 : https://github.com/inventree/InvenTree/pull/6714
×
23
    - Expose ReportSnippet model to the /report/snippet/ API endpoint
×
24
    - Expose ReportAsset model to the /report/asset/ API endpoint
×
25

26
v181 - 2024-02-21 : https://github.com/inventree/InvenTree/pull/6541
×
27
    - Adds "width" and "height" fields to the LabelTemplate API endpoint
×
28
    - Adds "page_size" and "landscape" fields to the ReportTemplate API endpoint
×
29

30
v180 - 2024-3-02 : https://github.com/inventree/InvenTree/pull/6463
×
31
    - Tweaks to API documentation to allow automatic documentation generation
×
32

33
v179 - 2024-03-01 : https://github.com/inventree/InvenTree/pull/6605
×
34
    - Adds "subcategories" count to PartCategory serializer
×
35
    - Adds "sublocations" count to StockLocation serializer
×
36
    - Adds "image" field to PartBrief serializer
×
37
    - Adds "image" field to CompanyBrief serializer
×
38

39
v178 - 2024-02-29 : https://github.com/inventree/InvenTree/pull/6604
×
40
    - Adds "external_stock" field to the Part API endpoint
×
41
    - Adds "external_stock" field to the BomItem API endpoint
×
42
    - Adds "external_stock" field to the BuildLine API endpoint
×
43
    - Stock quantites represented in the BuildLine API endpoint are now filtered by Build.source_location
×
44

45
v177 - 2024-02-27 : https://github.com/inventree/InvenTree/pull/6581
×
46
    - Adds "subcategoies" count to PartCategoryTree serializer
×
47
    - Adds "sublocations" count to StockLocationTree serializer
×
48

49
v176 - 2024-02-26 : https://github.com/inventree/InvenTree/pull/6535
×
50
    - Adds the field "plugins_install_disabled" to the Server info API endpoint
×
51

52
v175 - 2024-02-21 : https://github.com/inventree/InvenTree/pull/6538
×
53
    - Adds "parts" count to PartParameterTemplate serializer
×
54

55
v174 - 2024-02-21 : https://github.com/inventree/InvenTree/pull/6536
×
56
    - Expose PartCategory filters to the API documentation
×
57
    - Expose StockLocation filters to the API documentation
×
58

59
v173 - 2024-02-20 : https://github.com/inventree/InvenTree/pull/6483
×
60
    - Adds "merge_items" to the PurchaseOrderLine create API endpoint
×
61
    - Adds "auto_pricing" to the PurchaseOrderLine create/update API endpoint
×
62

63
v172 - 2024-02-20 : https://github.com/inventree/InvenTree/pull/6526
×
64
    - Adds "enabled" field to the PartTestTemplate API endpoint
×
65
    - Adds "enabled" filter to the PartTestTemplate list
×
66
    - Adds "enabled" filter to the StockItemTestResult list
×
67

68
v171 - 2024-02-19 : https://github.com/inventree/InvenTree/pull/6516
×
69
    - Adds "key" as a filterable parameter to PartTestTemplate list endpoint
×
70

71
v170 -> 2024-02-19 : https://github.com/inventree/InvenTree/pull/6514
×
72
    - Adds "has_results" filter to the PartTestTemplate list endpoint
×
73

74
v169 -> 2024-02-14 : https://github.com/inventree/InvenTree/pull/6430
×
75
    - Adds 'key' field to PartTestTemplate API endpoint
×
76
    - Adds annotated 'results' field to PartTestTemplate API endpoint
×
77
    - Adds 'template' field to StockItemTestResult API endpoint
×
78

79
v168 -> 2024-02-14 : https://github.com/inventree/InvenTree/pull/4824
×
80
    - Adds machine CRUD API endpoints
×
81
    - Adds machine settings API endpoints
×
82
    - Adds machine restart API endpoint
×
83
    - Adds machine types/drivers list API endpoints
×
84
    - Adds machine registry status API endpoint
×
85
    - Adds 'required' field to the global Settings API
×
86
    - Discover sub-sub classes of the StatusCode API
×
87

88
v167 -> 2024-02-07: https://github.com/inventree/InvenTree/pull/6440
×
89
    - Fixes for OpenAPI schema generation
×
90

91
v166 -> 2024-02-04 : https://github.com/inventree/InvenTree/pull/6400
×
92
    - Adds package_name to plugin API
×
93
    - Adds mechanism for uninstalling plugins via the API
×
94

95
v165 -> 2024-01-28 : https://github.com/inventree/InvenTree/pull/6040
×
96
    - Adds supplier_part.name, part.creation_user, part.required_for_sales_order
×
97

98
v164 -> 2024-01-24 : https://github.com/inventree/InvenTree/pull/6343
×
99
    - Adds "building" quantity to BuildLine API serializer
×
100

101
v163 -> 2024-01-22 : https://github.com/inventree/InvenTree/pull/6314
×
102
    - Extends API endpoint to expose auth configuration information for signin pages
×
103

104
v162 -> 2024-01-14 : https://github.com/inventree/InvenTree/pull/6230
×
105
    - Adds API endpoints to provide information on background tasks
×
106

107
v161 -> 2024-01-13 : https://github.com/inventree/InvenTree/pull/6222
×
108
    - Adds API endpoint for system error information
×
109

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

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

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

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

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

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

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

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

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

139
v151 -> 2023-11-13 : https://github.com/inventree/InvenTree/pull/5906
×
140
    - Allow user list API to be filtered by user active status
×
141
    - Allow owner list API to be filtered by user active status
×
142

143
v150 -> 2023-11-07: https://github.com/inventree/InvenTree/pull/5875
×
144
    - Extended user API endpoints to enable ordering
×
145
    - Extended user API endpoints to enable user role changes
×
146
    - Added endpoint to create a new user
×
147

148
v149 -> 2023-11-07 : https://github.com/inventree/InvenTree/pull/5876
×
149
    - Add 'building' quantity to BomItem serializer
×
150
    - Add extra ordering options for the BomItem list API
×
151

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

155
v147 -> 2023-11-04: https://github.com/inventree/InvenTree/pull/5860
×
156
    - Adds "completed_lines" field to SalesOrder API endpoint
×
157
    - Adds "completed_lines" field to PurchaseOrder API endpoint
×
158

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

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

166
v144 -> 2023-10-23: https://github.com/inventree/InvenTree/pull/5811
×
167
    - Adds version information API endpoint
×
168

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

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

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

178
v140 -> 2023-10-20 : https://github.com/inventree/InvenTree/pull/5664
×
179
    - Expand API token functionality
×
180
    - Multiple API tokens can be generated per user
×
181

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

185
v138 -> 2023-10-11 : https://github.com/inventree/InvenTree/pull/5679
×
186
    - Settings keys are no longer case sensitive
×
187
    - Include settings units in API serializer
×
188

189
v137 -> 2023-10-04 : https://github.com/inventree/InvenTree/pull/5588
×
190
    - Adds StockLocationType API endpoints
×
191
    - Adds custom_icon, location_type to StockLocation endpoint
×
192

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

196
v135 -> 2023-09-19 : https://github.com/inventree/InvenTree/pull/5569
×
197
    - Adds location path detail to StockLocation and StockItem API endpoints
×
198
    - Adds category path detail to PartCategory and Part API endpoints
×
199

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

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

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

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

212
v130 -> 2023-07-14 : https://github.com/inventree/InvenTree/pull/5251
×
213
    - Refactor label printing interface
×
214

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

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

221
v127 -> 2023-06-24 : https://github.com/inventree/InvenTree/pull/5094
×
222
    - Enhancements for the PartParameter API endpoints
×
223

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

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

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

233
v123 -> 2023-06-15 : https://github.com/inventree/InvenTree/pull/5019
×
234
    - Add Metadata to: Plugin Config
×
235

236
v122 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/5034
×
237
    - Adds new BuildLineLabel label type
×
238

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

242
v120 -> 2023-06-07 : https://github.com/inventree/InvenTree/pull/4855
×
243
    - Major overhaul of the build order API
×
244
    - Adds new BuildLine model
×
245

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

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

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

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

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

263
v114 -> 2023-05-16 : https://github.com/inventree/InvenTree/pull/4825
×
264
    - Adds "delivery_date" to shipments
×
265

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

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

272
v111 -> 2023-05-02 : https://github.com/inventree/InvenTree/pull/4367
×
273
    - Adds tags to the Part serializer
×
274
    - Adds tags to the SupplierPart serializer
×
275
    - Adds tags to the ManufacturerPart serializer
×
276
    - Adds tags to the StockItem serializer
×
277
    - Adds tags to the StockLocation serializer
×
278

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

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

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

288
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
×
289
    - Adds barcode support for PurchaseOrder model
×
290
    - Adds barcode support for ReturnOrder model
×
291
    - Adds barcode support for SalesOrder model
×
292
    - Adds barcode support for BuildOrder model
×
293

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

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

300
v104 -> 2023-03-23 : https://github.com/inventree/InvenTree/pull/4488
×
301
    - Adds various endpoints for new "ReturnOrder" models
×
302
    - Adds various endpoints for new "ReturnOrderReport" templates
×
303
    - Exposes API endpoints for "Contact" model
×
304

305
v103 -> 2023-03-17 : https://github.com/inventree/InvenTree/pull/4410
×
306
    - Add metadata to several more models
×
307

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

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

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

317
v99 -> 2023-03-03 : https://github.com/inventree/InvenTree/pull/4445
×
318
    - Adds sort by "responsible" to PurchaseOrderAPI
×
319

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

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

326
v96 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4345
×
327
    - Adds stocktake report generation functionality
×
328

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

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

335
v93 -> 2023-02-03 : https://github.com/inventree/InvenTree/pull/4300
×
336
    - Adds extra information to the currency exchange endpoint
×
337
    - Adds API endpoint for manually updating exchange rates
×
338

339
v92 -> 2023-02-02 : https://github.com/inventree/InvenTree/pull/4293
×
340
    - Adds API endpoint for currency exchange information
×
341

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

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

348
v89 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4214
×
349
    - Adds updated field to SupplierPart API
×
350
    - Adds API date ordering for supplier part list
×
351

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

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

358
v86 -> 2022-12-22 : https://github.com/inventree/InvenTree/pull/4069
×
359
    - Adds API endpoints for part stocktake
×
360

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

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

367
v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949
×
368
    - Add support for structural Stock locations
×
369

370
v82 -> 2022-11-16 : https://github.com/inventree/InvenTree/pull/3931
×
371
    - Add support for structural Part categories
×
372

373
v81 -> 2022-11-08 : https://github.com/inventree/InvenTree/pull/3710
×
374
    - Adds cached pricing information to Part API
×
375
    - Adds cached pricing information to BomItem API
×
376
    - Allows Part and BomItem list endpoints to be filtered by 'has_pricing'
×
377
    - Remove calculated 'price_string' values from API endpoints
×
378
    - Allows PurchaseOrderLineItem API endpoint to be filtered by 'has_pricing'
×
379
    - Allows SalesOrderLineItem API endpoint to be filtered by 'has_pricing'
×
380
    - Allows SalesOrderLineItem API endpoint to be filtered by 'order_status'
×
381
    - Adds more information to SupplierPriceBreak serializer
×
382

383
v80 -> 2022-11-07 : https://github.com/inventree/InvenTree/pull/3906
×
384
    - Adds 'barcode_hash' to Part API serializer
×
385
    - Adds 'barcode_hash' to StockLocation API serializer
×
386
    - Adds 'barcode_hash' to SupplierPart API serializer
×
387

388
v79 -> 2022-11-03 : https://github.com/inventree/InvenTree/pull/3895
×
389
    - Add metadata to Company
×
390

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

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

397
v76 -> 2022-09-10 : https://github.com/inventree/InvenTree/pull/3640
×
398
    - Refactor of barcode data on the API
×
399
    - StockItem.uid renamed to StockItem.barcode_hash
×
400

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

404
v74 -> 2022-08-28 : https://github.com/inventree/InvenTree/pull/3615
×
405
    - Add confirmation field for completing PurchaseOrder if the order has incomplete lines
×
406
    - Add confirmation field for completing SalesOrder if the order has incomplete lines
×
407

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

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

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

417
v70 -> 2022-08-02 : https://github.com/inventree/InvenTree/pull/3451
×
418
    - Adds a 'depth' parameter to the PartCategory list API
×
419
    - Adds a 'depth' parameter to the StockLocation list API
×
420

421
v69 -> 2022-08-01 : https://github.com/inventree/InvenTree/pull/3443
×
422
    - Updates the PartCategory list API:
×
423
        - Improve query efficiency: O(n) becomes O(1)
×
424
        - Rename 'parts' field to 'part_count'
×
425
    - Updates the StockLocation list API:
×
426
        - Improve query efficiency: O(n) becomes O(1)
×
427

428
v68 -> 2022-07-27 : https://github.com/inventree/InvenTree/pull/3417
×
429
    - Allows SupplierPart list to be filtered by SKU value
×
430
    - Allows SupplierPart list to be filtered by MPN value
×
431

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

436
v66 -> 2022-07-24 : https://github.com/inventree/InvenTree/pull/3393
×
437
    - Part images can now be downloaded from a remote URL via the API
×
438
    - Company images can now be downloaded from a remote URL via the API
×
439

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

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

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

450
v62 -> 2022-07-05 : https://github.com/inventree/InvenTree/pull/3296
×
451
    - Allows search on BOM List API endpoint
×
452
    - Allows ordering on BOM List API endpoint
×
453

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

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

461
v59 -> 2022-06-07 : https://github.com/inventree/InvenTree/pull/3154
×
462
    - Adds further improvements to BulkDelete mixin class
×
463
    - Fixes multiple bugs in custom OPTIONS metadata implementation
×
464
    - Adds 'bulk delete' for Notifications
×
465

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

469
v57 -> 2022-06-05 : https://github.com/inventree/InvenTree/pull/3130
×
470
    - Transfer PartCategoryTemplateParameter actions to the API
×
471

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

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

478
v54 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3117
×
479
    - Adds 'available_stock' annotation on the SalesOrderLineItem API
×
480
    - Adds (well, fixes) 'overdue' annotation on the SalesOrderLineItem API
×
481

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

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

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

491
v50 -> 2022-05-18 : https://github.com/inventree/InvenTree/pull/2912
×
492
    - Implement Attachments for manufacturer parts
×
493

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

499
v48 -> 2022-05-12 : https://github.com/inventree/InvenTree/pull/2977
×
500
    - Adds "export to file" functionality for PurchaseOrder API endpoint
×
501
    - Adds "export to file" functionality for SalesOrder API endpoint
×
502
    - Adds "export to file" functionality for BuildOrder API endpoint
×
503

504
v47 -> 2022-05-10 : https://github.com/inventree/InvenTree/pull/2964
×
505
    - Fixes barcode API error response when scanning a StockItem which does not exist
×
506
    - Fixes barcode API error response when scanning a StockLocation which does not exist
×
507

508
v46 -> 2022-05-09
×
509
    - Fixes read permissions on settings API
×
510
    - Allows non-staff users to read global settings via the API
×
511

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

516
v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931
×
517
    - Converting more server-side rendered forms to the API
×
518
    - Exposes more core functionality to API endpoints
×
519

520
v43 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2875
×
521
    - Adds API detail endpoint for PartSalePrice model
×
522
    - Adds API detail endpoint for PartInternalPrice model
×
523

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

527
v41 -> 2022-04-26
×
528
    - Fixes 'variant_of' filter for Part list endpoint
×
529

530
v40 -> 2022-04-19
×
531
    - Adds ability to filter StockItem list by "tracked" parameter
×
532
        - This checks the serial number or batch code fields
×
533

534
v39 -> 2022-04-18
×
535
    - Adds ability to filter StockItem list by "has_batch" parameter
×
536

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

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

543
v36 -> 2022-04-03
×
544
    - Adds ability to filter part list endpoint by unallocated_stock argument
×
545

546
v35 -> 2022-04-01 : https://github.com/inventree/InvenTree/pull/2797
×
547
    - Adds stock allocation information to the Part API
×
548
    - Adds calculated field for "unallocated_quantity"
×
549

550
v34 -> 2022-03-25
×
551
    - Change permissions for "plugin list" API endpoint (now allows any authenticated user)
×
552

553
v33 -> 2022-03-24
×
554
    - Adds "plugins_enabled" information to root API endpoint
×
555

556
v32 -> 2022-03-19
×
557
    - Adds "parameters" detail to Part API endpoint (use &parameters=true)
×
558
    - Adds ability to filter PartParameterTemplate API by Part instance
×
559
    - Adds ability to filter PartParameterTemplate API by PartCategory instance
×
560

561
v31 -> 2022-03-14
×
562
    - Adds "updated" field to SupplierPriceBreakList and SupplierPriceBreakDetail API endpoints
×
563

564
v30 -> 2022-03-09
×
565
    - Adds "exclude_location" field to BuildAutoAllocation API endpoint
×
566
    - Allows BuildItem API endpoint to be filtered by BomItem relation
×
567

568
v29 -> 2022-03-08
×
569
    - Adds "scheduling" endpoint for predicted stock scheduling information
×
570

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

575
v27 -> 2022-02-28
×
576
    - Adds target_date field to individual line items for purchase orders and sales orders
×
577

578
v26 -> 2022-02-17
×
579
    - Adds API endpoint for uploading a BOM file and extracting data
×
580

581
v25 -> 2022-02-17
×
582
    - Adds ability to filter "part" list endpoint by "in_bom_for" argument
×
583

584
v24 -> 2022-02-10
×
585
    - Adds API endpoint for deleting (cancelling) build order outputs
×
586

587
v23 -> 2022-02-02
×
588
    - Adds API endpoints for managing plugin classes
×
589
    - Adds API endpoints for managing plugin settings
×
590

591
v22 -> 2021-12-20
×
592
    - Adds API endpoint to "merge" multiple stock items
×
593

594
v21 -> 2021-12-04
×
595
    - Adds support for multiple "Shipments" against a SalesOrder
×
596
    - Refactors process for stock allocation against a SalesOrder
×
597

598
v20 -> 2021-12-03
×
599
    - Adds ability to filter POLineItem endpoint by "base_part"
×
600
    - Adds optional "order_detail" to POLineItem list endpoint
×
601

602
v19 -> 2021-12-02
×
603
    - Adds the ability to filter the StockItem API by "part_tree"
×
604
    - Returns only stock items which match a particular part.tree_id field
×
605

606
v18 -> 2021-11-15
×
607
    - Adds the ability to filter BomItem API by "uses" field
×
608
    - This returns a list of all BomItems which "use" the specified part
×
609
    - Includes inherited BomItem objects
×
610

611
v17 -> 2021-11-09
×
612
    - Adds API endpoints for GLOBAL and USER settings objects
×
613
    - Ref: https://github.com/inventree/InvenTree/pull/2275
×
614

615
v16 -> 2021-10-17
×
616
    - Adds API endpoint for completing build order outputs
×
617

618
v15 -> 2021-10-06
×
619
    - Adds detail endpoint for SalesOrderAllocation model
×
620
    - Allows use of the API forms interface for adjusting SalesOrderAllocation objects
×
621

622
v14 -> 2021-10-05
×
623
    - Stock adjustment actions API is improved, using native DRF serializer support
×
624
    - However adjustment actions now only support 'pk' as a lookup field
×
625

626
v13 -> 2021-10-05
×
627
    - Adds API endpoint to allocate stock items against a BuildOrder
×
628
    - Updates StockItem API with improved filtering against BomItem data
×
629

630
v12 -> 2021-09-07
×
631
    - Adds API endpoint to receive stock items against a PurchaseOrder
×
632

633
v11 -> 2021-08-26
×
634
    - Adds "units" field to PartBriefSerializer
×
635
    - This allows units to be introspected from the "part_detail" field in the StockItem serializer
×
636

637
v10 -> 2021-08-23
×
638
    - Adds "purchase_price_currency" to StockItem serializer
×
639
    - Adds "purchase_price_string" to StockItem serializer
×
640
    - Purchase price is now writable for StockItem serializer
×
641

642
v9  -> 2021-08-09
×
643
    - Adds "price_string" to part pricing serializers
×
644

645
v8  -> 2021-07-19
×
646
    - Refactors the API interface for SupplierPart and ManufacturerPart models
×
647
    - ManufacturerPart objects can no longer be created via the SupplierPart API endpoint
×
648

649
v7  -> 2021-07-03
×
650
    - Introduced the concept of "API forms" in https://github.com/inventree/InvenTree/pull/1716
×
651
    - API OPTIONS endpoints provide comprehensive field metedata
×
652
    - Multiple new API endpoints added for database models
×
653

654
v6  -> 2021-06-23
×
655
    - Part and Company images can now be directly uploaded via the REST API
×
656

657
v5  -> 2021-06-21
×
658
    - Adds API interface for manufacturer part parameters
×
659

660
v4  -> 2021-06-01
×
661
    - BOM items can now accept "variant stock" to be assigned against them
×
662
    - Many slight API tweaks were needed to get this to work properly!
×
663

664
v3  -> 2021-05-22:
×
665
    - The updated StockItem "history tracking" now uses a different interface
×
666

667
"""
×
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