Class: YDIM::Html::View::InvoiceTotalComposite

Inherits:
HtmlGrid::Composite show all
Defined in:
lib/ydim/html/view/invoice.rb

Constant Summary collapse

COMPONENTS =
{
	[0,0]	=>	:total_netto,
	[0,1]	=>	:vat,
	[0,2]	=>	:total_brutto,
}
CSS_ID =
'total'
CSS_MAP =
{
	[1,0,1,3]	=>	'right',
}
DEFAULT_CLASS =
SpanValue
LABELS =
true

Constants inherited from HtmlGrid::Composite

HtmlGrid::Composite::LEGACY_INTERFACE