You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
3.6 KiB

[ADD] website_shift: Personal page for working information (#33) * [ADD] website_shift: Add configuration irregular_shift_limit: Maximum shift that will be shown highlight_rule: Treshold of available space in a shift that trigger the highlight of the shift hide_rule: Treshold ((available space)/(max space)) in percentage of available space under wich the shift is hidden The last one replaces the old hide filter. * [FIX] website_shift: Wrong mail on regular shift Fix the wrong email address that is shown on the public page that show available shift for irregular worker. * [ADD] website_shift: Irregular personal work page Add personal shift page for irregular worker that allows you to subscribe to a shift. * [ADD] website_shift: Personal page for non-worker Add a personal page for non-worker that shows a simple message telling them that they don't have to do a shift. * [ADD] website_shift: Regular personal work page Add personal shift page for regular worker. * [ADD] website_shift: Exempted personal work page Add personal shift page for exempted worker. * [IMP] website_shift: Shopping status personal page This add a label that shows the shopping status of a user. If the label is green the user can shop. If the label is red the user cannot shop. There is also icons for disambiguation. * [ADD] website_shift: Config en & dis shift sign up This add a configuration boolean that enable or disable the shift sign up for irregular worker. * [IMP] website_shift: Status on personal pages Show dates properly. Hide what's useless. Give meaningful name. * [IMP] website_shift: Design of personal pages * Lower size of h2 title. * Add top margin to h1. * Change highlight color. * Change position of explanation test. * [IMP] website_shift: Refactor templates Refactor templates to avoid dupplicate code. Refactor the controller to match with new templates. Add license. * [ADD] website_shift: Past shifts on personal page Add a list of the previous shifts for a worker. * [ADD] website_shift: Super Coop info Add a button to show email and phone of the super cooperator of a shift. Tell you if you are a Super Co-operator * [IMP] website_shift: Next shifts regular worker Add configuration to specify how many next shifts for regular worker must be shown to them on their personal web page. This config is called `regular_next_shift_limit`. Improve the view that shows the next shifts on the personal page for a regular worker regarding to the `regular_next_shift_limit`. Because all the next shifts are not created in the database, we need to create 'fictive' one that are not stored. * [ADD] website_shift: Warning about holidays Add a warning message on the personal page for a regular worker that tells that public holidays are not taken into account for the moment. * [IMP] website_theme: colors for warnings * [FIX] website_shift: 403 when subscribing Fix the case when an irregular worker that doesn't have write access to beesdoo.shift.shift try to subscribe to a shift and got a 403 error. * [FIX] website_theme: Theme must be an application As wrote in this document : https://www.odoo.com/documentation/9.0/howtos/themes.html#create-a-theme-module a theme module must be an application. * [FIX] webs_shift: Wrong display of date last shift Fix the case when an irregular worker is in alert and that the date before last shift is displayed. The `date_before_last_shift` is renamed in `future_alert_start_time`. This name better represent what this variable contains. It also explains why this information does not have to be displayed when the worker is already in alert mode as this date is the date in the future on which the worker will be in alert. * [FIX] website_shift: Co-operator -> Cooperator * [FIX] website_shift: Past shifts not ordered desc The past shift was not properly ordered. This fix by ordering the past shifts from the newest to the oldest. * [FIX] website_shift: Holiday shown after end of it Before: The holiday is shown even if the holiday is in the past. After: The holiday is shown only if the holiday is now or in the future.
6 years ago
[ADD] website_shift: Personal page for working information (#33) * [ADD] website_shift: Add configuration irregular_shift_limit: Maximum shift that will be shown highlight_rule: Treshold of available space in a shift that trigger the highlight of the shift hide_rule: Treshold ((available space)/(max space)) in percentage of available space under wich the shift is hidden The last one replaces the old hide filter. * [FIX] website_shift: Wrong mail on regular shift Fix the wrong email address that is shown on the public page that show available shift for irregular worker. * [ADD] website_shift: Irregular personal work page Add personal shift page for irregular worker that allows you to subscribe to a shift. * [ADD] website_shift: Personal page for non-worker Add a personal page for non-worker that shows a simple message telling them that they don't have to do a shift. * [ADD] website_shift: Regular personal work page Add personal shift page for regular worker. * [ADD] website_shift: Exempted personal work page Add personal shift page for exempted worker. * [IMP] website_shift: Shopping status personal page This add a label that shows the shopping status of a user. If the label is green the user can shop. If the label is red the user cannot shop. There is also icons for disambiguation. * [ADD] website_shift: Config en & dis shift sign up This add a configuration boolean that enable or disable the shift sign up for irregular worker. * [IMP] website_shift: Status on personal pages Show dates properly. Hide what's useless. Give meaningful name. * [IMP] website_shift: Design of personal pages * Lower size of h2 title. * Add top margin to h1. * Change highlight color. * Change position of explanation test. * [IMP] website_shift: Refactor templates Refactor templates to avoid dupplicate code. Refactor the controller to match with new templates. Add license. * [ADD] website_shift: Past shifts on personal page Add a list of the previous shifts for a worker. * [ADD] website_shift: Super Coop info Add a button to show email and phone of the super cooperator of a shift. Tell you if you are a Super Co-operator * [IMP] website_shift: Next shifts regular worker Add configuration to specify how many next shifts for regular worker must be shown to them on their personal web page. This config is called `regular_next_shift_limit`. Improve the view that shows the next shifts on the personal page for a regular worker regarding to the `regular_next_shift_limit`. Because all the next shifts are not created in the database, we need to create 'fictive' one that are not stored. * [ADD] website_shift: Warning about holidays Add a warning message on the personal page for a regular worker that tells that public holidays are not taken into account for the moment. * [IMP] website_theme: colors for warnings * [FIX] website_shift: 403 when subscribing Fix the case when an irregular worker that doesn't have write access to beesdoo.shift.shift try to subscribe to a shift and got a 403 error. * [FIX] website_theme: Theme must be an application As wrote in this document : https://www.odoo.com/documentation/9.0/howtos/themes.html#create-a-theme-module a theme module must be an application. * [FIX] webs_shift: Wrong display of date last shift Fix the case when an irregular worker is in alert and that the date before last shift is displayed. The `date_before_last_shift` is renamed in `future_alert_start_time`. This name better represent what this variable contains. It also explains why this information does not have to be displayed when the worker is already in alert mode as this date is the date in the future on which the worker will be in alert. * [FIX] website_shift: Co-operator -> Cooperator * [FIX] website_shift: Past shifts not ordered desc The past shift was not properly ordered. This fix by ordering the past shifts from the newest to the oldest. * [FIX] website_shift: Holiday shown after end of it Before: The holiday is shown even if the holiday is in the past. After: The holiday is shown only if the holiday is now or in the future.
6 years ago
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * beesdoo_portal_shift
  4. #
  5. # Tanslators:
  6. # Rémy Taymans <remytaymans@gmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-09-29 09:02+0000\n"
  12. "PO-Revision-Date: 2017-09-29 11:08+0200\n"
  13. "Last-Translator: <>\n"
  14. "Language-Team: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Plural-Forms: \n"
  19. "Language: fr_BE\n"
  20. "X-Generator: Poedit 1.8.11\n"
  21. #. module: beesdoo_portal_shift
  22. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  23. msgid "Available Tasks Templates for Regular Workers"
  24. msgstr "Créneaux disponibles pour les travailleurs réguliers"
  25. #. module: beesdoo_portal_shift
  26. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  27. msgid "Available Shifts for Irregular Workers"
  28. msgstr "Shifts disponibles pour les travailleurs volants"
  29. #. module: beesdoo_portal_shift
  30. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  31. msgid "Date"
  32. msgstr "Date"
  33. #. module: beesdoo_portal_shift
  34. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  35. msgid "Day"
  36. msgstr "Jour"
  37. #. module: beesdoo_portal_shift
  38. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  39. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  40. msgid "Available Spaces"
  41. msgstr "Places disponibles"
  42. #. module: beesdoo_portal_shift
  43. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  44. msgid "Subscribe via the member office or via"
  45. msgstr "Inscription au bureau des membres ou via"
  46. #. module: beesdoo_portal_shift
  47. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  48. msgid "Subscribe via"
  49. msgstr "Inscription via"
  50. #. module: beesdoo_portal_shift
  51. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  52. msgid "Not yet"
  53. msgstr "Pas encore"
  54. #. module: beesdoo_portal_shift
  55. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  56. msgid "Shift"
  57. msgstr "Shift"
  58. #. module: beesdoo_portal_shift
  59. #: model:website.menu,name:beesdoo_portal_shift.menu_work_irregular
  60. msgid "Shifts Irregular"
  61. msgstr "Shifts"
  62. #. module: beesdoo_portal_shift
  63. #: model:website.menu,name:beesdoo_portal_shift.menu_work_regular
  64. msgid "Shifts Regular"
  65. msgstr "Créneaux"
  66. #. module: beesdoo_portal_shift
  67. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  68. msgid "Super Cooperator"
  69. msgstr "Super-coopérateur"
  70. #. module: beesdoo_portal_shift
  71. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  72. msgid "Task Template"
  73. msgstr "Créneau"
  74. #. module: beesdoo_portal_shift
  75. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  76. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  77. msgid "Time"
  78. msgstr "Heures"
  79. #. module: beesdoo_portal_shift
  80. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  81. msgid "Type of Shift"
  82. msgstr "Type de shift"
  83. #. module: beesdoo_portal_shift
  84. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  85. msgid "Type of Task"
  86. msgstr "Type de créneau"
  87. #. module: beesdoo_portal_shift
  88. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  89. msgid "Week"
  90. msgstr "Semaine"
  91. #. module: beesdoo_portal_shift
  92. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  93. msgid "Yes"
  94. msgstr "Oui"
  95. #. module: beesdoo_portal_shift
  96. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.task_template
  97. msgid "membre@bees-coop.be"
  98. msgstr "membre@bees-coop.be"
  99. #. module: beesdoo_portal_shift
  100. #: model:ir.ui.view,arch_db:beesdoo_portal_shift.shift_template
  101. msgid "volant@bees-coop.be"
  102. msgstr "volant@bees-coop.be"