You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2022/09/25 08:02:35 UTC

[Bug 66274] New: I need to add Total column as shown below. So far my code looks like this. What is the best way to archive that?

https://bz.apache.org/bugzilla/show_bug.cgi?id=66274

            Bug ID: 66274
           Summary: I need to add Total column as shown below. So far my
                    code looks like this. What is the best way to archive
                    that?
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: support
          Assignee: bugs@httpd.apache.org
          Reporter: adnanfarooq518@gmail.com
  Target Milestone: ---

<div></div>
                    <div className="shiftmb_header">Frz</div>
                    <div className="shiftmb_header">Clr</div>
                    <div className="shiftmb_header">Dry</div>
                    <div className=" forksHeader">Forks</div>
                    <div className="subheader_mb_shift"><div>Active FL</div>
                        <div>Pallets/Hr</div>
                        <div>Pallets Done</div>
                        <div>Pallets Left</div>
                        <div>Hours Remaing</div>
                    </div>
                    {
                        props.sdata.sfDetails && props.sdata.sfDetails
                            .map(data => {
                                const dmdData =
props.sdata.shiftDDDDDDetails.find(dmdRow => dmdRow.area == data.area);
                                return data.area === 'Total' ? null : <div
className="subheader_mb_shift">
                                    <div>{data.put_active}</div>
                                    <div>{(props.day) ?
isNaN(parseFloat(data.put_pal).toFixed(1)) ? 0 :
parseFloat(data.put_pal).toFixed(1) :
                                       
isNaN(parseFloat(dmdData.pal_hr).toFixed(1)) ? 0 :
parseFloat(dmdData.pal_hr).toFixed(1)}</div>
                                    <div>{props.day ? data.put_done || 0 :
data.dmd_done}</div>
                                    <div>{props.day ? data.put_left || 0 :
data.dmd_left}</div>
                                    <div>{props.day ?
isNaN(parseFloat(data.put_hour).toFixed(1)) ? 0 :
parseFloat(data.dmd_hour).toFixed(1) : ''}</div>
                                </div>
                            })
                    }
                </div>```
https://freefirebattles.com/which-game-comes-first-pubg-or-free-fire/
https://inshotapps.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 66274] I need to add Total column as shown below. So far my code looks like this. What is the best way to archive that?

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66274

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org