SilverChat
New Member
- Joined
- Feb 17, 2011
- Messages
- 9
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: right"]AVAILABLE
[/TD]
[TD]DATA
[/TD]
[TD="align: right"]SALE
[/TD]
[TD]DATA
[/TD]
[TD="align: right"]REMAINING
[/TD]
[TD]DATA
[/TD]
[/TR]
[TR]
[TD="align: center"]DOZENS
[/TD]
[TD="align: center"]UNITS
[/TD]
[TD="align: center"]DOZENS
[/TD]
[TD="align: center"]UNITS
[/TD]
[TD="align: center"]DOZENS
[/TD]
[TD="align: center"]UNITS
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"]1
[/TD]
[TD="align: center"]6
[/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"]9
[/TD]
[/TR]
</tbody>[/TABLE]
Hi, every one please help me out on this....
I have to make the table in which these are the columns and rows where Available data is the stock available and sale data is the one which i want to insert manually but remaining data will automatically be calculated,
for suppose I have available data dozens and units I have sold dozens and units now the remaining data will automatically be subtracted from available data....
<tbody>[TR]
[TD="align: right"]AVAILABLE
[/TD]
[TD]DATA
[/TD]
[TD="align: right"]SALE
[/TD]
[TD]DATA
[/TD]
[TD="align: right"]REMAINING
[/TD]
[TD]DATA
[/TD]
[/TR]
[TR]
[TD="align: center"]DOZENS
[/TD]
[TD="align: center"]UNITS
[/TD]
[TD="align: center"]DOZENS
[/TD]
[TD="align: center"]UNITS
[/TD]
[TD="align: center"]DOZENS
[/TD]
[TD="align: center"]UNITS
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"]1
[/TD]
[TD="align: center"]6
[/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"]9
[/TD]
[/TR]
</tbody>[/TABLE]
Hi, every one please help me out on this....
I have to make the table in which these are the columns and rows where Available data is the stock available and sale data is the one which i want to insert manually but remaining data will automatically be calculated,
for suppose I have available data dozens and units I have sold dozens and units now the remaining data will automatically be subtracted from available data....