mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 07:10:55 +00:00
Added example for barcode plugin (#5670)
* Added example for barcode plugin * Add some words in stock location reports * Correct error in link * Correct error in link * Typo in link * Style in code example
This commit is contained in:
@ -148,6 +148,7 @@ InvenTree supports the following reporting functionality:
|
||||
| [Purchase Order Report](./purchase_order.md) | Format a purchase order report |
|
||||
| [Sales Order Report](./sales_order.md) | Format a sales order report |
|
||||
| [Return Order Report](./return_order.md) | Format a return order report |
|
||||
| [Stock Location Report](./stock_location.md) | Format a stock location report |
|
||||
|
||||
### Default Reports
|
||||
|
||||
|
16
docs/docs/report/stock_location.md
Normal file
16
docs/docs/report/stock_location.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Stock Location Reports
|
||||
---
|
||||
|
||||
## Stock location Reports
|
||||
|
||||
You can print a formatted report of a stock location. This makes sense if you have several parts inside one location, e.g. a box that is sent out to a manufacturing partner. Whit a report you can create a box content list.
|
||||
|
||||
### Context Variables
|
||||
You can use all content variables from the [StockLocation](./context_variables.md#stocklocation) object.
|
||||
|
||||
### Default Report Template
|
||||
|
||||
A default report template is provided out of the box, which can be used as a starting point for developing custom return order report templates.
|
||||
|
||||
View the [source code](https://github.com/inventree/InvenTree/blob/master/InvenTree/report/templates/report/inventree_slr_report.html) for the default stock location report template.
|
Reference in New Issue
Block a user