getData('item'); $itemL11n = $this->getData('itemL11n'); $itemAttribute = $this->getData('itemAttribute'); $newestInvoices = $this->getData('newestInvoices') ?? []; $topCustomers = $this->getData('topCustomers') ?? []; $regionSales = $this->getData('regionSales') ?? []; $countrySales = $this->getData('countrySales') ?? []; $monthlySalesCosts = $this->getData('monthlySalesCosts') ?? []; $languages = ISO639Enum::getConstants(); $l11n = $this->getData('defaultlocalization') ?? new NullLocalization(); echo $this->getData('nav')->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
getFileByType('backend_image'); if (!($image instanceof NullMedia)) : ?>
YTD Sales: getData('ytd')->getCurrency(); ?>
MTD Sales: getData('mtd')->getCurrency(); ?>
ILV:
MRR:
Last Order: getData('lastOrder') !== null ? $this->getData('lastOrder')->format('Y-m-d H:i') : ''; ?>
Price Change:
Created: createdAt->format('Y-m-d H:i'); ?>
Modified:
Sales Price: salesPrice->getCurrency(); ?>
Purchase Price: purchasePrice->getCurrency(); ?>
Margin: salesPrice->getInt() - $item->purchasePrice->getInt()) / $item->salesPrice->getInt() * 100, 2); ?> %
Avg. Price: getData('avg')->getCurrency(); ?>
Notes
Documents
Recent Invoices
getId()); ?>
Number Name Net Date
getNumber(); ?> billTo; ?> net->getCurrency(); ?> createdAt->format('Y-m-d'); ?>
Sales
], "datasets": [ { "label": "Margin", "type": "line", "data": [ ], "yAxisID": "axis-2", "fill": false, "borderColor": "rgb(255, 99, 132)", "backgroundColor": "rgb(255, 99, 132)" }, { "label": "Sales", "type": "bar", "data": [ ], "yAxisID": "axis-1", "backgroundColor": "rgb(54, 162, 235)" } ] }, "options": { "scales": { "yAxes": [ { "id": "axis-1", "display": true, "position": "left" }, { "id": "axis-2", "display": true, "position": "right", "scaleLabel": { "display": true, "labelString": "Margin %" }, "gridLines": { "display": false }, "beginAtZero": true, "ticks": { "min": 0, "max": 100, "stepSize": 10 } } ] } } }'>
Regions
, , , , , ], "backgroundColor": [ "rgb(255, 99, 132)", "rgb(255, 159, 64)", "rgb(255, 205, 86)", "rgb(75, 192, 192)", "rgb(54, 162, 235)", "rgb(153, 102, 255)" ] }] } }'>
Countries
], "datasets": [{ "label": "YTD", "type": "bar", "data": [ ], "backgroundColor": "rgb(54, 162, 235)" }] } }'>
getHtml('Description'); ?>
getHtml('Localizations'); ?>
$value) : ++$c; $url = UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Localization'); ?>
getId(); ?> printHtml($value->type->title); ?> printHtml($value->description); ?>
getHtml('Empty', '0', '0'); ?>
getHtml('Attribute'); ?>
getHtml('Groups'); ?>
$value) : ++$c; $url = UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Name'); ?>
getId(); ?> printHtml($value->type->getL11n()); ?> value->getValue() instanceof \DateTime ? $value->value->getValue()->format('Y-m-d') : $this->printHtml((string) $value->value->getValue()); ?>
getHtml('Empty', '0', '0'); ?>

getHtml('Customer'); ?>

$value) : ++$c; $url = UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?>
getHtml('Prices'); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?>
getId(); ?> printHtml($value->name); ?>
getHtml('Empty', '0', '0'); ?>

getHtml('Purchase'); ?>

getHtml('Supplier'); ?>

$value) : ++$c; $url = UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?>
getHtml('Prices'); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?>
getId(); ?> printHtml($value->name); ?>
getHtml('Empty', '0', '0'); ?>

getHtml('General'); ?>

getHtml('General'); ?>

getHtml('Logs'); ?>
IP getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Log'); ?> getHtml('Date'); ?>
printHtml($this->request->getOrigin()); ?> printHtml((string) $this->request->header->account); ?> printHtml((string) $this->request->header->account); ?> Creating item printHtml((new \DateTime('now'))->format('Y-m-d H:i:s')); ?>