Home
last modified time | relevance | path

Searched refs:weeklyhours (Results 1 – 16 of 16) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_user_employment.sql35 weeklyhours double(16,8), -- last and current value stored into llx_user field
H A Dllx_user.sql106 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 Dllx_user_employment.sql35 weeklyhours double(16,8), -- last and current value stored into llx_user field
H A Dllx_user.sql106 weeklyhours double(16,8), -- denormalized value coming from llx_user_employment field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/user/
H A Dcard.php274 …$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 Dcard.php253 …$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 Dperweek.php706 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
818 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
H A Dpermonth.php581 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/activity/
H A Dperweek.php690 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
806 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
H A Dpermonth.php591 …langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D4.0.0-5.0.0.sql232 weeklyhours double(16,8), -- last and current value stored into llx_user field
H A D3.6.0-3.7.0.sql157 ALTER TABLE llx_user ADD COLUMN weeklyhours double(16,8);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D4.0.0-5.0.0.sql232 weeklyhours double(16,8), -- last and current value stored into llx_user field
H A D3.6.0-3.7.0.sql157 ALTER TABLE llx_user ADD COLUMN weeklyhours double(16,8);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/class/
H A Duser.class.php326 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 Duser.class.php331 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)."'…