github-actions[bot] 
							
						 
					 
					
						
						
							
						
						ef5fd93207 
					 
					
						
						
							
							[Setup] Support X-Forwarded-Proto header ( #8790 ) ( #8797 )  
						
						... 
						
						
						
						* Remove use_x_forwarded_port setting
- As per the docs, this is ignored in favour of use_x_forwarded_host
- So, is not being used anyway
* Add note on x_forwarded_host option
* Add warning message if SITE_URL not provided
* Add support for SECURE_PROXY_SSL_HEADER
* Update configuration template file
* Update SITE_URL docs
* Remove line
* Re-add use_x_forwarded_port
* Docs tweak
* Improve wording
* Fix broken link
(cherry picked from commit 23e4f2f2a2oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-31 12:50:51 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						a70382ac7a 
					 
					
						
						
							
							Update version.py ( #8776 )  
						
						... 
						
						
						
						Bump version number to 0.17.2 
						
						
					 
					
						2024-12-27 14:32:26 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						eed6223187 
					 
					
						
						
							
							Fix default value for SESSION_COOKIE_SECURE ( #8767 ) ( #8769 )  
						
						... 
						
						
						
						- Default value was previously 'True'
- Documentation indicated that it was 'False'
- Value in config_template.yaml was 'False' (but commented out)
(cherry picked from commit d4ee8c53b2oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-26 22:40:26 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						cab7a06146 
					 
					
						
						
							
							Zero stock fix ( #8766 ) ( #8768 )  
						
						... 
						
						
						
						* Change backend validation
- Allow stock adjustments with zero quantity
* Frontend changes
(cherry picked from commit ae7f4e33d5oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-26 11:26:04 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						40245a6c4a 
					 
					
						
						
							
							[0.17.x] Fix REST registration endpoint ( #8738 ) ( #8763 )  
						
						... 
						
						
						
						* Fix REST registration endpoint (#8738 )
* Re-add html account base
Fixes  #8690 
* fix base template
* override dj-rest-auth pattern to fix fixed token model reference
* pin req
* fix urls.py
* move definition out to separate file
* fix possible issues where email is not enabled but UI shows that registration is enabled
* fix import order
* fix token recovery
* make sure registration redirects
* fix name change
* fix import name
* adjust description
* cleanup
* bum api version
* add test for registration
* add test for registration requirements
* fix merge issues
* fix merge from https://github.com/inventree/InvenTree/pull/8724  
						
						
					 
					
						2024-12-25 11:38:02 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						3cb806d20a 
					 
					
						
						
							
							Handle error when loading icon pack ( #8753 ) ( #8755 )  
						
						... 
						
						
						
						* Handle error when loading icon pack
* Update
(cherry picked from commit 8fcebefa0boliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-24 10:29:24 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						8f1bf95463 
					 
					
						
						
							
							Add separate dialog for 'Ship Order' button ( #8734 ) ( #8735 )  
						
						... 
						
						
						
						(cherry picked from commit 0bcad6b3401337joe@users.noreply.github.com > 
						
						
					 
					
						2024-12-22 16:12:57 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						4019dc9c9c 
					 
					
						
						
							
							Forms fixes ( #8722 ) ( #8729 )  
						
						... 
						
						
						
						* Refactor form fields
- Allow error message to be passed through via field definition
- Return error information to onFormError
* Fix debounce issue for text fields
* Fix for useForm hook
* Badge fix
- Fix badge rendering for SalesOrderShipment
* Cleanup unit test
(cherry picked from commit aabcf52cd2oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-20 15:52:06 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						70f17997eb 
					 
					
						
						
							
							[UI] Link fix ( #8726 ) ( #8728 )  
						
						... 
						
						
						
						- Fixes anchor issues in stock tracking table
(cherry picked from commit 68ac4118e9oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-20 12:28:49 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						2d773a7b3e 
					 
					
						
						
							
							Badge fix ( #8725 ) ( #8727 )  
						
						... 
						
						
						
						- Fix badge rendering for SalesOrderShipment
(cherry picked from commit 130bc84b44oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-20 12:21:42 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						39211ff4b6 
					 
					
						
						
							
							Fix MFA auth flow ( #8720 ) ( #8724 )  
						
						... 
						
						
						
						* Re-add html account base
Fixes  #8690 
* fix base template
Co-authored-by: Matthias Mair <code@mjmair.com > 
						
						
					 
					
						2024-12-20 09:12:14 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						e37ff5c3d5 
					 
					
						
						
							
							[UI] Enhanced null checks ( #8706 ) ( #8711 )  
						
						... 
						
						
						
						* Extra null check in SettingList.tsx
* Null checks on error responses
(cherry picked from commit 378d69f0b3oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-19 01:01:51 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						6bd32c9236 
					 
					
						
						
							
							Image upload error ( #8700 ) ( #8704 )  
						
						... 
						
						
						
						* Add helper function for displaying API error message
* Provide feedback on image upload
* Update notification
(cherry picked from commit 1eaf3a4594oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-19 00:16:39 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						04aec83e95 
					 
					
						
						
							
							Cast barcode scan IDs to list ( #8701 ) ( #8702 )  
						
						... 
						
						
						
						- Fixes issues with limitations on old MySQL server
(cherry picked from commit 4569fd273doliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-18 17:04:18 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						b57d035f7f 
					 
					
						
						
							
							Fix for table update ( #8698 ) ( #8699 )  
						
						... 
						
						
						
						- Retain data when updating a single record
- Fixes https://github.com/inventree/InvenTree/issues/8693 
(cherry picked from commit 1910612725oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-18 15:39:37 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						3ac49441ca 
					 
					
						
						
							
							Update version.py ( #8689 )  
						
						... 
						
						
						
						Bump version number to 0.17.1 
						
						
					 
					
						2024-12-17 22:31:20 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						667e0a1bee 
					 
					
						
						
							
							Update version number ( #8676 )  
						
						
						
						
					 
					
						2024-12-17 09:15:43 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						d42435c841 
					 
					
						
						
							
							[Refactor] Barcode scanning ( #8658 )  
						
						... 
						
						
						
						* Enhance SupplierPart barcode mixin
- Provide richer response based on available data
* Add comment
* Add new fields to BarcodePOReceiveSerializer
* Add "supplier" information to serializer
* Add 'is_completed' method for PurchaseOrderLineItem
* Refactor SupplierBarcodeMixin
* Tweak error message
* Logic fix
* Fix response data
* Improved error checking
* Bump API version
* Bump API version
* Error handling
- Improve get_supplier_part method
- Error handling
- Wrap calls to external plugins
* Enhanced unit testing and exception handling
* More exception handling
* Fix circula imports
* Improve unit tests
* Adjust filtering
* Remove outdated tests
* Remove success code for matching item 
						
						
					 
					
						2024-12-17 07:39:49 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						169f4f8350 
					 
					
						
						
							
							[PUI] Order Parts Wizard ( #8602 )  
						
						... 
						
						
						
						* Add generic <WizardDrawer />
* Add a wizard hook
- Similar to existing modal form hook
* Slight refactor
* Simple placeholder table
* Only purchaseable parts
* Add callback to remove selected part
* Add step enum
* Improve wizard
* Render supplier image
* Add validation checks for wizard
* Further wizard improvements
* add error support
* Improvements
* Refactoring
* Add error checking
* Order from part detail page
* Implement from SalesOrder view
* Implement from build line table
* Implement from StockItem table
* Add to StockDetail page
* Cleanup PartTable
* Refactor to use DataTable interface
* Simplify wizard into single step
* Refactoring
* Allow creation of new supplier part
* Cleanup
* Refactor <PartDetail>
* Fix static hook issue
* Fix infinite useEffect
* Playwright tests 
						
						
					 
					
						2024-12-16 23:07:33 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						34b70d0a39 
					 
					
						
						
							
							PUI: Adjust test result table ( #8667 )  
						
						... 
						
						
						
						- Allow disable of results for "disabled" tests
- Controlled via additional table filter 
						
						
					 
					
						2024-12-16 14:28:27 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						88ab59359f 
					 
					
						
						
							
							New Crowdin translations by GitHub Action ( #8654 )  
						
						... 
						
						
						
						Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-12-16 09:50:27 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						7bfd36f7cb 
					 
					
						
						
							
							Refactor: Move settings definitions (and most validators) out of models.py ( #8646 )  
						
						... 
						
						
						
						* move out settings definitions
* fix import paths
* move validators into appropiate settings
* fix refactor error
* fix import paths
* move types out
* add validator tests
* add option to reload internal issues
* fix tests 
						
						
					 
					
						2024-12-13 11:57:11 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						dd83735710 
					 
					
						
						
							
							Fix vulnerable dependencies ( #8655 )  
						
						... 
						
						
						
						* bump container reqs
* bump vul frontend dep
* fix tests 
						
						
					 
					
						2024-12-12 08:38:11 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						1adc42d422 
					 
					
						
						
							
							Filter fix ( #8652 )  
						
						... 
						
						
						
						* Allow ordering  by IPN
* Update table 
						
						
					 
					
						2024-12-11 15:44:00 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						ad6bd635e6 
					 
					
						
						
							
							New Crowdin translations by GitHub Action ( #8632 )  
						
						... 
						
						
						
						Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-12-11 15:43:47 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						3554429baa 
					 
					
						
						
							
							SalesOrder Data Migration ( #8585 )  
						
						... 
						
						
						
						* Add data migration to remedy bug
* Add migration tests
* Remove faulty migration test
* Tweak filter
* Update migration file
---------
Co-authored-by: Matthias Mair <code@mjmair.com > 
						
						
					 
					
						2024-12-11 07:52:18 +11:00 
						 
				 
			
				
					
						
							
							
								Michael 
							
						 
					 
					
						
						
							
						
						5aae93e635 
					 
					
						
						
							
							Added first example to plugin unit test ( #8636 )  
						
						... 
						
						
						
						* Start documentation chapter for plugin tests
* Added env variables to the doc
* Fix style errors
* Further style bugs
* Reformat environment variables
* Reformat environment variables
* Add comments from wolflu05
* Add text to the intro
* Added first example the plugin unit test
* Addred line it function
* Typo
* Typo
* Typo 
						
						
					 
					
						2024-12-11 07:27:44 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						64dc5659bc 
					 
					
						
						
							
							Add ITEM_RECEIVED event ( #8651 )  
						
						... 
						
						
						
						* Add ITEM_RECEIVED event
- Triggered when an item is recevied against a purchase order
* Adjust unit test 
						
						
					 
					
						2024-12-11 07:21:35 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						4a8cb6f7f3 
					 
					
						
						
							
							Add IPN column to RelatedPartTable ( #8650 )  
						
						
						
						
					 
					
						2024-12-10 21:23:23 +11:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d1c06ed12a 
					 
					
						
						
							
							Bump nanoid from 3.3.7 to 3.3.8 in /src/frontend ( #8647 )  
						
						... 
						
						
						
						Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-12-10 19:52:05 +11:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						987e0272f4 
					 
					
						
						
							
							Bump django from 4.2.16 to 4.2.17 in /src/backend ( #8634 )  
						
						... 
						
						
						
						* Bump django from 4.2.16 to 4.2.17 in /src/backend
Bumps [django](https://github.com/django/django ) from 4.2.16 to 4.2.17.
- [Commits](https://github.com/django/django/compare/4.2.16...4.2.17 )
---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix req
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com > 
						
						
					 
					
						2024-12-09 07:37:13 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						82bce192e6 
					 
					
						
						
							
							Fix URL generation error ( #8630 )  
						
						... 
						
						
						
						- Implement better helper function for handling URL generation
- Handle errors in said function 
						
						
					 
					
						2024-12-06 14:44:13 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						9f120ef76f 
					 
					
						
						
							
							Bug fix for stock transfer ( #8631 )  
						
						... 
						
						
						
						- Prevent duplication of tracking data 
						
						
					 
					
						2024-12-06 14:41:28 +11:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						4e36c7a2d7 
					 
					
						
						
							
							New Crowdin translations by GitHub Action ( #8589 )  
						
						... 
						
						
						
						Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-12-05 19:53:16 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						744dc895e9 
					 
					
						
						
							
							Fix ordering issue in notifications table ( #8626 )  
						
						
						
						
					 
					
						2024-12-04 17:56:56 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						1a8b030819 
					 
					
						
						
							
							[PUI] Supplier part badges ( #8625 )  
						
						... 
						
						
						
						* API fixes for SupplierPart
- Move API filtering into SupplierPartFilter class
- Correct field annotation for detail view
* Add "in stock" and "no stock" badges to SupplierPart detail
* Update details
* Annotate 'on_order' quantity for SupplierPart
* Add "has_stock" filter to SupplierPart API
* Improve API query efficiency
* Add 'has_stock' filter to table
* Update <SupplierPartDetail>
* Bump API version 
						
						
					 
					
						2024-12-03 15:21:06 +11:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						47b8f8fb32 
					 
					
						
						
							
							Bump pyjwt from 2.10.0 to 2.10.1 in /src/backend ( #8619 )  
						
						... 
						
						
						
						* Bump pyjwt from 2.10.0 to 2.10.1 in /src/backend
Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.0...2.10.1 )
---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix req
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com > 
						
						
					 
					
						2024-12-03 14:04:39 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						a20fd9d231 
					 
					
						
						
							
							[PUI] fix Table Context Menu Links ( #8623 )  
						
						... 
						
						
						
						* Add switch to disable context menu
Fixes  #8553 
* make attachment links right-clickable 
						
						
					 
					
						2024-12-03 09:07:18 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						4f3e8cb0a0 
					 
					
						
						
							
							[PUI] infinite loop if classic frontend is disabled ( #8614 )  
						
						... 
						
						
						
						Fixes  #8575  
					
						2024-12-02 21:42:31 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						21cd285599 
					 
					
						
						
							
							[PUI] Url fixes ( #8615 )  
						
						... 
						
						
						
						* Refactor URL generation
- Use built-in URL function
- Refactor "admin" button
- Refactor API image
- Refactor printing actions
- Refactor attachment link
* Refactor URL generation for icon packs 
						
						
					 
					
						2024-12-02 18:49:15 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						147ca53629 
					 
					
						
						
							
							Build required widget ( #8610 )  
						
						... 
						
						
						
						* Implement "required for build orders" dashboard widget
* Allow dashboard widges to be optionally disabled
* Fix for enabled check 
						
						
					 
					
						2024-12-02 13:41:31 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						f7697bd481 
					 
					
						
						
							
							make logic simpler ( #8613 )  
						
						
						
						
					 
					
						2024-12-02 10:49:28 +11:00 
						 
				 
			
				
					
						
							
							
								Matthias Mair 
							
						 
					 
					
						
						
							
						
						f9487597fb 
					 
					
						
						
							
							[PUI] Make dashboard header look less like a widget ( #8611 )  
						
						... 
						
						
						
						* blend in header
* move indicator 
						
						
					 
					
						2024-12-02 10:48:44 +11:00 
						 
				 
			
				
					
						
							
							
								Michael 
							
						 
					 
					
						
						
							
						
						8ac852728e 
					 
					
						
						
							
							Added a comment on database creation for local testing ( #8603 )  
						
						... 
						
						
						
						* New pic
* Marked external icon in picture
* Added a comment on database creation for unittest
* Update contributing.md
---------
Co-authored-by: Oliver <oliver.henry.walters@gmail.com > 
						
						
					 
					
						2024-12-02 09:47:49 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						7a3ceb9d6e 
					 
					
						
						
							
							Fix for hasOwn ( #8600 )  
						
						... 
						
						
						
						- Also add null check on function call
- Closes https://github.com/inventree/InvenTree/issues/8595  
						
						
					 
					
						2024-11-30 21:32:48 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						3149ae79ce 
					 
					
						
						
							
							Allow settings value to be nullified ( #8596 )  
						
						... 
						
						
						
						* Allow settings value to be nullified
* Additional null check
* Bump API version
* Fix for unit test 
						
						
					 
					
						2024-11-30 15:30:28 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						327884ca26 
					 
					
						
						
							
							[PUI] Barcode title ( #8591 )  
						
						... 
						
						
						
						* Increase query limit
* PUI: Barcode UI tweaks
- Small visual tweaks to barcode dialogs 
						
						
					 
					
						2024-11-29 17:32:15 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						20d862e350 
					 
					
						
						
							
							Return Order - Improvements ( #8590 )  
						
						... 
						
						
						
						* Increase query limit
* Add "quantity" field to ReturnOrderLineItem model
* Add 'quantity' to serializer
* Optionally split stock when returning from customer
* Update the line item when splitting
* PUI updates
* Bump API version
* Add unit test 
						
						
					 
					
						2024-11-29 17:06:35 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						dd9a6a8a2d 
					 
					
						
						
							
							Event enum ( #8573 )  
						
						... 
						
						
						
						* Add enumeration for stock events
* Update function def
* Refactor build events
* Plugin events
* Update order events
* Overdue order events
* Add documentation
* Revert mkdocs.yml
* Stringify event name
* Enum cleanup
- Support python < 3.11
- Custom __str__
* Add unit tests
* Fix duplicated code
* Update unit tests
* Bump query limit
* Use proper enums in unit tests 
						
						
					 
					
						2024-11-29 12:05:05 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						390828d166 
					 
					
						
						
							
							Hide "location" column in certain conditions ( #8587 )  
						
						
						
						
					 
					
						2024-11-29 10:45:24 +11:00