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
6cf814b0
Commit
6cf814b0
authored
May 04, 2022
by
Damien Moulard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2821-inventory-optimization' into 'dev_cooperatic'
2821-inventory-optimization See merge request
!168
parents
793d102f
fd3417ae
Pipeline
#2169
passed with stage
in 1 minute 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
shelf_inventory.js
shelfs/static/js/shelf_inventory.js
+10
-5
shelf_inventory.html
templates/shelfs/shelf_inventory.html
+4
-3
No files found.
shelfs/static/js/shelf_inventory.js
View file @
6cf814b0
...
@@ -48,6 +48,10 @@ function back() {
...
@@ -48,6 +48,10 @@ function back() {
document
.
location
.
href
=
parent_location
;
document
.
location
.
href
=
parent_location
;
}
}
function
refresh
()
{
location
.
reload
();
}
// Directly send a line to edition when barcode is read
// Directly send a line to edition when barcode is read
function
select_product_from_bc
(
barcode
)
{
function
select_product_from_bc
(
barcode
)
{
if
(
editing_item
==
null
)
{
if
(
editing_item
==
null
)
{
...
@@ -469,13 +473,14 @@ function send() {
...
@@ -469,13 +473,14 @@ function send() {
}
}
}
}
var
msg
=
(
originView
==
'shelf'
)
?
'
Retour à la liste des rayons
'
:
'Retour'
;
var
msg
=
(
originView
==
'shelf'
)
?
'
OK, je passe à la suite !
'
:
'Retour'
;
openModal
(
inventory_validated_msg
.
html
(),
back
,
msg
,
true
,
false
);
// Go to step 2 if step 1 is validated and modal closed
openModal
(
inventory_validated_msg
.
html
(),
refresh
,
msg
,
true
,
false
);
// Go
back to list if modal
closed
// Go
to step 2 if modal is
closed
$
(
'#modal_closebtn_top'
).
on
(
'click'
,
back
);
$
(
'#modal_closebtn_top'
).
on
(
'click'
,
refresh
);
$
(
'#modal_closebtn_bottom'
).
on
(
'click'
,
back
);
$
(
'#modal_closebtn_bottom'
).
on
(
'click'
,
refresh
);
// Clear local storage before leaving
// Clear local storage before leaving
localStorage
.
removeItem
(
originView
+
'_'
+
shelf
.
id
);
localStorage
.
removeItem
(
originView
+
'_'
+
shelf
.
id
);
...
...
templates/shelfs/shelf_inventory.html
View file @
6cf814b0
...
@@ -112,14 +112,14 @@
...
@@ -112,14 +112,14 @@
</div>
</div>
<div
id=
"validation_msg"
>
<div
id=
"validation_msg"
>
<h3>
Attention !
</h3>
<h3>
Attention !
</h3>
<p>
Vous vous apprêtez valider le comptage des produits
<span
class=
"validation_msg_step2"
style=
"display:none;"
>
en réserve
</span>
de ce rayon.
</p>
<p>
Vous vous apprêtez
à
valider le comptage des produits
<span
class=
"validation_msg_step2"
style=
"display:none;"
>
en réserve
</span>
de ce rayon.
</p>
<p
class=
"validation_msg_step2"
style=
"display:none;"
><i>
Cette opération pourra pendre un peu de temps. (ex: 5min pour 120 produits)
</i><br/><br/></p>
<p
class=
"validation_msg_step2"
style=
"display:none;"
><i>
Cette opération pourra pendre un peu de temps. (ex: 5min pour 120 produits)
</i><br/><br/></p>
<p>
Êtez-vous sûr ?
</p>
<p>
Êtez-vous sûr ?
</p>
<hr
/>
<hr
/>
</div>
</div>
<div
id=
"inventory_validated"
>
<div
id=
"inventory_validated"
>
<div
class=
"txtcenter"
>
<div
class=
"txtcenter"
>
<h3>
Bravo, l'inventaire de ce rayon est terminé !
</h3>
<h3>
Bravo, l
a première partie de l
'inventaire de ce rayon est terminé !
</h3>
<div
id=
"products_missed_container"
style=
"display:none;"
>
<div
id=
"products_missed_container"
style=
"display:none;"
>
<br
/>
<br
/>
<h4>
Attention, les produits suivants n'ont pas pu être inventoriés :
</h4>
<h4>
Attention, les produits suivants n'ont pas pu être inventoriés :
</h4>
...
@@ -130,7 +130,8 @@
...
@@ -130,7 +130,8 @@
</div>
</div>
<div
id=
"step1_validated"
style=
"display:none;"
>
<div
id=
"step1_validated"
style=
"display:none;"
>
<br/>
<br/>
<p>
Vous pouvez continuer l'inventaire en allant comptabiliser les produits en réserve, si ce n'est pas déjà fait.
</p>
<p><strong>
Vous allez maintenent passer à l'inventaire en réserve.
</strong></p>
<p>
Si vous avez un doute sur ce qu'est l'inventaire en réserve, la présence de stock ou non, demandez au.à la salarié.e responsable.
</p>
</div>
</div>
</div>
</div>
<hr
/>
<hr
/>
...
...
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