{% extends 'content.html.twig' %} {% block pageContent %}

{{ page_title }}

{% include 'flash_message.html.twig' %}
Item : {{ inventory.item.description}}
Beginning Quantity: {{ inventory.beginningquantity}}
Ending Quantity: {{ inventory.endingquantity}}
Selling Price: {{ inventory.sellingprice|number_format(2, '.', ',')}}
Buying Price : {{ inventory.buyingprice|number_format(2, '.', ',')}}
Inventory Adjustment
{% if 'Inventory Details Adjustment New' in userData.accesses %} {% endif %}
Date Type Quantity Selling Price Buying Price Remarks
Use Item in service
Date Transaction No. Quantity
Cancelled Item in service
Date Transaction No. Quantity
{#
Medical Record Items
Date Type Quantity
Invoice Items
Date Type Quantity
Invoice Void Items
Date Type Quantity
#}
{% include 'js.html.twig' %} {% endblock %}