Oliver Walters
|
bd3d6f47a1
|
Refactor CancelBuild form
|
2022-05-04 16:30:46 +10:00 |
|
Matthias
|
67ab45bdee
|
update depreciated paths
|
2022-05-01 22:00:18 +02:00 |
|
Oliver
|
09853fd3df
|
remove code which is now unused
|
2022-02-15 13:27:30 +11:00 |
|
Oliver
|
0d7b94fbfa
|
Remove old form code which is no longer used
|
2022-02-10 00:48:06 +11:00 |
|
Oliver Walters
|
2bb1c4ea77
|
Remove old forms / outdated code
|
2022-01-07 11:34:33 +11:00 |
|
Oliver
|
283bf1682f
|
Remove old views / forms
|
2021-10-17 11:25:33 +11:00 |
|
Oliver
|
7dfffcd5d3
|
Move "build unallocate" functionality to the API
- Much much simpler now!
- Filtering is against bom_item, not part
- Fixes a bug with the new (reasonably complex) substitution framework
|
2021-10-14 10:32:43 +11:00 |
|
Oliver
|
40f1ccf9f8
|
Remove BuildAutoAllocate form
|
2021-10-05 00:40:10 +11:00 |
|
Oliver
|
8a90b9df6d
|
Improve clean() function for BuildItem model
- BuildItemDelete now handled by API forms
- BuildItemEdit now handled by API forms
|
2021-10-05 00:14:31 +11:00 |
|
Oliver
|
5ded23fd99
|
Fixes for serializer validation
- Note: use the validate() function!
- Ref: https://www.django-rest-framework.org/api-guide/serializers/
- override serializer.save() functionality for simpler operation
|
2021-10-04 23:44:23 +11:00 |
|
Oliver
|
0fc558068f
|
Refactor BuildOrder pages
|
2021-07-15 22:40:14 +10:00 |
|
Oliver
|
004b36b1df
|
Refactor BuildOrderCreate form
|
2021-07-09 00:18:03 +10:00 |
|
Oliver
|
245c04367b
|
Refactor BuildOrderEdit form
|
2021-07-08 23:57:42 +10:00 |
|
Oliver
|
4d8e88c779
|
BuildAttachmentDelete form
|
2021-06-30 12:48:14 +10:00 |
|
Oliver
|
9ea3e511b9
|
Refactor BuildAttachment views
|
2021-06-30 11:05:35 +10:00 |
|
Oliver Walters
|
16b01ed772
|
significant rework of the build allocation tables / views
|
2021-04-21 16:44:16 +10:00 |
|
Oliver Walters
|
c1dd5b1ca1
|
Add "child build" page
|
2021-02-22 22:21:46 +11:00 |
|
Oliver Walters
|
bfbcbe252b
|
Adds "required parts" tab to build view
|
2021-02-18 17:14:57 +11:00 |
|
Oliver Walters
|
500da8099b
|
Add forms / views for creating a new build output, and completing the build
- Also some refactoring of how forms are handled and saved
|
2020-11-02 22:56:26 +11:00 |
|
Oliver Walters
|
7525bc2ead
|
Attachment functionality for BuildOrder
|
2020-10-26 17:00:31 +11:00 |
|
Oliver Walters
|
ea7b1b65d6
|
Delete a build output entirely
TODO: Needs to describe in the confirmation dialog what is going to happen!
|
2020-10-24 00:14:27 +11:00 |
|
Oliver Walters
|
426aa9258c
|
URL cleanup
|
2020-04-23 17:37:53 +10:00 |
|
Oliver Walters
|
23aebab6d0
|
Display list of build outputs in the Build tab
- Allow StockList api to be filtered by Build id
|
2020-02-17 23:31:23 +11:00 |
|
Oliver Walters
|
a7846940c4
|
Markdownify the notes field for Build model
|
2020-02-02 00:00:19 +11:00 |
|
Oliver Walters
|
5501fecbc4
|
PEP
|
2019-08-15 19:36:03 +10:00 |
|
Oliver Walters
|
03b7e3a815
|
Add view / template to delete a build
|
2019-08-15 19:34:55 +10:00 |
|
Oliver Walters
|
68e4adda48
|
Simplified build allocation view
|
2019-06-03 21:59:15 +10:00 |
|
Oliver Walters
|
bf987f23f3
|
Add 'tabbed' page set for Build app
|
2019-05-17 00:14:29 +10:00 |
|
Oliver Walters
|
05f5aa27c5
|
Add a 'Remove build allocation' function
- Removes all parts allocated to a given build
|
2019-05-10 08:33:54 +10:00 |
|
Oliver Walters
|
7835562396
|
Auto-allocation form now working
- Displays a list of stock items which will be allocated
|
2019-05-09 23:55:30 +10:00 |
|
Oliver Walters
|
fb89574c42
|
Skeleton code for Build cancel() and complete() functions
- BuildComplete view
|
2019-04-30 20:39:01 +10:00 |
|
Oliver Walters
|
efbef251b6
|
Added views / forms to edit and delete BuildItem objects
- Alter stock allocation
- remove (unallocate) stock from a build
|
2019-04-30 18:51:05 +10:00 |
|
Oliver Walters
|
0208c6efe6
|
New Form and View to create a new BuildItem object
- Allocates stock to a build
|
2019-04-30 15:35:35 +10:00 |
|
Oliver Walters
|
d9169a0dd1
|
Add docstrings for Build app
|
2019-04-27 20:35:14 +10:00 |
|
Oliver
|
5185173639
|
Updates for build app
- Added 'allocate' page (empty thus far)
- Added 'cancel' button and view
|
2018-04-30 00:23:44 +10:00 |
|
Oliver
|
08ed128bea
|
PEP style fixes
|
2018-04-23 21:18:35 +10:00 |
|
Oliver
|
192f823b1a
|
PEP fixes (not all yet)
|
2018-04-18 00:03:42 +10:00 |
|
Oliver
|
291992ab7f
|
Added views and pages for Build model
- Edit / create
- View details
- View build index at /build/
|
2018-04-17 23:13:41 +10:00 |
|
Oliver
|
fa23767150
|
Added skeleton for 'build' app
|
2018-04-17 00:32:02 +10:00 |
|