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 |
|
Oliver Walters
|
71c1faf9ff
|
Use the client-side PO table in more places
|
2019-12-09 21:55:00 +11:00 |
|
Oliver Walters
|
5e9b012031
|
Bug fix for static lookup of blank image
|
2019-12-09 20:40:04 +11:00 |
|
Oliver Walters
|
1a6f06cceb
|
normalize decimal fields
|
2019-12-06 22:40:27 +11:00 |
|
Oliver
|
9946fbda17
|
Merge pull request #585 from SchrodingersGat/tweaks
Reload page after ordering parts
|
2019-12-05 14:28:34 +11:00 |
|
Oliver Walters
|
98374ca466
|
Update to more recent libraries
- Specify exact module versions
|
2019-12-05 14:12:05 +11:00 |
|
Oliver Walters
|
cbdea9f18c
|
Reload page after ordering parts
|
2019-11-29 20:37:34 +11:00 |
|
Oliver Walters
|
9da8189899
|
Allow non-integer stock movement
|
2019-11-19 10:17:20 +11:00 |
|
Oliver Walters
|
e4bfe43c04
|
More rendering improvements
|
2019-11-19 10:10:23 +11:00 |
|
Oliver Walters
|
20755a6dac
|
Rendering of decimal value on stockitem page
|
2019-11-19 09:10:47 +11:00 |
|
Oliver Walters
|
6e90ac367e
|
Massaging unit tests
- Decimal fields are useful but VERY ANNOYING to use
- Needed to fix some test cases
|
2019-11-19 08:59:56 +11:00 |
|
Oliver Walters
|
400941c10f
|
Change item quantity field from PositiveInteger to Decimal
- Allow 'partial' quantity e.g. '0.45kg'
- Need to change some maths functions as Decimal type is pernickity
|
2019-11-19 08:49:54 +11:00 |
|
Oliver Walters
|
5ffbfe8eb8
|
Add translation strings for part models
|
2019-11-19 08:42:10 +11:00 |
|
Oliver Walters
|
871b853b9f
|
Single form to delete single or multiple SupplierPart objects
|
2019-09-30 13:28:51 +10:00 |
|
Oliver Walters
|
b870728125
|
Add translation hooks for part detail template
|
2019-09-27 10:12:46 +10:00 |
|
Oliver Walters
|
427f47310b
|
Add detail pane to top-level part view
|
2019-09-27 10:04:20 +10:00 |
|
Oliver Walters
|
ae2e2f36e4
|
Update a bunch more tables
|
2019-09-22 22:18:53 +10:00 |
|
Oliver Walters
|
5a9e5dea20
|
Add sub-category and part count
|
2019-09-20 00:00:34 +10:00 |
|
Oliver Walters
|
508a3fc35c
|
Improve display of part category page
|
2019-09-19 23:59:01 +10:00 |
|
Oliver Walters
|
b3ea2bfb9a
|
Update badges
|
2019-09-19 23:38:15 +10:00 |
|
Oliver Walters
|
3c98cd87a7
|
Use localStorage rather than sessionStorage for storing user prefs
- Also create some helper functions
|
2019-09-19 23:29:03 +10:00 |
|
Oliver Walters
|
cf2abb4130
|
Add option to display ALL results in a paginated table
- Commonize the number of pages allowed
|
2019-09-19 23:20:42 +10:00 |
|
Oliver Walters
|
a77fd23fcf
|
Add a reminder for future-self
|
2019-09-17 20:19:27 +10:00 |
|
Oliver Walters
|
c5a82f4b6e
|
Simplifty PartPriceInfo field
|
2019-09-17 20:17:25 +10:00 |
|
Oliver Walters
|
774872e6a6
|
Make function atomic
|
2019-09-17 14:17:49 +10:00 |
|
Oliver Walters
|
08f958dd72
|
Add form for setting part category
|
2019-09-17 14:06:11 +10:00 |
|
Oliver Walters
|
94cd28ecb9
|
Add ability so set category for multiple parts at once
|
2019-09-17 13:49:57 +10:00 |
|
Oliver Walters
|
b5b7dc0fbf
|
Fix tests
|
2019-09-17 12:29:18 +10:00 |
|
Oliver Walters
|
d40fc59616
|
Reload page after ordering part
|
2019-09-17 10:34:41 +10:00 |
|
Oliver Walters
|
a9d1cadc12
|
Add link to documentation
|
2019-09-17 00:41:28 +10:00 |
|
Oliver Walters
|
7f5aba423a
|
Export full_name for parts
|
2019-09-15 22:23:28 +10:00 |
|
Oliver Walters
|
db04f399c1
|
Simplify exporting of BOM for a part
|
2019-09-15 22:21:12 +10:00 |
|
Oliver Walters
|
204cd967aa
|
Include status label text when exporting stocktake data
|
2019-09-15 20:14:27 +10:00 |
|
Oliver Walters
|
03043e67c7
|
Perform full validation when importing data
|
2019-09-15 19:58:05 +10:00 |
|
Oliver Walters
|
2d17f957f1
|
Remove code duplication for part data export
|
2019-09-15 19:52:28 +10:00 |
|
Oliver Walters
|
2bc97764c7
|
Allow more file formats for BOM import
|
2019-09-15 19:45:59 +10:00 |
|
Oliver Walters
|
4ac8353099
|
Create a custom URL field, which allows the user-specified validators
- Ref: https://stackoverflow.com/questions/41756572/django-urlfield-with-custom-scheme
- Apply this to the URL field in the Part model
|
2019-09-14 00:04:08 +10:00 |
|
Oliver Walters
|
8578a3b8d1
|
Add searching to other admin views
|
2019-09-13 23:32:49 +10:00 |
|
Oliver Walters
|
9b1d0bee3b
|
Add filtering and searching to Part admin
|
2019-09-13 23:27:22 +10:00 |
|
Oliver Walters
|
6a19e94feb
|
Include some extra calculated fields for Part export (readonly)
|
2019-09-13 23:15:34 +10:00 |
|
Oliver Walters
|
23b814569a
|
Manager for importing StockLocation data
|
2019-09-13 22:44:50 +10:00 |
|
Oliver Walters
|
37ab3d214d
|
Import/export management for the Company app
- Company
- SupplierPart
- SupplierPriceBreak
|
2019-09-13 22:39:15 +10:00 |
|
Oliver Walters
|
c579854e89
|
Export 'default_supplier' field
|
2019-09-13 22:29:11 +10:00 |
|
Oliver Walters
|
2bc34853e2
|
import/export manager for PartParameter
|
2019-09-13 22:27:32 +10:00 |
|
Oliver Walters
|
c469e48f26
|
Data manager for BomItem
|
2019-09-13 22:23:40 +10:00 |
|
Oliver Walters
|
bacd70687d
|
Management class for PartCategory import / export
|
2019-09-13 22:20:08 +10:00 |
|
Oliver Walters
|
89acc778f5
|
Skip unchanged lines for matching ID values
|
2019-09-13 22:11:31 +10:00 |
|
Oliver Walters
|
ac36048230
|
Improve import/export of Part
- Can now import part data
- Either UPDATE existing rows, or CREATE new ones
|
2019-09-13 22:08:31 +10:00 |
|
Oliver Walters
|
8a68313e5e
|
Customize admin export of Part object
|
2019-09-13 21:39:37 +10:00 |
|
Oliver Walters
|
567826165c
|
Improve BomItem editing form
- Don't allow duplication of an item already in the BOM
- Remove the parent part from the BOM
|
2019-09-13 16:26:44 +10:00 |
|
Oliver Walters
|
8716281f7e
|
Add unit test for invalid characters
|
2019-09-13 11:15:54 +10:00 |
|
Oliver Walters
|
61d2ce67ef
|
Hide dropdown-menu for functionality that does not yet exist
|
2019-09-12 22:01:18 +10:00 |
|
Oliver Walters
|
4dc7da41b9
|
pepper
|
2019-09-09 20:02:52 +10:00 |
|
Oliver Walters
|
ddb041fe44
|
Filter by category too
|
2019-09-09 19:59:56 +10:00 |
|
Oliver Walters
|
776fc8b1e5
|
Add 'used_in' count to part export
|
2019-09-09 19:37:59 +10:00 |
|
Oliver Walters
|
8723a6c219
|
Add 'purchaseable' field to part export
|
2019-09-09 19:10:57 +10:00 |
|
Oliver Walters
|
fff42e7dbb
|
Export stock based on part
|
2019-09-08 23:58:40 +10:00 |
|
Oliver Walters
|
e4fc44c135
|
More test
|
2019-09-08 20:36:51 +10:00 |
|
Oliver Walters
|
2a203be5cc
|
Tests for part parameters
|
2019-09-08 20:18:21 +10:00 |
|
Oliver Walters
|
dac61eafa2
|
Fixed tests
- Tree classes now need extra configuration in the fixture
- Check for null pk when cleaning a tree node
|
2019-09-08 19:41:54 +10:00 |
|
Oliver Walters
|
a5189b8f3f
|
Replace a recursive function
|
2019-09-08 19:28:40 +10:00 |
|
Oliver Walters
|
0d6a3d3b28
|
BOM table now refreshes the table rather than the page
|
2019-09-08 19:24:47 +10:00 |
|
Oliver Walters
|
3eb3c43e5c
|
Change foreign keys to TreeForeignKey
|
2019-09-08 19:19:39 +10:00 |
|
Oliver Walters
|
678157aac4
|
Update StockLocation and PartCategory models
- Use the MPTT functionality once more
|
2019-09-08 19:13:13 +10:00 |
|
Oliver Walters
|
2f11fccb73
|
Migrate InvenTreeTree to using MPTT model
|
2019-09-08 14:08:49 +10:00 |
|
Oliver Walters
|
c45fcb45cf
|
Delete a part parameter template from the settings view
|
2019-09-07 20:30:51 +10:00 |
|
Oliver Walters
|
42ade0e0b7
|
Edit part parameter template from settings view
|
2019-09-07 20:28:38 +10:00 |
|
Oliver Walters
|
67ea0fa887
|
Create a new part parameter template
|
2019-09-07 19:53:47 +10:00 |
|
Oliver Walters
|
f415e2040e
|
API endpoint for PartParameter and PartParameterTemplate
|
2019-09-07 19:44:10 +10:00 |
|
Oliver Walters
|
13270617b9
|
Ensure PartParameterTemplate name is unique
|
2019-09-07 19:43:41 +10:00 |
|
Oliver Walters
|
9c864aa619
|
Hide the 'sellable' tag for now
- Keep hidden until parts can actually be sold
|
2019-09-07 10:51:39 +10:00 |
|
Oliver Walters
|
dac1264878
|
Fixed unit tests
|
2019-09-06 12:48:31 +10:00 |
|
Oliver Walters
|
38b88e44bd
|
Bug fix
|
2019-09-05 20:22:47 +10:00 |
|
Oliver Walters
|
37d9c59a0e
|
Add API endpoint for validating a BOM item
|
2019-09-05 19:29:51 +10:00 |
|
Oliver Walters
|
1ea7bdf843
|
Add a note
|
2019-09-05 13:12:49 +10:00 |
|
Oliver Walters
|
0508c2dcaf
|
Use the hash for each line item to calculate the total BOM hash
|
2019-09-05 13:10:26 +10:00 |
|
Oliver Walters
|
7671eb2b22
|
Add a checksum field to the bom line item
|
2019-09-05 12:58:11 +10:00 |
|
Oliver Walters
|
e903c1858f
|
PEP
|
2019-09-03 22:45:45 +10:00 |
|
Oliver Walters
|
20b37a2d11
|
Test fixes
|
2019-09-03 22:45:11 +10:00 |
|
Oliver Walters
|
41806089e3
|
Select the default currency if one is not specifically selected
|
2019-09-03 22:33:50 +10:00 |
|
Oliver Walters
|
3682e9b5fb
|
Display currency selection in part pricing dialog
|
2019-09-03 22:28:53 +10:00 |
|
Oliver Walters
|
7314f33d6d
|
Add currency selection field for price calculation form
|
2019-09-03 22:00:43 +10:00 |
|
Oliver Walters
|
ef674061de
|
Part category collapse is persistent
|
2019-08-29 15:50:48 +10:00 |
|
Oliver Walters
|
43967e302b
|
Add ablity to serialize an existing quantity of stock
- Do not have to serialize all the stock
- Add tests
- Add function to copy entire stock transaction history
|
2019-08-28 21:12:16 +10:00 |
|
Oliver Walters
|
d5ad53c788
|
Add docstring
|
2019-08-28 19:44:46 +10:00 |
|
Oliver Walters
|
f94be40857
|
Style fixes
|
2019-08-28 19:44:02 +10:00 |
|
Oliver Walters
|
586a46175d
|
Add modals for editing or deleting part parameters
|
2019-08-28 19:39:47 +10:00 |
|
Oliver Walters
|
51e4bdd821
|
URL / view for editing a PartParameter
|
2019-08-21 13:11:19 +10:00 |
|
Oliver Walters
|
e77aeec2ce
|
Change to ImportExport model admin
|
2019-08-20 18:04:22 +10:00 |
|
Oliver Walters
|
9630c90924
|
Add buttons to edit/delete parameters
|
2019-08-20 18:01:20 +10:00 |
|
Oliver Walters
|
307a04da58
|
Add View/Form for creating a new PartParameterTemplate
|
2019-08-20 14:33:18 +10:00 |
|
Oliver Walters
|
15a42878db
|
Improved view for creating a new part parameter
- Hide the Part input
- Reduce options based on parameters that already exist!
|
2019-08-20 14:28:15 +10:00 |
|
Oliver Walters
|
c68c79ea43
|
Create view / form / URL for PartParameter creation
|
2019-08-20 14:14:21 +10:00 |
|
Oliver Walters
|
db834802e3
|
Add uniqueness check for PartParameterTemplate name field
- Case insensitive
|
2019-08-20 13:08:06 +10:00 |
|
Oliver Walters
|
a228b38e5d
|
Fix parameter lookup
|
2019-08-20 13:03:36 +10:00 |
|
Oliver Walters
|
e6819b5396
|
Change model - add PartParameterTemplate
|
2019-08-20 13:02:00 +10:00 |
|
Oliver Walters
|
6393ddad53
|
Add param tab to Part detail view
|
2019-08-20 12:44:00 +10:00 |
|
Oliver Walters
|
0955166fae
|
Add admin interface for PartParameter
|
2019-08-20 12:43:23 +10:00 |
|
Oliver Walters
|
1cd0051316
|
Add page to display part parameters
|
2019-08-20 12:43:12 +10:00 |
|
Oliver Walters
|
2f6357b136
|
Add PartParameter table
|
2019-08-20 12:31:43 +10:00 |
|
Oliver Walters
|
6106d33732
|
More span / button fixes
|
2019-08-14 16:40:14 +10:00 |
|
Oliver Walters
|
6c73649687
|
PEP fix
|
2019-08-14 16:35:26 +10:00 |
|
Oliver Walters
|
5963f7ed01
|
Deleted unused form
|
2019-08-14 13:54:16 +10:00 |
|
Oliver Walters
|
f90ffcd3db
|
Fix buttons for BOM upload form
|
2019-08-14 13:35:48 +10:00 |
|
Oliver Walters
|
bd61c89094
|
Tests for stock app views
|
2019-08-09 20:13:23 +10:00 |
|
Oliver Walters
|
45d5667ccc
|
PEP fixes
|
2019-08-08 23:36:32 +10:00 |
|
Oliver Walters
|
b872a12131
|
Test for making part variant
|
2019-08-08 23:34:32 +10:00 |
|
Oliver Walters
|
3a87cd866c
|
Tests for part creation
- Need more tests for POST action
|
2019-08-08 23:32:34 +10:00 |
|
Oliver Walters
|
51e4a4c006
|
Tests for BomItem forms
|
2019-08-08 23:22:26 +10:00 |
|
Oliver Walters
|
d6f1fe74d1
|
Tests for PartCategory forms
|
2019-08-08 23:16:03 +10:00 |
|
Oliver Walters
|
ab3e66d578
|
Test for BOM download
|
2019-08-08 23:10:07 +10:00 |
|
Oliver Walters
|
f299248063
|
Improve testing for part export
|
2019-08-08 23:06:22 +10:00 |
|
Oliver Walters
|
21d2c434ff
|
Test for part export view
- Needs some more work (parts need supplier parts!)
|
2019-08-08 23:04:58 +10:00 |
|
Oliver Walters
|
afcd411358
|
(partial) tests for attachment forms
|
2019-08-08 23:00:01 +10:00 |
|
Oliver Walters
|
3a9494ee69
|
Test for Part Editing form
|
2019-08-08 22:50:17 +10:00 |
|
Oliver Walters
|
7db97f2226
|
Test Part QR Code view
|
2019-08-08 22:45:10 +10:00 |
|
Oliver Walters
|
a70484caff
|
Test PartDetail view
|
2019-08-08 22:45:02 +10:00 |
|
Oliver Walters
|
f26243af97
|
Tests for Part index /
|
2019-08-08 22:19:17 +10:00 |
|
Oliver Walters
|
adbc4db3d5
|
Remove 'set part category' button (doesn't do anything)
|
2019-08-07 10:11:00 +10:00 |
|
Oliver Walters
|
4fc2a22ba6
|
PEP fix
|
2019-08-07 10:07:30 +10:00 |
|
Oliver Walters
|
8904733ac0
|
Include part stock information
|
2019-08-07 10:05:12 +10:00 |
|
Oliver Walters
|
ab0da6aaae
|
Include more part data in export
|
2019-08-07 09:55:18 +10:00 |
|
Oliver Walters
|
dda4569f76
|
Export selected parts
- Select which parts to export in the table
- Export base information
- Include supplier part information
|
2019-08-07 09:52:49 +10:00 |
|
Oliver Walters
|
3dca7ba353
|
Include supplier information in BOM
|
2019-08-07 09:12:53 +10:00 |
|
Oliver Walters
|
e66fd956f9
|
Fix available stock display
|
2019-08-02 15:13:47 +10:00 |
|
Oliver Walters
|
0a328687a5
|
BOM hash includes reference fields
|
2019-08-02 11:11:28 +10:00 |
|
Oliver Walters
|
077ad9482e
|
Fix display of part trackable status info
|
2019-07-23 11:57:33 +10:00 |
|
Oliver Walters
|
a42371598c
|
Fix part deletion template
- Display list of stock items which will be thusly deleted
|
2019-07-23 11:55:51 +10:00 |
|
Oliver Walters
|
9e5eadd6c3
|
Set serial numbers when creating a new stock item
|
2019-07-23 10:31:34 +10:00 |
|
Oliver Walters
|
23d03d6b9b
|
Build completion now handles unique serial numbers
Provide a method to test if a serial number matches for a given part
|
2019-07-22 15:55:36 +10:00 |
|
Oliver Walters
|
23d19d6784
|
Remove old debug messages
|
2019-07-11 23:07:52 +10:00 |
|
Oliver
|
1f9e6f4a68
|
Merge pull request #411 from SchrodingersGat/bom-upload
BOM upload
|
2019-07-10 15:17:58 +10:00 |
|
Oliver Walters
|
3e9288b26d
|
Better display of stock availability
|
2019-07-10 14:50:21 +10:00 |
|
Oliver Walters
|
d6750652f0
|
Python styling fixes
|
2019-07-10 13:38:14 +10:00 |
|
Oliver Walters
|
c5e17070fb
|
Reference and note fields cannot be None
|
2019-07-10 13:30:51 +10:00 |
|
Oliver Walters
|
8637d46981
|
Display inactive parts in part used_in view
|
2019-07-10 13:18:07 +10:00 |
|
Oliver Walters
|
322710d603
|
Handle dimension error in tablib
|
2019-07-10 13:04:47 +10:00 |
|
Oliver Walters
|
482a5dae4b
|
Save the selected BOM data
|
2019-07-10 12:27:19 +10:00 |
|
Oliver Walters
|
c2dbc37f70
|
Display rows that contain errors with a reddish background
|
2019-07-10 12:04:24 +10:00 |
|
Oliver Walters
|
2e3676207e
|
Reference and notes fields now persist too
|
2019-07-10 09:40:04 +10:00 |
|
Oliver Walters
|
99dee64f79
|
Pass part selection back-and-forwards between client/server
|
2019-07-10 09:22:38 +10:00 |
|
Oliver Walters
|
782d740323
|
Pass row quantity back to the server
|
2019-07-09 19:45:36 +10:00 |
|
Oliver Walters
|
e9eb814990
|
Rendering for part selection step
|
2019-07-09 19:21:54 +10:00 |
|
Oliver Walters
|
20ec36d3ea
|
Enforce authentication for API access
|
2019-07-08 19:20:00 +10:00 |
|
Oliver Walters
|
b185abbb87
|
Catch case in which a request.GET is not available
(cherry picked from commit 9296c0ba0f8c4914cd04b820c6172f8c3a794750)
|
2019-07-08 09:41:20 +10:00 |
|
Oliver Walters
|
dff8d1fb95
|
Supply part name for auto-fill when creating a new part
|
2019-07-08 09:33:44 +10:00 |
|
Oliver Walters
|
85e803f345
|
Create a new part directly from the BOM view
- Pass data through to the part creation
- Populate the new part into the select dropdown
-
|
2019-07-07 13:06:59 +10:00 |
|
Oliver Walters
|
ff5af8f217
|
Add a button to create a new part if necessary
|
2019-07-07 11:56:44 +10:00 |
|
Oliver Walters
|
a6da3ed4a4
|
Match each part to the list of available parts
- Order selections based on "best" match
|
2019-07-07 11:44:17 +10:00 |
|
Oliver Walters
|
f251620917
|
select2ify part selection
|
2019-07-07 11:24:40 +10:00 |
|
Oliver Walters
|
bd30ac037b
|
Generate a list of allowed BOM items and pass to the form template
|
2019-07-07 11:22:01 +10:00 |
|
Oliver Walters
|
3930651c59
|
Make Reference and Notes fields editable
|
2019-07-07 09:57:23 +10:00 |
|
Oliver Walters
|
b77bfc74ea
|
Pass column and index data through to each cell in the template
Allows for much more intelligent template rendering
|
2019-07-07 09:50:59 +10:00 |
|
Oliver Walters
|
0e95fb773f
|
Column adjustments
|
2019-07-07 08:48:42 +10:00 |
|
Oliver Walters
|
b1bcb0d3d2
|
Extract quantity data from BOM
|
2019-07-03 21:45:56 +10:00 |
|
Oliver Walters
|
fa90c92a2a
|
Redirect to step 3
|
2019-07-03 21:19:31 +10:00 |
|
Oliver Walters
|
064431e94f
|
Fix template to display list of missing BOM columns
|
2019-07-03 20:14:13 +10:00 |
|
Oliver Walters
|
29a27ce598
|
Improve rendering for field selection form
|
2019-07-03 20:08:49 +10:00 |
|
Oliver Walters
|
c419207420
|
Insert a blank <td> as needed
|
2019-07-02 19:48:30 +10:00 |
|
Oliver Walters
|
a25522746e
|
Reposition buttons
|
2019-07-02 19:46:39 +10:00 |
|
Oliver Walters
|
c959e8f62c
|
Add ability to remove individual rows from BOM uploader
|
2019-07-02 19:45:26 +10:00 |
|
Oliver Walters
|
fc5682f565
|
Form is now fully transferred to a formview
|
2019-07-02 19:20:45 +10:00 |
|
Oliver Walters
|
4008a9fb45
|
Upload the selected BOM file
|
2019-07-02 19:07:59 +10:00 |
|
Oliver Walters
|
802255c62d
|
Render GET as a formview rather than ajaxview
|
2019-07-02 19:02:19 +10:00 |
|
Oliver Walters
|
3c44fcaf5b
|
moving towards implementing bom upload as a page form rather than a modal form
|
2019-07-02 18:43:26 +10:00 |
|
Oliver Walters
|
a23595c28d
|
Improve data importing
- Automatically prune empty rows
- prevent automatic conversion of integers to floats
|
2019-06-29 19:56:04 +10:00 |
|
Oliver Walters
|
b089a61f74
|
Improve rendering a bit
|
2019-06-29 19:48:15 +10:00 |
|
Oliver Walters
|
ad27d912e1
|
Add some optional upload fields
(These will come in handy later)
|
2019-06-28 20:48:23 +10:00 |
|
Oliver Walters
|
cfbfc6e258
|
Delete columns in-place using javascript
|
2019-06-28 20:41:45 +10:00 |
|
Oliver Walters
|
3c2f3c2c2c
|
Add option to delete columns
|
2019-06-28 20:24:18 +10:00 |
|
Oliver Walters
|
54762713f3
|
Pass row data back through again
|
2019-06-28 20:21:21 +10:00 |
|
Oliver Walters
|
fd8ed44833
|
Detect duplicate columns, and missing columns
|
2019-06-28 20:16:17 +10:00 |
|
Oliver Walters
|
857a214e7d
|
Pass the form field data back to the server
|
2019-06-28 19:58:56 +10:00 |
|
Oliver Walters
|
58336482fe
|
POST the data back again
|
2019-06-28 19:48:22 +10:00 |
|
Oliver Walters
|
fb96651c15
|
Render column selection options
- Guess which header is which
|
2019-06-28 19:40:27 +10:00 |
|
Oliver Walters
|
60050e9f32
|
Don't restrict BomItem form to active parts for editing
|
2019-06-28 10:20:37 +10:00 |
|
Oliver Walters
|
b6a6e2dae7
|
Change the manner in which active parts are filtered for BOM
- Prevented BOM from displaying for an inactive part
- Now manually filter the queryset in the form view
|
2019-06-28 10:00:23 +10:00 |
|
Oliver Walters
|
ed2461adf1
|
Show which variants are inactive in the variant table
|
2019-06-28 09:43:50 +10:00 |
|
Oliver Walters
|
67b53d9983
|
PEP
|
2019-06-28 00:15:23 +10:00 |
|
Oliver Walters
|
872329c340
|
Fix BOM validation button
|
2019-06-28 00:10:24 +10:00 |
|
Oliver Walters
|
808d332bda
|
Show BomItem reference field in BOM table
|
2019-06-27 23:57:21 +10:00 |
|
Oliver Walters
|
4648db6ce5
|
Pass file data through to the next form page
|
2019-06-27 23:49:01 +10:00 |
|
Oliver Walters
|
a9396f4c74
|
Fix uggo buttons
|
2019-06-27 23:13:12 +10:00 |
|
Oliver Walters
|
6af51c5b35
|
Limit the number of lines returned in row_count
|
2019-06-27 23:11:54 +10:00 |
|
Oliver Walters
|
c4944268f3
|
Count the number of rows in the BOM file
|
2019-06-27 23:09:06 +10:00 |
|
Oliver Walters
|
9813205419
|
Perform 'matching' on imported field names
|
2019-06-27 22:57:55 +10:00 |
|
Oliver Walters
|
45d16f2c42
|
Create new file bom.py for BOM helper functions
- New class for managing BOM upload
|
2019-06-27 22:46:11 +10:00 |
|
Oliver Walters
|
65c7454124
|
Require certain headers to be present in the file
|
2019-06-27 22:16:24 +10:00 |
|
Oliver Walters
|
2831ac55c4
|
Link to download a BOM template file
|
2019-06-27 22:15:58 +10:00 |
|
Oliver Walters
|
3085db44af
|
Add 'reference' field to BOM item model
|
2019-06-27 21:44:40 +10:00 |
|
Oliver Walters
|
72486448b8
|
Fix form title
|
2019-06-27 21:17:33 +10:00 |
|
Oliver Walters
|
86695cf2bb
|
Validate uploaded BOM file with tablib
- Check to see if a bom_file file object was uploaded
- Pass off to the BOM file validity checker
- Only a valid tabulated dataset will be accepted
|
2019-06-27 21:09:33 +10:00 |
|
Oliver Walters
|
8b207d0d1d
|
Initial work towards uploading a BOM file
- Create a form with a single FileField
|
2019-06-27 21:09:33 +10:00 |
|
Oliver Walters
|
2dc43f0cf1
|
no message
|
2019-06-27 21:08:49 +10:00 |
|
Oliver Walters
|
cbfb6bd24c
|
no message
|
2019-06-25 19:16:24 +10:00 |
|
Oliver Walters
|
d6fcf85cd2
|
Set part category for multiple parts at once
|
2019-06-25 19:15:39 +10:00 |
|
Oliver Walters
|
faf2fd408f
|
PEP fix
|
2019-06-24 00:01:34 +10:00 |
|
Oliver Walters
|
a5306ec81b
|
Add 'revision' field to part
- e.g. different versions of a product
- Can keep old versions in database and mark as inactive
|
2019-06-20 21:46:16 +10:00 |
|
Oliver Walters
|
8328e7e13c
|
Improve uniqueness checking for Part
|
2019-06-20 21:37:25 +10:00 |
|
Oliver Walters
|
d5119e1aff
|
Replace some cog icons
|
2019-06-20 21:28:00 +10:00 |
|
Oliver Walters
|
6e1b7bf3f0
|
Fix buttons in attachment table
|
2019-06-19 19:05:18 +10:00 |
|
Oliver Walters
|
d837a1f9a2
|
Buttonize the part category page
|
2019-06-19 18:54:32 +10:00 |
|
Oliver Walters
|
fefbcf2ed9
|
Clean up buttons for stock location
|
2019-06-19 18:49:05 +10:00 |
|
Oliver Walters
|
afcbd73026
|
Consolidate visual style for "Part" tabs
|
2019-06-19 07:58:14 +10:00 |
|
Oliver Walters
|
c0e66dd9a0
|
Added pretty buttons to stock item page
|
2019-06-18 23:56:00 +10:00 |
|
Oliver Walters
|
0285d3ee83
|
Improved button mechanics
|
2019-06-18 22:54:32 +10:00 |
|
Oliver Walters
|
8842d50c72
|
Replace a whole bunch o' drop-down options with pretty buttons
|
2019-06-18 22:49:43 +10:00 |
|
Oliver Walters
|
ee5722857f
|
Re-add 'new stock item' button
|
2019-06-18 22:13:54 +10:00 |
|
Oliver Walters
|
3349d0c0df
|
Remove part 'type' fields from form
These are now presented as virtual buttons
|
2019-06-18 21:43:51 +10:00 |
|
Oliver Walters
|
1d67b4cdaa
|
Sliders now update the part options via AJAX
|
2019-06-18 19:24:10 +10:00 |
|
Oliver Walters
|
65a8a30f87
|
Many improves of the slidies
|
2019-06-18 19:05:09 +10:00 |
|
Oliver Walters
|
783b8964d1
|
Add 'slide' for part type
|
2019-06-18 18:49:52 +10:00 |
|
Oliver Walters
|
c9c851bead
|
Add 'virtual' part flag
|
2019-06-18 18:34:07 +10:00 |
|
Oliver Walters
|
a47be24410
|
Fixed test cases
|
2019-06-18 01:38:43 +10:00 |
|
Oliver Walters
|
ea0da4c8f8
|
PEP
|
2019-06-18 01:32:29 +10:00 |
|
Oliver Walters
|
79cd05423c
|
Custom aggregation of Part API
- Reduced full part query from 2.5s to 200ms!
|
2019-06-18 01:31:30 +10:00 |
|
Oliver Walters
|
37dba91b4a
|
Add 'include self' option to getUniqueChildren
|
2019-06-18 01:02:56 +10:00 |
|
Oliver Walters
|
16b6ae8d61
|
Fixed up some stupid recursion on the Tree model template
|
2019-06-18 00:59:54 +10:00 |
|
Oliver Walters
|
642660d76e
|
Improved speed of stock tree
|
2019-06-18 00:09:42 +10:00 |
|
Oliver Walters
|
037dc6a0d6
|
Reduced tree time with some better queries
|
2019-06-17 23:52:49 +10:00 |
|
Oliver Walters
|
ff6df9741f
|
Perform model validation on API serializers
If you have a class, why not subclass it?!
|
2019-06-13 23:03:58 +10:00 |
|
Oliver Walters
|
1b06d86f59
|
Export purchase order to CSV
|
2019-06-13 22:38:10 +10:00 |
|
Oliver Walters
|
c9b946655c
|
Add some more data to Part serializer
|
2019-06-13 18:33:15 +10:00 |
|
Oliver Walters
|
f0796327b3
|
Improve display of part base page
|
2019-06-12 00:29:47 +10:00 |
|
Oliver Walters
|
e4f5cc8ccd
|
Order from a part page
|
2019-06-12 00:04:20 +10:00 |
|
Oliver Walters
|
1cb6c67086
|
Launch order dialog from the 'Parts' table
|
2019-06-11 23:55:20 +10:00 |
|
Oliver Walters
|
bc05146e72
|
First pass at 'order parts' fom
- Select parts in modal form window
|
2019-06-11 23:37:32 +10:00 |
|
Oliver Walters
|
8e82488f70
|
Display 'net stock' value on front page
|
2019-06-11 21:58:20 +10:00 |
|
Oliver Walters
|
3954b33fb7
|
Use 'on_order' count in calculation for parts we need to order
|
2019-06-10 23:05:14 +10:00 |
|
Oliver Walters
|
b8bcc5ce0c
|
Separate display of open and closed purchase orders (per part)
|
2019-06-10 22:31:19 +10:00 |
|
Oliver Walters
|
9efdd836f4
|
Tweak the 'on_order' calculation
|
2019-06-10 21:56:50 +10:00 |
|
Oliver Walters
|
31ad31365a
|
Calculate parts on order for a Part / SupplierPart
|
2019-06-07 08:37:25 +10:00 |
|
Oliver Walters
|
67248ec4dd
|
List purchase orders for a given part
|
2019-06-05 21:47:22 +10:00 |
|
Oliver Walters
|
f731c45ce8
|
Replace other choice fields with commonized status code
|
2019-06-04 23:38:52 +10:00 |
|
Oliver Walters
|
782ad57f52
|
Re-enable image hovering where appropriate
|
2019-06-03 22:03:22 +10:00 |
|
Oliver Walters
|
7a3b186a0c
|
Fix double loading of modals.html
|
2019-06-03 21:51:59 +10:00 |
|
Oliver Walters
|
219c438b82
|
Part name uniqueness is case insensitive
|
2019-06-02 20:37:59 +10:00 |
|
Oliver Walters
|
64d541f453
|
Hide result types which return no results
|
2019-06-02 20:28:17 +10:00 |
|
Oliver Walters
|
0b88953706
|
Form field rearrangement
|
2019-06-02 20:07:30 +10:00 |
|
Oliver Walters
|
ba26acd487
|
Rename some fields
- Oops didn't think that through, gotta go through and fix the data now...
|
2019-06-02 19:46:30 +10:00 |
|
Oliver Walters
|
fd2e2a71f9
|
Add search results for part-category and stock-location
|
2019-06-02 19:15:05 +10:00 |
|
Oliver Walters
|
3427f81a34
|
Improve part information display
- Better terminology
|
2019-06-02 14:47:40 +10:00 |
|
Oliver Walters
|
8214aef0db
|
Add template for hover_image
|
2019-06-01 21:13:51 +10:00 |
|
Oliver Walters
|
7ac52d4d9f
|
Optionally select which column gets grouped
- Allow grouping by numerical values
|
2019-05-28 19:12:10 +10:00 |
|
Oliver Walters
|
4d518f4512
|
PEP
|
2019-05-26 16:05:54 +10:00 |
|
Oliver Walters
|
8715e29c31
|
Add ability to make variant from template
|
2019-05-26 16:00:27 +10:00 |
|
Oliver Walters
|
91a5a7f051
|
Simplify part model
- Remove 'varian't or ''revision' field
- Part name must be unique across database
|
2019-05-26 12:16:57 +10:00 |
|
Oliver Walters
|
1312148721
|
Filter parts by template or variant status (in API)
|
2019-05-26 11:15:41 +10:00 |
|
Oliver Walters
|
41eb195940
|
Thanks, PEP
|
2019-05-26 00:42:40 +10:00 |
|
Oliver Walters
|
e5bb6284db
|
Add variant-of to part detail view
|
2019-05-26 00:41:24 +10:00 |
|
Oliver Walters
|
2138977b07
|
Include template attachments in attachment count
|
2019-05-26 00:39:36 +10:00 |
|
Oliver Walters
|
d563e873ed
|
Change some icons
|
2019-05-26 00:35:52 +10:00 |
|
Oliver Walters
|
f3b17b2164
|
Add some form fields (might have to remove later)
|
2019-05-26 00:32:18 +10:00 |
|
Oliver Walters
|
21dd893c01
|
Display templated parts as italic in the part list
|
2019-05-26 00:29:17 +10:00 |
|
Oliver Walters
|
75b21bdd8f
|
Visual tweaks
|
2019-05-26 00:20:03 +10:00 |
|
Oliver Walters
|
7881a67db4
|
Calculate stock based on variant stock if part is a template
|
2019-05-26 00:01:01 +10:00 |
|
Oliver Walters
|
c45a506a10
|
Rename field part.has_variants to part.is_template
|
2019-05-25 23:58:31 +10:00 |
|
Oliver Walters
|
9c1c008f33
|
Show attachments for the Template part under attachments tab
|
2019-05-25 23:50:24 +10:00 |
|
Oliver Walters
|
08ac7e2a36
|
Rendering tweaks
|
2019-05-25 23:45:26 +10:00 |
|
Oliver Walters
|
3d57483f0e
|
Add a 'new varian't button
|
2019-05-25 23:43:06 +10:00 |
|
Oliver Walters
|
bbe66472ee
|
Display list of part variants
|
2019-05-25 23:40:59 +10:00 |
|
Oliver Walters
|
39c4611598
|
Add a tab for part variants
|
2019-05-25 23:31:23 +10:00 |
|
Oliver Walters
|
0e684071fa
|
Display message if a part is a template or a variant
|
2019-05-25 23:21:38 +10:00 |
|
Oliver Walters
|
bc778c1451
|
Prevent a Part from both having variants and being a variant of something else
|
2019-05-25 22:43:47 +10:00 |
|
Oliver Walters
|
1a2fb9e170
|
Add 'has_variants' and 'variant_of' field for Part
- StockItem cannot point to a part which is a template part
|
2019-05-25 22:27:36 +10:00 |
|
Oliver Walters
|
ecfde46838
|
Fix error in BomItem creation
|
2019-05-25 21:57:59 +10:00 |
|
Oliver
|
aeaf4e7dc9
|
Merge pull request #363 from SchrodingersGat/rest-simplify
Rest simplify
|
2019-05-23 23:03:39 +10:00 |
|
Oliver Walters
|
c2ca5a24f8
|
PEP
|
2019-05-23 22:59:56 +10:00 |
|
Oliver Walters
|
5664fc5472
|
Detail in StockItem API now optional
|
2019-05-23 22:57:45 +10:00 |
|
Oliver Walters
|
9052ccc181
|
Make 'part_detail' field in SupplierPart serializer optional
|
2019-05-23 22:44:37 +10:00 |
|
Oliver Walters
|
cf5b8d0249
|
Optional part_detail and sub_part_detail for BOM API
- Significant speed boost on request
- Request the relevent information at the right place
|
2019-05-23 22:36:19 +10:00 |
|
Oliver Walters
|
d386c2a6f9
|
Include total stock in PartBrief serializer
|
2019-05-23 21:51:27 +10:00 |
|
Oliver Walters
|
27f956bffa
|
Part detail rendering improvements
|
2019-05-22 23:27:43 +10:00 |
|
Oliver Walters
|
cd7bc6cce5
|
Include pricing information in part supplier view
Also some CSS tweaks to secondary modal buttons
|
2019-05-22 22:11:27 +10:00 |
|
Oliver Walters
|
d3a5661dbd
|
Serializer fix
|
2019-05-21 15:42:52 +10:00 |
|