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
987c1533
Commit
987c1533
authored
Feb 26, 2025
by
François C.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt shelf product label file content to fit printing soft
parent
bf5e21af
Pipeline
#4147
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
models.py
products/models.py
+2
-0
No files found.
products/models.py
View file @
987c1533
...
@@ -107,6 +107,8 @@ class CagetteProduct(models.Model):
...
@@ -107,6 +107,8 @@ class CagetteProduct(models.Model):
v
=
round
(
float
(
price
)
/
float
(
product
[
'volume'
]),
2
)
v
=
round
(
float
(
price
)
/
float
(
product
[
'volume'
]),
2
)
if
directory
!=
"/product_labels/"
or
(
directory
==
"/product_labels/"
and
k
!=
"meal_voucher_ok"
):
if
directory
!=
"/product_labels/"
or
(
directory
==
"/product_labels/"
and
k
!=
"meal_voucher_ok"
):
# add parameter to text unless it's for a product label and parameter is meal_voucher_ok
# add parameter to text unless it's for a product label and parameter is meal_voucher_ok
if
str
(
v
)
==
"0.0"
and
k
==
"price_weight_net"
:
v
=
''
txt
+=
k
+
'='
+
str
(
v
)
.
strip
()
+
"
\r\n
"
txt
+=
k
+
'='
+
str
(
v
)
.
strip
()
+
"
\r\n
"
if
directory
==
'/labels/'
and
meal_voucher_found
is
False
:
if
directory
==
'/labels/'
and
meal_voucher_found
is
False
:
txt
+=
'meal_voucher_ok='
+
"
\r\n
"
txt
+=
'meal_voucher_ok='
+
"
\r\n
"
...
...
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