Commit graph

58 commits

Author SHA1 Message Date
dce7472672 Add Django initial migration 2015-09-22 18:29:42 +02:00
5eb3c7d958 Add compatibility with recent Django versions 2015-09-22 18:26:04 +02:00
34cad685a9 Removed south app/migrations 2015-09-22 17:35:11 +02:00
b25fda850c Display in admin and export 'ext_id' field 2015-05-22 11:48:51 +02:00
baa3af6f86 Upgraded openpyxl support (2.2.2) 2015-05-22 11:48:03 +02:00
b223774364 Small JS changes hoping for IE compat 2014-10-30 14:44:09 +01:00
895aff2572 Add phone numbers in export views 2014-01-27 14:11:05 +01:00
2d3732e0ff Updated a deprecated parameter name 2013-12-14 17:19:41 +01:00
1b6ce3acfe Add an always_cc field on contacts which is exported as extra column 2013-09-30 15:06:36 +02:00
8d8454ba56 Do not display archived students in attribution view 2013-09-20 15:02:24 +02:00
a0bcc21475 Add archive action and 'desarchive' on import 2013-08-23 16:41:51 +02:00
b4a14db118 Add raw_id_fields for TrainingAdmin 2013-07-11 15:26:44 +02:00
5864ea9f90 Removed Training.contact 2013-07-11 15:21:11 +02:00
8931842ccb Add possibility to export non-attributed availabilities 2013-07-11 15:21:10 +02:00
1e6f91f59a Migrate code to handle availability.contact 2013-07-11 15:21:04 +02:00
bc046994ef Move training.contact to availability.contact 2013-07-11 12:49:12 +02:00
7ce83c9278 Add emails to exported data 2013-07-11 11:27:12 +02:00
62a3a7e7af Add referent email field 2013-07-11 11:22:43 +02:00
cbae05cee2 Export avail. comments 2013-07-02 14:57:12 +02:00
0d7bd1e23e Forgotten new utils file 2013-04-11 12:47:49 +02:00
a139570222 Retrieve student list depending on current time and period time
If I plan a period for next year, I should obtain the students for
the period level minus one.
2013-04-11 12:45:00 +02:00
dc3033ae3c Change default ordering and unicode repr for Periode 2013-04-08 14:52:55 +02:00
4b6a8d50c3 Add institution detail view with stats 2013-04-08 14:19:23 +02:00
f6ff281d4b Reset contact select when adding new training 2013-04-05 20:16:34 +02:00
ff8a61b410 Sort training list by student names 2013-04-05 18:36:30 +02:00
b170c2967d Export training comment in export view 2013-04-05 18:08:23 +02:00
51641c235e Remember section/periode on attribution page 2013-04-05 18:00:58 +02:00
80cb4ebc30 Add link from training to corporation contact 2013-04-05 16:18:18 +02:00
4c12886e73 Add contacts infos in stages export 2013-02-07 09:53:12 +01:00
9a87fd6c81 Make corporation name unique 2013-02-07 09:39:11 +01:00
e7425208b7 Add south migration tool with initial migration 2013-02-07 09:28:32 +01:00
04808e2a4c Fixed search_fields list for Student admin 2013-02-04 10:24:02 +01:00
18e6b77004 [UI] Update class filter together with student list 2013-01-11 11:36:32 +01:00
57c71520dd Replace indexOf by inArray to workaround IE < 9 incompatibility 2013-01-08 11:21:21 +01:00
4443bcc3b8 Add fields for student 2013-01-02 14:40:24 +01:00
a273df0538 Add some more db fields 2012-12-13 14:41:13 +01:00
49262dca27 Fix filtering when exporting stages list 2012-12-13 00:14:44 +01:00
d4435c02ab Fixing small errors 2012-12-13 00:00:04 +01:00
d3afd56946 Allow stages edition in attribution view
Unfortunately, the popup is not closed when the object is saved.
It appears this scenario is not planned in Django.
2012-11-30 17:51:12 +01:00
c4ffd72888 Add number of references in the same school year for referents 2012-11-30 16:49:54 +01:00
26452f9068 Display previous stages on attribution view 2012-11-30 14:33:37 +01:00
93b84289fe Add export by period 2012-11-30 10:25:40 +01:00
66f941ed61 Move js out of attribution template 2012-11-30 09:33:48 +01:00
20c7637321 Add class level (and filter on it) 2012-11-23 11:31:06 +01:00
6707a00d6e Allow creating several Availabilities at once in Period admin 2012-11-22 17:49:12 +01:00
9b72ac51a1 Small display/ordering fixes 2012-11-22 17:48:41 +01:00
f0f9458517 Add some ordering directives and admin improvements 2012-11-13 17:09:59 +01:00
6abfe6487a Implement stage deletion from attribution interface 2012-11-13 15:02:03 +01:00
e0b60bd371 Add class filter in attribution interface 2012-11-13 14:08:34 +01:00
e0fd4b42ea Include the tabimport import utility 2012-11-13 09:40:31 +01:00