Home
last modified time | relevance | path

Searched refs:extrafields (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/
H A Dadmin_extrafields_view.tpl.php45 $extrafields->fetch_name_optionals_label($elementtype);
74 if (isset($extrafields->attributes[$elementtype]['type']) && is_array($extrafields->attributes[$ele…
75 foreach ($extrafields->attributes[$elementtype]['type'] as $key => $value) {
82 if (!empty($extrafields->attributes[$elementtype]['langfile'][$key])) {
83 $langs->load($extrafields->attributes[$elementtype]['langfile'][$key]);
87 print "<td>".$extrafields->attributes[$elementtype]['pos'][$key]."</td>\n";
91 print "<td>".$type2label[$extrafields->attributes[$elementtype]['type'][$key]]."</td>\n";
92 print '<td class="right">'.$extrafields->attributes[$elementtype]['size'][$key]."</td>\n";
102 if (empty($extrafields->attributes[$elementtype]['entityid'][$key])) {
111 $mc->getInfo($extrafields->attributes[$elementtype]['entityid'][$key]);
[all …]
H A Dextrafields_list_array_fields.tpl.php17 …($extrafields->attributes[$extrafieldsobjectkey]['label']) && is_array($extrafields->attributes[$e…
22 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val) {
23 if (!empty($extrafields->attributes[$extrafieldsobjectkey]['list'][$key])) {
25 'label' => $extrafields->attributes[$extrafieldsobjectkey]['label'][$key],
26 'type' => $extrafields->attributes[$extrafieldsobjectkey]['type'][$key],
27 'checked' => (($extrafields->attributes[$extrafieldsobjectkey]['list'][$key] < 0) ? 0 : 1),
28 'position' => $extrafields->attributes[$extrafieldsobjectkey]['pos'][$key],
29 …'enabled' => (abs((int) $extrafields->attributes[$extrafieldsobjectkey]['list'][$key]) != 3 && $e…
30 'langfile' => $extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key],
31 'help' => $extrafields->attributes[$extrafieldsobjectkey]['help'][$key],
H A Dadvtarget.tpl.php276 $extrafields = new ExtraFields($db); variable
277 $extrafields->fetch_name_optionals_label($elementtype);
285 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
288 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
293 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'date') || ($extrafields->attri…
473 $extrafields = new ExtraFields($db); variable
474 $extrafields->fetch_name_optionals_label($elementype);
475 if (!empty($extrafields->attributes[$elementtype]['type'])) {
489 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
492 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
[all …]
H A Dextrafields_list_search_title.tpl.php18 …($extrafields->attributes[$extrafieldsobjectkey]['label']) && is_array($extrafields->attributes[$e…
23 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val) {
25 $align = $extrafields->getAlignFlag($key);
27 if (!empty($extrafields->attributes[$extrafieldsobjectkey]['computed'][$key])) {
30 if ($extrafields->attributes[$extrafieldsobjectkey]['type'][$key] == 'separate') {
33 …if (!empty($extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key]) && is_object($langs)…
34 $langs->load($extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key]);
37 …$tooltip = empty($extrafields->attributes[$extrafieldsobjectkey]['help'][$key]) ? '' : $extrafield…
39 …print getTitleFieldOfList($extrafields->attributes[$extrafieldsobjectkey]['label'][$key], 0, $_SER…
H A Dadmin_extrafields_edit.tpl.php152 $label = $extrafields->attributes[$elementtype]['label'][$attrname];
153 $type = $extrafields->attributes[$elementtype]['type'][$attrname];
154 $size = $extrafields->attributes[$elementtype]['size'][$attrname];
156 $default = $extrafields->attributes[$elementtype]['default'][$attrname];
157 $unique = $extrafields->attributes[$elementtype]['unique'][$attrname];
159 $pos = $extrafields->attributes[$elementtype]['pos'][$attrname];
161 $param = $extrafields->attributes[$elementtype]['param'][$attrname];
162 $perms = $extrafields->attributes[$elementtype]['perms'][$attrname];
164 $list = $extrafields->attributes[$elementtype]['list'][$attrname];
166 $help = $extrafields->attributes[$elementtype]['help'][$attrname];
[all …]
H A Dextrafields_view.tpl.php63 if (empty($reshook) && isset($extrafields->attributes[$object->table_element]['label']) && is_array…
82 if ($perms && isset($extrafields->attributes[$object->table_element]['perms'][$tmpkeyextra])) {
83 $perms = dol_eval($extrafields->attributes[$object->table_element]['perms'][$tmpkeyextra], 1);
98 if (!empty($extrafields->attributes[$object->table_element]['langfile'][$tmpkeyextra])) {
99 $langs->load($extrafields->attributes[$object->table_element]['langfile'][$tmpkeyextra]);
109 if ($extrafields->attributes[$object->table_element]['type'][$tmpkeyextra] == 'separate') {
111 $extrafield_param = $extrafields->attributes[$object->table_element]['param'][$tmpkeyextra];
124 print $extrafields->showSeparator($tmpkeyextra, $object);
146 if (!empty($extrafields->attributes[$object->table_element]['help'][$tmpkeyextra])) {
204 && empty($extrafields->attributes[$object->table_element]['computed'][$tmpkeyextra])) {
[all …]
H A Dextrafields_list_print_fields.tpl.php14 if (!empty($extrafieldsobjectkey) && !empty($extrafields->attributes[$extrafieldsobjectkey])) { // …
15 …bel', $extrafields->attributes[$extrafieldsobjectkey]) && is_array($extrafields->attributes[$extra…
20 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val) {
22 $align = $extrafields->getAlignFlag($key, $extrafieldsobjectkey);
31 …if (in_array($extrafields->attributes[$extrafieldsobjectkey]['type'][$key], array('date', 'datetim…
41 if ($extrafields->attributes[$extrafieldsobjectkey]['computed'][$key]) {
46 $value = dol_eval($extrafields->attributes[$extrafieldsobjectkey]['computed'][$key], 1);
50 print $extrafields->showOutputField($key, $value, '', $extrafieldsobjectkey);
56 if ($extrafields->attributes[$extrafieldsobjectkey]['totalizable'][$key]) {
H A Dextrafields_list_search_input.tpl.php17 …($extrafields->attributes[$extrafieldsobjectkey]['label']) && is_array($extrafields->attributes[$e…
25 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val) {
27 $align = $extrafields->getAlignFlag($key);
28 $typeofextrafield = $extrafields->attributes[$extrafieldsobjectkey]['type'][$key];
32 …if (in_array($typeofextrafield, array('varchar', 'int', 'double')) && empty($extrafields->attribut…
43 …echo $extrafields->showInputField($key, (empty($search_array_options[$search_options_pattern.$tmpk…
50 …echo $extrafields->showInputField($key, (empty($search_array_options[$search_options_pattern.$tmpk…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/
H A Dadmin_extrafields_view.tpl.php46 $extrafields->fetch_name_optionals_label($elementtype);
75 if (is_array($extrafields->attributes[$elementtype]['type']) && count($extrafields->attributes[$ele…
77 foreach ($extrafields->attributes[$elementtype]['type'] as $key => $value)
85 if (!empty($extrafields->attributes[$elementtype]['langfile'][$key])) {
86 $langs->load($extrafields->attributes[$elementtype]['langfile'][$key]);
90 print "<td>".$extrafields->attributes[$elementtype]['pos'][$key]."</td>\n";
94 print "<td>".$type2label[$extrafields->attributes[$elementtype]['type'][$key]]."</td>\n";
95 print '<td class="right">'.$extrafields->attributes[$elementtype]['size'][$key]."</td>\n";
105 if (empty($extrafields->attributes[$elementtype]['entityid'][$key]))
113 $mc->getInfo($extrafields->attributes[$elementtype]['entityid'][$key]);
[all …]
H A Dadvtarget.tpl.php275 $extrafields = new ExtraFields($db); variable
276 $extrafields->fetch_name_optionals_label($elementtype);
284 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
287 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
292 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'date') || ($extrafields->attri…
472 $extrafields = new ExtraFields($db); variable
473 $extrafields->fetch_name_optionals_label($elementype);
474 if (!empty($extrafields->attributes[$elementtype]['type'])) {
487 …if (($extrafields->attributes[$elementtype]['type'][$key] == 'varchar') || ($extrafields->attribut…
490 …} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'int') || ($extrafields->attrib…
[all …]
H A Dextrafields_view.tpl.php51 if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]['label']))
68 if ($enabled && isset($extrafields->attributes[$object->table_element]['list'][$tmpkeyextra]))
74 if ($perms && isset($extrafields->attributes[$object->table_element]['perms'][$tmpkeyextra]))
76 $perms = dol_eval($extrafields->attributes[$object->table_element]['perms'][$tmpkeyextra], 1);
85 …if (!empty($extrafields->attributes[$object->table_element]['langfile'][$tmpkeyextra])) $langs->lo…
95 if ($extrafields->attributes[$object->table_element]['type'][$tmpkeyextra] == 'separate')
98 $extrafield_param = $extrafields->attributes[$object->table_element]['param'][$tmpkeyextra];
111 print $extrafields->showSeparator($tmpkeyextra, $object);
131 if (!empty($extrafields->attributes[$object->table_element]['help'][$tmpkeyextra])) {
157 && empty($extrafields->attributes[$object->table_element]['computed'][$tmpkeyextra]))
[all …]
H A Dadmin_extrafields_edit.tpl.php155 $label = $extrafields->attributes[$elementtype]['label'][$attrname];
156 $type = $extrafields->attributes[$elementtype]['type'][$attrname];
157 $size = $extrafields->attributes[$elementtype]['size'][$attrname];
159 $default = $extrafields->attributes[$elementtype]['default'][$attrname];
160 $unique = $extrafields->attributes[$elementtype]['unique'][$attrname];
162 $pos = $extrafields->attributes[$elementtype]['pos'][$attrname];
164 $param = $extrafields->attributes[$elementtype]['param'][$attrname];
165 $perms = $extrafields->attributes[$elementtype]['perms'][$attrname];
167 $list = $extrafields->attributes[$elementtype]['list'][$attrname];
169 $help = $extrafields->attributes[$elementtype]['help'][$attrname];
[all …]
H A Dextrafields_list_array_fields.tpl.php17 …if (is_array($extrafields->attributes[$extrafieldsobjectkey]['label']) && count($extrafields->attr…
20 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val) {
21 if (!empty($extrafields->attributes[$extrafieldsobjectkey]['list'][$key]))
23 'label' => $extrafields->attributes[$extrafieldsobjectkey]['label'][$key],
24 'checked' => (($extrafields->attributes[$extrafieldsobjectkey]['list'][$key] < 0) ? 0 : 1),
25 'position' => $extrafields->attributes[$extrafieldsobjectkey]['pos'][$key],
26 …'enabled' => (abs((int) $extrafields->attributes[$extrafieldsobjectkey]['list'][$key]) != 3 && $e…
27 'langfile' => $extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key],
28 'help' => $extrafields->attributes[$extrafieldsobjectkey]['help'][$key],
H A Dextrafields_list_search_title.tpl.php16 …if (is_array($extrafields->attributes[$extrafieldsobjectkey]['label']) && count($extrafields->attr…
20 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val)
24 $align = $extrafields->getAlignFlag($key);
26 … if (!empty($extrafields->attributes[$extrafieldsobjectkey]['computed'][$key])) $sortonfield = '';
27 if ($extrafields->attributes[$extrafieldsobjectkey]['type'][$key] == 'separate') {
30 …if (!empty($extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key]) && is_object($langs)…
31 $langs->load($extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key]);
34 …$tooltip = empty($extrafields->attributes[$extrafieldsobjectkey]['help'][$key]) ? '' : $extrafield…
36 …print getTitleFieldOfList($extrafields->attributes[$extrafieldsobjectkey]['label'][$key], 0, $_SER…
H A Dextrafields_list_print_fields.tpl.php15 …if (is_array($extrafields->attributes[$extrafieldsobjectkey]['label']) && count($extrafields->attr…
19 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val)
23 $align = $extrafields->getAlignFlag($key, $extrafieldsobjectkey);
30 …if (in_array($extrafields->attributes[$extrafieldsobjectkey]['type'][$key], array('date', 'datetim…
42 if ($extrafields->attributes[$extrafieldsobjectkey]['computed'][$key])
48 $value = dol_eval($extrafields->attributes[$extrafieldsobjectkey]['computed'][$key], 1);
52 print $extrafields->showOutputField($key, $value, '', $extrafieldsobjectkey);
56 if ($extrafields->attributes[$extrafieldsobjectkey]['totalizable'][$key]) {
H A Dextrafields_list_search_input.tpl.php17 …if (is_array($extrafields->attributes[$extrafieldsobjectkey]['label']) && count($extrafields->attr…
22 foreach ($extrafields->attributes[$extrafieldsobjectkey]['label'] as $key => $val)
25 $align = $extrafields->getAlignFlag($key);
26 $typeofextrafield = $extrafields->attributes[$extrafieldsobjectkey]['type'][$key];
30 …if (in_array($typeofextrafield, array('varchar', 'int', 'double')) && empty($extrafields->attribut…
44 …echo $extrafields->showInputField($key, $search_array_options[$search_options_pattern.$tmpkey], ''…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/recruitment/
H A Dindex.php123 $extrafields = new ExtraFields($db); variable
124 $extrafields->fetch_name_optionals_label($object->table_element);
155 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
156 foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) {
157 if ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate') {
158extrafields->attributes[$object->table_element]['label'][$key], 'checked' => ($extrafields->attrib…
248 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
256 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
409 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
413 $align = $extrafields->getAlignFlag($key);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/recruitment/
H A Dindex.php116 $extrafields = new ExtraFields($db); variable
117 $extrafields->fetch_name_optionals_label($object->table_element);
148 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
150 if ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate') {
151extrafields->attributes[$object->table_element]['label'][$key], 'checked' => ($extrafields->attrib…
239 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
240 foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val)
246 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
400 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
404 $align = $extrafields->getAlignFlag($key);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/
H A Dfournisseurs.php63 $extrafields = new ExtraFields($db); variable
814 $extrafields->fetch_name_optionals_label("product_fournisseur_price");
815 $extralabels = $extrafields->attributes["product_fournisseur_price"]['label'];
820extrafields->attributes["product_fournisseur_price"]['list'][$key]) && ($extrafields->attributes["…
846extrafields->attributes["product_fournisseur_price"]['list'][$key]) && ($extrafields->attributes["…
943 $extrafields->fetch_name_optionals_label("product_fournisseur_price");
944 $extralabels = $extrafields->attributes["product_fournisseur_price"]['label'];
949 …if (!empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && $extrafields->a…
1024 $extrafields->fetch_name_optionals_label("product_fournisseur_price");
1025 $extralabels = $extrafields->attributes["product_fournisseur_price"]['label'];
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/
H A Dfournisseurs.php59 $extrafields = new ExtraFields($db); variable
781 $extrafields->fetch_name_optionals_label("product_fournisseur_price");
787extrafields->attributes["product_fournisseur_price"]['list'][$key]) && ($extrafields->attributes["…
788 …if (!empty($extrafields->attributes["product_fournisseur_price"]['langfile'][$key])) $langs->load(…
808extrafields->attributes["product_fournisseur_price"]['list'][$key]) && ($extrafields->attributes["…
809 …if (!empty($extrafields->attributes["product_fournisseur_price"]['langfile'][$key])) $langs->load(…
899 $extrafields->fetch_name_optionals_label("product_fournisseur_price");
905 …if (!empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && $extrafields->a…
952 $extrafields->fetch_name_optionals_label("product_fournisseur_price");
958 …if (!empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && $extrafields->a…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/ticket/
H A Dlist.php208 $extrafields = new ExtraFields($db); variable
209 $extrafields->fetch_name_optionals_label($object->table_element);
240 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
241 foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) {
242 if ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate') {
243extrafields->attributes[$object->table_element]['label'][$key], 'checked' => ($extrafields->attrib…
333 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
348 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
641 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
645 $align = $extrafields->getAlignFlag($key);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/ticket/
H A Dlist.php205 $extrafields = new ExtraFields($db); variable
206 $extrafields->fetch_name_optionals_label($object->table_element);
237 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
239 if ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate') {
240extrafields->attributes[$object->table_element]['label'][$key], 'checked' => ($extrafields->attrib…
328 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
329 foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val)
342 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
629 …if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->att…
633 $align = $extrafields->getAlignFlag($key);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dcommondocgenerator.class.php80 global $conf, $extrafields;
121 global $conf, $extrafields;
230 global $conf, $extrafields;
298 global $conf, $extrafields;
400 global $conf, $extrafields;
641 $extrafields = new ExtraFields($this->db);
705 global $conf, $extrafields;
1241 $extrafields = $this->extrafieldsCache;
1253 'extrafields' => $extrafields,
1287 $extrafields = $this->extrafieldsCache;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dcommondocgenerator.class.php85 global $conf, $extrafields;
126 global $conf, $extrafields;
232 global $conf, $extrafields;
297 global $conf, $extrafields;
397 global $conf, $extrafields;
634 $extrafields = new ExtraFields($this->db);
692 global $conf, $extrafields;
1237 $extrafields = $this->extrafieldsCache;
1249 'extrafields' => $extrafields,
1288 $extrafields = $this->extrafieldsCache;
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/class/
H A Dadvtargetemailing.class.php523 global $langs, $conf, $extrafields;
597 $extrafields->fetch_name_optionals_label($elementtype);
601 ($extrafields->attributes[$elementtype]['type'][$key] == 'text')) {
606 ($extrafields->attributes[$elementtype]['type'][$key] == 'double')) {
737 $extrafields = new ExtraFields($this->db);
738 $extrafields->fetch_name_optionals_label($elementtype);
740 $extrafields->fetch_name_optionals_label($elementtype);
744 ($extrafields->attributes[$elementtype]['type'][$key] == 'text')) {
749 ($extrafields->attributes[$elementtype]['type'][$key] == 'double')) {
840 $extrafields = new ExtraFields($this->db);
[all …]

12345678910>>...38