{% extends "base_view.html" %} {% block title %} meliza-lab : inventory {% endblock %} {% block content %}
This web application allows you to interact with the inventory database. The database contains records of items, which are specific things or services sold by vendors. Items are associated with orders, which are requests by an individual to make a purchase using funds from an account.
To order something, you create an order and assign items to it. When an item is added to an order, you enter per-order information like price and quantity. If an item doesn't exist in the database, you'll need to create it and then add it to the order.
{% endblock %}