Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
a5931d7c
Commit
a5931d7c
authored
May 05, 2022
by
Damien Moulard
Browse files
Options
Browse Files
Download
Plain Diff
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
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
182 additions
and
35 deletions
+182
-35
shelfs.css
shelfs/static/css/shelfs.css
+7
-1
shelf_inventory.js
shelfs/static/js/shelf_inventory.js
+172
-34
shelf_inventory.html
templates/shelfs/shelf_inventory.html
+3
-0
No files found.
shelfs/static/css/shelfs.css
View file @
a5931d7c
...
...
@@ -147,7 +147,12 @@ div#container_edition {
#edition_input_label
{
margin-right
:
5px
;
}
#product_uom
{
font-size
:
small
;
}
#reset_to_previous_qty
{
cursor
:
pointer
;
}
.blink_me
{
animation
:
blinker
1s
ease-in-out
;
}
...
...
@@ -282,3 +287,4 @@ hr {
visibility
:
visible
;
opacity
:
1
;
}
shelfs/static/js/shelf_inventory.js
View file @
a5931d7c
This diff is collapsed.
Click to expand it.
templates/shelfs/shelf_inventory.html
View file @
a5931d7c
...
...
@@ -10,6 +10,7 @@
<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/dataTables.plugins.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.pos.js' %}"
></script>
{% endblock %}
{% block content %}
...
...
@@ -59,6 +60,7 @@
<label
for=
"edition_input"
id=
"edition_input_label"
>
Qté :
</label>
<input
type=
"text"
class=
"number input_small"
id=
"edition_input"
autocomplete=
"off"
required
>
<span
id=
"product_uom"
></span>
<i
class=
"fa fa-undo"
id=
"reset_to_previous_qty"
style=
"display:none;"
></i>
</div>
<div
class=
"col-1 center"
>
<a
class=
"btn"
id=
'edition_cancel'
>
...
...
@@ -172,5 +174,6 @@
</script>
<script
src=
"{% static "
js
/
all_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>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment