diff --git a/docker/php/config/php.ini b/docker/php/config/php.ini index cad41f0..1b4c2bd 100644 --- a/docker/php/config/php.ini +++ b/docker/php/config/php.ini @@ -1,4 +1,7 @@ [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone -date.timezone = Europe/Paris \ No newline at end of file +date.timezone = Europe/Paris + +[PHP] +memory_limit = 256M diff --git a/frontend/components/BulkYearlyHoursDrawer.vue b/frontend/components/BulkYearlyHoursDrawer.vue new file mode 100644 index 0000000..264e2ae --- /dev/null +++ b/frontend/components/BulkYearlyHoursDrawer.vue @@ -0,0 +1,108 @@ + + + diff --git a/frontend/pages/employees/index.vue b/frontend/pages/employees/index.vue index 5297c1a..6f09464 100644 --- a/frontend/pages/employees/index.vue +++ b/frontend/pages/employees/index.vue @@ -18,6 +18,13 @@ > Export récap. salaire +