OSSSoldServices
in package
Configuration file: Config\Modules\OSSSoldServices.
Table of Contents
- $RENEWAL_CUSTOMER_FUNCTION : mixed
- Renewing the customer function
- $RENEWAL_TIME : mixed
- How long before the renewal date should the status be changed. Ex. 2 month, 1 day https://secure.php.net/manual/en/datetime.formats.php
- $SHOW_HIERARCHY_IN_MODAL : mixed
- Show hierarchy in modal
- $SHOW_RELATION_IN_MODAL : mixed
- Show relations in the modal
Properties
$RENEWAL_CUSTOMER_FUNCTION
Renewing the customer function
public
static mixed
$RENEWAL_CUSTOMER_FUNCTION
= []
$RENEWAL_TIME
How long before the renewal date should the status be changed. Ex. 2 month, 1 day https://secure.php.net/manual/en/datetime.formats.php
public
static mixed
$RENEWAL_TIME
= '2 month'
$SHOW_HIERARCHY_IN_MODAL
Show hierarchy in modal
public
static mixed
$SHOW_HIERARCHY_IN_MODAL
= []
$SHOW_RELATION_IN_MODAL
Show relations in the modal
public
static mixed
$SHOW_RELATION_IN_MODAL
= ['relationField' => 'parent_id', 'module' => 'Accounts', 'relatedModule' => ['FInvoice', 'ModComments', 'Calendar', 'Documents']]