2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
Commit Graph

3126 Commits

Author SHA1 Message Date
60c6d6d33e Merge pull request #919 from eeintech/bom_export_parameter_stock
BoM export: added option to export part parameters (#126) and stocks (#793)
2020-08-26 08:41:44 +10:00
5d6def75cc BoM export, Part stock: changed 'Location' header to 'Default Location' 2020-08-25 16:02:46 -05:00
109307858a Merge branch 'master' of git://github.com/inventree/InvenTree into bom_export_parameter_stock 2020-08-25 15:59:58 -05:00
788d497e87 Merge pull request #931 from bcc/bug-serialize-no-location
Fix internal server error when serializing stock with no location
2020-08-25 08:38:35 +10:00
cd016d3f7d Merge pull request #930 from bcc/feature-custom-authentication
Allow custom authentication/middleware in config.yaml
2020-08-25 08:37:30 +10:00
9149aa1536 Fix internal server error when serializing stock with no location 2020-08-24 18:04:22 +01:00
b6f9590d55 Add default config example to config template 2020-08-24 15:24:18 +01:00
988d263ef1 Allow custom authentication / middleware in config.yaml 2020-08-24 15:05:21 +01:00
2a4b9c6c5c Merge pull request #929 from SchrodingersGat/label-enable
Label enable
2020-08-23 21:18:11 +10:00
c3bfcad4df Merge pull request #928 from Kedarius/small-device
Collapse navbar on small screen
2020-08-23 21:12:28 +10:00
ca1985e11a PEP fixes 2020-08-23 21:10:45 +10:00
9a35293126 Remove PartFilterMixin class 2020-08-23 21:08:41 +10:00
ed5ad3c047 Rename 'part_filters' field to 'filters' 2020-08-23 21:05:54 +10:00
c849f618d5 Clean up implementation of test report matching 2020-08-23 21:03:29 +10:00
b7ae95686e Add field "enabled" to Report template 2020-08-23 20:51:41 +10:00
f9149d041e Collapse navbar on small screen 2020-08-23 10:56:29 +02:00
116d966d29 Delete "ReportTemplate" class 2020-08-23 09:10:56 +10:00
771b2117c4 Remove duplicated function 2020-08-23 09:08:24 +10:00
8f1af0f5f9 Add "enabled" field to Label class
- Only list labels which are enabled
- Allows labels to be hidden / disabled without being deleted
2020-08-23 09:07:15 +10:00
69a3ad3c5b Merge pull request #927 from bcc/bug-serialized-move
Fix disabled form item from preventing location moves for serialized stock
2020-08-22 09:13:40 +10:00
eeca3effee Fix disabled form item from preventing stock location moves for items with serial numbers 2020-08-21 16:20:33 +01:00
de86418ede Merge pull request #925 from SchrodingersGat/make-replace
Change from using "make" to "invoke"
2020-08-21 21:58:19 +10:00
017c1ece89 Update docstring 2020-08-21 21:51:22 +10:00
d8f9f95cb4 Add command to run the development server 2020-08-21 21:49:03 +10:00
ef1e598341 Install PIP requirements as a part of "invoke install" 2020-08-21 21:32:08 +10:00
513142d487 Update travis file 2020-08-21 21:27:39 +10:00
592e87941d Add more targets
- superuser
- backup
2020-08-21 21:24:02 +10:00
f5fd0fc5be Migrate "mysql" and "postgresql" targets 2020-08-21 21:17:38 +10:00
af50e29e2c Migrate "translate" command 2020-08-21 21:13:28 +10:00
ec1e646de0 Migrate "style" task 2020-08-21 21:12:05 +10:00
ab75f85555 Migrate "test" command to invoke 2020-08-21 21:10:14 +10:00
05fae4be87 Are more methods to tasks.py:
- static
- update
- install
- key
- coverage

The functionality of setup.py is now included here!
2020-08-21 21:08:04 +10:00
f4debeac47 Moving to "invoke" framework
- Add "migrate" test
2020-08-21 20:39:43 +10:00
7a0e1e9574 Merge pull request #924 from SchrodingersGat/stocktake-export-fixes
Stocktake export fixes
2020-08-21 20:14:02 +10:00
59b3d8b5bc Fix stocktake export
- Exclude MPTT fields
- Fix foreignkey field references
2020-08-21 20:08:47 +10:00
25cced3b90 Exclude MPTT fields from Part model resource 2020-08-21 20:08:16 +10:00
89e63df1fb Corrected style 2020-08-20 14:53:03 -05:00
6fc275ca30 BoM export: added option to export part paremeters (#126) and stocks (#793) 2020-08-20 13:53:27 -05:00
852a680c09 Merge pull request #916 from SchrodingersGat/null-customer
StockItem: Allow customer field to be blank
2020-08-20 14:59:06 +10:00
90d34cdfcf StockItem: Allow customer field to be blank 2020-08-20 14:54:55 +10:00
4f1b469cee Merge pull request #915 from SchrodingersGat/tex-response
Tex response
2020-08-20 14:14:24 +10:00
8e0dfa9c6f PEP fix 2020-08-20 14:05:55 +10:00
64ae181bf6 Add some more context data 2020-08-20 14:01:41 +10:00
5a8804f4bc If LaTeX template errors, return the raw LaTeX! 2020-08-20 13:57:29 +10:00
71f3662ebc Merge pull request #914 from SchrodingersGat/recursive-bom
Bugfix: Recursive BOM display
2020-08-20 09:01:26 +10:00
0aeb7ddbdf Allow column show/hide on BOM table 2020-08-20 08:57:11 +10:00
41c4a5376b Bugfix: Recursive BOM display
- Actually request recursively! (duh)
- Fix the idField and parentIdField for the BOM display (was incredibly wrong)
- Sub-rows are initially displayed in the "collapsed" state
2020-08-20 08:52:22 +10:00
8556bdec6a Merge pull request #913 from SchrodingersGat/supplier-data-in-bom
Supplier data in bom
2020-08-19 14:13:53 +10:00
0faba39dfc PEP: Remove unused variable
(cherry picked from commit e49a1c1ad2)
2020-08-19 14:08:52 +10:00
7e829e88af Add option for including supplier data for BOM export
(cherry picked from commit d0b5550c86)
2020-08-19 14:08:47 +10:00