mirror of
https://github.com/inventree/inventree-website.git
synced 2025-11-02 22:45:45 +00:00
Add plugins to repo (#252)
This commit is contained in:
33
_repo/inventree-consolidated-shipping.md
Normal file
33
_repo/inventree-consolidated-shipping.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: inventree-consolidated-shipment-lines
|
||||
title: InvenTree Consolidated Shipping Lines
|
||||
license: MIT
|
||||
open_source: true
|
||||
stable: true
|
||||
maintained: true
|
||||
pypi: true
|
||||
package_name: inventree-consolidated-shipment-lines
|
||||
github: https://github.com/SchrodingersGat/inventree-consolidated-shipping-report
|
||||
issue_tracked: https://github.com/SchrodingersGat/inventree-consolidated-shipping-report/issues
|
||||
website: https://inventree.org
|
||||
categories: Shipping
|
||||
tags: shipping consolidated report
|
||||
---
|
||||
|
||||
InvenTree Consolidated Shipping Lines
|
||||
|
||||
Adds extra report context when generating shipping reports, consolidating multiple stock items against each line item.
|
||||
|
||||
## Installation
|
||||
|
||||
The easiest way to install the plugin is via the InvenTree user interface.
|
||||
|
||||
Alternatively, you can install the plugin manually as follows:
|
||||
|
||||
```
|
||||
pip install inventree-consolidated-shipment-lines
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Refer to the [plugin documentation](https://github.com/SchrodingersGat/inventree-consolidated-shipping-report) for further instructions and information.
|
||||
33
_repo/inventree-harmonized-codes.md
Normal file
33
_repo/inventree-harmonized-codes.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: inventree-harmonized-codes
|
||||
author: SchrodingersGat
|
||||
license: MIT
|
||||
open_source: true
|
||||
stable: true
|
||||
maintained: true
|
||||
pypi: true
|
||||
package_name: inventree-harmonized-system-codes
|
||||
github: https://github.com/SchrodingersGat/inventree-harmonized-codes
|
||||
issue_tracked: https://github.com/SchrodingersGat/inventree-harmonized-codes/issues
|
||||
website: https://inventree.org
|
||||
categories: Shipping
|
||||
tags: shipping harmonized codes
|
||||
---
|
||||
|
||||
Harmonized System Codes for InvenTree
|
||||
|
||||
A plugin which provides facility to assign harmonized system (HS) codes against parts when shipping internationally.
|
||||
|
||||
## Installation
|
||||
|
||||
The easiest way to install the plugin is via the InvenTree user interface.
|
||||
|
||||
Alternatively, you can install the plugin manually as follows:
|
||||
|
||||
```
|
||||
pip install inventree-harmonized-system-codes
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Refer to the [plugin documentation](https://github.com/SchrodingersGat/inventree-harmonized-codes) for further instructions and information.
|
||||
Reference in New Issue
Block a user