asolopreneur
New Member
- Joined
- Nov 15, 2017
- Messages
- 40
- Platform
- Windows
I want a progress bar to see how much work is complete. For example an employee's target is to sale 100 products and he has sold 75. So 100-75 = 75 progress.
I want a bar which shows the progress. 75% complete and 25% remain.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Progress[/TD]
[TD]Achieved[/TD]
[TD]Target[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD][/TD]
[TD]75[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]
I want a bar which shows the progress. 75% complete and 25% remain.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Progress[/TD]
[TD]Achieved[/TD]
[TD]Target[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD][/TD]
[TD]75[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]