Home
last modified time | relevance | path

Searched refs:date_validation (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/accountancy/bookkeeping/
H A Dcard.php552 print $object->date_validation ? dol_print_date($object->date_validation, 'dayhour') : ' ';
638 if (empty($object->date_validation)) {
689 if (empty($line->date_export) && empty($line->date_validation)) {
695 if (empty($line->date_validation)) {
718 if (empty($object->date_export) && empty($object->date_validation)) {
H A Dlist.php1043 $line->date_validation = $db->jdate($obj->date_validation);
1238 print '<td class="center">'.dol_print_date($line->date_validation, 'dayhour').'</td>';
1246 if (empty($line->date_export) && empty($line->date_validation)) {
1251 if (empty($line->date_validation)) {
H A Dlistbysubaccount.php898 print '<td class="center">'.dol_print_date($line->date_validation, 'dayhour').'</td>';
911 if (empty($line->date_export) && empty($line->date_validation)) {
916 if (empty($line->date_validation)) {
H A Dlistbyaccount.php887 print '<td class="center">'.dol_print_date($line->date_validation, 'dayhour').'</td>';
900 if (empty($line->date_export) && empty($line->date_validation)) {
905 if (empty($line->date_validation)) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/accountancy/class/
H A Dbookkeeping.class.php778 $this->date_validation = $this->db->jdate($obj->date_validated);
779 $this->date_validation = $this->db->jdate($obj->date_validation);
941 $line->date_validation = $this->db->jdate($obj->date_validation);
1094 $line->date_validation = $this->db->jdate($obj->date_validation);
1657 $this->date_validation = $obj->date_validated;
1658 $this->date_validation = $obj->date_validation;
1754 $line->date_validation = $obj->date_validated;
1755 $line->date_validation = $obj->date_validation;
1819 $line->date_validation = $obj->date_validated;
1820 $line->date_validation = $obj->date_validation;
[all …]
H A Daccountancyexport.class.php916 $date_validation = dol_print_date($line->date_validated, '%Y%m%d');
965 print $date_validation . $separator;
1022 $date_validation = dol_print_date($line->date_validated, '%Y%m%d');
1071 print $date_validation . $separator;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_inventory.sql35 date_validation datetime DEFAULT NULL, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_inventory.sql35 date_validation datetime DEFAULT NULL, field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/
H A Dinfo.php79 $object->date_validation = $object->date_valid;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/webservices/
H A Dserver_invoice.php162 'date_validation' => array('name'=>'date_validation', 'type'=>'xsd:dateTime'),
355 …'date_validation' => $invoice->date_validation ?dol_print_date($invoice->date_creation, 'dayhourrf…
480 …'date_validation' => $invoice->date_validation ?dol_print_date($invoice->date_creation, 'dayhourrf…
H A Dserver_supplier_invoice.php138 'date_validation' => array('name'=>'date_validation', 'type'=>'xsd:dateTime'),
H A Dserver_order.php197 'date_validation' => array('name'=>'date_validation', 'type'=>'xsd:dateTime'),
454 …'date_validation' => $order->date_validation ?dol_print_date($order->date_creation, 'dayhourrfc') …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/webservices/
H A Dserver_invoice.php161 'date_validation' => array('name'=>'date_validation', 'type'=>'xsd:dateTime'),
357 …'date_validation' => $invoice->date_validation ?dol_print_date($invoice->date_creation, 'dayhourrf…
486 …'date_validation' => $invoice->date_validation ?dol_print_date($invoice->date_creation, 'dayhourrf…
H A Dserver_supplier_invoice.php137 'date_validation' => array('name'=>'date_validation', 'type'=>'xsd:dateTime'),
H A Dserver_order.php193 'date_validation' => array('name'=>'date_validation', 'type'=>'xsd:dateTime'),
450 …'date_validation' => $order->date_validation ?dol_print_date($order->date_creation, 'dayhourrfc') …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/inventory/class/
H A Dinventory.class.php153 public $date_validation; variable in Inventory
605 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/inventory/class/
H A Dinventory.class.php158 public $date_validation; variable in Inventory
674 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/sociales/class/
H A Dchargesociales.class.php83 public $date_validation; variable in ChargeSociales
650 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Demailsenderprofile.class.php374 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Demailsenderprofile.class.php379 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/accountancy/class/
H A Daccountancyexport.class.php870 $date_validation = dol_print_date($line->date_validated, '%Y%m%d');
918 print $date_validation . $separator;
971 $date_validation = dol_print_date($line->date_validated, '%Y%m%d');
1019 print $date_validation . $separator;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/mailing/class/
H A Dmailing.class.php161 public $date_validation; variable in Mailing
348 $this->date_validation = $this->db->jdate($obj->date_valid);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/sociales/class/
H A Dchargesociales.class.php84 public $date_validation; variable in ChargeSociales
705 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/asset/class/
H A Dasset.class.php431 $this->date_validation = $this->db->jdate($obj->datev);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/asset/class/
H A Dasset.class.php443 $this->date_validation = $this->db->jdate($obj->datev);

1234