Ignore:
Timestamp:
01/10/16 20:15:54 (8 years ago)
Author:
nanardon
Message:

Fix start / end Employment computation

Location:
trunk/LATMOS-Accounts-Web
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/fr.po

    r1621 r1623  
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717 
    18 #: root/html/users/employment.tt:133 
     18#: root/html/users/employment.tt:134 
    1919msgid "Arrival" 
    2020msgstr "Arrivée" 
     
    3232msgstr "Créer" 
    3333 
    34 #: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:81 
     34#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:92 
     35#: root/html/users/employment.tt:132 
    3536msgid "Created" 
    3637msgstr "Créé" 
    3738 
    38 #: root/html/users/employment.tt:115 
     39#: root/html/users/employment.tt:114 
    3940msgid "Current status" 
    4041msgstr "Statut actuel" 
    4142 
    42 #: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:86 
     43#: root/html/users/employment.tt:149 
     44msgid "Duration" 
     45msgstr "Durée" 
     46 
     47#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:97 
    4348msgid "Expire" 
    4449msgstr "Expiration" 
    4550 
    46 #: root/html/users/employment.tt:95 
     51#: root/html/users/employment.tt:91 
    4752msgid "From" 
    4853msgstr "Du" 
     
    5257msgstr "Gestion informatique" 
    5358 
    54 #: root/html/users/employment.tt:135 
     59#: root/html/users/employment.tt:136 
    5560msgid "Leave" 
    5661msgstr "Départ" 
     
    6065msgstr "Se déconnecter" 
    6166 
    62 #: root/html/users/employment.tt:38 
     67#: root/html/users/employment.tt:31 
    6368msgid "New employment" 
    6469msgstr "Nouveau statut" 
    6570 
    66 #: root/html/users/employment.tt:98 
     71#: root/html/users/employment.tt:94 
    6772msgid "Since" 
    6873msgstr "A partir du" 
     
    7277msgstr "Statistiques" 
    7378 
    74 #: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:77 
     79#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:88 
    7580msgid "Today" 
    7681msgstr "Aujourd'hui" 
     
    8489msgstr "Voir" 
    8590 
    86 #: root/html/users/employment.tt:36 root/html/users/employment.tt:96 
     91#: root/html/users/employment.tt:29 root/html/users/employment.tt:92 
    8792msgid "to" 
    8893msgstr "à" 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/messages.pot

    r1621 r1623  
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717 
    18 #: root/html/users/employment.tt:133 
     18#: root/html/users/employment.tt:134 
    1919msgid "Arrival" 
    2020msgstr "" 
     
    3232msgstr "" 
    3333 
    34 #: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:81 
     34#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:92 root/html/users/employment.tt:132 
    3535msgid "Created" 
    3636msgstr "" 
    3737 
    38 #: root/html/users/employment.tt:115 
     38#: root/html/users/employment.tt:114 
    3939msgid "Current status" 
    4040msgstr "" 
    4141 
    42 #: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:86 
     42#: root/html/users/employment.tt:149 
     43msgid "Duration" 
     44msgstr "" 
     45 
     46#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:97 
    4347msgid "Expire" 
    4448msgstr "" 
    4549 
    46 #: root/html/users/employment.tt:95 
     50#: root/html/users/employment.tt:91 
    4751msgid "From" 
    4852msgstr "" 
     
    5256msgstr "" 
    5357 
    54 #: root/html/users/employment.tt:135 
     58#: root/html/users/employment.tt:136 
    5559msgid "Leave" 
    5660msgstr "" 
     
    6064msgstr "" 
    6165 
    62 #: root/html/users/employment.tt:38 
     66#: root/html/users/employment.tt:31 
    6367msgid "New employment" 
    6468msgstr "" 
    6569 
    66 #: root/html/users/employment.tt:98 
     70#: root/html/users/employment.tt:94 
    6771msgid "Since" 
    6872msgstr "" 
     
    7276msgstr "" 
    7377 
    74 #: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:77 
     78#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:88 
    7579msgid "Today" 
    7680msgstr "" 
     
    8488msgstr "" 
    8589 
    86 #: root/html/users/employment.tt:36 root/html/users/employment.tt:96 
     90#: root/html/users/employment.tt:29 root/html/users/employment.tt:92 
    8791msgid "to" 
    8892msgstr "" 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r1613 r1623  
    2323            sn givenName description 
    2424            comment 
     25            managerContact 
    2526            uid uidNumber gidNumber gecos homeDirectory loginShell 
    2627            mail initials nickname 
     
    6162        attrs => [ qw( 
    6263            sn givenName 
    63             endEmployment 
    6464            expire 
    65             manager 
    6665        ) ] 
    6766    }, 
     
    122121            lastday 
    123122            endcircuit 
     123            lengthText 
     124            description 
    124125            company 
    125126            contratType 
  • trunk/LATMOS-Accounts-Web/root/html/users/employment.tt

    r1622 r1623  
    133133        <td>[% user.get_attributes('create') | html  %]</td></tr> 
    134134    <tr><th>[% l('Arrival') %]</th> 
    135         <td>[% user.get_attributes('startFirstEmployment') | html  %]</td></tr> 
     135        <td>[% user.get_attributes('startEmployment') | html  %]</td></tr> 
     136    <tr><th>[% l('Leave') %]</th> 
     137        <td>[% user.get_attributes('endEmployment') | html  %]</td></tr> 
    136138    <tr> 
    137139        <th> 
     
    145147        <td>[% user.get_attributes('expire') | html  %]</td> 
    146148    </tr> 
    147     <tr><th>[% l('Leave') %]</th> 
    148         <td>[% user.get_attributes('endLastEmployment') | html  %]</td></tr> 
     149    <tr><th>[% l('Duration') %]</th> 
     150        <td>[% user.get_attributes('employmentLengthText') | html  %]</td></tr> 
    149151    </table> 
    150152 
Note: See TracChangeset for help on using the changeset viewer.