InvenTree/InvenTree/stock/migrations
2020-05-13 11:28:45 +10:00
..
__init__.py Added migration files to git index 2018-04-14 18:36:06 +10:00
0001_initial.py AND AGAIN 2019-05-20 22:24:18 +10:00
0002_auto_20190525_2226.py Add 'has_variants' and 'variant_of' field for Part 2019-05-25 22:27:36 +10:00
0003_auto_20190525_2303.py Validate uniqueness for StockItems 2019-05-25 23:09:04 +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_20190602_1944.py Rename some fields 2019-06-02 19:46:30 +10:00
0006_stockitem_purchase_order.py Implement POST for receiving items 2019-06-15 19:39:57 +10:00
0007_auto_20190618_0042.py Fixed up some stupid recursion on the Tree model template 2019-06-18 00:59:54 +10:00
0008_stockitemtracking_url.py Add (optional) URL to stock tracking info 2019-07-15 22:33:00 +10:00
0009_auto_20190715_2351.py Added descriptive help text 2019-07-15 23:53:25 +10:00
0010_stockitem_build.py Add a reference to a build for a stock item 2019-09-01 23:09:40 +10:00
0011_auto_20190908_0404.py Migrate InvenTreeTree to using MPTT model 2019-09-08 14:08:49 +10:00
0012_auto_20190908_0405.py Migrate InvenTreeTree to using MPTT model 2019-09-08 14:08:49 +10:00
0013_auto_20190908_0916.py Change foreign keys to TreeForeignKey 2019-09-08 19:19:39 +10:00
0014_auto_20190908_0918.py Change foreign keys to TreeForeignKey 2019-09-08 19:19:39 +10:00
0015_auto_20190913_1407.py Custom URL validators for more fields 2019-09-14 00:08:49 +10:00
0016_auto_20191118_2146.py Change item quantity field from PositiveInteger to Decimal 2019-11-19 08:49:54 +11:00
0017_auto_20191118_2311.py Allow non-integer stock movement 2019-11-19 10:17:20 +11:00
0018_auto_20200202_0103.py Markdownify the 'notes' field for StockItem 2020-02-02 12:11:18 +11:00
0019_auto_20200202_1024.py Allow PartCategory and StocKLocation names to be non-unique 2020-02-02 21:40:03 +11:00
0020_auto_20200206_1213.py Fix for bug b) 2020-02-06 23:22:55 +11:00
0021_auto_20200215_2232.py Add 'parent' field for StockItem 2020-02-17 21:52:31 +11:00
0022_auto_20200217_1109.py Add custom migration 2020-02-17 22:11:44 +11:00
0023_auto_20200318_1027.py Limit choices for Part selection 2020-03-18 21:28:11 +11:00
0024_auto_20200405_2239.py Rename "URL" to "link" for StockItem and StockItemTracking models 2020-04-06 10:43:06 +10:00
0025_auto_20200405_2243.py Rename "URL" to "link" for StockItem and StockItemTracking models 2020-04-06 10:43:06 +10:00
0026_stockitem_uid.py Add a 'uid' field to StockItem model 2020-04-14 22:54:05 +10:00
0027_stockitem_sales_order.py The 'StockItem' model now has a reference to a SalesOrderLineItem 2020-04-21 15:04:21 +10:00
0028_auto_20200421_0724.py Ability to filter StockItemList API by sales_order or sales_order_line 2020-04-21 17:33:02 +10:00
0029_auto_20200421_2359.py Expose "is_allocated" parameter on StockItem API 2020-04-22 10:11:40 +10:00
0030_auto_20200422_0015.py Fix for StockItem model 2020-04-22 10:16:54 +10:00
0031_auto_20200422_0209.py Create "SalesOrderAllocation" object 2020-04-22 12:12:48 +10:00
0032_stockitem_build_order.py "Fixes" for completing a build 2020-04-26 00:32:09 +10:00
0033_auto_20200426_0539.py More work 2020-04-26 16:38:29 +10:00
0034_auto_20200426_0602.py More work 2020-04-26 16:38:29 +10:00
0035_auto_20200502_2308.py Add "rejected" status code for StockItem 2020-05-03 09:09:17 +10:00
0036_stockitemattachment.py Add StockItemAttachment model 2020-05-07 09:39:28 +10:00
0037_stockitemattachment_user.py Add 'user' field to attachment 2020-05-12 20:50:03 +10:00
0038_stockitemattachment_upload_date.py Add "upload date" field to fileattachment base class 2020-05-12 20:57:41 +10:00
0039_auto_20200513_0016.py Drag and drop for order attachments 2020-05-13 11:28:45 +10:00