Commit graph

303 commits

Author SHA1 Message Date
3d79e25559 Merge branch 'master' of github.com:spiral-project/copanier 2020-11-21 14:59:40 +01:00
55abec8488 Small fixes 2020-11-21 14:59:18 +01:00
e839422bf6 Properly remove the archive feature 2020-11-21 14:41:52 +01:00
7e558f479a Revert "Remove the ability to archive."
This reverts commit 5f80019a515376f818a1c95d6e061329fd0f2673.
2020-11-21 14:18:38 +01:00
684d372878 Update location of the repository. 2020-11-20 22:07:32 +01:00
ecf8a61137 Fix typo 2020-11-20 15:34:20 +01:00
b030a3b71d Update the README 2020-11-20 15:33:29 +01:00
3055bfad4e Change screenshot orders to tell a story 2020-11-20 15:31:18 +01:00
84bba9fb20 Update the readme again. 2020-11-20 15:06:35 +01:00
8217d48ade Add a FAQ and talk about cagette.net 2020-11-20 14:52:03 +01:00
7c32ec5ac3 Fix screenshots filenames. 2020-11-20 01:37:46 +01:00
0f1aaf9adf Add some screen captures 2020-11-20 01:33:27 +01:00
c3219152ce Give ybon some credit :-) 2020-11-20 00:47:10 +01:00
eb3a153baf Remove the ability to archive. 2020-11-20 00:40:02 +01:00
c25ba8f974 A few style changes for better display. 2020-11-20 00:36:12 +01:00
4067adf3e7 Remove unnecessary request log 2020-10-02 20:26:52 +02:00
Rémy HUBSCHER
3615b50bd1 Wait for body to be loaded. 2020-09-18 17:45:51 +02:00
Rémy HUBSCHER
8806a093ec Upgrade dependencies.: 2020-09-18 16:32:02 +02:00
468f51f129 Fix an error when computing and displaying sums 2020-07-28 22:29:28 +02:00
Daniel Atwood
3bf456e9cf Merge pull request #24 from spiral-project/fix-cookies-samesite
Fix cookies samesite
2020-06-07 22:40:56 +02:00
724d4d6d65 Fix cookies samesite 2020-06-07 21:17:32 +02:00
60fa77533e Add a phone number for the delivery referent. Fixes #22 2020-06-07 19:49:20 +02:00
00f31d8458 Prettify phone number input formatting. Fixes #2 2020-06-07 19:35:19 +02:00
122827e5aa Enhance unit display when placing orders. 2020-06-07 19:10:53 +02:00
2a357715c5 Add the description under the products. 2020-06-07 18:57:21 +02:00
a4865563fa Automatically hide out of stock products and producers with only out of stock products.
Fixes #15 #16.
2020-06-07 18:23:34 +02:00
3767620205 Fix location of the order-summary.css file. 2020-06-07 17:38:52 +02:00
60f9d41f48 Enhance the style of the forms. Fixes #13 2020-06-07 17:34:57 +02:00
7c381ca992 Reorder descriptive info for deliveries. Fix #20. 2020-06-07 17:12:54 +02:00
831edea41b Be friendlier when groups are empty. Fixes #8. 2020-06-07 17:00:15 +02:00
417f103e75 Packaging info is now hidden by default.
You can access it with an "advanced" link on the product edit. Fixes #6.
2020-06-07 16:54:24 +02:00
a0ada779b2 Create a popup when the products needs to be updated.
Fixes #5.
2020-06-07 16:38:49 +02:00
7b099eaeba Merge branch 'wip' of github.com:indatwood/copanier into wip 2020-06-07 15:40:29 +02:00
ce18dc6e71 Make product edition easier. Fixes #4 2020-06-07 00:59:41 +02:00
2e2b56aafd Change default values. Fix #12 2020-05-29 18:55:33 +00:00
Daniel Atwood
3b236dbfe5 Merge pull request #3 from Natim/natim-fixes
Reorder routes.
2020-05-27 10:20:37 +02:00
Rémy HUBSCHER
0fef30b760 Reorder routes. 2020-05-27 10:13:33 +02:00
Daniel Atwood
2e28e9114b Merge pull request #1 from Natim/natim-fixes
Detect the créer URL before matching product_id.
2020-05-24 14:25:06 +02:00
Rémy HUBSCHER
ee44a32ae4 Detect the créer URL before matching product_id. 2020-04-26 16:20:07 +02:00
f108121035 Use the url_for helper rather than direct URLs in templates 2020-04-08 23:21:51 +02:00
6e19f3d339 Better URL handling, thanks to a new url_for() utility 2020-04-08 21:17:19 +02:00
81865a6814 Replaced "solde" and "émargement" URLs by "paiements" and "résumé-de-commandes". 2020-04-08 18:41:01 +02:00
a1cd995d9d Make all tests pass again. 2020-04-08 17:55:52 +02:00
b7b31c23d7 Display better out of stock items 2020-04-07 20:03:33 +02:00
406e8a5c3d Cosmetic changes 2020-04-07 19:59:36 +02:00
4dbd9d8e34 Add the agenda of a delivery to the toolbox page. 2020-04-07 19:47:05 +02:00
c6cd843ea5 Make other's orders edition more explicit 2020-04-07 16:56:52 +02:00
906c42cb25 Fix login links 2020-04-07 16:55:47 +02:00
2ca4cf78da Update a bit the readme to be more precise about what this project does. 2020-04-07 16:41:25 +02:00
80a61066a0 Reorganize URLs and templates.
Reorganizing the URLs seems to fix an issue with namespace collision in the URLs.

- URLs for product related operations are now in the /produits/ namespace ;
- Templates are now using a formalism of action_subject.html, which makes it simpler to find find them.
2020-04-07 16:41:07 +02:00