mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 04:45:38 +00:00 
			
		
		
		
	Describe calendar export in docs (#399)
* Update po.md Describe calendar export function * Update so.md Add calendar export * Change purchase to sales * Add missing calendar/ to URL for PO * Add missing calendar/ to URL in SO
This commit is contained in:
		| @@ -102,3 +102,12 @@ A new purchase order is then created based on the currently selected order: | ||||
| {% with id="purchase_order_duplicate_3", url="buy/po_duplicate_3.png", description="Duplicate Purchase Order" %} | ||||
| {% include "img.html" %} | ||||
| {% endwith %} | ||||
|  | ||||
| ### Calendar view | ||||
|  | ||||
| Using the button to the top right of the list of Purchase 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/purchase-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