[ 1988593 ] Let show Totals in a MiniTable for Numeric Value
http://sourceforge.net/tracker/index.php?func=detail&aid=1988593&group_id=176962&atid=879335
This commit is contained in:
parent
b13354d076
commit
81690fe578
|
@ -82,7 +82,6 @@ public final class InfoProduct extends Info implements ActionListener
|
||||||
//Begin - fer_luck @ centuryon
|
//Begin - fer_luck @ centuryon
|
||||||
mWindowNo = WindowNo;
|
mWindowNo = WindowNo;
|
||||||
//End - fer_luck @ centuryon
|
//End - fer_luck @ centuryon
|
||||||
|
|
||||||
AEnv.positionCenterWindow(frame, this);
|
AEnv.positionCenterWindow(frame, this);
|
||||||
} // InfoProduct
|
} // InfoProduct
|
||||||
|
|
||||||
|
@ -439,7 +438,7 @@ public final class InfoProduct extends Info implements ActionListener
|
||||||
s_productFrom,
|
s_productFrom,
|
||||||
where.toString(),
|
where.toString(),
|
||||||
"QtyAvailable DESC, Margin DESC");
|
"QtyAvailable DESC, Margin DESC");
|
||||||
|
p_table.setShowTotals(false);
|
||||||
//
|
//
|
||||||
pickWarehouse.addActionListener(this);
|
pickWarehouse.addActionListener(this);
|
||||||
pickPriceList.addActionListener(this);
|
pickPriceList.addActionListener(this);
|
||||||
|
|
|
@ -815,7 +815,7 @@ public class MiniTable extends CTable
|
||||||
{
|
{
|
||||||
if(col == 1 )
|
if(col == 1 )
|
||||||
{
|
{
|
||||||
setValueAt(" Σ " , row -1 , col);
|
setValueAt(" Σ " , row -1 , col );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
setValueAt(null , row - 1, col );
|
setValueAt(null , row - 1, col );
|
||||||
|
|
Loading…
Reference in New Issue