plages libres, période calculée à partir d'un pointage (#80842) #139

Merged
lguerin merged 4 commits from wip/80842-partial-booking-invoiced-bookings into main 2023-09-15 09:11:36 +02:00
Owner
No description provided.
Author
Owner

proposition d'affichage, peut être revue dans un autre ticket

proposition d'affichage, peut être revue dans un autre ticket
Owner

Si jamais, il y a maintenant un nuancier "officiel" pour l'utilisation de couleurs côté gadjo.
L'idéal est d'y piocher une couleur via les variables CSS.
https://git.entrouvert.org/entrouvert/gadjo/src/branch/main/gadjo/static/css/_colors.scss

Si jamais, il y a maintenant un nuancier "officiel" pour l'utilisation de couleurs côté gadjo. L'idéal est d'y piocher une couleur via les variables CSS. https://git.entrouvert.org/entrouvert/gadjo/src/branch/main/gadjo/static/css/_colors.scss
lguerin force-pushed wip/80842-partial-booking-invoiced-bookings from 4308cc5b87 to 726c61c7ff 2023-09-07 16:22:00 +02:00 Compare
lguerin changed title from plages libres, période calculée à partir d'un pointage (#80842) to plages libres, période calculée à partir d'un pointage (#80842) 2023-09-07 16:22:13 +02:00
lguerin changed target branch from main to wip/80851-partial-bookings-fix-recurring-event-view 2023-09-07 16:22:13 +02:00
lguerin force-pushed wip/80842-partial-booking-invoiced-bookings from 726c61c7ff to cbacaa5341 2023-09-08 12:09:18 +02:00 Compare
lguerin force-pushed wip/80842-partial-booking-invoiced-bookings from cbacaa5341 to fb7e87f17a 2023-09-08 12:09:54 +02:00 Compare
vdeniaud approved these changes 2023-09-13 14:29:19 +02:00
@ -2890,0 +2908,4 @@
'hour': 60,
'half_hour': 30,
'quarter': 15,
}[self.event.agenda.invoicing_unit]
Owner

On pourrait avoir directement invoicing_unit qui contienne des entiers, en faisant dans le modèle

                choices=[
                    (60, 'Per hour'), 

mais c'est peut-être plus clair comme c'est

On pourrait avoir directement invoicing_unit qui contienne des entiers, en faisant dans le modèle ``` choices=[ (60, 'Per hour'), ``` mais c'est peut-être plus clair comme c'est
Author
Owner

je laisse comme c'est :)

je laisse comme c'est :)
@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: chrono 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-17 19:46+0000\n"
Owner

Je ne vois pas de raison d'avoir les trads dans le commit

Je ne vois pas de raison d'avoir les trads dans le commit
Author
Owner

modifs supprimées du commit

modifs supprimées du commit
lguerin changed title from plages libres, période calculée à partir d'un pointage (#80842) to plages libres, période calculée à partir d'un pointage (#80842) 2023-09-15 08:50:37 +02:00
lguerin changed target branch from wip/80851-partial-bookings-fix-recurring-event-view to main 2023-09-15 08:50:38 +02:00
lguerin force-pushed wip/80842-partial-booking-invoiced-bookings from fb7e87f17a to 2b288340b6 2023-09-15 08:54:21 +02:00 Compare
lguerin merged commit 2b288340b6 into main 2023-09-15 09:11:36 +02:00
lguerin deleted branch wip/80842-partial-booking-invoiced-bookings 2023-09-15 09:11:36 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/chrono#139
No description provided.