Commit a5931d7c by Damien Moulard

Merge branch 'ticket_2828' into 'dev_cooperatic'

Ticket 2828

See merge request !171
parents e5f44f2b 7dfcbf2f
Pipeline #2184 passed with stage
in 1 minute 32 seconds
...@@ -147,7 +147,12 @@ div#container_edition { ...@@ -147,7 +147,12 @@ div#container_edition {
#edition_input_label { #edition_input_label {
margin-right: 5px; margin-right: 5px;
} }
#product_uom {
font-size: small;
}
#reset_to_previous_qty {
cursor: pointer;
}
.blink_me { .blink_me {
animation: blinker 1s ease-in-out; animation: blinker 1s ease-in-out;
} }
...@@ -282,3 +287,4 @@ hr { ...@@ -282,3 +287,4 @@ hr {
visibility: visible; visibility: visible;
opacity: 1; opacity: 1;
} }
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<script type="text/javascript" src="{% static 'js/download.js' %}"></script> <script type="text/javascript" src="{% static 'js/download.js' %}"></script>
<script type="text/javascript" src="{% static 'js/datatables/jquery.dataTables.min.js' %}"></script> <script type="text/javascript" src="{% static 'js/datatables/jquery.dataTables.min.js' %}"></script>
<script type="text/javascript" src="{% static 'js/datatables/dataTables.plugins.js' %}"></script> <script type="text/javascript" src="{% static 'js/datatables/dataTables.plugins.js' %}"></script>
<script type="text/javascript" src="{% static 'js/jquery.pos.js' %}"></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
...@@ -59,6 +60,7 @@ ...@@ -59,6 +60,7 @@
<label for="edition_input" id="edition_input_label">Qté : </label> <label for="edition_input" id="edition_input_label">Qté : </label>
<input type="text" class="number input_small" id="edition_input" autocomplete="off" required> <input type="text" class="number input_small" id="edition_input" autocomplete="off" required>
<span id="product_uom"></span> <span id="product_uom"></span>
<i class="fa fa-undo" id="reset_to_previous_qty" style="display:none;"></i>
</div> </div>
<div class="col-1 center"> <div class="col-1 center">
<a class="btn" id='edition_cancel'> <a class="btn" id='edition_cancel'>
...@@ -172,5 +174,6 @@ ...@@ -172,5 +174,6 @@
</script> </script>
<script src="{% static "js/all_common.js" %}?v="></script> <script src="{% static "js/all_common.js" %}?v="></script>
<script src="{% static "js/common.js" %}?v="></script> <script src="{% static "js/common.js" %}?v="></script>
<script src='{% static "js/barcodes.js" %}?v='></script>
<script type="text/javascript" src="{% static 'js/shelf_inventory.js' %}"></script> <script type="text/javascript" src="{% static 'js/shelf_inventory.js' %}"></script>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment