{% extends "shopyo_base/module_base.html" %} {% set active_page = 'inventory' %} {% block pagehead %}New Inventory Count{% endblock %} {% block sidebar %}{% include 'inventory/blocks/sidebar.html' %}{% endblock %} {% block module_content %}

New Inventory Count

This will create a count sheet for all products with current stock as expected values.

< BACK
{{ form.notes(class="w-full bg-slate-50 dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl py-3 px-4 text-xs focus:ring-2 focus:ring-primary/20 focus:border-primary transition-all outline-none ", rows=2) }}
{{ form.submit(class="btn text-white bg-sky-500 hover:bg-sky-600 border-sky-500") }}
{% endblock %}