MovementDetailsComponent
extends Injectable
Table of Contents
Constants
-
PARTIAL_BODY_LIST
= [1 => 'body-credit-details', 2 => 'body-product-details']
-
PARTIAL_HEAD_LIST
= [1 => 'head-credit', 2 => 'head-product']
-
VIEW_PARTIAL_PATH
= '..' . DS . '..' . DS . '..' . DS . '..' . DS . 'Movement' . DS . 'view' . DS . 'order' . DS . 'partial' . DS
Methods
-
getCompany()
: mixed
-
getMovementFrom()
: mixed
-
getMovementTo()
: mixed
-
getPartialBodyPath()
: mixed
-
getPartialHeadPath()
: mixed
-
isSingleCurrency()
: bool
-
saveBuyerVatIdToOrderList()
: mixed
PARTIAL_BODY_LIST
private
mixed
PARTIAL_BODY_LIST
= [1 => 'body-credit-details', 2 => 'body-product-details']
PARTIAL_HEAD_LIST
private
mixed
PARTIAL_HEAD_LIST
= [1 => 'head-credit', 2 => 'head-product']
VIEW_PARTIAL_PATH
private
mixed
VIEW_PARTIAL_PATH
= '..' . DS . '..' . DS . '..' . DS . '..' . DS . 'Movement' . DS . 'view' . DS . 'order' . DS . 'partial' . DS
getCompany()
public
getCompany(UserWrapper $user) : mixed
Parameters
-
$user
: UserWrapper
-
getMovementFrom()
public
getMovementFrom(Movement $movement) : mixed
Parameters
-
$movement
: Movement
-
getMovementTo()
public
getMovementTo(Movement $movement) : mixed
Parameters
-
$movement
: Movement
-
getPartialBodyPath()
public
getPartialBodyPath(mixed $type) : mixed
Parameters
-
$type
: mixed
-
getPartialHeadPath()
public
getPartialHeadPath(mixed $type) : mixed
Parameters
-
$type
: mixed
-
isSingleCurrency()
public
isSingleCurrency(Simple $orderList) : bool
Parameters
-
$orderList
: Simple
-
saveBuyerVatIdToOrderList()
public
saveBuyerVatIdToOrderList(mixed $buyerVatid, mixed $movementCreditList) : mixed
Parameters
-
$buyerVatid
: mixed
-
-
$movementCreditList
: mixed
-