From 2d36c76f6d4eebd358c45499c52deb1a26b5c553 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Sat, 1 Feb 2025 18:02:56 +0530 Subject: [PATCH] stock module latest today vadivel J 01-02-2025 --- app/Models/Inwardgateregister_model.php | 1 + app/Views/CoatingMachineDetail.php | 124 +++++++++++++------ app/Views/bagStockDetails.php | 2 +- app/Views/dieselStockDetails.php | 10 +- app/Views/drierMachineDetails.php | 155 ++++++++++++++---------- app/Views/incomingSilicaSandDetails.php | 4 +- 6 files changed, 187 insertions(+), 109 deletions(-) diff --git a/app/Models/Inwardgateregister_model.php b/app/Models/Inwardgateregister_model.php index ee2e7541..66c32171 100755 --- a/app/Models/Inwardgateregister_model.php +++ b/app/Models/Inwardgateregister_model.php @@ -1164,6 +1164,7 @@ class Inwardgateregister_model extends Model t_igr_details.QuantityAsPerInvoice as Qty, issd.*') ->whereIn('t_igr_details.MaterialCode', $materialCodes) + ->where('t_igr_details.QuantityAsPerInvoice <>', 0) ->like('t_igr_details.CreatedDate', $month, 'after'); // remark needed for those who selected any remark. diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php index 97b6c68d..916c1c67 100644 --- a/app/Views/CoatingMachineDetail.php +++ b/app/Views/CoatingMachineDetail.php @@ -115,7 +115,7 @@ .celda_encabezado_general { - background-color: #00a65a; + background-color:rgb(80, 187, 217); /* blue background */ border: 1px solid #ccc; color: #ffffff; font-weight: bold; @@ -123,6 +123,10 @@ text-align: center; min-width: 120px; max-width: 120px; + white-space: normal; /* Allows text to wrap */ + word-wrap: break-word; /* Breaks long words if needed */ + text-align: center; /* Centers text for better alignment */ + max-width: 150px; /* Set a max width to control wrapping */ } .celda_encabezado_total { @@ -191,7 +195,7 @@ position: sticky; left: 0; top: 0; - background-color: #00a65a; + background-color:rgb(80, 187, 217); /* blue background */ z-index: 7!important; border-right: 2px solid #ddd; color: #ffffff; @@ -202,10 +206,11 @@ { position: sticky; left: 0; - background-color: #00a65a; + background-color:rgb(80, 187, 217); /* blue background */ z-index: 2; border-right: 2px solid #ddd; color: #ffffff; + } .table-responsive { @@ -474,7 +479,7 @@