dolibarr 21.0.0-alpha
|
This page allows to select several products, then incoming warehouse and outgoing warehouse and create all stock movements for this. More...
Go to the source code of this file.
Functions | |
startsWith ($haystack, $needle) | |
Verify if $haystack startswith $needle. | |
fetchref ($static_object, $tmp_ref) | |
Fetch object with ref. | |
This page allows to select several products, then incoming warehouse and outgoing warehouse and create all stock movements for this.
Definition in file massstockmove.php.
fetchref | ( | $static_object, | |
$tmp_ref ) |
Fetch object with ref.
CommonObject | $static_object | static object to fetch |
string | $tmp_ref | ref of the object to fetch |
Definition at line 831 of file massstockmove.php.
References startsWith().
startsWith | ( | $haystack, | |
$needle ) |
Verify if $haystack startswith $needle.
string | $haystack | string to test |
string | $needle | string to find |
Definition at line 818 of file massstockmove.php.
Referenced by fetchref().