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
8527a6c4
Commit
8527a6c4
authored
Dec 20, 2022
by
François C.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HOTFIX: syntax error
parent
2d0e8efd
Pipeline
#2559
passed with stage
in 1 minute 24 seconds
Changes
48
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
152 additions
and
147 deletions
+152
-147
views.py
members_space/views.py
+1
-1
base.html
templates/base.html
+3
-3
index.html
templates/envelops/index.html
+3
-3
custom_lists.html
templates/inventory/custom_lists.html
+3
-3
index.html
templates/inventory/index.html
+3
-3
index.html
templates/members/admin/index.html
+3
-3
manage_attached.html
templates/members/admin/manage_attached.html
+4
-3
manage_attached_create_pair.html
templates/members/admin/manage_attached_create_pair.html
+2
-2
manage_attached_delete_pair.html
templates/members/admin/manage_attached_delete_pair.html
+2
-2
manage_makeups.html
templates/members/admin/manage_makeups.html
+3
-3
manage_regular_shifts.html
templates/members/admin/manage_regular_shifts.html
+4
-4
manage_shift_registrations.html
templates/members/admin/manage_shift_registrations.html
+3
-3
base.html
templates/members/base.html
+1
-1
index.html
templates/members/index.html
+4
-4
inscriptions.html
templates/members/inscriptions.html
+4
-4
manage_mess.html
templates/members/manage_mess.html
+6
-5
prepa_odoo.html
templates/members/prepa_odoo.html
+6
-6
validation_coop.html
templates/members/validation_coop.html
+5
-5
index.html
templates/members_space/index.html
+14
-14
helper.html
templates/orders/helper.html
+4
-4
config.html
templates/outils/config.html
+2
-2
export_compta.html
templates/outils/export_compta.html
+2
-1
export_orders.html
templates/outils/export_orders.html
+2
-1
monitor.html
templates/outils/monitor.html
+2
-2
destocking.html
templates/products/destocking.html
+2
-2
index.html
templates/products/index.html
+4
-4
sales.html
templates/products/sales.html
+2
-2
index.html
templates/reception/index.html
+2
-2
reception_produits.html
templates/reception/reception_produits.html
+4
-4
index.html
templates/sales/index.html
+4
-4
admin.html
templates/shelfs/admin.html
+3
-3
index.html
templates/shelfs/index.html
+4
-4
shelf_inventory.html
templates/shelfs/shelf_inventory.html
+4
-4
shelf_view.html
templates/shelfs/shelf_view.html
+2
-2
shift_exchange.html
templates/shifts/shift_exchange.html
+3
-3
shift_states_not_allowed.html
templates/shifts/shift_states_not_allowed.html
+3
-3
admin.html
templates/shop/admin.html
+2
-2
drafts.html
templates/shop/drafts.html
+2
-2
index.html
templates/shop/index.html
+2
-2
stock_breakingArticleSet.html
templates/stock/stock_breakingArticleSet.html
+2
-2
stock_listArticleBreaking.html
templates/stock/stock_listArticleBreaking.html
+2
-2
stock_movements.html
templates/stock/stock_movements.html
+4
-4
stock_movements_view.html
templates/stock/stock_movements_view.html
+3
-3
stock_order.html
templates/stock/stock_order.html
+2
-2
stock_saleWithNotSale.html
templates/stock/stock_saleWithNotSale.html
+2
-2
stock_stockQuantLastSale.html
templates/stock/stock_stockQuantLastSale.html
+2
-2
stock_values.html
templates/stock/stock_values.html
+2
-2
personnal_data.html
templates/website/personnal_data.html
+4
-3
No files found.
members_space/views.py
View file @
8527a6c4
...
@@ -64,7 +64,7 @@ def index(request, exception=None):
...
@@ -64,7 +64,7 @@ def index(request, exception=None):
'mag_place_string'
:
getattr
(
settings
,
'MAG_NAME'
,
''
),
'mag_place_string'
:
getattr
(
settings
,
'MAG_NAME'
,
''
),
'office_place_string'
:
getattr
(
settings
,
'OFFICE_NAME'
,
''
),
'office_place_string'
:
getattr
(
settings
,
'OFFICE_NAME'
,
''
),
'max_begin_hour'
:
getattr
(
settings
,
'MAX_BEGIN_HOUR'
,
''
),
'max_begin_hour'
:
getattr
(
settings
,
'MAX_BEGIN_HOUR'
,
''
),
'payment_meanings'
:
getattr
(
settings
,
'SUBSCRIPTION_PAYMENT_MEANINGS'
,
'payment_meanings'
:
getattr
(
settings
,
'SUBSCRIPTION_PAYMENT_MEANINGS'
)
,
'em_url'
:
getattr
(
settings
,
'EM_URL'
,
''
),
'em_url'
:
getattr
(
settings
,
'EM_URL'
,
''
),
'WELCOME_ENTRANCE_MSG'
:
getattr
(
settings
,
'WELCOME_ENTRANCE_MSG'
,
''
),
'WELCOME_ENTRANCE_MSG'
:
getattr
(
settings
,
'WELCOME_ENTRANCE_MSG'
,
''
),
'WELCOME_SUBTITLE_ENTRANCE_MSG'
:
getattr
(
settings
,
'WELCOME_SUBTITLE_ENTRANCE_MSG'
,
''
)}
'WELCOME_SUBTITLE_ENTRANCE_MSG'
:
getattr
(
settings
,
'WELCOME_SUBTITLE_ENTRANCE_MSG'
,
''
)}
...
...
templates/base.html
View file @
8527a6c4
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
<title>
{{title}}
</title>
<title>
{{title}}
</title>
{% load static %}
{% load static %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
knacss
.
min
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
knacss
.
min
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
common
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
common
.
css
"
%}?
v=
16
71550230
"
>
<link
rel=
"stylesheet"
href=
"{% static "
fontawesome
/
css
/
fa-svg-with-js
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
fontawesome
/
css
/
fa-svg-with-js
.
css
"
%}?
v=
16
71550230
"
>
{% if custom_css.all %}
{% if custom_css.all %}
{% for fpath in custom_css.all %}
{% for fpath in custom_css.all %}
<link
rel=
"stylesheet"
href=
"{% static ''|add:fpath %}?v=16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static ''|add:fpath %}?v=16
71550230
"
>
{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
...
...
templates/envelops/index.html
View file @
8527a6c4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
envelops
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
envelops
.
css
"
%}?
v=
16
71550230
"
>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
...
@@ -159,6 +159,6 @@
...
@@ -159,6 +159,6 @@
auto_compaction
:
false
auto_compaction
:
false
});
});
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
envelops
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
envelops
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/inventory/custom_lists.html
View file @
8527a6c4
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
lists
=
{{
lists
|
safe
}}
var
lists
=
{{
lists
|
safe
}}
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
'{% static "js/custom_lists.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/custom_lists.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/inventory/index.html
View file @
8527a6c4
...
@@ -94,9 +94,9 @@
...
@@ -94,9 +94,9 @@
auto_compaction
:
false
auto_compaction
:
false
});
});
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
products_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
products_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
inventory
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
inventory
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/members/admin/index.html
View file @
8527a6c4
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
src=
"{% static 'js/admin/bdm_index.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/admin/bdm_index.js' %}?v=16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -54,5 +54,5 @@
...
@@ -54,5 +54,5 @@
</div>
</div>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/members/admin/manage_attached.html
View file @
8527a6c4
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</div>
</div>
</div>
</div>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/manage_attached.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/manage_attached.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/bdm_index.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/bdm_index.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
\ No newline at end of file
templates/members/admin/manage_attached_create_pair.html
View file @
8527a6c4
...
@@ -109,6 +109,6 @@
...
@@ -109,6 +109,6 @@
</div>
</div>
</div>
</div>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/manage_attached.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/manage_attached.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/members/admin/manage_attached_delete_pair.html
View file @
8527a6c4
...
@@ -73,6 +73,6 @@
...
@@ -73,6 +73,6 @@
</div>
</div>
</div>
</div>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/manage_attached.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/manage_attached.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/members/admin/manage_makeups.html
View file @
8527a6c4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -82,8 +82,8 @@
...
@@ -82,8 +82,8 @@
</div>
</div>
</div>
</div>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/manage_makeups.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/manage_makeups.js" %}?v=16
71550230
'
></script>
<script>
<script>
const
extension_duration
=
{{
extension_duration
}};
const
extension_duration
=
{{
extension_duration
}};
</script>
</script>
...
...
templates/members/admin/manage_regular_shifts.html
View file @
8527a6c4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
const
committees_shift_name
=
'{{committees_shift_name}}'
;
const
committees_shift_name
=
'{{committees_shift_name}}'
;
var
ASSOCIATE_MEMBER_SHIFT
=
'{{ASSOCIATE_MEMBER_SHIFT}}'
;
var
ASSOCIATE_MEMBER_SHIFT
=
'{{ASSOCIATE_MEMBER_SHIFT}}'
;
</script>
</script>
<script
src=
'{% static "js/common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/manage_regular_shifts.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/manage_regular_shifts.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/members/admin/manage_shift_registrations.html
View file @
8527a6c4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -54,6 +54,6 @@
...
@@ -54,6 +54,6 @@
<div
id=
"templates"
style=
"display:none;"
></div>
<div
id=
"templates"
style=
"display:none;"
></div>
</div>
</div>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/admin/manage_shift_registrations.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/admin/manage_shift_registrations.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/members/base.html
View file @
8527a6c4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block additionnal_css %}
{% block additionnal_css %}
{% if custom_css.members %}
{% if custom_css.members %}
{% for fpath in custom_css.members %}
{% for fpath in custom_css.members %}
<link
rel=
"stylesheet"
href=
"{% static ''|add:fpath %}?v=16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static ''|add:fpath %}?v=16
71550230
"
>
{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
<!-- members/base.html -->
<!-- members/base.html -->
...
...
templates/members/index.html
View file @
8527a6c4
{% extends "members/base.html" %}
{% extends "members/base.html" %}
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static 'css/member.css' %}?v=16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/member.css' %}?v=16
71550230
"
>
{{ block.super }}
{{ block.super }}
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</script>
</script>
<script
src=
"{% static "
js
/
JsBarcode
.
all
.
min
.
js
"
%}"
>
<script
src=
"{% static "
js
/
JsBarcode
.
all
.
min
.
js
"
%}"
>
</script>
</script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
<script
defer
src=
"{% static "
fontawesome
/
js
/
fontawesome-all
.
js
"
%}"
></script>
<script
defer
src=
"{% static "
fontawesome
/
js
/
fontawesome-all
.
js
"
%}"
></script>
{% endblock %}
{% endblock %}
...
@@ -270,6 +270,6 @@
...
@@ -270,6 +270,6 @@
<div
style=
"display:none;"
>
<div
style=
"display:none;"
>
<p
id=
"missed_begin_msg"
>
{{ENTRANCE_MISSED_SHIFT_BEGIN_MSG|safe}}
</p>
<p
id=
"missed_begin_msg"
>
{{ENTRANCE_MISSED_SHIFT_BEGIN_MSG|safe}}
</p>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/members/inscriptions.html
View file @
8527a6c4
{% extends "members/base.html" %}
{% extends "members/base.html" %}
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
inscriptions
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
inscriptions
.
css
"
%}?
v=
16
71550230
"
>
<style>
<style>
.shift
[
data-place
=
"{{mag_place_string}}"
],
[
data-select
=
"{{mag_place_string}}"
]
{
background
:
#c8deff
;}
.shift
[
data-place
=
"{{mag_place_string}}"
],
[
data-select
=
"{{mag_place_string}}"
]
{
background
:
#c8deff
;}
.shift
[
data-place
=
"{{office_place_string}}"
],
[
data-select
=
"{{office_place_string}}"
]
{
background
:
#f9b2ff
;}
.shift
[
data-place
=
"{{office_place_string}}"
],
[
data-select
=
"{{office_place_string}}"
]
{
background
:
#f9b2ff
;}
...
@@ -198,8 +198,8 @@
...
@@ -198,8 +198,8 @@
var
committees_shift_id
=
'{{committees_shift_id}}'
;
var
committees_shift_id
=
'{{committees_shift_id}}'
;
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
inscriptions
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
inscriptions
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/members/manage_mess.html
View file @
8527a6c4
{% extends "base.html" %}
{% extends "base.html" %}
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
manage_mess
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
manage_mess
.
css
"
%}?
v=
16
71550230
"
>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
src=
"{% static "
js
/
sha1
.
min
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
sha1
.
min
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
{% include "common/conn_admin.html" %}
{% include "common/conn_admin.html" %}
...
@@ -62,8 +62,8 @@
...
@@ -62,8 +62,8 @@
});
});
</script>
</script>
{% endif %}
{% endif %}
<script
src=
"{% static "
js
/
all_common
.
js
"
%}"?
v=
16
51853225
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}"?
v=
16
71550230
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}"?
v=
16
51853225
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}"?
v=
16
71550230
></script>
<script
src=
"{% static "
js
/
manage_mess
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
manage_mess
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
\ No newline at end of file
templates/members/prepa_odoo.html
View file @
8527a6c4
{% extends "base.html" %}
{% extends "base.html" %}
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
inscriptions
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
inscriptions
.
css
"
%}?
v=
16
71550230
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
prepa_odoo
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
prepa_odoo
.
css
"
%}?
v=
16
71550230
"
>
<style>
<style>
.shift
[
data-place
=
"{{mag_place_string}}"
],
[
data-select
=
"{{mag_place_string}}"
]
{
background
:
#c8deff
;}
.shift
[
data-place
=
"{{mag_place_string}}"
],
[
data-select
=
"{{mag_place_string}}"
]
{
background
:
#c8deff
;}
.shift
[
data-place
=
"{{office_place_string}}"
],
[
data-select
=
"{{office_place_string}}"
]
{
background
:
#f9b2ff
;}
.shift
[
data-place
=
"{{office_place_string}}"
],
[
data-select
=
"{{office_place_string}}"
]
{
background
:
#f9b2ff
;}
...
@@ -107,8 +107,8 @@
...
@@ -107,8 +107,8 @@
var
office_place_string
=
'{{office_place_string}}'
var
office_place_string
=
'{{office_place_string}}'
var
max_begin_hour
=
'{{max_begin_hour}}'
var
max_begin_hour
=
'{{max_begin_hour}}'
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}"?
v=
16
51853225
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}"?
v=
16
71550230
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}"?
v=
16
51853225
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}"?
v=
16
71550230
></script>
<script
src=
"{% static "
js
/
subscription_common
.
js
"
%}"?
v=
16
51853225
></script>
<script
src=
"{% static "
js
/
subscription_common
.
js
"
%}"?
v=
16
71550230
></script>
<script
src=
"{% static "
js
/
prepa_odoo
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
prepa_odoo
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/members/validation_coop.html
View file @
8527a6c4
{% extends "base.html" %}
{% extends "base.html" %}
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
prepa_odoo
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
prepa_odoo
.
css
"
%}?
v=
16
71550230
"
>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
@@ -54,9 +54,9 @@ Afin d'enregistrer définitivement vos données dans le système du magasin, mer
...
@@ -54,9 +54,9 @@ Afin d'enregistrer définitivement vos données dans le système du magasin, mer
{% endif %}
{% endif %}
<script
src=
"{% static "
js
/
pouchdb
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
pouchdb
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}"?
v=
16
51853225
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}"?
v=
16
71550230
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
subscription_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
subscription_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
subscription_validation
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
subscription_validation
.
js
"
%}?
v=
16
71550230
"
></script>
</div>
</div>
{% endblock %}
{% endblock %}
templates/members_space/index.html
View file @
8527a6c4
...
@@ -5,11 +5,11 @@
...
@@ -5,11 +5,11 @@
<link
rel=
"stylesheet"
href=
"{% static 'css/datatables/jquery.dataTables.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/datatables/jquery.dataTables.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/datatables/responsive.dataTables.min.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/datatables/responsive.dataTables.min.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'fullcalendar-5.9.0/lib/main.min.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'fullcalendar-5.9.0/lib/main.min.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space
.
css
"
%}?
v=
16
71550230
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-my-shifts
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-my-shifts
.
css
"
%}?
v=
16
71550230
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-faq
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-faq
.
css
"
%}?
v=
16
71550230
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-my-info
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-my-info
.
css
"
%}?
v=
16
71550230
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-shifts-exchange
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
members-space-shifts-exchange
.
css
"
%}?
v=
16
71550230
"
>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/dataTables.responsive.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/dataTables.responsive.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'fullcalendar-5.9.0/lib/main.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'fullcalendar-5.9.0/lib/main.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'fullcalendar-5.9.0/lib/locales/fr.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'fullcalendar-5.9.0/lib/locales/fr.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -159,12 +159,12 @@
...
@@ -159,12 +159,12 @@
const
canAddShift
=
{{
canAddShift
}};
const
canAddShift
=
{{
canAddShift
}};
const
extension_duration
=
{{
extension_duration
}};
const
extension_duration
=
{{
extension_duration
}};
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members-space-home
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members-space-home
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members-space-my-info
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members-space-my-info
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members-space-my-shifts
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members-space-my-shifts
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members-space-faq
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members-space-faq
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members-space-shifts-exchange
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members-space-shifts-exchange
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
members-space
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
members-space
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/orders/helper.html
View file @
8527a6c4
...
@@ -9,9 +9,9 @@
...
@@ -9,9 +9,9 @@
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
71550230
"
></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/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'quill/quill.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'quill/quill.min.js' %}"
></script>
{% endblock %}
{% endblock %}
...
@@ -372,6 +372,6 @@
...
@@ -372,6 +372,6 @@
let
consumption_average_unit
=
'{{consumption_average_unit}}'
;
let
consumption_average_unit
=
'{{consumption_average_unit}}'
;
let
open_days_per_week
=
{{
open_days_per_week
}};
let
open_days_per_week
=
{{
open_days_per_week
}};
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/orders_helper.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/orders_helper.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/outils/config.html
View file @
8527a6c4
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
module_name
=
'{{module}}'
var
module_name
=
'{{module}}'
</script>
</script>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/module_config.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/module_config.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/outils/export_compta.html
View file @
8527a6c4
...
@@ -26,5 +26,5 @@
...
@@ -26,5 +26,5 @@
<input
type=
"submit"
value=
"OK"
>
<input
type=
"submit"
value=
"OK"
>
</p>
</p>
</form>
</form>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
\ No newline at end of file
templates/outils/export_orders.html
View file @
8527a6c4
...
@@ -16,5 +16,5 @@
...
@@ -16,5 +16,5 @@
<input
type=
"submit"
class=
'btn--primary'
value=
"OK"
>
<input
type=
"submit"
class=
'btn--primary'
value=
"OK"
>
</form>
</form>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
\ No newline at end of file
templates/outils/monitor.html
View file @
8527a6c4
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
</div>
</div>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/monitor.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/monitor.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/products/destocking.html
View file @
8527a6c4
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
</div>
</div>
</div>
</div>
<div
id=
"barcode_scanner"
style=
"display:none;"
></div>
<div
id=
"barcode_scanner"
style=
"display:none;"
></div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
destocking
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
destocking
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/products/index.html
View file @
8527a6c4
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<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/products_index.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/products_index.js' %}?v=16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -28,6 +28,6 @@
...
@@ -28,6 +28,6 @@
<table
id=
"products_table"
class=
"display"
cellspacing=
"0"
></table>
<table
id=
"products_table"
class=
"display"
cellspacing=
"0"
></table>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/products/sales.html
View file @
8527a6c4
...
@@ -46,6 +46,6 @@
...
@@ -46,6 +46,6 @@
console
.
log
(
e
)
console
.
log
(
e
)
}
}
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
pos_product_sales
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
pos_product_sales
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/reception/index.html
View file @
8527a6c4
...
@@ -78,12 +78,12 @@
...
@@ -78,12 +78,12 @@
</div>
</div>
<br/>
<br/>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static 'js/pouchdb.min'|add:POUCHDB_VERSION|add:'.js' %}"
></script>
<script
src=
"{% static 'js/pouchdb.min'|add:POUCHDB_VERSION|add:'.js' %}"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
merge_orders_pswd
=
'{{merge_orders_pswd}}'
;
var
merge_orders_pswd
=
'{{merge_orders_pswd}}'
;
var
couchdb_dbname
=
'{{db}}'
;
var
couchdb_dbname
=
'{{db}}'
;
var
couchdb_server
=
'{{couchdb_server}}'
+
couchdb_dbname
;
var
couchdb_server
=
'{{couchdb_server}}'
+
couchdb_dbname
;
</script>
</script>
<script
type=
"text/javascript"
src=
"{% static 'js/reception_index.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/reception_index.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/reception/reception_produits.html
View file @
8527a6c4
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<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>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.pos.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -247,7 +247,7 @@
...
@@ -247,7 +247,7 @@
var
update_qty_pswd
=
"{{update_qty_pswd}}"
var
update_qty_pswd
=
"{{update_qty_pswd}}"
var
allow_four_digits_in_reception_price
=
'{{allow_four_digits_in_reception_price}}'
;
var
allow_four_digits_in_reception_price
=
'{{allow_four_digits_in_reception_price}}'
;
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
71550230
'
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/reception_produits.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/reception_produits.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/sales/index.html
View file @
8527a6c4
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static 'css/datatables/jquery.dataTables.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/datatables/jquery.dataTables.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
sales
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
sales
.
css
"
%}?
v=
16
71550230
"
>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
71550230
"
></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/datatables/datatables.buttons.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/datatables.buttons.min.js' %}"
></script>
...
@@ -50,6 +50,6 @@
...
@@ -50,6 +50,6 @@
</div>
</div>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
sales
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
sales
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/shelfs/admin.html
View file @
8527a6c4
...
@@ -91,9 +91,9 @@
...
@@ -91,9 +91,9 @@
}
}
</script>
</script>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/shelfs_admin.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/shelfs_admin.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/shelfs/index.html
View file @
8527a6c4
...
@@ -50,12 +50,12 @@
...
@@ -50,12 +50,12 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
shelfs
=
{{
shelfs
|
safe
}}
shelfs
=
{{
shelfs
|
safe
}}
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% if SHELFS_SCRIPT %}
{% if SHELFS_SCRIPT %}
<script
src=
"{% static 'js/'|add:SHELFS_SCRIPT|add:'.js' %}?v=16
51853225
"
></script>
<script
src=
"{% static 'js/'|add:SHELFS_SCRIPT|add:'.js' %}?v=16
71550230
"
></script>
{% else %}
{% else %}
<script
src=
"{% static 'js/shelfs_index.js' %}?v=16
51853225
"
></script>
<script
src=
"{% static 'js/shelfs_index.js' %}?v=16
71550230
"
></script>
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}
templates/shelfs/shelf_inventory.html
View file @
8527a6c4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<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>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.pos.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -190,8 +190,8 @@
...
@@ -190,8 +190,8 @@
const
ahead_shelfs_ids
=
{{
ahead_shelfs_ids
|
safe
}};
const
ahead_shelfs_ids
=
{{
ahead_shelfs_ids
|
safe
}};
var
products
=
{{
products
|
safe
}};
var
products
=
{{
products
|
safe
}};
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
71550230
'
></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 %}
templates/shelfs/shelf_view.html
View file @
8527a6c4
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
shelf_products
=
{{
shelf_products
|
safe
}}
var
shelf_products
=
{{
shelf_products
|
safe
}}
</script>
</script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/shelf_view.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/shelf_view.js' %}"
></script>
{% endblock %}
{% endblock %}
templates/shifts/shift_exchange.html
View file @
8527a6c4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
href=
'{% static "css/fullcalendar.min.css" %}'
rel=
'stylesheet'
/>
<link
href=
'{% static "css/fullcalendar.min.css" %}'
rel=
'stylesheet'
/>
<link
href=
'{% static "css/shift_Cagette.css" %}?v=16
51853225
'
rel=
'stylesheet'
/>
<link
href=
'{% static "css/shift_Cagette.css" %}?v=16
71550230
'
rel=
'stylesheet'
/>
<link
href=
'{% static "css/fullcalendar.print.min.css" %}'
rel=
'stylesheet'
media=
'print'
/>
<link
href=
'{% static "css/fullcalendar.print.min.css" %}'
rel=
'stylesheet'
media=
'print'
/>
{% endblock %}
{% endblock %}
...
@@ -93,6 +93,6 @@
...
@@ -93,6 +93,6 @@
<div
id=
"templates"
style=
"display:none;"
>
<div
id=
"templates"
style=
"display:none;"
>
<div
class=
"extra_info"
>
{{ADDITIONAL_INFO_SHIFT_PAGE|safe}}
</div>
<div
class=
"extra_info"
>
{{ADDITIONAL_INFO_SHIFT_PAGE|safe}}
</div>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
shift_exchange
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
shift_exchange
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/shifts/shift_states_not_allowed.html
View file @
8527a6c4
{% extends "base.html" %}
{% extends "base.html" %}
{% load static %}
{% load static %}
{% block additionnal_css %}
{% block additionnal_css %}
<link
href=
'{% static "css/shift_Cagette.css" %}?v=16
51853225
'
rel=
'stylesheet'
/>
<link
href=
'{% static "css/shift_Cagette.css" %}?v=16
71550230
'
rel=
'stylesheet'
/>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
...
@@ -69,6 +69,6 @@
...
@@ -69,6 +69,6 @@
Vous êtes exempté(e) de service et n'avez donc pas de service à choisir ou échanger.
Vous êtes exempté(e) de service et n'avez donc pas de service à choisir ou échanger.
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
shift_states_not_allowed
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
shift_states_not_allowed
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/shop/admin.html
View file @
8527a6c4
...
@@ -159,8 +159,8 @@
...
@@ -159,8 +159,8 @@
auto_compaction
:
false
auto_compaction
:
false
});
});
</script>
</script>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/shop_admin.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/shop_admin.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/shop/drafts.html
View file @
8527a6c4
...
@@ -141,8 +141,8 @@
...
@@ -141,8 +141,8 @@
auto_compaction
:
false
auto_compaction
:
false
});
});
</script>
</script>
<script
src=
'{% static "js/all_common.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/all_common.js" %}?v=16
71550230
'
></script>
<script
src=
'{% static "js/shop_drafts.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/shop_drafts.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
...
...
templates/shop/index.html
View file @
8527a6c4
...
@@ -505,7 +505,7 @@
...
@@ -505,7 +505,7 @@
{
%
endif
%
}
{
%
endif
%
}
const
stock_warning
=
{{
SHOP_STOCK_WARNING
|
safe
}}
const
stock_warning
=
{{
SHOP_STOCK_WARNING
|
safe
}}
</script>
</script>
<script
src=
"{% static 'js/all_common.js' %}?v=16
51853225
"
></script>
<script
src=
"{% static 'js/all_common.js' %}?v=16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/shop.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/shop.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/stock/stock_breakingArticleSet.html
View file @
8527a6c4
...
@@ -32,6 +32,6 @@
...
@@ -32,6 +32,6 @@
<br/>
<br/>
<br/>
<br/>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/stock/stock_listArticleBreaking.html
View file @
8527a6c4
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
<br/>
<br/>
<br/>
<br/>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
...
...
templates/stock/stock_movements.html
View file @
8527a6c4
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
<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>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.pos.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/stock_movements.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/stock_movements.js' %}?v=16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/notify.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -102,6 +102,6 @@
...
@@ -102,6 +102,6 @@
</div>
</div>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
51853225
'
></script>
<script
src=
'{% static "js/barcodes.js" %}?v=16
71550230
'
></script>
{% endblock %}
{% endblock %}
templates/stock/stock_movements_view.html
View file @
8527a6c4
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/jszip.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/jszip.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/pdfmake.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/pdfmake.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/vfs_fonts.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/datatables/vfs_fonts.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/stock_movements_view.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/stock_movements_view.js' %}?v=16
71550230
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
51853225
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
...
@@ -55,5 +55,5 @@
...
@@ -55,5 +55,5 @@
</div>
</div>
</div>
</div>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/stock/stock_order.html
View file @
8527a6c4
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
...
...
templates/stock/stock_saleWithNotSale.html
View file @
8527a6c4
...
@@ -23,6 +23,6 @@
...
@@ -23,6 +23,6 @@
<br/>
<br/>
<br/>
<br/>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/stock/stock_stockQuantLastSale.html
View file @
8527a6c4
...
@@ -23,6 +23,6 @@
...
@@ -23,6 +23,6 @@
<br/>
<br/>
<br/>
<br/>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/stock/stock_values.html
View file @
8527a6c4
...
@@ -27,6 +27,6 @@
...
@@ -27,6 +27,6 @@
<br/>
<br/>
<br/>
<br/>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
all_common
.
js
"
%}?
v=
16
71550230
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
51853225
"
></script>
<script
src=
"{% static "
js
/
common
.
js
"
%}?
v=
16
71550230
"
></script>
{% endblock %}
{% endblock %}
templates/website/personnal_data.html
View file @
8527a6c4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block additionnal_css %}
{% block additionnal_css %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
knacss
.
min
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
knacss
.
min
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
info_perso
.
css
"
%}?
v=
16
51853225
"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
info_perso
.
css
"
%}?
v=
16
71550230
"
>
{% endblock %}
{% endblock %}
{% block additionnal_scripts %}
{% block additionnal_scripts %}
...
@@ -151,6 +151,6 @@
...
@@ -151,6 +151,6 @@
{% endif %}
{% endif %}
</div>
</div>
</div>
</div>
<script
src=
"{% static 'js/all_common.js' %}?v=16
51853225
"
></script>
<script
src=
"{% static 'js/all_common.js' %}?v=16
71550230
"
></script>
<script
src=
"{% static 'js/info_perso.js' %}?v=16
51853225
"
></script>
<script
src=
"{% static 'js/info_perso.js' %}?v=16
71550230
"
></script>
{% endblock %}
{% endblock %}
\ No newline at end of file
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