Oliver Walters
|
834f80698b
|
Create a new attachment against a PurchaseOrder
|
2020-03-22 18:41:41 +11:00 |
|
Oliver Walters
|
56a6943438
|
Add an 'attachment' page for the PurchaseOrder view
|
2020-03-22 18:13:34 +11:00 |
|
Oliver Walters
|
a661d7e1a6
|
Abstract the PartAttachment class
Now "Attachments" are much easier to implement for different models
|
2020-03-22 17:59:23 +11:00 |
|
Oliver Walters
|
5207b2ba21
|
Add build status label to part detail
|
2020-03-19 10:20:09 +11:00 |
|
Oliver Walters
|
15bc457714
|
Improve calculation of BOM item overage
|
2020-03-19 10:15:43 +11:00 |
|
Oliver Walters
|
d51ac2f5c2
|
Save creation user when making a new part via the API
|
2020-03-18 22:00:32 +11:00 |
|
Oliver Walters
|
a147ce4284
|
Save the current user when creating a new part
|
2020-03-18 21:53:02 +11:00 |
|
Oliver Walters
|
8186e4bab0
|
Display creation information in part detail page
|
2020-03-18 21:50:38 +11:00 |
|
Oliver Walters
|
2b08b0f2b9
|
Add new fields for Part object
- Creation date
- Creation user
- Responsible user
|
2020-03-18 21:50:18 +11:00 |
|
Oliver Walters
|
8eaaf62eda
|
Limit choices for Part selection
Based on is_template / virtual / active status
|
2020-03-18 21:28:11 +11:00 |
|
Oliver Walters
|
c04aa1bff7
|
Increase unit testing for BOM item model
|
2020-03-18 21:04:37 +11:00 |
|
Oliver Walters
|
3b9f57fc80
|
Bug fix - Multiplying float by decimal
- Overage percentage now uses explicit decimal multiplication
|
2020-03-18 20:44:45 +11:00 |
|
Oliver Walters
|
4a2fa36e30
|
Allow 'notes' field in Part object to be blank
|
2020-02-23 20:02:33 +11:00 |
|
Oliver Walters
|
33d21594da
|
Create new stock item from supplierpart stock page
- Allow stock-item-create form to have supplierpart passed as initial data
- Add some translations too
|
2020-02-12 11:32:01 +11:00 |
|
Oliver Walters
|
50fee1bfe5
|
More work on translations
|
2020-02-12 10:25:46 +11:00 |
|
Oliver Walters
|
28e9d842bf
|
Small tweaks for BOM export
- Steps towards preventing circular BOMs
- Improve formatting of exported BOM
|
2020-02-12 10:18:20 +11:00 |
|
Oliver Walters
|
d04fb0d826
|
Use decimal2string instead of normalize
|
2020-02-12 10:08:35 +11:00 |
|
Oliver Walters
|
520b8d7b2b
|
Fix for BOM pricing weirdness
|
2020-02-12 10:06:17 +11:00 |
|
Oliver Walters
|
c287a0a0b9
|
More rounding improvements
|
2020-02-12 08:22:55 +11:00 |
|
Oliver Walters
|
5ae7ca71d7
|
Improve number rendering of build allocation page
|
2020-02-12 08:12:26 +11:00 |
|
Oliver Walters
|
882bda46b4
|
Fix tests
|
2020-02-11 22:38:50 +11:00 |
|
Oliver Walters
|
f865573e48
|
Implement cascading export of BOM
|
2020-02-11 22:32:36 +11:00 |
|
Oliver Walters
|
434d084371
|
Provide form for user to select export options
|
2020-02-11 21:43:17 +11:00 |
|
Oliver Walters
|
55aa63dab4
|
Override save() method for Part model
- Delete old thumbnails if they are no longer being used
|
2020-02-11 20:27:06 +11:00 |
|
Oliver Walters
|
77c950a729
|
Fixed unit tests
|
2020-02-11 00:39:02 +11:00 |
|
Oliver Walters
|
dee47bdea8
|
Prevent django_cleanup from deleting part thumbs that are used elsewhere
- Will need to implement a method for automatically deleting part thumbs...
|
2020-02-11 00:29:29 +11:00 |
|
Oliver Walters
|
8ea1086b03
|
Make thumb buttons only visible on mouseover
|
2020-02-11 00:28:46 +11:00 |
|
Oliver Walters
|
e0e996a6c3
|
Add buttons to select or upload part images
|
2020-02-11 00:00:03 +11:00 |
|
Oliver Walters
|
d4fe83170f
|
Select existing image and upload successfully
|
2020-02-10 23:48:45 +11:00 |
|
Oliver Walters
|
725eb3c538
|
Do not duplicate images when copying a part
- Simply reference the existing image
|
2020-02-10 23:04:58 +11:00 |
|
Oliver Walters
|
17c10da10e
|
Display existing images in a form
|
2020-02-10 22:57:36 +11:00 |
|
Oliver Walters
|
a82e219336
|
Add translatable strings for part views
|
2020-02-10 22:10:06 +11:00 |
|
Oliver Walters
|
1327c1d3b1
|
Add API endpoint for querying part images
|
2020-02-10 22:03:06 +11:00 |
|
Oliver Walters
|
d059aff4f8
|
Use the part_deep_copy setting to set the default deep_copy value when duplicating a part
|
2020-02-03 21:14:06 +11:00 |
|
Oliver Walters
|
9cef038d6a
|
IPN must match regex validator (if one is provided)
|
2020-02-03 21:09:24 +11:00 |
|
Oliver Walters
|
356b6cf15b
|
Load default settings on InvenTree launch
|
2020-02-03 20:51:53 +11:00 |
|
Oliver Walters
|
5264f816f1
|
Allow PartCategory and StocKLocation names to be non-unique
- As long as they are unique in the current tree level
|
2020-02-02 21:40:03 +11:00 |
|
Oliver Walters
|
20273f1541
|
Add commit date information to about window
|
2020-02-02 12:39:35 +11:00 |
|
Oliver Walters
|
f88f5a39f8
|
Visual fix for allocation tab
|
2020-02-02 12:16:31 +11:00 |
|
Oliver Walters
|
0f92468462
|
Add icon to signify if notes exist
|
2020-02-02 11:48:43 +11:00 |
|
Oliver Walters
|
51fab36074
|
Display / editing for Company notes field
- Also includes some translation updates
|
2020-02-01 23:45:28 +11:00 |
|
Oliver Walters
|
1f71a93d88
|
Fix page formatting
|
2020-02-01 23:26:54 +11:00 |
|
Oliver Walters
|
88ec40e454
|
Fix success_url for notes form
|
2020-02-01 22:25:35 +11:00 |
|
Oliver Walters
|
b9dda51378
|
Side-by-side live editing for markdown
|
2020-02-01 14:40:11 +11:00 |
|
Oliver Walters
|
3c3ae43c18
|
Add special view for displaying / editing notes field for part
|
2020-02-01 13:36:09 +11:00 |
|
Oliver Walters
|
c546ed5dcd
|
Update requirements
- Use markdownify for rendering
- Use markdownx for editing
|
2020-01-31 21:42:30 +11:00 |
|
Oliver Walters
|
da01177d23
|
Blank 'notes' page for Part model
|
2020-01-31 20:38:29 +11:00 |
|
Oliver Walters
|
aa2f63830e
|
Translation template for part attachments page
|
2020-01-31 20:37:54 +11:00 |
|
Oliver Walters
|
596d06cf1a
|
Add a markdown editor for the 'Notes" field of Part model
https://github.com/timmyomahony/django-pagedown
|
2020-01-31 20:28:54 +11:00 |
|
Oliver Walters
|
bd653f2c49
|
Some more unit tests
|
2020-01-07 21:16:01 +11:00 |
|