rename cost to value

This commit is contained in:
Malini 2026-02-09 14:56:35 +05:30
parent 2e3343dcb8
commit d2d870de1c

View File

@ -2147,7 +2147,7 @@ useEffect(() => {
<div className="flex items-end space-x-4 mt-4">
<div>
<label className="block text-sm font-medium text-gray-700 mb-1">
{quarterPeriods?.previous_month?.previous_period_one } Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)
{quarterPeriods?.previous_month?.previous_period_one } Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)
</label>
<div className="flex items-center h-10 px-3 py-2 text-sm text-gray-700 rounded-md w-24 border border-amber-200">
{p.octCost || '0'}
@ -2155,7 +2155,7 @@ useEffect(() => {
</div>
<div>
<label className="block text-sm font-medium text-gray-700 mb-1">
{quarterPeriods?.previous_month?.previous_period_two } Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)
{quarterPeriods?.previous_month?.previous_period_two } Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)
</label>
<div className="flex items-center h-10 px-3 py-2 text-sm text-gray-700 rounded-md w-24 border border-amber-200">
{p.novCost || '0'}
@ -2163,7 +2163,7 @@ useEffect(() => {
</div>
<div>
<label className="block text-sm font-medium text-gray-700 mb-1">
{quarterPeriods?.previous_month?.previous_period_three } Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)
{quarterPeriods?.previous_month?.previous_period_three } Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)
</label>
<div className="flex items-center h-10 px-3 py-2 text-sm text-gray-700 rounded-md w-24 border border-amber-200">
{p.decCost || '0'}
@ -2232,7 +2232,7 @@ useEffect(() => {
<div className="flex items-end space-x-4">
<div data-field={`janCost_${idx}`}>
<label className="block text-sm font-medium text-gray-700 mb-1">
{quarterPeriods?.current_month?.current_period_one } Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
{quarterPeriods?.current_month?.current_period_one } Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
</label>
<Input
className="w-24"
@ -2249,7 +2249,7 @@ useEffect(() => {
</div>
<div data-field={`febCost_${idx}`}>
<label className="block text-sm font-medium text-gray-700 mb-1">
{quarterPeriods?.current_month?.current_period_two} Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
{quarterPeriods?.current_month?.current_period_two} Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
</label>
<Input
className="w-24"
@ -2266,7 +2266,7 @@ useEffect(() => {
</div>
<div data-field={`marCost_${idx}`}>
<label className="block text-sm font-medium text-gray-700 mb-1">
{quarterPeriods?.current_month?.current_period_three} Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
{quarterPeriods?.current_month?.current_period_three} Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
</label>
<Input
className="w-24"
@ -2380,7 +2380,7 @@ useEffect(() => {
<div className="flex items-end space-x-3">
<div data-field={`aprCost_${idx}`}>
<label className="block text-sm font-medium text-gray-700 w-26 mb-1">
{quarterPeriods?.forecast_month?.forecast_period_one} Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
{quarterPeriods?.forecast_month?.forecast_period_one} Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
</label>
<Input
className="w-24"
@ -2398,7 +2398,7 @@ useEffect(() => {
</div>
<div data-field={`mayCost_${idx}`}>
<label className="block text-sm font-medium text-gray-700 w-27 mb-1">
{quarterPeriods?.forecast_month?.forecast_period_two } Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
{quarterPeriods?.forecast_month?.forecast_period_two } Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
</label>
<Input
className="w-24"
@ -2416,7 +2416,7 @@ useEffect(() => {
</div>
<div data-field={`junCost_${idx}`}>
<label className="block text-sm font-medium text-gray-700 w-27 mb-1">
{quarterPeriods?.forecast_month?.forecast_period_three } Cost (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
{quarterPeriods?.forecast_month?.forecast_period_three } Value (<img src={uae_currency} alt="AED" className="inline-block w-5 h-5 -mt-0.5 -mb-2.4 opacity-100 -mr-1 -ml-1" />)<span className="text-red-600">*</span>
</label>
<Input
className="w-24"