1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-10 00:46:15 +01:00
Commit Graph

2976 Commits

Author SHA1 Message Date
Sylvain
af3def0e2e (feat) save the accounting data in DB
Previously, the accounting data were built on demand,
extracting the data from the invoices on-the-fly.
This is intended to be used only once in a while, so there was
no performance issue with that.
Now, we want those data to be accessed from the OpenAPI,
so building them on-the-fly would be very much
intensive and resouces heavy. So we build them each nights
using a scheduled worker and save them in the database
2022-12-21 14:11:40 +01:00
Sylvain
37f30e26a9 (feat) enable/disable advanced accounting 2022-12-21 14:05:16 +01:00
Sylvain
be8ae01ba4 (ui) refactor plan form
Also: add advanced accounting to plans
2022-12-21 14:05:16 +01:00
Sylvain
85fcc71d6b (wip) refactor plan form 2022-12-21 14:05:15 +01:00
Sylvain
7868f31a58 (feat) advanced accounting parameters
for: machines, spaces, trainings, events
2022-12-21 14:05:15 +01:00
Sylvain
3d796549f2 (ui) refactor event form 2022-12-21 14:05:14 +01:00
Sylvain
8df60a8712 (ui) refactor space form 2022-12-21 14:05:14 +01:00
Sylvain
3d88266fe6 (ui) refactor training form 2022-12-21 14:05:13 +01:00
Sylvain
4cc6574f58 (ui) refactor machine edition form 2022-12-21 14:05:09 +01:00
Du Peng
f47440c85a (feat) add machine category 2022-12-20 18:45:53 +01:00
Sylvain
d80627a178 New translations app.admin.en.yml (French) 2022-12-19 11:26:47 +01:00
Sylvain
66ff3b0dc3 New translations en.yml (French) 2022-12-19 11:26:46 +01:00
Sylvain
8d81f80c16 New translations app.admin.en.yml (Zulu) 2022-12-19 10:25:41 +01:00
Sylvain
dcf2d48f2a New translations en.yml (Zulu) 2022-12-19 10:25:40 +01:00
Sylvain
9542130d45 New translations app.admin.en.yml (Portuguese) 2022-12-19 10:25:39 +01:00
Sylvain
966a956bb1 New translations en.yml (Portuguese) 2022-12-19 10:25:37 +01:00
Sylvain
8a815ff4d2 New translations app.admin.en.yml (Norwegian) 2022-12-19 10:25:36 +01:00
Sylvain
e1374b7a8d New translations en.yml (Norwegian) 2022-12-19 10:25:35 +01:00
Sylvain
5718cfe6b3 New translations app.admin.en.yml (German) 2022-12-19 10:25:34 +01:00
Sylvain
fe9900d79f New translations en.yml (German) 2022-12-19 10:25:33 +01:00
Sylvain
7e77c00e37 New translations app.admin.en.yml (Spanish) 2022-12-19 10:25:32 +01:00
Sylvain
a5a7eafa46 New translations en.yml (Spanish) 2022-12-19 10:25:31 +01:00
Sylvain
8b12bec379 New translations app.admin.en.yml (French) 2022-12-19 10:25:30 +01:00
Sylvain
6e6e99b090 New translations en.yml (French) 2022-12-19 10:25:28 +01:00
Sylvain
3a2f488c56 (test) prevent last minutes bookings 2022-12-14 12:22:44 +01:00
Sylvain
14b5c40ec8 Merge branch 'feature/reservation-deadlines' of https://github.com/Guichaguri/fab-manager into Guichaguri-feature/reservation-deadlines 2022-12-14 11:30:54 +01:00
vincent
d6d0089a0f (i18n) Update minimum password character count 2022-12-02 18:09:42 +01:00
Sylvain
1f7d202987 (i18n) updated translations 2022-12-01 17:24:09 +01:00
Sylvain
a356ebe131 (i18n) typo 2022-12-01 17:21:41 +01:00
Sylvain
575c7c7d62 (feat) updated FabAnalytics reports to include new features 2022-12-01 16:34:14 +01:00
Sylvain
963d2e93bd (bug) unable to export statistics 2022-12-01 13:03:19 +01:00
Guilherme Chaguri
dea9663f37 Added reservation deadline parameter 2022-11-29 17:02:01 -03:00
Sylvain
a8e6b846ca (i18n) updated translations 2022-11-07 15:34:56 +01:00
Sylvain
35656229ad (bug) should not change group of subscriber 2022-11-07 15:14:33 +01:00
Sylvain
7c7ec0aa4c (feature) admin can buy product for himself 2022-11-04 12:18:04 +01:00
Du Peng
c1f8540833 (bug) update product sku translate 2022-11-03 10:42:17 +01:00
Sylvain
20e50bda13 (bug) fix file/image input components 2022-11-03 09:26:21 +01:00
Du Peng
65ded9d847 Merge branch 'product-store' into product-store_dev 2022-10-27 18:08:15 +02:00
vincent
47d6f2e165 (i18n) Add missing translation 2022-10-27 09:55:15 +02:00
Sylvain
fc2b52c2ca (bug) invalid accounting export for store orders 2022-10-26 14:32:19 +02:00
Du Peng
6d448e0af2 (merge) merge dev and product-store 2022-10-26 09:37:31 +02:00
Sylvain
744b811b62 (feat) remove admins group: allow admins to reserve 2022-10-25 11:57:26 +02:00
Sylvain
f9f60cba17 (wip) allow admin to reserve for himself 2022-10-24 17:39:16 +02:00
vincent
b3d9c6b3bf (i18n) update 2022-10-24 12:10:42 +02:00
Sylvain
2ba760cc00 (bug) portuguese time formatting (#405) 2022-10-24 10:20:49 +02:00
Sylvain
a3f3251b6b (bug) mail for shop invoice has wrong object 2022-10-24 10:13:46 +02:00
vincent
ab796991a6 (i18n) text update 2022-10-20 10:14:51 +02:00
vincent
c4930c70f4 (i18n) Fix translation 2022-10-18 09:09:13 +02:00
vincent
b4a59508c7 (i18n) Text update 2022-10-18 08:42:48 +02:00
Du Peng
48de0f8b9e (bug) fix product and order error message 2022-10-14 12:57:55 +02:00
vincent
dca2b7f5b3 (i18n) update locales files from Crowdin 2022-10-13 17:16:42 +02:00
vincent
c883a27c95 (i18n) fix text 2022-10-13 16:41:23 +02:00
Sylvain
9b580fbfac (i18n) updated translations 2022-10-12 17:21:17 +02:00
Sylvain
11c8b25357 (feat) hide the store to members/visitors 2022-10-12 16:48:39 +02:00
Sylvain
f80aec1ef2 (merge) Merge branch 'product-store_stats' into product-store 2022-10-12 14:20:38 +02:00
Sylvain
0016f248d8 (feat) report store orders in the stats 2022-10-12 11:42:15 +02:00
Du Peng
ef9a5c22bb (feat) clone a product 2022-10-11 18:53:12 +02:00
Sylvain
d9e8d0e40d (wip) report store statistics in UI 2022-10-11 17:23:45 +02:00
Sylvain
3a9344103c (i18n) updated translations 2022-10-05 17:27:08 +02:00
Sylvain
a63975dd18 (merge) Merge branch 'dev' into product-store 2022-10-05 17:16:04 +02:00
Sylvain
a7e21069ed (i18n) removed useless translation 2022-10-05 17:09:52 +02:00
Sylvain
d750885f3b (feat) filter and paginate stock movements 2022-10-05 16:58:40 +02:00
Sylvain
8dd4463a14 (feat) alert on low stock threshold 2022-10-05 15:51:33 +02:00
Sylvain
35dd29c193 (bug) show explicit error message when unable to delete a product 2022-10-05 13:50:57 +02:00
Sylvain
6f14bdadf3 (i18n) updated translations 2022-10-05 12:16:08 +02:00
Sylvain
81c1c80587 (bug) invalid translation syntax 2022-10-05 12:13:10 +02:00
Sylvain
0464aae23e (quality) compute withdrawal instructions server side 2022-10-05 12:06:35 +02:00
Sylvain
43fbf2ac8d (feat) withdrawal instructions in order ready email 2022-10-04 16:59:51 +02:00
Sylvain
72d55a6a0b (feat) display withdrawal instructions on the show-order page 2022-10-04 15:30:20 +02:00
vincent
4f58ea64d1 (i18n) improve product category delete message 2022-10-04 10:56:12 +02:00
Sylvain
3a8082db97 (merge) Merge remote-tracking branch 'origin/product-store_cart' into product-store 2022-10-04 09:41:47 +02:00
Sylvain
a260f88555 (feat) store withdrawal instructions 2022-10-03 15:24:01 +02:00
Sylvain
51aa967001 (feat) dismiss a user to a lower privileged role 2022-10-03 14:22:15 +02:00
vincent
05e729fa26 (inte) cart item error message + responsive 2022-09-28 17:48:55 +02:00
Guilherme Chaguri
68683cf155 (Bug) Fix pt time formatting 2022-09-28 10:48:55 -03:00
Sylvain
a30eac10de (feat) humanize gateway error messages 2022-09-28 12:54:29 +02:00
Du Peng
274d661a58 (feat) always check cart items when user in cart page 2022-09-28 12:14:58 +02:00
Sylvain
3d6fe3c7a2 (bug) missing translations in PayZen configuration screens 2022-09-28 10:41:29 +02:00
Sylvain
b8db1dc9a9 (bug) visitor is not prompted to login on checkout 2022-09-28 10:32:34 +02:00
Sylvain
f61e784ace (feat) prevent show product in store if price not set 2022-09-27 15:58:59 +02:00
Sylvain
116dac646c (quality) remove eslint-disable 2022-09-27 12:53:29 +02:00
Sylvain
d6fbd90c7c (feat) ability to disable the store 2022-09-27 11:14:27 +02:00
Sylvain
040f74a2fe (merge) Merge branch 'product-store_integration' into product-store 2022-09-26 17:29:12 +02:00
vincent
6aaabe5b05 (i18n) Add missing translations 2022-09-22 11:23:26 +02:00
vincent
3ffa7c1cea (i18n) Update translations 2022-09-22 10:30:05 +02:00
vincent
5b014b8d64 (i18n) Update translations 2022-09-22 09:40:29 +02:00
vincent
ab52a1425c (i18n) restore translation 2022-09-21 16:23:09 +02:00
vincent
4fe2679808 (quality) refacto item quantity input 2022-09-21 12:27:20 +02:00
Sylvain
57e3dda2cd (feat) products filtering in public store 2022-09-21 11:51:41 +02:00
vincent
e4c0c10ef3 (merge) branch 'origin/product-store_filtering' 2022-09-20 17:36:23 +02:00
Sylvain
a41e5a93e5 (feat) products filtering for admin view 2022-09-20 15:30:44 +02:00
vincent
0345476b5f (merge) branch 'origin/product-store' 2022-09-20 15:25:21 +02:00
vincent
75d327f410 (quality) Improve responsive 2022-09-20 15:21:44 +02:00
Sylvain
586dd5f9b5 (quality) extract filter in separate components 2022-09-20 09:24:35 +02:00
vincent
945428e71c (quality) Refacto tooltip 2022-09-20 09:24:05 +02:00
vincent
b7e128a63c (feat) Add filters 2022-09-20 09:24:04 +02:00
Du Peng
cbed318c3f (feat) refund an order by admin 2022-09-16 18:31:20 +02:00
vincent
2e1784b291 (quality) Refacto tooltip 2022-09-16 17:58:19 +02:00
Du Peng
96a0f10747 (feat) add delivered state to order 2022-09-16 17:54:41 +02:00
Du Peng
8769244a33 (feat) update change order action locale 2022-09-16 17:30:28 +02:00
vincent
ffafb223f1 (merge) branch 'origin/product-store' 2022-09-16 14:13:29 +02:00
vincent
9a10c992c2 (feat) Add filters 2022-09-16 11:54:58 +02:00
Du Peng
010718d53e (merge) store manage the orders by admin 2022-09-16 11:45:58 +02:00
Du Peng
53004767bf (feat) add order action ready/in_progress/canceled 2022-09-16 11:38:11 +02:00
Du Peng
f015e23a85 (wip) change order state by admin 2022-09-15 20:19:19 +02:00
Du Peng
b87355bc5a (feat) orders filter by admin 2022-09-14 19:54:24 +02:00
Sylvain
c4baf89c54 (merge) Merge branch 'product-store_stocks' into product-store 2022-09-14 15:15:47 +02:00
Sylvain
6b224d7db1 (feat) alert unsaved changes
if the user tries to quit the product form, he will
be alerted about unsaved changes, if any
2022-09-14 14:51:54 +02:00
Du Peng
522b559ced (feat) add payment status to order 2022-09-13 18:43:37 +02:00
Du Peng
7cb691f6f9 (feat) update order's invoice object 2022-09-13 16:10:17 +02:00
Sylvain
feabded2a0 (feat) update the stock total 2022-09-13 15:01:55 +02:00
Du Peng
42f7320e63 (feat) show payment info in order 2022-09-13 14:05:31 +02:00
Du Peng
dbe4570c30 (feat) client can show orders in dashbaord 2022-09-12 19:44:13 +02:00
Sylvain
f705f71c4f (feat) display/remove ongoing stocks operations 2022-09-12 15:55:41 +02:00
Du Peng
185589407f (feat) order invoice 2022-09-09 16:35:49 +02:00
Du Peng
50276f5b41 (feat) VAT for store's product and Accounting code/label 2022-09-09 09:31:00 +02:00
Sylvain
c968f7b1aa (feat) stock management: create/show 2022-09-08 17:51:48 +02:00
vincent
d5d8a972cf (quality) Refacto orders views 2022-09-08 12:04:37 +02:00
vincent
157134f4ef (feat) Add period filter 2022-09-07 18:36:54 +02:00
vincent
3f08d831b9 (merge) branch 'product_store-inte' 2022-09-07 15:54:29 +02:00
vincent
23488284e8 (quality) Create state label component 2022-09-07 15:35:46 +02:00
Du Peng
79182fb8c1 Merge branch 'product_store-store' into product-store 2022-09-07 15:00:27 +02:00
Sylvain
507420f96c (i18n) updated translations 2022-09-07 14:02:04 +02:00
Sylvain
9fbd908b56 (dev) Script to download translations from Crowdin 2022-09-07 12:57:02 +02:00
Du Peng
79f01d4f78 Merge branch 'product_store-inte' into product_store-store 2022-09-07 09:27:57 +02:00
vincent
874be0bcb6 (wip) user orders dashboard 2022-09-07 09:22:16 +02:00
Du Peng
4387c05200 Merge branch 'product_store' into product_store-store 2022-09-06 20:06:59 +02:00
vincent
3a0248ed98 stock 2022-09-06 12:08:19 +02:00
Sylvain
24e1771408 New translations app.shared.en.yml (Zulu) 2022-09-06 12:02:25 +02:00
Sylvain
3a6bd81e85 New translations mails.en.yml (Zulu) 2022-09-06 12:02:21 +02:00
Sylvain
c5a5a1f445 New translations app.admin.en.yml (Zulu) 2022-09-06 12:02:20 +02:00
Sylvain
976f93584a New translations app.public.en.yml (Zulu) 2022-09-06 12:02:12 +02:00
Sylvain
31c060e8cf New translations app.logged.en.yml (Zulu) 2022-09-06 12:02:09 +02:00
Sylvain
fcc4603f7f New translations en.yml (Portuguese) 2022-09-05 14:25:24 +02:00
Sylvain
44af693deb New translations en.yml (French) 2022-09-05 14:25:10 +02:00
Sylvain
11ed07de63 New translations mails.en.yml (Zulu) 2022-09-05 14:18:31 +02:00
Sylvain
18225e4b6a New translations en.yml (Zulu) 2022-09-05 14:18:21 +02:00
Sylvain
19a983e314 New translations en.yml (Portuguese) 2022-09-05 14:18:20 +02:00
Sylvain
1647f1c16f New translations en.yml (Norwegian) 2022-09-05 14:18:19 +02:00
Sylvain
dfcc585e28 New translations en.yml (German) 2022-09-05 14:18:18 +02:00
Sylvain
4eaefe26a2 New translations en.yml (Spanish) 2022-09-05 14:18:17 +02:00
Sylvain
10c31e132a New translations en.yml (French) 2022-09-05 14:17:59 +02:00
Sylvain
5bc1da7cf5 (feat) coupon in reservations export 2022-09-05 11:39:23 +02:00
vincent
f21a68593a stock (wip) 2022-09-02 18:17:15 +02:00
vincent
a5a45ee1ce Store settings + update text editor options 2022-09-01 18:02:22 +02:00
vincent
27a3bdc308 Admin orders (tmp) 2022-09-01 16:08:37 +02:00
vincent
539d89cf8e Fix accordion 2022-08-31 11:15:28 +02:00
vincent
2e696f94fd (wip) Admin orders list 2022-08-29 19:15:10 +02:00
vincent
78683a31b3 Style cart 2022-08-29 16:32:35 +02:00
vincent
e339cc18e7 merge product_store-store 2022-08-26 12:12:35 +02:00
vincent
4e76396dee Store ad on machines list 2022-08-25 18:46:55 +02:00
vincent
d602087710 Clients' store categories 2022-08-25 17:08:43 +02:00
Du Peng
d9687a007b fix various bugs for cart 2022-08-25 16:23:00 +02:00
vincent
e0dc008d4c Client side product list + product view 2022-08-24 18:34:34 +02:00
vincent
29993b0ec9 Cleanup files 2022-08-23 18:55:49 +02:00
Du Peng
350275d31b add is_main to product image 2022-08-23 16:02:15 +02:00
Du Peng
9561e61f5a update locale fr 2022-08-23 16:02:15 +02:00
Du Peng
0773e5bc82 product files and images upload 2022-08-23 16:02:14 +02:00
Sylvain
ab6d91fd12 (quality) rename check-list to checklist and added an uncheck all button 2022-08-23 16:02:11 +02:00
vincent
81cc8db0f5 Remove react-beautiful-dnd 2022-08-23 16:02:10 +02:00
Du Peng
272cbf165c create/edit product form 2022-08-23 16:02:08 +02:00
Du Peng
6b805f15f1 products page in front 2022-08-23 16:02:08 +02:00
vincent
bf1700e43a Convert product category form to RHF 2022-08-23 16:02:05 +02:00
vincent
39c8ec3c3e (wip) Convert product-category to RFH 2022-08-23 16:02:05 +02:00
Du Peng
4396bb0ca0 store product category create/list/update/delete 2022-08-23 16:01:59 +02:00
vincent
857261ba62 Merge branch 'product_store-store' into product_store-inte 2022-08-22 10:00:09 +02:00
Du Peng
cfd21adb60 cart button 2022-08-20 18:47:15 +02:00
Du Peng
ab800a519f store cart 2022-08-19 20:03:09 +02:00
Du Peng
16288ae2bd fablab store page 2022-08-16 19:47:27 +02:00
vincent
7ca3955c1d Filter and sort products 2022-08-13 19:23:56 +02:00
vincent
86a40bc096 (wip) Products list filters 2022-08-05 18:38:54 +02:00
vincent
d118d045c6 Style list items 2022-08-04 16:24:52 +02:00
vincent
82fab4dd4f Merge remote-tracking branch 'origin/product_store' into product_store-inte 2022-08-04 09:15:27 +02:00
Du Peng
f345fc2443 add is_main to product image 2022-08-03 20:16:21 +02:00
vincent
be90d0720b Product form style 2022-08-03 18:30:29 +02:00
Du Peng
8f38ff79d7 update locale fr 2022-08-03 10:30:30 +02:00
Du Peng
fc4fd78843 product files and images upload 2022-08-03 10:25:36 +02:00
Sylvain
bd96622d37 (quality) rename check-list to checklist and added an uncheck all button 2022-08-03 10:23:40 +02:00
vincent
5b65fb7a54 Remove react-beautiful-dnd 2022-08-03 10:21:01 +02:00
Du Peng
5e1436eda4 create/edit product form 2022-08-03 10:18:00 +02:00
Du Peng
e23e83000d products page in front 2022-08-03 10:17:58 +02:00
vincent
588ab696ae Convert product category form to RHF 2022-08-03 10:16:11 +02:00
vincent
c18c17ee62 (wip) Convert product-category to RFH 2022-08-03 10:16:11 +02:00
Du Peng
432b60ca9a store product category create/list/update/delete 2022-08-03 10:16:08 +02:00
Sylvain
3c6535ffe3 New translations app.public.en.yml (Portuguese) 2022-08-02 14:38:04 +02:00
Sylvain
7ac6f087de New translations en.yml (Portuguese) 2022-08-02 14:38:03 +02:00
Sylvain
1d71cae9d9
New Crowdin updates (#386)
* New translations en.yml (French)

* New translations en.yml (Spanish)

* New translations en.yml (German)

* New translations en.yml (Norwegian)

* New translations en.yml (Portuguese)

* New translations en.yml (Zulu)

* New translations app.public.en.yml (French)

* New translations app.public.en.yml (Spanish)

* New translations app.public.en.yml (German)

* New translations app.public.en.yml (Norwegian)

* New translations app.public.en.yml (Portuguese)

* New translations app.public.en.yml (Zulu)

* New translations app.public.en.yml (French)

* New translations en.yml (French)
2022-08-01 19:57:40 +02:00
Du Peng
d399a085ee Merge branch 'improves-password-complexity-check-2pxghn4' into dev 2022-08-01 19:32:29 +02:00
Du Peng
890e3659b4 Merge branch 'prevents-users-enumeration-attack-2pxggdn' into dev 2022-08-01 19:06:13 +02:00
Du Peng
413fb0a567 Merge remote-tracking branch 'origin/less-explicit-file-errors-2pxgjt0' into dev 2022-08-01 18:41:33 +02:00
Nicolas Florentin
1d6a59dd67 improvement: add complexity check of the user password 2022-07-29 17:37:42 +02:00
Nicolas Florentin
98c7da492d prevents users enumeration attacks by not giving any info about the validity of the email 2022-07-29 16:02:58 +02:00
Nicolas Florentin
879a7ba33f improvement: makes rmagick, minimagick and mime types less explicit to improve security 2022-07-29 14:53:08 +02:00
Sylvain
5ceb06747f New translations en.yml (Portuguese) 2022-07-27 15:36:31 +02:00
Sylvain
0d8914dd60 New translations mails.en.yml (Portuguese) 2022-07-27 15:36:30 +02:00
Sylvain
8bc933162a New translations app.admin.en.yml (Portuguese) 2022-07-27 15:36:29 +02:00
Sylvain
5d6dc2a142
Merge pull request #382 from sleede/l10n_dev
New Crowdin updates
2022-07-27 12:08:52 +02:00
Sylvain
055bfcbb66 New translations en.yml (French) 2022-07-27 12:08:24 +02:00
Sylvain
71b86fdeaa New translations en.yml (Zulu) 2022-07-27 12:06:55 +02:00
Sylvain
d68b40e3ea New translations en.yml (Portuguese) 2022-07-27 12:06:53 +02:00
Sylvain
11e82a6a53 New translations en.yml (Norwegian) 2022-07-27 12:06:52 +02:00
Sylvain
dbe00672bc New translations en.yml (German) 2022-07-27 12:06:51 +02:00
Sylvain
0f8e4af6ff New translations en.yml (Spanish) 2022-07-27 12:06:50 +02:00
Sylvain
fba9ce8d94 New translations en.yml (French) 2022-07-27 12:06:48 +02:00
Sylvain
445e63b44c (feature) Improved attached ICS file texts, in reservations emails 2022-07-27 12:04:23 +02:00
Sylvain
52f91ab465 New translations app.admin.en.yml (French) 2022-07-27 10:13:22 +02:00
Sylvain
722e29224d New translations en.yml (French) 2022-07-27 10:13:12 +02:00
Sylvain
eb530a90f5 New translations app.admin.en.yml (Zulu) 2022-07-27 10:11:51 +02:00
Sylvain
4d0958e5e8 New translations app.admin.en.yml (Norwegian) 2022-07-27 10:11:50 +02:00
Sylvain
ea31759df2 New translations app.admin.en.yml (German) 2022-07-27 10:11:49 +02:00
Sylvain
d3f308db2a New translations app.admin.en.yml (Spanish) 2022-07-27 10:11:47 +02:00
Sylvain
87a4510f29 New translations app.admin.en.yml (French) 2022-07-27 10:11:44 +02:00
Sylvain
3f683fd070 New translations en.yml (Zulu) 2022-07-27 10:11:34 +02:00
Sylvain
39042791f5 New translations en.yml (Portuguese) 2022-07-27 10:11:33 +02:00
Sylvain
72d7cdf801 New translations en.yml (Norwegian) 2022-07-27 10:11:32 +02:00
Sylvain
750a5b75b1 New translations en.yml (German) 2022-07-27 10:11:31 +02:00
Sylvain
7542c52f57 New translations en.yml (Spanish) 2022-07-27 10:11:30 +02:00
Sylvain
fb2bd127e7 New translations en.yml (French) 2022-07-27 10:11:28 +02:00
Sylvain
f943f68d7b New translations app.admin.en.yml (Portuguese) 2022-07-27 10:11:25 +02:00
Sylvain
98b1919de2 Make the username column optionnal (#375) 2022-07-27 09:59:23 +02:00
Sylvain
be5b6af3f1
Merge pull request #375 from Guichaguri/feat/add-admin-member-usernames
Add username column to the member list
2022-07-27 09:32:45 +02:00
Sylvain
e52a9e5ce6 New translations mails.en.yml (Spanish) 2022-07-26 18:10:59 +02:00
Sylvain
6edfcf7d2c New translations mails.en.yml (French) 2022-07-26 18:10:58 +02:00
Sylvain
99d268c16f New translations app.shared.en.yml (Zulu) 2022-07-26 18:10:57 +02:00
Sylvain
c25f3e64f5 New translations app.logged.en.yml (Zulu) 2022-07-26 18:10:57 +02:00
Sylvain
a2bd56d4cf New translations app.shared.en.yml (Portuguese) 2022-07-26 18:10:56 +02:00
Sylvain
510f9daae2 New translations app.shared.en.yml (Norwegian) 2022-07-26 18:10:55 +02:00
Sylvain
6ee39401cf New translations app.logged.en.yml (Norwegian) 2022-07-26 18:10:55 +02:00
Sylvain
ae61ba0d80 New translations app.shared.en.yml (German) 2022-07-26 18:10:54 +02:00
Sylvain
fc30cf669b New translations mails.en.yml (German) 2022-07-26 18:10:53 +02:00
Sylvain
2bcc8da6ec New translations app.logged.en.yml (German) 2022-07-26 18:10:52 +02:00
Sylvain
0e51fc49f5 New translations app.logged.en.yml (Spanish) 2022-07-26 18:10:52 +02:00
Sylvain
3f6160c30b New translations app.shared.en.yml (French) 2022-07-26 18:10:51 +02:00
Sylvain
fb8d87bfc3 New translations app.logged.en.yml (French) 2022-07-26 18:10:50 +02:00
Sylvain
5b3a9599f6 New translations app.admin.en.yml (Zulu) 2022-07-26 18:10:49 +02:00
Sylvain
4a08d72807 New translations app.admin.en.yml (Norwegian) 2022-07-26 18:10:48 +02:00
Sylvain
3666f02c07 New translations app.admin.en.yml (German) 2022-07-26 18:10:48 +02:00
Sylvain
30d3db3fe0 New translations app.admin.en.yml (Spanish) 2022-07-26 18:10:47 +02:00
Sylvain
355dfb7137 New translations app.admin.en.yml (French) 2022-07-26 18:10:46 +02:00
Sylvain
c65c6ca6e1 New translations app.shared.en.yml (Spanish) 2022-07-26 18:10:45 +02:00
Sylvain
57710b8568 New translations app.logged.en.yml (Portuguese) 2022-07-26 18:10:44 +02:00
Sylvain
8532bed486 New translations mails.en.yml (Norwegian) 2022-07-26 18:10:44 +02:00
Sylvain
45e9b8c0bd New translations mails.en.yml (Zulu) 2022-07-26 18:10:43 +02:00
Sylvain
4b568ff259 New translations app.public.en.yml (Portuguese) 2022-07-26 18:10:42 +02:00
Sylvain
dc73f40044 New translations mails.en.yml (Portuguese) 2022-07-26 18:10:38 +02:00
Sylvain
cadc4643ad New translations app.admin.en.yml (Portuguese) 2022-07-26 18:10:33 +02:00
Sylvain
239e239901 fix text 2022-07-26 12:31:37 +02:00
Sylvain
adaea48349 (bug) wrong currency on invoices files 2022-07-25 15:13:28 +02:00
Guilherme Chaguri
4170642565 Remove unnecessary translation changes 2022-07-20 16:33:45 -03:00
Sylvain
2bd84e623a (bug) missing translations 2022-07-20 15:27:01 +02:00
Sylvain
7c918ff497 (bug) missing translation 2022-07-20 09:56:55 +02:00
Sylvain
06ee1acea5 (bug) fix slot reservation is considered full 2022-07-19 15:40:28 +02:00
Sylvain
d26e2ae313 (bug) fix various issues due to slots behavior refactoring 2022-07-19 11:32:12 +02:00
Guilherme Chaguri
d63b8d0dfa Add username column to the member list 2022-07-14 16:11:44 -03:00
Sylvain
9df917f325 New translations app.admin.en.yml (French) 2022-06-29 16:48:34 +02:00
Sylvain
880a3b9a0d New translations app.admin.en.yml (Spanish) 2022-06-29 16:45:47 +02:00
Sylvain
6e82f66918 New translations app.admin.en.yml (French) 2022-06-29 16:45:44 +02:00
Sylvain
737a12d2f3 New translations app.admin.en.yml (German) 2022-06-29 16:45:37 +02:00
Sylvain
10bc14e295 New translations app.admin.en.yml (Norwegian) 2022-06-29 16:45:24 +02:00
Sylvain
d31e2a4d7e New translations app.admin.en.yml (Zulu) 2022-06-29 16:45:21 +02:00
Sylvain
15998a9c82 New translations app.admin.en.yml (Portuguese) 2022-06-29 16:45:05 +02:00
Sylvain
6719469e76 (doc) add more description about the members import feature #364 2022-06-29 16:41:58 +02:00
Sylvain
53ffc20835
Merge pull request #370 from sleede/l10n_dev
New Crowdin updates
2022-06-29 16:04:47 +02:00
Sylvain
1e8ec1122b New translations app.public.en.yml (French) 2022-06-29 16:01:02 +02:00
Sylvain
d9b5e59fbb New translations app.logged.en.yml (French) 2022-06-29 16:00:53 +02:00
Sylvain
190af00a14 New translations app.logged.en.yml (Zulu) 2022-06-29 15:54:52 +02:00
Sylvain
888f51a09c New translations app.logged.en.yml (Portuguese) 2022-06-29 15:54:51 +02:00
Sylvain
b79c9b45a2 New translations app.logged.en.yml (Norwegian) 2022-06-29 15:54:50 +02:00
Sylvain
a70fa7df12 New translations app.logged.en.yml (German) 2022-06-29 15:54:49 +02:00
Sylvain
3ab14f3d2b New translations app.logged.en.yml (Spanish) 2022-06-29 15:54:48 +02:00
Sylvain
73d20473bd New translations app.logged.en.yml (French) 2022-06-29 15:54:45 +02:00
Sylvain
efd4f09bc1 (typo) credits_panel 2022-06-29 15:53:59 +02:00
Sylvain
7377517214 New translations app.logged.en.yml (Zulu) 2022-06-29 15:46:00 +02:00
Sylvain
2984c5143b New translations app.logged.en.yml (Portuguese) 2022-06-29 15:45:59 +02:00
Sylvain
4612d8e0b8 New translations app.logged.en.yml (Norwegian) 2022-06-29 15:45:56 +02:00
Sylvain
a9bf54e176 New translations app.logged.en.yml (German) 2022-06-29 15:45:54 +02:00
Sylvain
ce304d007a New translations app.logged.en.yml (Spanish) 2022-06-29 15:45:53 +02:00
Sylvain
8b7ce168e1 New translations app.logged.en.yml (French) 2022-06-29 15:45:50 +02:00
Sylvain
b0775ad11c (typo) passed -> past 2022-06-29 15:45:17 +02:00
Sylvain
eafc15cea0 New translations app.admin.en.yml (French) 2022-06-29 15:39:46 +02:00
Sylvain
7cd882dd14 New translations app.public.en.yml (Zulu) 2022-06-29 15:39:08 +02:00
Sylvain
0516b378e4 New translations app.public.en.yml (Portuguese) 2022-06-29 15:39:07 +02:00
Sylvain
4e824fab01 New translations app.public.en.yml (Norwegian) 2022-06-29 15:39:05 +02:00
Sylvain
4166f31b60 New translations app.public.en.yml (German) 2022-06-29 15:39:03 +02:00
Sylvain
584c0de29b New translations app.public.en.yml (French) 2022-06-29 15:39:02 +02:00
Sylvain
51ee7f29e9 New translations app.logged.en.yml (Zulu) 2022-06-29 15:39:00 +02:00
Sylvain
00c3e5780e New translations app.logged.en.yml (Portuguese) 2022-06-29 15:38:59 +02:00
Sylvain
974211f924 New translations app.logged.en.yml (Norwegian) 2022-06-29 15:38:58 +02:00
Sylvain
8d83c20bb0 New translations app.logged.en.yml (German) 2022-06-29 15:38:57 +02:00
Sylvain
a32d6c01eb New translations app.logged.en.yml (Spanish) 2022-06-29 15:38:56 +02:00
Sylvain
05f4827219 New translations app.logged.en.yml (French) 2022-06-29 15:38:54 +02:00
Sylvain
764ec84d2e New translations app.public.en.yml (Spanish) 2022-06-29 15:38:52 +02:00
Sylvain
a41a22a050 (bug) wrong number of credits + improved text 2022-06-29 15:35:17 +02:00
Sylvain
1b8282fda4 display reservations credits in the dashboard 2022-06-29 15:35:17 +02:00
Sylvain
9b601bc438 (feat) show reservations panel 2022-06-29 15:34:04 +02:00
Sylvain
ea1883e406 factorize front-end API params helper 2022-06-29 15:34:04 +02:00
Sylvain
3386e31c6f New translations app.public.en.yml (Zulu) 2022-06-29 10:01:13 +02:00
Sylvain
4b0f560980 New translations app.public.en.yml (Portuguese) 2022-06-29 10:01:12 +02:00
Sylvain
2ba5152a97 New translations app.public.en.yml (Norwegian) 2022-06-29 10:01:09 +02:00
Sylvain
045456376d New translations app.public.en.yml (German) 2022-06-29 10:01:08 +02:00