Compare commits

..

2 Commits

Author SHA1 Message Date
Shohrat 7342265753 Merge branch 'main' of https://git.digital-tps.tk/Shohrat/g_sto 2023-12-21 02:11:43 +05:00
Shohrat 1a4277050a from server 2023-12-21 02:11:28 +05:00
3 changed files with 7 additions and 7 deletions

View File

@ -57,9 +57,9 @@ return [
'engine' => 'InnoDB', 'engine' => 'InnoDB',
'host' => 'localhost', 'host' => 'localhost',
'port' => 3306, 'port' => 3306,
'database' => 'gok_bakja_from_server', 'database' => 'gok_bakja',
'username' => 'root', 'username' => 'root',
'password' => 'bt110226', 'password' => '',
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci', 'collation' => 'utf8mb4_unicode_ci',
'prefix' => '', 'prefix' => '',

View File

@ -177,7 +177,7 @@ function onStart(){
{% set allInKg = (sumOfBags * gramInkg) %} {% set allInKg = (sumOfBags * gramInkg) %}
{% set percentDefective = ((report.product.defective_bag_qty * 100) / report.amount) %} {% set percentDefective = ((report.product.defective_bag_qty * 100) / sumOfBags) %}
{% set allCalc = (allCalc + report.amount) %} {% set allCalc = (allCalc + report.amount) %}
@ -202,7 +202,7 @@ function onStart(){
<td>{{report.product.rulon_action.product.color.name}}</td> <td>{{report.product.rulon_action.product.color.name}}</td>
<td>{{report.product.rulon_action.product.width}}</td> <td>{{report.product.rulon_action.product.width}}</td>
<td>{{report.product.rulon_action.product.gram}}</td> <td>{{report.product.rulon_action.product.gram}}</td>
<td>{{report.product.rulon_action.product.produced_weight}}</td> <td>{{report.product.rulon_action.product.brutto_kg}}</td>
<td>{{gramInkg}}</td> <td>{{gramInkg}}</td>
<td>{{report.product.width}}</td> <td>{{report.product.width}}</td>
@ -300,4 +300,4 @@ function onStart(){
<script src="{{'assets/libs/bootstrap-datepicker/js/bootstrap-datepicker.min.js'|theme}}"></script> <script src="{{'assets/libs/bootstrap-datepicker/js/bootstrap-datepicker.min.js'|theme}}"></script>
<script src="{{'assets/libs/select2/js/select2.min.js'|theme}}"></script> <script src="{{'assets/libs/select2/js/select2.min.js'|theme}}"></script>
<script src="{{'assets/js/pages/form-advanced.init.js'|theme}}"></script> <script src="{{'assets/js/pages/form-advanced.init.js'|theme}}"></script>
{% endput %} {% endput %}

View File

@ -115,7 +115,7 @@ function onStart(){
{{machineProduction.product.bag_type.name}}, {{machineProduction.product.bag_type.name}},
{{machineProduction.product.color.name}} {{machineProduction.product.color.name}}
--({{machineProduction.quantity}} kg) --({{machineProduction.product.brutto_kg}} kg)
</option> </option>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
@ -289,4 +289,4 @@ function onStart(){
</script> </script>
{% endput %} {% endput %}
{% partial 'dataTableJs' %} {% partial 'dataTableJs' %}