Commit Graph

56 Commits

Author SHA1 Message Date
Yohann D'ANELLO 018ca84e2d Prevent superusers when they make a transaction with a non-member user 2020-08-05 20:40:30 +02:00
Yohann D'ANELLO 2851d7764c Profile pictures are clickable 2020-08-05 19:52:36 +02:00
Yohann D'ANELLO af857d6fae 🐛 Prevent transactions where note balances go out integer bounds 2020-08-05 16:23:32 +02:00
Yohann D'ANELLO 0e3c4fcaf6 Warn users when a transaction has no source or no destination 2020-08-03 10:03:51 +02:00
Yohann D'ANELLO f148c8dacb Better autocomplete field 2020-08-02 09:20:21 +02:00
Yohann D'ANELLO 932a546213 Better error messages 2020-07-31 19:43:03 +02:00
Yohann D'ANELLO 9da8d49223 Remove ... when invalidating transaction 2020-07-30 16:41:41 +02:00
Yohann D'ANELLO c14d37eaeb Fix deletion of consumptions in double consumption mode 2020-07-30 16:06:21 +02:00
Yohann D'ANELLO 484560fe4b Fix emitter button 2020-07-30 15:14:13 +02:00
Yohann D'ANELLO da1063862e Merge gift + transfer interfaces 2020-07-29 22:55:12 +02:00
Yohann D'ANELLO c8fe3435de Some lines of the base.js file mysteriously disappeared... 2020-05-30 16:14:37 +02:00
Yohann D'ANELLO 7bda0bb31f Fix JS 2020-05-30 15:45:44 +02:00
ynerant 395c52220f Merge branch 'master' into 'tranfer_front'
# Conflicts:
#   apps/activity/views.py
#   apps/permission/backends.py
#   locale/de/LC_MESSAGES/django.po
#   locale/fr/LC_MESSAGES/django.po
#   static/js/base.js
#   templates/base.html
#   templates/member/user_list.html
2020-05-07 18:48:35 +02:00
Yohann D'ANELLO 31d2224b8f List wei 2020-04-11 23:02:12 +02:00
Yohann D'ANELLO d96c40a00f Style was removed when a note was removed 2020-04-10 23:46:16 +02:00
Alexandre Iooss 46b5f537bc
Fix tooltip inner selecter 2020-04-10 23:04:25 +02:00
Alexandre Iooss b90ff59d98
Update tooltip position after new emitter 2020-04-10 22:46:57 +02:00
Yohann D'ANELLO e4a44b0b4a Better transfer page 2020-04-10 22:43:55 +02:00
Alexandre Iooss 5c3cc607e8
Fix dynamic list layout 2020-04-10 22:37:20 +02:00
Alexandre Iooss 64499b65bb
Better tooltips and icons 2020-04-10 22:22:07 +02:00
Alexandre Iooss 3dec49c4d1
Attach tooltip to parent 2020-04-10 21:23:51 +02:00
Alexandre Iooss 682b2b19d7
Use Boostrap tooltips for search 2020-04-10 21:05:06 +02:00
Yohann D'ANELLO 658d402242 Notes of users that don't have validated their email addresses are displayed with a different background 2020-04-10 02:56:56 +02:00
Yohann D'ANELLO 31205b9b5d Fix devalidation, clear class on note description 2020-04-10 02:42:21 +02:00
Yohann D'ANELLO 751147f254 Don't display a note that we can't see, fix CI, fix distinct fields on PostgresSQL DB 2020-04-10 00:02:22 +02:00
Yohann D'ANELLO bac81cd13e Merge branch 'master' into tranfer_front
# Conflicts:
#	static/js/base.js
2020-04-09 22:49:52 +02:00
Yohann D'ANELLO 9d584ae87a Add shortcuts for transfers and credits in the activity entry page 2020-04-06 07:06:52 +02:00
Yohann D'ANELLO c384ee02eb Implement a new type of note (see #45) 2020-03-31 01:03:30 +02:00
Pierre-antoine Comby aaf49c9b99 balance on a second line 2020-03-28 21:30:55 +01:00
Pierre-antoine Comby 948263a867 color codes from note balances 2020-03-28 17:44:22 +01:00
Yohann D'ANELLO 8c1d902c30 Open and validate activities 2020-03-27 22:48:20 +01:00
Pierre-antoine Comby 09fb0e1470 Merge branch 'master' into front_club 2020-03-27 14:07:22 +01:00
ynerant bef4958759 Merge branch 'master' into 'devalidation_reason'
# Conflicts:
#   locale/de/LC_MESSAGES/django.po
#   locale/fr/LC_MESSAGES/django.po
2020-03-27 13:52:48 +01:00
Pierre-antoine Comby 49dd88dbb7 add errMsg function 2020-03-26 23:04:51 +01:00
Yohann D'ANELLO e5ab391236 Better user interface 2020-03-25 14:50:21 +01:00
Yohann D'ANELLO 23db42e448 Give a reason when a transaction is invalidated 2020-03-25 13:13:01 +01:00
Yohann D'ANELLO 1b03eac95b Last and first name didn't auto-complete because of a bug 2020-03-24 01:34:47 +01:00
Yohann D'ANELLO 2defb04d52 Remove my own VPS DNS 2020-03-23 22:42:56 +01:00
Yohann D'ANELLO 0ce6cd88b3 More optimisation 2020-03-20 02:05:41 +01:00
Yohann D'ANELLO 6fc43e651e More optimisation 2020-03-20 01:46:59 +01:00
Yohann D'ANELLO 801f948a7d Rename TemplateTransaction into RecurrentTransaction 2020-03-19 20:37:48 +01:00
Yohann D'ANELLO d083894e9b Fix note display for users that don't have enough rights 2020-03-19 14:25:43 +01:00
Yohann D'ANELLO dac14b13df Alerts are dismissible 2020-03-17 17:48:55 +01:00
Yohann D'ANELLO 7b98244360 Add transaction type field 2020-03-17 17:48:55 +01:00
Yohann D'ANELLO a1f37f0eea Validation/devalidation of a transaction on profile page 2020-03-17 17:48:55 +01:00
Yohann D'ANELLO da12733508 Replace arrays with objects 2020-03-17 17:48:55 +01:00
Yohann D'ANELLO cc5185b3ed (Un)validate transactions 2020-03-17 17:48:55 +01:00
Yohann D'ANELLO 8a4baa1960 Fix empty patterns 2020-03-17 17:25:32 +01:00
Yohann D'ANELLO 6747f4340d Enter key clicks on the first alias 2020-03-13 12:21:33 +01:00
Yohann D'ANELLO 1e6891e1c7 Aliases are now asynchronously queried 2020-03-13 12:21:16 +01:00