Commit graph

43 commits

Author SHA1 Message Date
Bastien Roy
e7aea8f8d2 Merge branch 'feature/166/rendre-telephone-non-obligatoire' into 'develop'
[166] Rendre le telephone non obligatoire

Closes #166

See merge request la-chariotte/la-chariotte!108
2024-10-30 19:31:57 +00:00
Laetitia
39220a15d7 ref: change phone_mandatory into is_change_mandatory 2024-10-25 11:32:40 +02:00
Laetitia
8adc700005 feat: le tel n'est plus obligatoire quand l'organisateur a choisi ça
Affichage de "faciltatif" dans le formulaire de commande
2024-10-20 15:25:19 +00:00
Bastien Roy
76311065d9 166 téléphone obligatoire (manque css) 2024-10-20 15:25:19 +00:00
xmeunier
44a2c20f95 Simpler solution to prevent unitended OrderAuthor 2024-10-20 15:06:10 +02:00
mobilinux
84dadd9147 Prevent inintended creation of OrderAuthor before ordering
When a grouped_order_detail view was called with authenticated user,
when prefilling the firstName, lastName and email also inserted a new
OrderAuthor object in the database.
Now use SimpleNamespace, instead of OrderAuthor object, to carry
those values to the template.
2024-10-20 12:50:55 +00:00
xmeunier
34d2db8623 Add summed nb of ordered items of each article in a grouped order 2024-10-20 11:58:05 +00:00
mobilinux
9b6cc7604c Remove header in the CSV export of email addressese 2024-09-14 12:29:37 +00:00
mobilinux
193114e1e9 Remove order_name from groupOrder emails export
This column was quite useless, since the export grouped order email addresses is
done for a given grouped order, so the value was the same throughout the CSV.
2024-09-14 12:29:37 +00:00
Laetitia
f242870d50 feat: modification du format de date et heure dans le csv 2024-09-14 10:56:38 +00:00
pauline
8b79492508 correct test unit 2024-09-14 10:56:38 +00:00
pauline
39dcaf637d add date and note in csv 2024-09-14 10:56:38 +00:00
Bastien Roy
12f91b55bd 63 autocomplete personal informations 2024-06-24 17:00:03 +00:00
Laetitia
b9e66a5f2b rename mixin and files 2024-04-13 19:07:54 +02:00
Laetitia
6b3b361e07 feat 159: allow staff users to see grouped order overview pages 2024-04-13 19:07:54 +02:00
PierreDubrulle
d726284e00 black formatting 2024-01-29 17:57:31 +00:00
PierreDubrulle
6b8eecdb6e set emails list 2024-01-29 17:57:31 +00:00
PierreDubrulle
a11620f143 less js + icon 2024-01-29 17:57:31 +00:00
PierreDubrulle
f9d1e10a2e Change filename.csv to commande_<order_numver>.csv 2024-01-29 17:57:31 +00:00
PierreDubrulle
cbc0a3b119 Refactor emails download 2024-01-29 17:57:31 +00:00
PierreDubrulle
c4d46acd20 feature copy emails list to clipboard 2024-01-29 17:57:31 +00:00
7ff388331a chore: cleanup imports 2023-12-21 16:43:02 +00:00
Laetitia
57e06537dc add delivery slot to calendar export 2023-10-22 16:15:48 +02:00
Laetitia
ab5d510181 ics file with grouped order name 2023-09-17 13:46:40 +02:00
Arthur Vuillard
7ad2b57e64 ajout d'une vue pour ajouter la distribution à son agenda 2023-09-17 11:14:08 +00:00
a4bec7eed5 Use correct URL when sharing a grouped order 2023-08-29 15:20:13 +02:00
Laetitia Getti
947eded96f separate last name and first name fields in csv export 2023-08-29 10:35:10 +00:00
Laetitia Getti
82bc55ff39 mode dashboard out of order app and give box same height 2023-08-16 12:58:39 +00:00
Laetitia Getti
6fe83b9275 integrate code for joining grouped order in dashboard
- move home page into order app and name it 'dashboard'
2023-08-16 12:58:39 +00:00
b4bdfb8cf4 Add the ability to use a code to join an order. 2023-08-14 17:44:49 +02:00
b4df449bcb Small code & comments changes.
- removed comments when they were not helping understanding the code.
- changed some variable names to ease readability
- make use of dict.update() to ease readability
- use dict comprehensions when possible to ease readability
- changed the naming from intial to origin (bad translation from english)
2023-08-12 21:00:42 +02:00
Laetitia Getti
6006cbe8df use the grouped order unique code in url path 2023-08-09 08:09:43 +00:00
Laetitia Getti
2083142d47 generate a 6 digit long unique code for each grouped order 2023-08-09 08:09:43 +00:00
Laetitia Getti
5c6516c9b1 improve csv test 2023-08-01 11:02:18 +02:00
Laetitia Getti
25d0ef5604 csv export of a grouped order 2023-08-01 11:02:18 +02:00
Laetitia Getti
a02d748ccb the orga can delete orders 2023-08-01 08:07:03 +00:00
Laetitia Getti
27fc20090e display total price on order form 2023-07-25 13:58:22 +02:00
Laetitia Getti
7a65f189fd only display non null values and sort with alphabetical order 2023-07-20 17:26:52 +02:00
Laetitia Getti
7d1fd312f4 generate pdf list with weasyprint 2023-07-20 14:41:31 +02:00
Laetitia Getti
f4c08a3a23 duplicate grouped order
closes #7
2023-07-07 17:15:03 +02:00
Laetitia Getti
05df89eefd delete grouped order
closes #59
2023-07-07 15:07:01 +02:00
Laetitia Getti
afea416d42 use GOForm for updating and warning message when deadline in the past
closes #94
2023-07-07 15:07:01 +02:00
Laetitia Getti
f32987457d separate views into several files 2023-07-07 15:07:01 +02:00
Renamed from la_chariotte/order/views.py (Browse further)