From 85753154ac3eccd9135cafc8c0e7918e59679f20 Mon Sep 17 00:00:00 2001 From: Shohrat Date: Tue, 19 Sep 2023 01:43:16 +0500 Subject: [PATCH] production --- themes/gokbakja/layouts/platform_main.htm | 2 ++ themes/gokbakja/pages/production.htm | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/gokbakja/layouts/platform_main.htm b/themes/gokbakja/layouts/platform_main.htm index 24dc186..790038d 100644 --- a/themes/gokbakja/layouts/platform_main.htm +++ b/themes/gokbakja/layouts/platform_main.htm @@ -46,7 +46,9 @@ function onStart() td { text-align: center !important; + vertical-align: middle !important; } + diff --git a/themes/gokbakja/pages/production.htm b/themes/gokbakja/pages/production.htm index 3ed854b..9c894f5 100644 --- a/themes/gokbakja/pages/production.htm +++ b/themes/gokbakja/pages/production.htm @@ -24,6 +24,7 @@ function onStart(){ $this["currentDate"] = $currentDate; $this["productions"] = Romanah\Gokbakja\Models\Production::whereDate('created_at', date($currentDateFormat))->with(['pivot_production'])->get(); + } ?> == @@ -156,7 +157,7 @@ function onStart(){ {% for product in report.pivot_production %} - {{product.amount_percentage}} % + {{product.amount_percentage}} % {% if product.amount != 0 %}
{{product.amount|number_format}} kg {% endif %} {% endfor %} {{report.note}}