Skip to content
Snippets Groups Projects
Commit 1000fd1b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add field employee for hr module

parent 531ef43a
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,7 @@ ALTER TABLE llx_ecm_files ADD UNIQUE INDEX uk_ecm_files (label, entity);
ALTER TABLE llx_product ADD COLUMN onportal tinyint DEFAULT 0 after tobuy;
ALTER TABLE llx_user ADD COLUMN employee tinyint DEFAULT 1;
......@@ -74,6 +74,7 @@ create table llx_user
nb_holiday integer DEFAULT 0,
thm double(24,8),
tjm double(24,8),
employee tinyint DEFAULT 1, -- 1 if user is an employee
salary double(24,8),
salaryextra double(24,8),
weeklyhours double(16,8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment