Commit graph

50 commits

Author SHA1 Message Date
da46061a5a Ajout PDF infos CorpContact 2023-07-10 17:22:41 +02:00
f6cc953014 Ajout fiche indemnité pour superviseur 2023-07-10 12:44:03 +02:00
5f8ecb5f0f Ajustements courriers PDF pour CPNE 2022-08-25 19:54:26 +02:00
3f57977822 Exportation courriel institution 2022-04-08 14:14:24 +02:00
4d3b665183 Mise à jour pour Django 4.0 2022-02-15 12:15:04 +01:00
0761b29489 Updated to Django 3.1 2020-09-11 14:58:28 +02:00
20b8459a6b Add Student.instructor2 relation 2020-09-11 11:42:24 +02:00
95a30d6731 Allow different compensation forms (experts/mentors) 2020-04-23 12:08:18 +02:00
fa519cddff Remove exam fields on Student (replaced by Examination) 2020-04-21 15:29:28 +02:00
ad3b9bd936 Add new examination model 2020-02-13 09:39:27 +01:00
4fbacd3d93 Separate EDE/EDS qualif exports 2020-02-13 09:28:04 +01:00
f72f0573c2 Make code compatible with Django 3.0 2020-01-08 15:27:22 +01:00
579236986e Fixed update bug in CorpContact admin selects
The problem is that Django RelatedObjectLookups.js is triggering select
changes for the initial value and we don't want to change the contact list
for this initial change (unless we lose the currently selected value).
2019-11-20 14:53:28 +01:00
f39724f551 Add section has_stages as boolean flag 2019-11-20 13:35:57 +01:00
dc6bc6fa84 EDS/EDE exam views differ in templated content not in ep/non-ep data 2019-11-04 09:31:26 +01:00
e0cd5db7fb Add compensation form PDF for EDS section 2019-10-04 15:36:55 +02:00
bfb5609c9a Rewrite PDF responses memory-based 2019-10-04 14:38:09 +02:00
067f6f96ac Add convocation email functionality for EDS section 2019-10-04 13:48:15 +02:00
9ac8cc7359 Removed some leftover super() content 2019-08-30 15:03:44 +02:00
23072d8086 Allow empty klass and improve error message 2019-08-28 08:51:19 +02:00
323b8b1b34 Avoid float values for corporation npa 2019-07-17 18:00:14 +02:00
4716c23a6c Fixed error while reading HP total value with nbsp separator 2019-06-25 21:42:00 +02:00
719c85d69a Avoid catching exception in import loop (catched later) 2019-04-03 18:33:06 +02:00
8544e19ea4 Made INS_MC column optional when importing 2019-04-03 18:21:23 +02:00
c8cce83aa3 Limit access to training pages to authorized users 2019-02-21 09:51:14 +01:00
f11d20c2f9 Limite autorisation de commentaire aux pers. autorisées 2019-02-07 09:24:55 +01:00
703c217ec2 Ajout formulaire de commentaire élève 2019-02-06 17:02:09 +01:00
29d5f6e310 Adapter liste élèves en fonction des sections 2019-02-06 15:28:50 +01:00
3d33787c74 Renamed 'stage' occurrences to 'pratique professionnelle' 2019-02-01 14:25:04 +01:00
59229c514b Add a corporation merge form (no link to UI yet) 2019-01-10 15:49:20 +01:00
6ad597b392 Add corporation export 2019-01-09 17:19:05 +01:00
alazo
8150b1363f Fix importation fields for MP 2018-08-18 12:15:38 +02:00
c8ff274513 Fixed key error during 'ESTER' import 2018-08-16 21:31:04 +02:00
df2ed434e2 Also import klass teachers when importing students 2018-08-16 21:06:32 +02:00
178d88eb54 Update corporation ext_id during imports if applicable 2018-07-16 10:44:44 +02:00
b84289e25c Add ESTER students import 2018-07-16 10:32:07 +02:00
e5147187e2 Also export login_rpn in student export 2018-07-16 09:31:05 +02:00
c42709ab5b Add Section.is_EPC/is_ESTER 2018-07-16 09:19:24 +02:00
a6d9e1edc5 Finer filtering in getting user ids 2018-07-13 15:47:31 +02:00
626ab6888d Set some field priority during student import 2018-07-13 15:37:26 +02:00
d9099f039b Archive non-imported students in the same category 2018-07-13 15:28:31 +02:00
c0074d186d Use candidate information in student import 2018-07-13 15:17:26 +02:00
20f4c81fb7 Isolate some methods in student import view 2018-07-13 14:18:30 +02:00
cf1b97a56f Student import file headers have changed in 2018 2018-07-13 12:43:27 +02:00
d3fd0e920c Moved file column mapping to the view itself 2018-07-13 11:53:43 +02:00
2cf1ae9724 Moved imports views to their own file 2018-07-13 11:33:38 +02:00
4ca8f95326 Prevent crash when uploaded file has no content-type property 2018-06-21 08:41:43 +02:00
5bb96189ec Obtain date from user to print update forms 2018-06-16 21:19:30 +02:00
56f49d0af4 Factorized zipped export views in a base class 2018-06-16 20:16:06 +02:00
f2bd9734af Reorganized stages views in a subdirectory 2018-06-16 18:40:34 +02:00