2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 18:55:26 +00:00

Clean up front page

This commit is contained in:
Oliver Walters
2021-08-04 20:38:11 +10:00
parent 7ff4118f90
commit 8c2924ed9e
8 changed files with 81 additions and 46 deletions

View File

@ -2,7 +2,9 @@
title: InvenTree Mobile App
---
## InvenTree Mobile App
{% include "app_carousel.html" %}
-----
The InvenTree Mobile App brings stock control to your pocket. Integrating seamlessly with the [InvenTree API](../extend/api.md), the app provides immediate access to inventory data without requiring physical access to a computer.
@ -18,5 +20,3 @@ The InvenTree App can be downloaded for Android devices via the [Play Store](htt
!!! missing "Not Yet Available"
The InvenTree app is not yet available for iOS devices
{% include "app_carousel.html" %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -2,6 +2,17 @@
title: Features
---
## InvenTree
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.
InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. However, powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.
InvenTree is a [Python](https://www.python.org/) and [Django](https://www.djangoproject.com/) application which stores data in a relational database, and serves this data to the user(s) via a web browser, and (optionally) can be integrated into custom applications via an API.
InvenTree is designed to allow for a flexible installation. You could run the InvenTree server on Raspberry Pi SBC and have a simple single-user setup with a lightweight SQLite database. Or it can be run on the "cloud" using MySQL or PostgreSQL and support multiple simultaneous users.
## Organize Parts
Parts are the fundamental element of any inventory. InvenTree groups parts into structured categories which allow you to arrange parts to meet your particular needs.

View File

@ -1,38 +1,17 @@
---
title: InvenTree
template: home.html
hide:
- toc
- navigation
---
## InvenTree
## Intuitive inventory management
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub Repo stars](https://img.shields.io/github/stars/inventree/inventree?label=View%20On%20GitHub&style=social)](https://github.com/inventree/inventree)
[![Docker Pulls](https://img.shields.io/docker/pulls/inventree/inventree)](https://hub.docker.com/r/inventree/inventree)
### *An open source inventory management suite that simply works*
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.
InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. However, powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.
--------------
{% include "index_carousel.html" %}
### How it Works
InvenTree is a [Python](https://www.python.org/) and [Django](https://www.djangoproject.com/) application which stores data in a relational database, and serves this data to the user(s) via a web browser, and (optionally) can be integrated into custom applications via an API.
InvenTree is designed to allow for a flexible installation. You could run the InvenTree server on Raspberry Pi SBC and have a simple single-user setup with a lightweight SQLite database. Or it can be run on the "cloud" using MySQL or PostgreSQL and support multiple simultaneous users.
## Features
Refer to the [features](./features.md) page for a rundown on the features that InvenTree provides out of the box.
## Getting Started
Refer to the [installation guide](./start/intro.md) for instructions on installing InvenTree. The server where InvenTree is to be installed will need to meet some basic package requirements, and a certain level of system administration understanding is assumed.
## Get the App
InvenTree is supported by a [companion mobile app](./app/app.md) which is tightly integrated with the InvenTree database. Lightning fast stock control, in your pocket!
## Source Code
InvenTree source code is available on [GitHub](https://github.com/inventree/inventree)
--------------