[UI] Reimplement calendar views (#8933)
* Add deps for @fullcalendar * Basic calendar setup * Add locale support * Add custom <SegmentedIconControl> component * optional 'control' for panel * Scaffolding out build index page * Fetch build orders based on calendar dates * Display builds * Click to navigate to build * Working on custom header * Implement button functionality * Display current month name * Implement datepicker dropdown * Adjust layout * Custom rendering * Include part detail * Implement hook to track calendar state * Clearing search causes immediate update * Offload core functionality into hook - Adds search input * Spread props correctly * Cleanup * Allow build orders to be edited directly from calendar view * Cleanup * Fix for InvenTreeCalendarProps * Improve date range filtering for Build model * Simplify BuildFilter * Refactoring * PurchaseOrder calendar implementation * Allow edit of purchase orders * Refactor and implement for all order types - Add missing "issue_date" field for SalesOrder - Refactor API for other order types - Fix rendering issues * Bump API version * Add playwright tests for calendar (simple) * Fix migrations * Simplify notifications * Refactor filter components - Make them more generic * Enable custom filters for calendars * Custom filters per table * Display status label * Refactoring * Update playwright tests * Update build order docs * Bug fix for order date editing * Update purchase order docs * Return Order docs * Update date formatting
BIN
docs/docs/assets/images/build/build_calendar.png
Normal file
After Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 231 KiB |
BIN
docs/docs/assets/images/order/po_calendar.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
docs/docs/assets/images/order/po_display.png
Normal file
After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 263 KiB |
BIN
docs/docs/assets/images/order/ro_calendar.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
docs/docs/assets/images/order/ro_display.png
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
docs/docs/assets/images/order/ro_list.png
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
docs/docs/assets/images/order/so_calendar.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
docs/docs/assets/images/order/so_display.png
Normal file
After Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 263 KiB |