Oliver
|
13ebaf43e1
|
List refactor (#179)
* Catch paginator bug if widget is disposed before request returns
* Refactoring paginated query widget
- Add option to enable / disable search filters
* Major refactor of paginated search widget
- Learned something new.. a state can access widget.<attribute>
- THIS CHANGES EVERTHING
* Preferences: Add code for tri-state values
- Also improve unit testing for preferences code
* Allow boolean form fields to be optionally tristate
* paginator: Allow custom boolean filters
* Remove outdated filtering preferences
* Refactor filter options
- Allow specification of more detailed options
* Add custom filters for "part" list
* filter tweaks
* Remove legacy "SublocationList" widget
* Add filtering option for locationlist
* Updates for stock location widget
* Refactor category display widget
* More widget refactoring
* Update main search widget
* Fix unit tests
* Improve filtering on BOM display page
|
2022-07-19 23:29:01 +10:00 |
|
Oliver Walters
|
6192932322
|
Add ordering options for "Part" list
|
2022-07-06 20:59:38 +10:00 |
|
Oliver Walters
|
e35c4df846
|
Allows displays of Bill of Materials for assembled parts
|
2022-07-05 16:59:32 +10:00 |
|
Oliver Walters
|
b18dd92079
|
Fixes after preferences file refactor
|
2022-05-21 19:44:47 +10:00 |
|
Oliver Walters
|
84edaef10a
|
Bug fix and refactoring
- Display difference between "in stock" and "unallocated stock"
- Refactor to use single function in detail and list widgets
|
2022-04-18 21:49:10 +10:00 |
|
Oliver Walters
|
8d255885cf
|
Use "availableStock" in part list
|
2022-04-18 21:40:56 +10:00 |
|
Oliver
|
25701c0c1c
|
Bug fix for stock item creation form
|
2022-01-05 14:58:04 +11:00 |
|
Oliver
|
a5b52ea1cc
|
Linting
|
2021-10-04 08:31:39 +11:00 |
|
Oliver
|
d08a94ac2c
|
Refactor paginated search widgets
- Implement a base class
- Override specific members
|
2021-10-04 08:08:07 +11:00 |
|
Oliver
|
6dad1f2b25
|
Refactor part list
|
2021-10-04 00:20:06 +11:00 |
|