/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/ |
H A D | search.php | 57 if (GETPOST('search_proposal') != '') { 73 if (GETPOST('search_contract') != '') { 77 if (GETPOST('search_invoice') != '') { 93 if (GETPOST('search_product') != '') { 101 if (GETPOST('search_contact') != '') { 113 if (GETPOST('search_holiday') != '') { 117 if (GETPOST('search_member') != '') { 121 if (GETPOST('search_project') != '') { 125 if (GETPOST('search_task') != '') { 130 if (GETPOST('search_user') != '') { [all …]
|
H A D | actions_extrafields.inc.php | 31 $type = GETPOST('type', 'alpha'); 32 $param = GETPOST('param', 'alpha'); 175 GETPOST('attrname', 'aZ09'), 176 GETPOST('label', 'alpha'), 178 GETPOST('pos', 'int'), 186 (GETPOST('perms', 'alpha') ?GETPOST('perms', 'alpha') : ''), 188 GETPOST('help', 'alpha'), 342 GETPOST('label', 'alpha'), 351 (GETPOST('perms', 'alpha') ?GETPOST('perms', 'alpha') : ''), 353 GETPOST('help', 'alpha'), [all …]
|
H A D | actions_addupdatedelete.inc.php | 55 if (GETPOST($key.'hour') == '' && GETPOST($key.'min') == '') { 79 …(GETPOST($key.'hour', 'int'), GETPOST($key.'min', 'int'), GETPOST($key.'sec', 'int'), GETPOST($key… 81 $value = 60 * 60 * GETPOST($key.'hour', 'int') + 60 * GETPOST($key.'min', 'int'); 85 $value = ((GETPOST($key) == '1' || GETPOST($key) == 'on') ? 1 : 0); 88 $value = $tmparraykey[GETPOST($key)].','.GETPOST($key.'2'); 179 …(GETPOST($key.'hour', 'int'), GETPOST($key.'min', 'int'), GETPOST($key.'sec', 'int'), GETPOST($key… 181 if (GETPOST($key.'hour', 'int') != '' || GETPOST($key.'min', 'int') != '') { 182 $value = 60 * 60 * GETPOST($key.'hour', 'int') + 60 * GETPOST($key.'min', 'int'); 191 $value = array_keys($object->param_list)[GETPOST($key)].','.GETPOST($key.'2'); 240 …GETPOST($attributekeylong.'hour', 'int'), GETPOST($attributekeylong.'min', 'int'), GETPOST($attrib… [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/ |
H A D | search.php | 41 if (GETPOST('search_proposal') != '') 61 if (GETPOST('search_contract') != '') 66 if (GETPOST('search_invoice') != '') 86 if (GETPOST('search_product') != '') 96 if (GETPOST('search_contact') != '') 111 if (GETPOST('search_holiday') != '') 116 if (GETPOST('search_member') != '') 121 if (GETPOST('search_project') != '') 126 if (GETPOST('search_task') != '') 132 if (GETPOST('search_user') != '') [all …]
|
H A D | actions_extrafields.inc.php | 31 $type = GETPOST('type', 'alpha'); 32 $param = GETPOST('param', 'alpha'); 181 GETPOST('attrname', 'aZ09'), 182 GETPOST('label', 'alpha'), 184 GETPOST('pos', 'int'), 192 (GETPOST('perms', 'alpha') ?GETPOST('perms', 'alpha') : ''), 194 GETPOST('help', 'alpha'), 364 GETPOST('label', 'alpha'), 373 (GETPOST('perms', 'alpha') ?GETPOST('perms', 'alpha') : ''), 375 GETPOST('help', 'alpha'), [all …]
|
H A D | actions_addupdatedelete.inc.php | 74 …(GETPOST($key.'hour', 'int'), GETPOST($key.'min', 'int'), GETPOST($key.'sec', 'int'), GETPOST($key… 76 $value = 60 * 60 * GETPOST($key.'hour', 'int') + 60 * GETPOST($key.'min', 'int'); 80 $value = ((GETPOST($key) == '1' || GETPOST($key) == 'on') ? 1 : 0); 83 $value = $tmparraykey[GETPOST($key)].','.GETPOST($key.'2'); 163 …(GETPOST($key.'hour', 'int'), GETPOST($key.'min', 'int'), GETPOST($key.'sec', 'int'), GETPOST($key… 165 if (GETPOST($key.'hour', 'int') != '' || GETPOST($key.'min', 'int') != '') { 166 $value = 60 * 60 * GETPOST($key.'hour', 'int') + 60 * GETPOST($key.'min', 'int'); 173 $value = ((GETPOST($key, 'aZ09') == 'on' || GETPOST($key, 'aZ09') == '1') ? 1 : 0); 175 $value = array_keys($object->param_list)[GETPOST($key)].','.GETPOST($key.'2'); 222 …GETPOST($attributekeylong.'hour', 'int'), GETPOST($attributekeylong.'min', 'int'), GETPOST($attrib… [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/ |
H A D | card.php | 54 $action = GETPOST('action', 'aZ09'); 67 $id = GETPOST("id", 'int') ? GETPOST("id", 'int') : GETPOST('ref', 'alpha'); 96 $object->clos = GETPOST("clos"); 129 …$object->date_solde = dol_mktime(12, 0, 0, GETPOST("remonth", 'int'), GETPOST('reday', 'int'), GET… 196 $object->clos = GETPOST("clos"); 474 $type = GETPOST('type'); 523 print (GETPOST('domiciliation') ?GETPOST('domiciliation') : $object->domiciliation); 582 if ((GETPOST("id", 'int') || GETPOST("ref")) && $action != 'edit') { 584 if (GETPOST("id", 'int')) { 587 if (GETPOST("ref")) { [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/members/ |
H A D | new.php | 193 if (!GETPOST('login')) { 207 …GETPOSTISSET("pass2") || GETPOST("pass1", 'none') == '' || GETPOST("pass2", 'none') == '' || GETPO… 212 if (!GETPOST('email')) { 225 if (!GETPOST('lastname')) { 229 if (!GETPOST('firstname')) { 236 } elseif (GETPOST("email") && !isValidEmail(GETPOST("email"))) { 241 …(GETPOST("birthhour", 'int'), GETPOST("birthmin", 'int'), GETPOST("birthsec", 'int'), GETPOST("bir… 248 if (GETPOST("morphy") == 'mor' && GETPOST('budget') <= 0) { 393 if (GETPOST('email')) { 408 if (GETPOST('email')) { [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/menus/ |
H A D | edit.php | 35 $confirm = GETPOST('confirm'); 49 $action = GETPOST('action', 'aZ09'); 60 if (GETPOST("handler_origine")) { 61 $menu_handler = GETPOST("handler_origine"); 63 if (GETPOST("menu_handler")) { 64 $menu_handler = GETPOST("menu_handler"); 76 …if (GETPOST('menuIdParent', 'alphanohtml') && !is_numeric(GETPOST('menuIdParent', 'alphanohtml')))… 104 if (GETPOST('type', 'alphanohtml') == 'top') { 140 if (GETPOST('menuId', 'alphanohtml', 3) && !is_numeric(GETPOST('menuId', 'alphanohtml', 3))) { 292 $parent_rowid = GETPOST('menuId', 'int'); [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/menus/ |
H A D | edit.php | 35 $confirm = GETPOST('confirm'); 49 $action = GETPOST('action', 'aZ09'); 60 if (GETPOST("handler_origine")) { 61 $menu_handler = GETPOST("handler_origine"); 63 if (GETPOST("menu_handler")) { 64 $menu_handler = GETPOST("menu_handler"); 76 …if (GETPOST('menuIdParent', 'alphanohtml') && !is_numeric(GETPOST('menuIdParent', 'alphanohtml')))… 104 if (GETPOST('type', 'alphanohtml') == 'top') { 140 if (GETPOST('menuId', 'alphanohtml', 3) && !is_numeric(GETPOST('menuId', 'alphanohtml', 3))) { 292 $parent_rowid = GETPOST('menuId', 'int'); [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/mailing/ |
H A D | advtargetemailing.php | 46 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; 49 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); 63 $id = GETPOST('id', 'int'); 64 $rowid = GETPOST('rowid', 'int'); 65 $action = GETPOST('action', 'aZ09'); 66 $search_nom = GETPOST("search_nom"); 171 $array_query[$key] = GETPOST($key); 185 $dt = GETPOST($date_key); 187 …rray_query[$key] = dol_mktime(0, 0, 0, GETPOST($date_key.'month', 'int'), GETPOST($date_key.'day',… 339 $dt = GETPOST($date_key); [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/blockedlog/admin/ |
H A D | blockedlog_list.php | 48 if (GETPOST('search_startyear') != '') $search_start = dol_mktime(0, 0, 0, GETPOST('search_startmon… 50 if (GETPOST('search_endyear') != '') $search_end = dol_mktime(23, 59, 59, GETPOST('search_endmonth'… 58 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; 61 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); 118 if (GETPOST('monthtoexport', 'int') > 0 || GETPOST('yeartoexport', 'int') > 0) 120 …$dates = dol_get_first_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOS… 121 …$datee = dol_get_last_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOST… 152 if (GETPOST('monthtoexport', 'int') > 0 || GETPOST('yeartoexport', 'int') > 0) 154 …$dates = dol_get_first_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOS… 155 …$datee = dol_get_last_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOST… [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/ |
H A D | advtargetemailing.php | 48 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; 51 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); 61 $id = GETPOST('id', 'int'); 62 $rowid = GETPOST('rowid', 'int'); 63 $action = GETPOST('action', 'aZ09'); 64 $search_nom = GETPOST("search_nom"); 164 $array_query[$key] = GETPOST($key); 178 $dt = GETPOST($date_key); 180 …rray_query[$key] = dol_mktime(0, 0, 0, GETPOST($date_key.'month', 'int'), GETPOST($date_key.'day',… 332 $dt = GETPOST($date_key); [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/ |
H A D | admin_extrafields_add.tpl.php | 59 if ((GETPOST('type', 'alpha') != "select") && (GETPOST('type', 'alpha') != "sellist")) { 63 if (GETPOST('type', 'alpha') == "separate") { 128 init_typeoffields('<?php echo GETPOST('type', 'alpha'); ?>'); 153 <?php print $form->selectarray('type', $type2label, GETPOST('type', 'alpha'), 0, 0, 0, '', 0, 0, 0,… 156 …="size" type="text" name="size" size="5" value="<?php echo (GETPOST('size', 'alpha') ?GETPOST('siz… 165 …<textarea name="param" id="param" cols="80" rows="<?php echo ROWS_4 ?>"><?php echo GETPOST('param'… 188 …evingtpercent" rows="<?php echo ROWS_4 ?>"><?php echo (GETPOST('computed_value', 'none') ?GETPOST(… 191 …text" name="default_value" size="5" value="<?php echo (GETPOST('default_value', 'alpha') ?GETPOST(… 197 …e" type="checkbox" name="alwayseditable"<?php echo ((GETPOST('alwayseditable', 'alpha') || !GETPOS… 200 …="minwidth100" type="text" name="list" value="<?php echo GETPOST('list', 'int') != '' ? GETPOST('l… [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/blockedlog/admin/ |
H A D | blockedlog_list.php | 40 $action = GETPOST('action', 'aZ09'); 54 …$search_start = dol_mktime(0, 0, 0, GETPOST('search_startmonth'), GETPOST('search_startday'), GETP… 58 …$search_end = dol_mktime(23, 59, 59, GETPOST('search_endmonth'), GETPOST('search_endday'), GETPOST… 69 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; 72 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); 142 if (GETPOST('monthtoexport', 'int') > 0 || GETPOST('yeartoexport', 'int') > 0) { 143 …$dates = dol_get_first_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOS… 144 …$datee = dol_get_last_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOST… 172 if (GETPOST('monthtoexport', 'int') > 0 || GETPOST('yeartoexport', 'int') > 0) { 173 …$dates = dol_get_first_day(GETPOST('yeartoexport', 'int'), GETPOST('monthtoexport', 'int') ?GETPOS… [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/ |
H A D | admin_extrafields_add.tpl.php | 60 if ((GETPOST('type', 'alpha') != "select") && (GETPOST('type', 'alpha') != "sellist")) 65 if (GETPOST('type', 'alpha') == "separate") 131 init_typeoffields('<?php echo GETPOST('type', 'alpha'); ?>'); 156 <?php print $form->selectarray('type', $type2label, GETPOST('type', 'alpha'), 0, 0, 0, '', 0, 0, 0,… 159 …="size" type="text" name="size" size="5" value="<?php echo (GETPOST('size', 'alpha') ?GETPOST('siz… 168 …<textarea name="param" id="param" cols="80" rows="<?php echo ROWS_4 ?>"><?php echo GETPOST('param'… 191 …text" name="default_value" size="5" value="<?php echo (GETPOST('default_value', 'alpha') ?GETPOST(… 197 …e" type="checkbox" name="alwayseditable"<?php echo ((GETPOST('alwayseditable', 'alpha') || !GETPOS… 200 …="minwidth100" type="text" name="list" value="<?php echo GETPOST('list', 'int') != '' ? GETPOST('l… 203 …th100" type="text" name="printable" value="<?php echo dol_escape_htmltag(GETPOST('printable', 'int… [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/salaries/ |
H A D | list.php | 48 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; 51 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); 86 …from = dol_mktime(0, 0, 0, GETPOST('search_date_start_frommonth', 'int'), GETPOST('search_date_sta… 87 …_to = dol_mktime(23, 59, 59, GETPOST('search_date_start_tomonth', 'int'), GETPOST('search_date_sta… 88 …d_from = dol_mktime(0, 0, 0, GETPOST('search_date_end_frommonth', 'int'), GETPOST('search_date_end… 89 …nd_to = dol_mktime(23, 59, 59, GETPOST('search_date_end_tomonth', 'int'), GETPOST('search_date_end… 96 if (!GETPOST('search_type_id', 'int')) { 158 $socid = GETPOST("socid", "int"); 169 if (GETPOST('cancel', 'alpha')) { 202 …if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETP… [all …]
|
H A D | payments.php | 49 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; 52 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); 86 …ate_start = dol_mktime(0, 0, 0, GETPOST('search_date_startmonth', 'int'), GETPOST('search_date_sta… 87 …date_end = dol_mktime(23, 59, 59, GETPOST('search_date_endmonth', 'int'), GETPOST('search_date_end… 88 …p_start = dol_mktime(0, 0, 0, GETPOST('search_dateep_startmonth', 'int'), GETPOST('search_dateep_s… 89 …ep_end = dol_mktime(23, 59, 59, GETPOST('search_dateep_endmonth', 'int'), GETPOST('search_dateep_e… 97 if (!GETPOST('search_type_id', 'int')) { 116 if (GETPOST('search_'.$key, 'alpha') !== '') $search[$key] = GETPOST('search_'.$key, 'alpha'); 148 $socid = GETPOST("socid", "int"); 188 …if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETP… [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/contrat/ |
H A D | card.php | 110 …$result = $object->active_line($user, GETPOST('ligne'), GETPOST('date'), GETPOST('dateend'), GETPO… 144 if (GETPOST('date_startmonth') && GETPOST('date_startday') && GETPOST('date_startyear')) 146 …tart = dol_mktime(GETPOST('date_starthour'), GETPOST('date_startmin'), 0, GETPOST('date_startmonth… 148 if (GETPOST('date_endmonth') && GETPOST('date_endday') && GETPOST('date_endyear')) 150 …date_end = dol_mktime(GETPOST('date_endhour'), GETPOST('date_endmin'), 0, GETPOST('date_endmonth')… 175 if (GETPOST('remonth') && GETPOST('reday') && GETPOST('reyear')) 177 …$datecontrat = dol_mktime(GETPOST('rehour'), GETPOST('remin'), 0, GETPOST('remonth'), GETPOST('red… 951 $contactid = (GETPOST('userid') ? GETPOST('userid') : GETPOST('contactid')); 952 $typeid = (GETPOST('typecontact') ? GETPOST('typecontact') : GETPOST('type')); 1043 if (GETPOST('origin') && GETPOST('originid')) [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contact/ |
H A D | card.php | 54 $action = (GETPOST('action', 'alpha') ? GETPOST('action', 'alpha') : 'view'); 55 $confirm = GETPOST('confirm', 'alpha'); 57 $cancel = GETPOST('cancel', 'alpha'); 59 $id = GETPOST('id', 'int'); 60 $socid = GETPOST('socid', 'int'); 210 $object->priv = GETPOST("priv", 'int'); 218 …$object->birthday = dol_mktime(0, 0, 0, GETPOST("birthdaymonth", 'int'), GETPOST("birthdayday", 'i… 315 if (!GETPOST("lastname", 'alpha')) { 483 $object->fetch(GETPOST('id', 'int')); 490 …GETPOST($attributekeylong.'hour', 'int'), GETPOST($attributekeylong.'min', 'int'), GETPOST($attrib… [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contrat/ |
H A D | card.php | 118 …$result = $object->active_line($user, GETPOST('ligne', 'int'), GETPOST('date'), GETPOST('dateend')… 146 if (GETPOST('date_startmonth') && GETPOST('date_startday') && GETPOST('date_startyear')) { 147 …tart = dol_mktime(GETPOST('date_starthour'), GETPOST('date_startmin'), 0, GETPOST('date_startmonth… 149 if (GETPOST('date_endmonth') && GETPOST('date_endday') && GETPOST('date_endyear')) { 150 …date_end = dol_mktime(GETPOST('date_endhour'), GETPOST('date_endmin'), 0, GETPOST('date_endmonth')… 163 …_mktime(GETPOST('date_end_updatehour'), GETPOST('date_end_updatemin'), 0, GETPOST('date_end_update… 171 if (GETPOST('remonth') && GETPOST('reday') && GETPOST('reyear')) { 172 …$datecontrat = dol_mktime(GETPOST('rehour'), GETPOST('remin'), 0, GETPOST('remonth'), GETPOST('red… 888 … = dol_mktime(GETPOST('date_contrathour'), GETPOST('date_contratmin'), 0, GETPOST('date_contratmon… 919 $contactid = (GETPOST('userid') ? GETPOST('userid') : GETPOST('contactid')); [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cron/ |
H A D | card.php | 41 $id = GETPOST('id', 'int'); 42 $action = GETPOST('action', 'aZ09'); 44 $cancel = GETPOST('cancel', 'alpha'); 132 $object->label = GETPOST('label'); 141 …ktime(GETPOST('datestarthour', 'int'), GETPOST('datestartmin', 'int'), 0, GETPOST('datestartmonth'… 142 …ol_mktime(GETPOST('dateendhour', 'int'), GETPOST('dateendmin', 'int'), 0, GETPOST('dateendmonth', … 144 …e(GETPOST('datenextrunhour', 'int'), GETPOST('datenextrunmin', 'int'), 0, GETPOST('datenextrunmont… 167 $object->label = GETPOST('label'); 176 …ktime(GETPOST('datestarthour', 'int'), GETPOST('datestartmin', 'int'), 0, GETPOST('datestartmonth'… 177 …ol_mktime(GETPOST('dateendhour', 'int'), GETPOST('dateendmin', 'int'), 0, GETPOST('dateendmonth', … [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/ |
H A D | accountant.php | 31 $action = GETPOST('action', 'aZ09'); 32 $contextpage = GETPOST('contextpage', 'aZ') ?GETPOST('contextpage', 'aZ') : 'adminaccoutant'; // To… 54 if (($action == 'update' && !GETPOST("cancel", 'alpha')) 56 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_NAME", GETPOST("nom", 'nohtml'), 'chaine', 0, '', $c… 58 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_TOWN", GETPOST("town", 'nohtml'), 'chaine', 0, '', $… 59 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_ZIP", GETPOST("zipcode", 'alpha'), 'chaine', 0, '', … 63 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_PHONE", GETPOST("tel", 'alpha'), 'chaine', 0, '', $c… 64 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_FAX", GETPOST("fax", 'alpha'), 'chaine', 0, '', $con… 65 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_MAIL", GETPOST("mail", 'alpha'), 'chaine', 0, '', $c… 66 …dolibarr_set_const($db, "MAIN_INFO_ACCOUNTANT_WEB", GETPOST("web", 'alpha'), 'chaine', 0, '', $con… [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/action/ |
H A D | card.php | 84 $error = GETPOST("error"); 184 if (1 == 0 && !GETPOST('clone_content') && !GETPOST('clone_receivers')) 231 …GETPOST("aphour", 'int'), $fulldayevent ? '00' : GETPOST("apmin", 'int'), $fulldayevent ? '00' : G… 232 …GETPOST("p2hour", 'int'), $fulldayevent ? '59' : GETPOST("p2min", 'int'), $fulldayevent ? '59' : G… 268 if (!GETPOST('label')) 322 if (GETPOST("doneby") > 0) $object->userdoneid = GETPOST("doneby", "int"); 351 if (!GETPOST('apyear') && !GETPOST('adyear')) 543 if (GETPOST("doneby")) $object->userdoneid = GETPOST("doneby", "int"); 1059 if (GETPOST('complete') == '0' || GETPOST("afaire") == 1) $percent = '0'; 1145 …if (GETPOST('contactid', 'int')) $preselectedids[GETPOST('contactid', 'int')] = GETPOST('contactid… [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/ |
H A D | card.php | 46 $action = GETPOST('action', 'aZ09'); 47 $cancel = GETPOST('cancel', 'alpha'); 50 $id = GETPOST("id", 'int') ? GETPOST("id", 'int') : GETPOST('ref', 'alpha'); 109 …object->date_solde = dol_mktime(12, 0, 0, GETPOST("remonth", 'int'), GETPOST('reday', 'int'),… 150 $categories = GETPOST('categories', 'array'); 178 $object->fetch(GETPOST("id", 'int')); 274 $object->fetch(GETPOST("id", "int")); 371 …$selectedcode = GETPOST("account_country_id") ? GETPOST("account_country_id") : $object->country_c… 503 print (GETPOST('domiciliation') ?GETPOST('domiciliation') : $object->domiciliation); 512 print (GETPOST('owner_address') ?GETPOST('owner_address', 'alpha') : $object->owner_address); [all …]
|