title = "Report Production" url = "/report-production/:year?" layout = "platform_main" is_hidden = 0 == timezone('UTC +05:00'); $this["year"] = $this->param("year"); if(!$this["year"]){ $this["year"] = $currentDate->year; } $this["productions"] = Romanah\Gokbakja\Models\Production::with(['pivot_production'])->get(); $this["reportProducts"] = Romanah\Gokbakja\Models\Product::where("report", "simple")->get(); } ?> == {% put styles %} {% endput %}

Çig Mallar Boýunça Umumy ({{year}} ýyl)

Hasabat

{% for key, record in reportProducts %} {% endfor %} {% partial 'report/row' products=reportProducts title="Ýanwar" no=1 %} {% partial 'report/row' products=reportProducts title="Fewral" no=2 %} {% partial 'report/row' products=reportProducts title="Mart" no=3 %} {% partial 'report/row' products=reportProducts title="Aprel" no=4 %} {% partial 'report/row' products=reportProducts title="Maý" no=5 %} {% partial 'report/row' products=reportProducts title="Iýun" no=6 %} {% partial 'report/row' products=reportProducts title="Iýul" no=7 %} {% partial 'report/row' products=reportProducts title="Awgust" no=8 %} {% partial 'report/row' products=reportProducts title="Sentýabr" no=9 %} {% partial 'report/row' products=reportProducts title="Oktýabr" no=10 %} {% partial 'report/row' products=reportProducts title="Noýabr" no=11 %} {% partial 'report/row' products=reportProducts title="Dekabr" no=12 %} {% for key, record in reportProducts %} {% endfor %}
Aýlar Ortaça Işlenen{{record.name}}Bellik
Senesi Hemmesi{{record.name}}Bellik
{% partial 'dataTableJs' %}