Oliver Walters
|
ec98f7829e
|
Add context flag to enable editing mode
- pass ?edit=1 to the BOM
- Display page differently if in editing mode
-
|
2019-04-15 18:32:15 +10:00 |
|
Oliver Walters
|
258555a813
|
Add placeholder text option for field editing
|
2019-04-15 00:11:26 +10:00 |
|
Oliver Walters
|
264f189917
|
Add function to wrap a value in an in-line editable field
- Requires bootstrap-editable
|
2019-04-15 00:11:14 +10:00 |
|
Oliver Walters
|
e370cb8d3c
|
Add note field to BomItem serializer
|
2019-04-14 22:20:11 +10:00 |
|
Oliver Walters
|
d5186fc615
|
Add 'note' field to BOM item model
|
2019-04-14 18:26:11 +10:00 |
|
Oliver Walters
|
9e5eed5d5e
|
Move the export_bom function to the part model
|
2019-04-14 12:34:14 +10:00 |
|
Oliver Walters
|
b8e28c003d
|
Provide download link to export BOM file
- Helper function for generating temporary file (in memory) for exporting
|
2019-04-14 12:34:14 +10:00 |
|
Oliver Walters
|
b58c49e066
|
Create BOM export form
- Select output format
|
2019-04-14 12:34:13 +10:00 |
|
Oliver Walters
|
14de111130
|
Allow better passthrough of context variables for non-form views
|
2019-04-14 12:34:13 +10:00 |
|
Oliver Walters
|
0cc59540ef
|
Generate modal form to export BOM
- Doesn't do anything yet
- Extends AjaxView
|
2019-04-14 12:34:13 +10:00 |
|
Oliver Walters
|
2202dfd55d
|
Peppy fixes
|
2019-04-14 12:30:06 +10:00 |
|
Oliver Walters
|
00c21d521e
|
Always display category
- Display full category path
|
2019-04-14 12:25:21 +10:00 |
|
Oliver Walters
|
9d98c429d6
|
Complex filtering for parts
- Allow filtering against child categories
- Could potentially be slooow
|
2019-04-14 11:59:07 +10:00 |
|
Oliver Walters
|
1ef81ecf2e
|
Ignore some rules
|
2019-04-14 09:39:01 +10:00 |
|
Oliver Walters
|
29ab19d51d
|
PEP fixes in /InvenTree
|
2019-04-14 09:33:17 +10:00 |
|
Oliver Walters
|
ac3a4e3de4
|
PEP fixes for /company
|
2019-04-14 09:30:45 +10:00 |
|
Oliver Walters
|
b9f23554a5
|
PEP fixes for /build
|
2019-04-14 09:29:05 +10:00 |
|
Oliver Walters
|
cf374252c1
|
PEP fixes for /part
|
2019-04-14 09:25:46 +10:00 |
|
Oliver Walters
|
76b0d17b11
|
PEP fixes for /stock
|
2019-04-14 09:23:24 +10:00 |
|
Oliver Walters
|
e6e03963c4
|
Simplified custom button text for modal forms
- Now only configured from the javascript end
- No server-side configuration of button text
|
2019-04-13 23:02:23 +10:00 |
|
Oliver Walters
|
0e7472dabc
|
Fix display of custom button text
- Missing first parameter (modal object) to function call
|
2019-04-13 21:20:02 +10:00 |
|
Oliver Walters
|
f44ba1c011
|
Commonized 'submit_label' text option
|
2019-04-13 21:11:42 +10:00 |
|
Oliver Walters
|
51d77ce4d2
|
Include uuid in serializer and api
|
2019-04-13 07:56:06 +10:00 |
|
Oliver Walters
|
7b68bac32f
|
Display UUID and QR code on stockitem page
- The actual display of this can be improved upon at a later stage
|
2019-04-13 01:14:24 +10:00 |
|
Oliver Walters
|
b64e584b52
|
Add UUID field to StockItem model
|
2019-04-13 01:12:47 +10:00 |
|
Oliver Walters
|
b0f42fd30f
|
Add qr_code to list of installed addons
|
2019-04-13 01:03:56 +10:00 |
|
Oliver Walters
|
1b5287307b
|
Add some help text
|
2019-04-13 00:52:26 +10:00 |
|
Oliver Walters
|
926d717190
|
Add quantity field to StockItemTracking
- Keep track of historical levels of part availability
|
2019-04-13 00:14:10 +10:00 |
|
Oliver Walters
|
93bb0bf6f4
|
Improved 'move stock' form
- Better error checking on the form (provides form validation messages to user)
|
2019-04-13 00:08:13 +10:00 |
|
Oliver Walters
|
f451d31f00
|
Rearrange stockitem drop-down menu for more logical operations
|
2019-04-12 23:10:47 +10:00 |
|
Oliver Walters
|
e560ea4a41
|
Update edit form for StockItem
- Disallow direct quantity editing (must perform stocktake)
- Add notes field to allow editing
|
2019-04-12 23:10:32 +10:00 |
|
Oliver Walters
|
7566c3769a
|
Added a note for future work
|
2019-04-12 23:05:12 +10:00 |
|
Oliver Walters
|
68ec5df371
|
Correctly handle StockTrackingItem if there is no user data
|
2019-04-12 23:03:02 +10:00 |
|
Oliver Walters
|
88103b63d2
|
Cannot filter by STATUS
- Is this because it is a dict?
- Need to address this in the future
|
2019-04-12 22:46:48 +10:00 |
|
Oliver Walters
|
7a7b0aea33
|
Changed 'stocklocation.items' to 'stocklocation.stock_items'
|
2019-04-12 22:46:15 +10:00 |
|
Oliver Walters
|
2d21bf0626
|
Part BOM list now shows how many of each sub-item are available
- If there are enough to build the available quantity is shown in green
- Otherwise, shown in orange
|
2019-04-12 22:09:50 +10:00 |
|
Oliver Walters
|
8a3706dd76
|
Added MPN field to supplier part lists
|
2019-04-12 21:54:53 +10:00 |
|
Oliver Walters
|
25f1d643b8
|
Add indicator to show no stock in part listing
|
2019-04-12 21:21:50 +10:00 |
|
Oliver Walters
|
7341fe4542
|
Fix modal form for creating company
|
2019-04-12 21:09:31 +10:00 |
|
Oliver Walters
|
c67dc6f56e
|
Initial updates required to run under django 2.2
- Change to middleware.py
- Change some URLs formatting
- Fix django version at 2.2
|
2019-04-12 20:44:22 +10:00 |
|
Oliver
|
ceea053368
|
Added part API
- Build allocation table now makes use of this API
- Further steps towards allocation table
|
2018-05-12 12:44:29 +10:00 |
|
Oliver
|
1b9c98ae3e
|
Bug fix for stock item traking list
- Query was returning ALL stock tracking objects!
- Now filter by StockItem ID
|
2018-05-10 21:27:41 +10:00 |
|
Oliver
|
4b4db50de5
|
Display username in stock-tracking
- Add UserSerializer
|
2018-05-10 21:20:12 +10:00 |
|
Oliver
|
dcf74292b6
|
Changed tracking into to datetime field
- Added moment.js for formatting dates
-
|
2018-05-10 21:13:36 +10:00 |
|
Oliver
|
7b478fed4e
|
Redirect if not authed
If user not logged in, redirect any requests to login page
|
2018-05-10 20:40:08 +10:00 |
|
Oliver
|
57713556d1
|
Revert default db to sqlite3 (for now)
|
2018-05-10 19:19:13 +10:00 |
|
Oliver
|
07f16d8891
|
Small improvements for build display
Working toward build management
|
2018-05-09 22:02:56 +10:00 |
|
Oliver
|
690ec83265
|
Woohoo for .then
|
2018-05-09 21:48:36 +10:00 |
|
Oliver
|
517569f510
|
Clicking on logo returns user to index page
|
2018-05-09 00:19:34 +10:00 |
|
Oliver
|
7644617af0
|
Better string formatting for models
Allows for easier searching in drop-downs for ForeignKeys
|
2018-05-09 00:17:39 +10:00 |
|