-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[12.0][IMP] product_print_category_food_report Some improvements after big upgrade #156
[12.0][IMP] product_print_category_food_report Some improvements after big upgrade #156
Conversation
…ag_01 and pricetag_02
… origin : padding-left + smaller, labels bigger.
… origin : padding-left
… origin clearer and padding left. Feed composition overflow hidden. Labels at the bottom.
ça ce n'était pas le cas avant. (à part sur une je crois.) Du coup, il s'agit d'un changement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool ces changements.
J'ai un petit bémol pour l'ajout de padding. j'ai une préférence pour que les blocs remplisse toute la page, je trouve ça plus simple à gérer, et y'a pas d'effet de bord. (on peut en causer de visu si tu veux.)
Nota : je sais pas si tu as vu, mais y'a un style qui permet de voir tous les blocs, et vérifier que tout rentre, quand tu développes.
product_print_category_food_report/report/qweb_template_pricetag_template_C.xml
Show resolved
Hide resolved
product_print_category_food_report/static/src/scss/pricetag_1.scss
Outdated
Show resolved
Hide resolved
ah bah oui ! Suis une buse en CSS définitively. |
height: 1cm; | ||
height: 1.2cm; | ||
|
||
.main_price_text { | ||
font-size: 30px; | ||
} | ||
|
||
} | ||
|
||
.product_name{ | ||
font-size:17px; | ||
height: 1.9cm; | ||
font-size: 20px; | ||
line-height: 0.8cm; | ||
height: 1.5cm; | ||
} | ||
|
||
.secondary_price { | ||
height: 0.4cm; | ||
font-size: 9px; | ||
height: 0.5cm; | ||
font-size: 11px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main_price : 1 -> 1.2 (+0.2)
product_name : 1.9 -> 1.5 (-0.4)
secondary_price : 0.4 -> 0.5 (+0.1)
du coup, ça fait une diminition de 0.1. et je me dis que les comptes sont pas bon Kévin ;-)
t'en penses quoi ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed !
…name for pricetag_3*
e4dc6a6
to
958c7da
Compare
product_print_category_food_report/report/qweb_template_pricetag_33.xml
Outdated
Show resolved
Hide resolved
…ag_33.xml Co-authored-by: Sylvain LE GAL <[email protected]>
…X] pricetag_33 main_price height
14fde93
to
3366752
Compare
MeP du 28/07/2024 /ocabot merge minor |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 26e27ed. Thanks a lot for contributing to grap. ❤️ |
Ticket 1156
Correctif sur les étiquettes, suite aux grosses modifications en Juin.