mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Add API Calendar for Return Orders (#4899)
* Add RO to calendar output * Update title and description to be more descriptive * Add documentation * Add simple test for RO calendar * Lint/syntax * Lint * Changes to title, description
This commit is contained in:
@ -99,3 +99,12 @@ While [line items](#line-items) must reference a particular stock item, extra li
|
||||
## Return Order Reports
|
||||
|
||||
Custom [reports](../report/return_order.md) can be generated against each Return Order.
|
||||
|
||||
### Calendar view
|
||||
|
||||
Using the button to the top right of the list of Return Orders, the view can be switched to a calendar view using the button <span class='fas fa-calendar-alt'></span>. This view shows orders with a defined target date only.
|
||||
|
||||
This view can be accessed externally as an ICS calendar using a URL like the following:
|
||||
`http://inventree.example.org/api/order/calendar/return-order/calendar.ics`
|
||||
|
||||
by default, completed orders are not exported. These can be included by appending `?include_completed=True` to the URL.
|
||||
|
Reference in New Issue
Block a user