Frédéric France
6f71c5727b
use user hasRight
2023-06-19 20:18:59 +02:00
hystepik
ba38a539db
Fix : fatal error on
2023-05-15 13:29:06 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
a92081cf43
Debug Kanban views
2023-03-07 22:04:40 +01:00
Laurent Destailleur
93022a406c
NEW Keep a link between user created from recruitment and application
2023-03-02 15:25:12 +01:00
Laurent Destailleur
12bd795afc
Work on Kanban view
2023-03-01 20:13:21 +01:00
Laurent Destailleur
ed5c890769
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
6da47ea49b
Fix qodana
2023-02-20 02:33:44 +01:00
Laurent Destailleur
a33603b6ae
Doxygen
2023-01-18 23:58:26 +01:00
Laurent Destailleur
0f475783de
Enhance method getKanbanView
2023-01-18 22:27:52 +01:00
Laurent Destailleur
80d46a22f1
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-18 21:36:57 +01:00
Laurent Destailleur
84df8c4d9b
Merge pull request #23599 from lamrani002/kanbanForRecruitment
...
NEW kanban mode for list of recruitment job
2023-01-17 17:18:16 +01:00
Lamrani Abdel
cc2ab0dd3e
kanban mode for list of applications job
2023-01-17 13:48:57 +01:00
Lamrani Abdel
86698834a3
kanban for recruitment job list
2023-01-17 13:25:10 +01:00
Regis Houssin
481215eef4
FIX Multicompany use "element" name and not "table_element"
2023-01-16 14:40:35 +01:00
Laurent Destailleur
577ef4a8a1
Merge pull request #23501 from aspangaro/18a4
...
Use isModEnabled()
2023-01-11 10:29:37 +01:00
Alexandre SPANGARO
8f5edcab02
Use isModEnabled()
2023-01-11 06:11:41 +01:00
Laurent Destailleur
26ef1cb270
Debug v17
2022-12-31 14:54:20 +01:00
Alexandre SPANGARO
c683fb318a
Add template recruitment odt
2022-11-30 22:18:39 +01:00
FLIO
40e0bc2190
Fix(Scrutinizer) replace return get with the good
2022-11-09 12:13:57 +01:00
lmarcouiller
bbebdbb840
Fix php 8.1 warnings
2022-10-28 15:48:46 +02:00
Laurent Destailleur
96117ec52b
Fix no need to enter creation date when creation job application
2022-10-10 10:04:04 +02:00
Laurent Destailleur
0e8139b801
Clean code
2022-10-05 21:05:29 +02:00
Laurent Destailleur
bc75490022
css
2022-10-05 20:54:18 +02:00
Laurent Destailleur
7554c10d7d
Fix color of status
2022-10-05 20:51:41 +02:00
Philippe GRAND
804f13fbe6
update code toward php8 compliance
2022-09-24 14:54:23 +02:00
Laurent Destailleur
ba7a1af261
Fix color status
2022-09-16 19:15:23 +02:00
Laurent Destailleur
05a8e80245
Fix picot of user
2022-09-16 18:15:41 +02:00
Laurent Destailleur
740d2b418d
Can modify creation date
2022-09-10 13:31:20 +02:00
Frédéric France
8e66b7207e
replace ! empty by !empty
2022-08-31 22:14:20 +02:00
Philippe GRAND
78612221b3
FIX php8 compatibility
2022-08-28 14:31:13 +02:00
Philippe GRAND
ad09ce3979
FIX php8 compatibility
2022-08-28 14:30:48 +02:00
Christian Foellmann
d5aea3e4a9
set application items to be entity-aware
2022-08-26 09:11:26 +02:00
Laurent Destailleur
eda2b0dd71
Debug v16. Fix non escaping for commobject field text
2022-08-02 21:12:09 +02:00
Laurent Destailleur
3f5b3020b0
Add email_date for job applications and tickets
2022-08-02 20:56:48 +02:00
Laurent Destailleur
ac21343227
Update recruitmentcandidature.class.php
2022-07-26 12:26:11 +02:00
Christian Foellmann
de0e24b7d3
remove inactive users from user selectors
2022-07-26 12:16:45 +02:00
Christian Foellmann
e73cefa47a
fix creating job, field type 'email' does not exist
2022-07-25 23:15:23 +02:00
Laurent Destailleur
515e5ea075
css
2022-07-16 02:28:35 +02:00
Laurent Destailleur
c21c4f36f8
css
2022-07-16 01:09:23 +02:00
Laurent Destailleur
4c4e081997
Debug v16
2022-06-28 13:09:53 +02:00
Laurent Destailleur
e9153cd9e1
Fix creation
2022-06-22 22:21:05 +02:00
Laurent Destailleur
eeff8fdc0d
Debug v16
2022-06-20 02:10:27 +02:00
Laurent Destailleur
dd392143e1
Fix conf->projet conf->project
2022-06-14 17:53:17 +02:00
Laurent Destailleur
1655890f84
Debug v16
2022-05-31 10:35:36 +02:00
Laurent Destailleur
4c10c04f9f
Merge pull request #20495 from atm-john/new_fix_regression_select_extrafield_search
...
FIX : regression select extrafield search + fix function name
2022-05-24 21:55:33 +02:00
Laurent Destailleur
324721ac1e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/commande/card.php
htdocs/core/tpl/list_print_total.tpl.php
htdocs/fichinter/list.php
htdocs/fourn/class/fournisseur.commande.class.php
2022-05-22 12:54:40 +02:00