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
|
88ec40e454
|
Fix success_url for notes form
|
2020-02-01 22:25:35 +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
|
427f47310b
|
Add detail pane to top-level part view
|
2019-09-27 10:04:20 +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
|
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
|
2d17f957f1
|
Remove code duplication for part data export
|
2019-09-15 19:52:28 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
3a87cd866c
|
Tests for part creation
- Need more tests for POST action
|
2019-08-08 23:32:34 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
29a27ce598
|
Improve rendering for field selection form
|
2019-07-03 20:08:49 +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 |
|