mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
Merge pull request #181 from mechanarchy/20231127-copyediting
Website copy editing
This commit is contained in:
commit
8c3a8849d2
@ -2,14 +2,14 @@
|
|||||||
title: Alternatives
|
title: Alternatives
|
||||||
---
|
---
|
||||||
|
|
||||||
InvenTree is by far not the only software for managing 'things'<tm>, there are even a few in the OSS space that adress all your possible needs. We have compiled a list with (more or less) competitors and why they might be a better fit.
|
InvenTree is by far not the only software for managing 'things'™, there are even a few in the OSS space that may address all your possible needs. We have compiled a list with several competitors, and why they might be a better fit.
|
||||||
|
|
||||||
PLMs:
|
PLMs:
|
||||||
- [Partkeepr](https://partkeepr.org/) - one of the OG OSS inventory solutions
|
- [Partkeepr](https://partkeepr.org/) - one of the OG OSS inventory solutions
|
||||||
- [Partsbox](https://partsbox.com/) `for profit` nice interface and reasonable priced for SMEs
|
- [Partsbox](https://partsbox.com/) `for profit` nice interface and reasonable priced for SMEs
|
||||||
- [Bomist](https://bomist.com/) `for profit` free version with limited function
|
- [Bomist](https://bomist.com/) `for profit` free version with limited function
|
||||||
|
|
||||||
Asset Managemnt:
|
Asset Management:
|
||||||
- [SnipeIt](https://snipeitapp.com/) - battleproven stable in the PHP scene
|
- [SnipeIt](https://snipeitapp.com/) - battleproven stable in the PHP scene
|
||||||
- [Odoo](https://github.com/odoo) - full open source ERP
|
- [Odoo](https://github.com/odoo) - full open source ERP
|
||||||
|
|
||||||
|
@ -57,6 +57,6 @@ If you see any sections of the documentation that require work (i.e. denoted wit
|
|||||||
|
|
||||||
New users tend to ask questions in the [issues](https://github.com/inventree/InvenTree/issues) or [discussions](https://github.com/inventree/InvenTree/discussions). Be there, answer questions or [show off](https://github.com/inventree/InvenTree/discussions/categories/show-and-tell) your projects. Together we learn new things and get inspired for our usage.
|
New users tend to ask questions in the [issues](https://github.com/inventree/InvenTree/issues) or [discussions](https://github.com/inventree/InvenTree/discussions). Be there, answer questions or [show off](https://github.com/inventree/InvenTree/discussions/categories/show-and-tell) your projects. Together we learn new things and get inspired for our usage.
|
||||||
|
|
||||||
Our offical channels are:
|
Our official channels are:
|
||||||
- Twitter [@inventreedb](https://twitter.com/inventreedb)
|
- Twitter [@inventreedb](https://twitter.com/inventreedb)
|
||||||
- Reddit [r/InvenTree](https://www.reddit.com/r/InvenTree/)
|
- Reddit [r/InvenTree](https://www.reddit.com/r/InvenTree/)
|
||||||
|
@ -14,7 +14,7 @@ The app has been optimized for speed, providing instant access to stock knowledg
|
|||||||
|
|
||||||
Core app features include:
|
Core app features include:
|
||||||
|
|
||||||
- View and edit part and stock information with a blazingly fast interface
|
- View and edit part and stock information in a blazing fast interface
|
||||||
- Perform stock control actions on the go
|
- Perform stock control actions on the go
|
||||||
- Barcode integrations simplify stock operations
|
- Barcode integrations simplify stock operations
|
||||||
- Receive purchase orders and check in stock items
|
- Receive purchase orders and check in stock items
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
title: Ecosystem
|
title: Ecosystem
|
||||||
---
|
---
|
||||||
|
|
||||||
InvenTree is designeds to be part of a larger system of tools to support both hobbyists and SMEs with their mangment needs.
|
InvenTree is designed to be part of a larger system of tools to support both hobbyists and SMEs with their management needs.
|
||||||
|
|
||||||
- [Plugins](plugin)
|
- [Plugins](plugin)
|
||||||
- [API](api)
|
- [API](api)
|
||||||
- [Integrate](integrate) into other tools
|
- [Integrate](integrate) into other tools
|
||||||
- PK2InvenTree for [migrating from PartKeepr to InvenTreen](https://github.com/rgilham/PK2InvenTree)
|
- PK2InvenTree for [migrating from PartKeepr to InvenTree](https://github.com/rgilham/PK2InvenTree)
|
||||||
- Python [package](https://docs.inventree.org/en/latest/api/python/python/)
|
- Python [package](https://docs.inventree.org/en/latest/api/python/python/)
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
title: Plugins
|
title: Plugins
|
||||||
---
|
---
|
||||||
We supply core-dev and community built plugins to get you started with extending InvenTree's functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
|
We supply core-dev and community built plugins to get you started with extending InvenTree's functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
|
||||||
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities.
|
|
||||||
|
We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities.
|
||||||
|
|
||||||
You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/latest/extend/plugins/)
|
You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/latest/extend/plugins/)
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ permalink: /plugins
|
|||||||
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin List</h1>
|
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin List</h1>
|
||||||
<p class="content">
|
<p class="content">
|
||||||
InvenTree is a modular application and can be extended with plugins. This list is a collection of plugins that have been developed by the community.
|
InvenTree is a modular application and can be extended with plugins. This list is a collection of plugins that have been developed by the community.
|
||||||
Beeing on this list does not mean that the plugin is officially supported by the InvenTree core team. We also do not check for security, privacy or performance issues or compatibility with the latest InvenTree version.
|
Being on this list does not mean that the plugin is officially supported by the InvenTree core team. We also do not check for security, privacy or performance issues or compatibility with the latest InvenTree version.
|
||||||
<br><br>
|
<br><br>
|
||||||
You can also browse for plugins by <a href="{% link tags.html %}">tags</a> or <a href="{% link categories.html %}">categories</a>
|
You can also browse for plugins by <a href="{% link tags.html %}">tags</a> or <a href="{% link categories.html %}">categories</a>
|
||||||
</p>
|
</p>
|
||||||
|
10
support.md
10
support.md
@ -2,11 +2,12 @@
|
|||||||
title: Get Support
|
title: Get Support
|
||||||
---
|
---
|
||||||
|
|
||||||
As an open source project we offer a [public issue tracker](https://github.com/inventree/InvenTree) and [public documentation](https://docs.inventree.org).
|
As an open-source project we offer a [public issue tracker](https://github.com/inventree/InvenTree) and [public documentation](https://docs.inventree.org).
|
||||||
|
|
||||||
## General Questions
|
## General Questions
|
||||||
The core team answers questions in the issue tracker of in [discussions](https://github.com/inventree/InvenTree/discussions) when they find time.
|
The core team answers questions in the issue tracker or in [discussions](https://github.com/inventree/InvenTree/discussions) when they find time.
|
||||||
Private questions (via DM, email, etc.) are generally not answered, use the public forums.
|
|
||||||
|
Private questions (via DM, email, etc.) are generally not answered - please use the public forums.
|
||||||
|
|
||||||
## Custom Features
|
## Custom Features
|
||||||
If you require a custom feature you can either:
|
If you require a custom feature you can either:
|
||||||
@ -16,5 +17,6 @@ If you require a custom feature you can either:
|
|||||||
- Request a paid customisation
|
- Request a paid customisation
|
||||||
|
|
||||||
## Paid Customisation / Support
|
## Paid Customisation / Support
|
||||||
If you use InvenTree for your business and require a support contract or want to fast track a feature request we have a list of developers and businesses willing to help out.
|
If you use InvenTree for your business and require a support contract or want to fast track a feature request, we have a list of developers and businesses willing to help out.
|
||||||
|
|
||||||
Feel free to reach out to `support <AT> inventree <DOT> ORG` - we will redirect you to a suitable contact.
|
Feel free to reach out to `support <AT> inventree <DOT> ORG` - we will redirect you to a suitable contact.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user