Oliver
f27acde934
More fixes
...
- Allow stock item creation for inactive parts
- Better handling of successful stock item creation
- Disable fields rather than hiding them
2021-11-05 00:02:55 +11:00
Oliver
aaf27d4098
Adds new buttons to create a new stock item
2021-11-03 07:27:58 +11:00
Oliver
360f0406b5
CSS updates
...
- Add template for filter lists
- Filter lists now layout horizontally
- Change flex-row to flex-wrap
2021-11-01 08:38:24 +11:00
Oliver
57240865e8
More tweaking
2021-10-30 00:05:32 +11:00
Oliver
c04118ed8a
Driving the refactor tractor around the farm
2021-10-29 22:20:06 +11:00
Oliver
b41d1aed12
Refactor admin button for:
...
- build order
- part detail
- stock item
- stock location
- company detail
- manufacturer-part
- purchase order
- sales order
2021-10-29 17:07:35 +11:00
Oliver
80a41affc1
More sidebar action
2021-10-29 01:20:24 +11:00
Oliver
5a2c20ea55
Refactor sidebar for "company" display
2021-10-29 01:05:39 +11:00
Oliver
ae2c3e8293
remove "panel-inventree" references
2021-10-28 08:31:36 +11:00
Oliver
711b3ba923
remove "panel-default"
2021-10-27 23:08:15 +11:00
Oliver
5959dccff0
Refactor "supplier_part" page
2021-10-27 22:56:17 +11:00
Oliver
fe25ce8cd1
Refactor "manufacturer_part" view
2021-10-27 22:52:11 +11:00
Oliver
9536231cb0
Refactor company base page
2021-10-27 22:44:46 +11:00
Oliver
a004f293ff
Replace all instances of data-toggle with data-bs-toggle
2021-10-27 22:06:30 +11:00
Oliver
2d910022ac
Fix for supplier price breaks
...
- Make "price" field an InvenTreeMoneySerializer instance
- Add client-side validation for number inputs
2021-10-26 01:55:41 +11:00
Oliver
4f985ae225
Revert 1fb76b9
...
Removes global functions to enable / disable entire sections of functionality
2021-10-13 09:40:17 +11:00
Oliver
bc3be635ae
Reset modal image when a new image is uploaded
2021-10-06 21:03:40 +11:00
Oliver
e39f1c320c
Merge remote-tracking branch 'inventree/master' into auto-allocation-improvements
2021-10-05 12:53:47 +11:00
Oliver
ae0efe73d1
Further improvements to build allocation form
...
- Auto-allocation button ignores outputs which are complete
- StockItem API allows filtering by BomItem
- Quantity inputs are now auto-filled
- Display progress bar in the modal form
2021-10-05 08:25:10 +11:00
Oliver
0c04bfaa85
Move "rebuild_thumbnails" to being a management command
...
- Does not run every time the server reboots
- Has to be called manually
- Normally does not need to be run and is a long-running process!
2021-10-05 08:05:26 +11:00
eeintech
a735a3e15c
Added migration file
2021-10-04 16:41:41 -04:00
eeintech
6e31a8111b
Fix plural name for Companies in Admin interface
2021-10-04 15:57:07 -04:00
Matthias
0ebc45e834
replace i html tags
2021-09-02 00:18:47 +02:00
eeintech
35738ce026
Updated all 'add' buttons to 'btn-success' CSS class
2021-08-23 14:52:35 -04:00
eeintech
6f742319e5
Corrected color of 'new' orders UI button
2021-08-23 12:48:47 -04:00
Matthias
3682eaac14
disable links in navbar in company views
2021-08-22 22:27:53 +02:00
eeintech
ec7392303d
Fixed company templates
2021-08-19 10:47:46 -04:00
eeintech
91e314ddb5
Only connect ManufacturerPart if a. it exists b. SupplierPart is not yet connected
2021-08-11 17:08:46 -04:00
eeintech
a2590f1a3b
Merged master
2021-08-11 16:16:20 -04:00
Oliver
c32b6b2272
Hide the "part" field when editing manufacturer part and supplier part objects
2021-08-10 11:01:17 +10:00
Oliver
e03afce335
Add "instance_filters" for SupplierPart model
...
- Restrict the "manufacturer_part" query based on the current part
2021-08-10 11:00:27 +10:00
Oliver
7117c33379
Raise validation error if the manufacturer part does not point to the correct part
2021-08-10 10:58:11 +10:00
eeintech
1bf49a1458
Re-added ability to link manufacturer part to supplier part via API
2021-08-05 14:06:31 -04:00
Oliver
4381a16b0e
Template cleanup
2021-07-29 12:31:07 +10:00
Oliver
baa6283d20
Fixes
2021-07-28 23:47:50 +10:00
Oliver
5744796506
Adds an API filter class for the ManufacturerPart list endpoint
2021-07-28 23:32:49 +10:00
Oliver
57551d3ac3
inventreeDelete was not returning the promise
2021-07-27 08:17:53 +10:00
Oliver
893628d1b8
URL fixes
2021-07-21 10:52:14 +10:00
Oliver
b0c4a58f30
Fix URL patterns for ManufacturerPart and SupplierPart
2021-07-20 15:06:09 +10:00
Oliver
efb4f194b6
Refactor StockExportOptions form
2021-07-19 17:23:18 +10:00
Oliver
33e70ec5a7
Unit test fixes
2021-07-19 10:55:23 +10:00
Oliver
565fe9a98e
Remove custom creation code for SupplierPart serializer
2021-07-19 09:44:48 +10:00
Oliver Walters
0d660e3c69
Unit test fixes
...
(cherry picked from commit 787064abc0
)
2021-07-19 00:24:21 +10:00
Oliver Walters
0288a1acbf
Refactor edit and delete views for ManufacturerPart
2021-07-18 22:59:34 +10:00
Oliver Walters
0c91691ed2
Refactor SupplierPartEdit and SupplierPartDelete forms
2021-07-18 22:46:23 +10:00
Oliver Walters
56fa6c512b
Refactor SupplierPartCreate form
2021-07-18 22:21:11 +10:00
Oliver
bb60eed897
Merge pull request #1811 from SchrodingersGat/spa
...
Dynamically switch between navbar selections on pages
2021-07-15 23:43:43 +10:00
Oliver
676cca89a1
Refactor ManufacturerPart pages
2021-07-15 21:32:46 +10:00
Oliver
52da678636
Refactor SupplierPart page
2021-07-15 21:24:33 +10:00
Oliver
df89008116
Refactor allocation page(s)
...
- Also perform null check on notes before displaying
2021-07-15 16:53:14 +10:00