Documentation

Assets
in package

Configuration file: Config\Modules\Assets.

Table of Contents

$RENEWAL_CUSTOMER_FUNCTION  : mixed
Call a callback: ["class" => "", "method" => "", "hierarchy" => ""]
$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_FIELD_IN_MODAL  : mixed
Show fields in the modal
$SHOW_HIERARCHY_IN_MODAL  : mixed
false, [] - inherit fields, [ label => column name, .. ]
$SHOW_RELATION_IN_MODAL  : mixed
Show relations in the modal

Properties

$RENEWAL_CUSTOMER_FUNCTION

Call a callback: ["class" => "", "method" => "", "hierarchy" => ""]

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_FIELD_IN_MODAL

Show fields in the modal

public static mixed $SHOW_FIELD_IN_MODAL = []

$SHOW_HIERARCHY_IN_MODAL

false, [] - inherit fields, [ label => column name, .. ]

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']]

        

Search results