From 1c5254f0ab5d1b23e04376d2d760b46bd6279ede Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Feb 2021 18:01:52 +0100 Subject: [PATCH] impl. more static translations --- Theme/Backend/sales-item-profile.tpl.php | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Theme/Backend/sales-item-profile.tpl.php b/Theme/Backend/sales-item-profile.tpl.php index 4bdbd7d..e22f14e 100644 --- a/Theme/Backend/sales-item-profile.tpl.php +++ b/Theme/Backend/sales-item-profile.tpl.php @@ -103,13 +103,13 @@ echo $this->getData('nav')->render();
-
YTD Sales: +
getHtml('YTDSales'); ?>: getData('ytd')->getCurrency(); ?> -
MTD Sales: +
getHtml('MTDSales'); ?>: getData('mtd')->getCurrency(); ?> -
ILV: +
getHtml('ILV'); ?>: -
MRR: +
getHtml('MRR'); ?>:
@@ -120,13 +120,13 @@ echo $this->getData('nav')->render();
-
Last Order: +
getHtml('LastOrder'); ?>: getData('lastOrder') !== null ? $this->getData('lastOrder')->format('Y-m-d H:i') : ''; ?> -
Price Change: +
getHtml('PriceChange'); ?>: -
Created: +
getHtml('Created'); ?>: createdAt->format('Y-m-d H:i'); ?> -
Modified: +
getHtml('Modified'); ?>:
@@ -137,13 +137,13 @@ echo $this->getData('nav')->render();
-
Sales Price: +
getHtml('SalesPrice'); ?>: salesPrice->getCurrency(); ?> -
Purchase Price: +
getHtml('PurchasePrice'); ?>: purchasePrice->getCurrency(); ?> -
Margin: +
getHtml('Margin'); ?>: salesPrice->getInt() - $item->purchasePrice->getInt()) / $item->salesPrice->getInt() * 100, 2); ?> % -
Avg. Price: +
getHtml('AvgPrice'); ?>: getData('avg')->getCurrency(); ?>
@@ -154,14 +154,14 @@ echo $this->getData('nav')->render();
-
Notes
+
getHtml('Notes'); ?>
-
Documents
+
getHtml('Documents'); ?>
@@ -174,10 +174,10 @@ echo $this->getData('nav')->render(); - getId());
Number - Name - Net - Date + getHtml('Number'); ?> + getHtml('Name'); ?> + getHtml('Net'); ?> + getHtml('Date'); ?>