2
0
forked from Wavyzz/dolibarr

New: Add hourly and daily amount on user card. Add weekly working hours

and salary on user card.
This commit is contained in:
Laurent Destailleur
2014-09-13 17:41:26 +02:00
parent 2cfe088ee4
commit 23eee1b83a
7 changed files with 142 additions and 4 deletions

View File

@@ -71,6 +71,9 @@ create table llx_user
fk_barcode_type integer DEFAULT 0,
accountancy_code varchar(32) NULL,
nb_holiday integer DEFAULT 0,
thm double(24,8),
tjm double(24,8),
salary double(24,8),
salaryextra double(24,8),
weeklyhours double(16,8)
)ENGINE=innodb;