/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/ |
H A D | llx_user_employment.sql | 35 weeklyhours double(16,8), -- last and current value stored into llx_user field
|
H A D | llx_user.sql | 106 weeklyhours double(16,8), -- denormalized value coming from llx_user_employment field
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/ |
H A D | llx_user_employment.sql | 35 weeklyhours double(16,8), -- last and current value stored into llx_user field
|
H A D | llx_user.sql | 106 weeklyhours double(16,8), -- denormalized value coming from llx_user_employment field
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/user/ |
H A D | card.php | 274 …$object->weeklyhours = GETPOST("weeklyhours", 'alphanohtml') != '' ? GETPOST("weeklyhours", 'alpha… 434 …$object->weeklyhours = GETPOST("weeklyhours", 'alphanohtml') != '' ? GETPOST("weeklyhours", 'alpha… 435 $object->weeklyhours = price2num($object->weeklyhours); 1551 print price2num($object->weeklyhours); 2687 …rs" value="'.price2num(GETPOST('weeklyhours') ?GETPOST('weeklyhours') : $object->weeklyhours).'">'; 2689 print price2num($object->weeklyhours);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/ |
H A D | card.php | 253 …$object->weeklyhours = GETPOST("weeklyhours", 'alphanohtml') != '' ? GETPOST("weeklyhours", 'alpha… 414 …$object->weeklyhours = GETPOST("weeklyhours", 'alphanohtml') != '' ? GETPOST("weeklyhours", 'alpha… 415 $object->weeklyhours = price2num($object->weeklyhours); 1630 print price2num($object->weeklyhours); 2698 …rs" value="'.price2num(GETPOST('weeklyhours') ?GETPOST('weeklyhours') : $object->weeklyhours).'">'; 2700 print price2num($object->weeklyhours);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/activity/ |
H A D | perweek.php | 706 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, … 818 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
|
H A D | permonth.php | 581 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/activity/ |
H A D | perweek.php | 690 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, … 806 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
|
H A D | permonth.php | 591 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/ |
H A D | 4.0.0-5.0.0.sql | 232 weeklyhours double(16,8), -- last and current value stored into llx_user field
|
H A D | 3.6.0-3.7.0.sql | 157 ALTER TABLE llx_user ADD COLUMN weeklyhours double(16,8);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/ |
H A D | 4.0.0-5.0.0.sql | 232 weeklyhours double(16,8), -- last and current value stored into llx_user field
|
H A D | 3.6.0-3.7.0.sql | 157 ALTER TABLE llx_user ADD COLUMN weeklyhours double(16,8);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/class/ |
H A D | user.class.php | 326 public $weeklyhours; // Weekly hours - Denormalized value from llx_user_employment variable in User 524 $this->weeklyhours = $obj->weeklyhours; 1747 …$sql .= ", weeklyhours= ".($this->weeklyhours != '' ? "'".$this->db->escape($this->weeklyhours)."'…
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/user/class/ |
H A D | user.class.php | 331 public $weeklyhours; // Weekly hours - Denormalized value from llx_user_employment variable in User 535 $this->weeklyhours = $obj->weeklyhours; 1772 …$sql .= ", weeklyhours= ".($this->weeklyhours != '' ? "'".$this->db->escape($this->weeklyhours)."'…
|