InvenTree/InvenTree/build/migrations
Oliver 00bb740216
Add ProjectCode support to build orders (#4808)
* Add "project_code" field to Build model

* Add "project_code" field to Build model

* build javascript updates

(cherry picked from commit 3e27a3b739)

* Update table filters

(cherry picked from commit 196c675585)

* Adds API filtering

* Bump API version

* Hide project code field from build form if project codes not enabled

(cherry picked from commit 4e210e3dfa)

* refactoring to attempt to fix circular imports

* Upgrade django-test-migrations package

* Fix broken import

* Further fixes for unit tests

* Update unit tests for migration files

* Fix typo in build.js

* Migration test updates

- Need to specify MPTT stuff

* Fix build.js

* Fix migration order

* Update API version
2023-06-14 11:23:35 +10:00
..
0001_initial.py AND AGAIN 2019-05-20 22:24:18 +10:00
0002_auto_20190520_2204.py AND AGAIN 2019-05-20 22:24:18 +10:00
0003_auto_20190525_2355.py More 'limit_choices_to' limitations for template parts 2019-05-25 23:55:16 +10:00
0004_auto_20190525_2356.py Rename field part.has_variants to part.is_template 2019-05-25 23:58:31 +10:00
0005_auto_20190604_2217.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
0006_auto_20190913_1407.py Custom URL validators for more fields 2019-09-14 00:08:49 +10:00
0007_auto_20191118_2321.py Change build allocation quantity to decimal field 2019-11-19 10:22:46 +11:00
0008_auto_20200201_1247.py Remove reliance on django-markdownx (#3231) 2022-06-20 22:20:04 +10:00
0009_auto_20200210_1032.py Change auto_now field to auto_now_add 2020-02-10 21:34:41 +11:00
0010_auto_20200318_1027.py Limit choices for Part selection 2020-03-18 21:28:11 +11:00
0011_auto_20200406_0123.py Rename Build.URL -> Build.link 2020-04-06 11:28:35 +10:00
0012_build_sales_order.py Add a "sales_order" reference to the Build model 2020-04-25 13:15:45 +10:00
0013_auto_20200425_0507.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
0014_auto_20200425_1243.py Remove reliance on django-markdownx (#3231) 2022-06-20 22:20:04 +10:00
0015_auto_20200425_1350.py Bug fix for build completion form 2020-04-25 23:59:28 +10:00
0016_auto_20200426_0551.py More work 2020-04-26 16:38:29 +10:00
0017_auto_20200426_0612.py More work 2020-04-26 16:38:29 +10:00
0018_build_reference.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
0019_auto_20201019_1302.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
0020_auto_20201019_1325.py Change "Build Title" to "Description" 2020-10-20 00:26:26 +11:00
0021_auto_20201020_0908_squashed_0026_auto_20201023_1228.py Update validation "rules" for BuildItem 2020-10-26 08:34:17 +11:00
0022_buildorderattachment.py Add database table for storing file attachments against a BuildOrder 2020-10-26 15:21:03 +11:00
0023_auto_20201110_0911.py Remove defunct 'build_order' field from StockItem model 2020-11-10 20:12:39 +11:00
0024_auto_20201201_1023.py Change delete behaviour for parent build item 2020-12-01 10:24:51 +11:00
0025_build_target_date.py Add "target_date" for Build model 2020-12-15 23:24:37 +11:00
0026_auto_20210216_1539.py Adds 'issued_by' and 'responsible' field to BuildOrder 2021-02-16 15:40:27 +11:00
0027_auto_20210404_2016.py added more translation-strings 2021-04-04 22:44:14 +02:00
0028_builditem_bom_item.py Add 'bom_item' field to BuildItem model 2021-06-01 15:25:39 +10:00
0029_auto_20210601_1525.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
0030_alter_build_reference.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
0031_build_reference_int.py Add a 'reference_int' field to the models, to be used as a secondary index 2021-10-14 17:45:43 +11:00
0032_auto_20211014_0632.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
0033_auto_20211128_0151.py adds a "link" field to the InvenTree attachment model 2021-11-28 12:53:01 +11:00
0034_alter_build_reference_int.py use BigIntegerField for a hugher range ;-) 2021-12-01 22:39:53 +01:00
0035_alter_build_notes.py Remove reliance on django-markdownx (#3231) 2022-06-20 22:20:04 +10:00
0036_auto_20220707_1101.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
0037_build_priority.py [FR] Add "priority" field to BuildOrder (#4225) 2023-01-25 09:37:05 +11:00
0038_alter_build_responsible.py Set Responsible User for a Part during creation or API (#4326) 2023-02-12 22:38:59 +11:00
0039_auto_20230317_0816.py Add Metadata to further models (#4410) 2023-03-23 21:51:08 +11:00
0040_auto_20230404_1310.py Build order barcodes (#4581) 2023-04-05 00:00:24 +10:00
0041_alter_build_title.py Remove "required" attribute for order descriptions (#4595) 2023-04-15 08:34:01 +10:00
0042_alter_build_notes.py Support image uploads in the "notes" markdown fields (#4615) 2023-04-19 13:08:26 +10:00
0043_buildline.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
0044_auto_20230528_1410.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
0045_builditem_build_line.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
0046_auto_20230606_1033.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
0047_auto_20230606_1058.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
0048_build_project_code.py Add ProjectCode support to build orders (#4808) 2023-06-14 11:23:35 +10:00
__init__.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00