2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Commit Graph

795 Commits

Author SHA1 Message Date
e9ed7bffc9 adds a "link" field to the InvenTree attachment model
- Allows attachments to also serve as links to external files
2021-11-28 12:53:01 +11:00
68e2b0850b Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/build/serializers.py
#	InvenTree/order/templates/order/so_sidebar.html
2021-11-26 08:25:51 +11:00
e53e3b4a51 Merge pull request #2350 from matmair/matmair/issue2347
Fix sidebar translation
2021-11-23 12:57:11 +11:00
d884e62be1 [FR] Confirm to W293
Fixes #2335
2021-11-23 00:28:23 +01:00
d79e9a62b4 fix trans tags 2021-11-22 23:42:29 +01:00
933c420844 fix sidebar translation
Fixes #2347
2021-11-22 20:24:22 +01:00
521ec4f1e6 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/order/serializers.py
2021-11-18 23:43:36 +11:00
7ca36a092e convert remaining serializers 2021-11-18 23:01:19 +11:00
d5cf2b08ac Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
#	InvenTree/InvenTree/version.py
#	InvenTree/order/models.py
2021-11-11 12:35:59 +11:00
bae28e8207 Add setting for enabeling reports
Fixes #2278
2021-11-10 23:54:54 +01:00
b2ae346343 Provide model-level default function option 2021-11-08 13:30:59 +11:00
42a794e8e4 Fix CI errors 2021-11-04 15:05:54 +11:00
01191d84c5 Only run check stock function when updating an existing part 2021-11-04 14:32:42 +11:00
99b324d1ef Add a post-save hook the "Build" model to check stock 2021-11-04 14:30:23 +11:00
6db6a70fc2 Add task to check required stock for build order 2021-11-04 13:32:14 +11:00
1c6eb41341 Ability to toggle part category "star" status via the API 2021-11-04 00:01:52 +11:00
b1c23e30f5 Fix CSS for user badges 2021-11-03 11:59:20 +11:00
360f0406b5 CSS updates
- Add template for filter lists
- Filter lists now layout horizontally
- Change flex-row to flex-wrap
2021-11-01 08:38:24 +11:00
eaa315e726 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/build/templates/build/build_base.html
#	InvenTree/order/templates/order/order_base.html
#	InvenTree/order/templates/order/sales_order_base.html
#	InvenTree/order/templates/order/sales_order_detail.html
#	InvenTree/order/templates/order/so_navbar.html
2021-10-30 23:44:06 +11:00
57240865e8 More tweaking 2021-10-30 00:05:32 +11:00
3849ea8057 Rearranging buttons 2021-10-29 23:20:09 +11:00
c04118ed8a Driving the refactor tractor around the farm 2021-10-29 22:20:06 +11:00
b41d1aed12 Refactor admin button for:
- build order
- part detail
- stock item
- stock location
- company detail
- manufacturer-part
- purchase order
- sales order
2021-10-29 17:07:35 +11:00
0f10936e65 Refactored index page
- Looks MUCH nicer now!
2021-10-29 13:28:21 +11:00
613b135edf Refactor sidebar for "build order" display 2021-10-29 01:00:39 +11:00
2778ff55da Remove btn-default 2021-10-28 19:57:17 +11:00
f8ac016d60 replace labels with badges 2021-10-28 17:41:40 +11:00
ae2c3e8293 remove "panel-inventree" references 2021-10-28 08:31:36 +11:00
711b3ba923 remove "panel-default" 2021-10-27 23:08:15 +11:00
fe25ce8cd1 Refactor "manufacturer_part" view 2021-10-27 22:52:11 +11:00
8fdaab233c Refactor build page 2021-10-27 22:44:33 +11:00
a004f293ff Replace all instances of data-toggle with data-bs-toggle 2021-10-27 22:06:30 +11:00
707a03c416 Add breadcrumbs for build order page
(cherry picked from commit f32dfb01a2)
2021-10-27 20:18:16 +11:00
f32dfb01a2 Add breadcrumbs for build order page 2021-10-27 01:15:39 +11:00
bff9f0828a Adds API endpoint to allocate stock items against a SalesOrder
- SalesOrderAllocations are no longer created manually
- API endpoint performs data validation
- Multiple line items can be allocated at once
- Adds unit testing for new API endpoint
2021-10-26 23:51:36 +11:00
50a79770e5 Un-comment lines in build.serializers 2021-10-20 23:37:26 +11:00
f83dc134ef linting 2021-10-20 23:20:43 +11:00
8805b0a553 Add similar auto field capabilities to build order 2021-10-20 23:14:52 +11:00
c75586bd9a Fix for rendering of build order page 2021-10-19 21:36:51 +11:00
e04dfa0681 Unit test fix 2021-10-18 08:58:04 +11:00
fb6f15f462 Delete a bunch of old template files 2021-10-17 22:57:15 +11:00
83faaa2da3 unit test fixes 2021-10-17 22:57:07 +11:00
6ebb956c8d Fix generation of API documentation
- Can't use get_object_or_404 in API views!
2021-10-17 22:32:03 +11:00
90593a187c PEP fixes 2021-10-17 21:39:07 +11:00
542b4113a1 Improvements for build output completion
- Check if the output is fully allocated (throw error if not)
- Reload tables after actions performed
2021-10-17 21:37:10 +11:00
90625af39d Re-enable the "allocate" stock button 2021-10-17 11:34:44 +11:00
9d2273c1cd Further work on build output scripts 2021-10-17 11:25:53 +11:00
283bf1682f Remove old views / forms 2021-10-17 11:25:33 +11:00
14ef56785e Add option to select multiple build outputs
- Can "complete" these outputs
2021-10-16 14:27:02 +11:00
ccaa7d2683 Merge branch 'master' into build-output-complete 2021-10-16 13:18:35 +11:00