clsJobInvoice..::..GetTotals Method

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


public decimal GetTotals(
	ref decimal TotalCost,
	ref decimal TotalCharge,
	ref decimal BilledAmount,
	ref decimal BilledCost,
	ref decimal InvoiceAmount,
	ref decimal InvoiceCost,
	ref decimal WriteCost,
	ref decimal WriteBill,
	ref decimal WrittenCost,
	ref decimal WrittenBill,
	CostEntry..::..ItemType ItemType,
	string CostCenterNo,
	string StageNo,
	string Key
)
Public Function GetTotals ( _
	ByRef TotalCost As Decimal, _
	ByRef TotalCharge As Decimal, _
	ByRef BilledAmount As Decimal, _
	ByRef BilledCost As Decimal, _
	ByRef InvoiceAmount As Decimal, _
	ByRef InvoiceCost As Decimal, _
	ByRef WriteCost As Decimal, _
	ByRef WriteBill As Decimal, _
	ByRef WrittenCost As Decimal, _
	ByRef WrittenBill As Decimal, _
	ItemType As CostEntry..::..ItemType, _
	CostCenterNo As String, _
	StageNo As String, _
	Key As String _
) As Decimal
public:
Decimal^ GetTotals(
	Decimal^% TotalCost, 
	Decimal^% TotalCharge, 
	Decimal^% BilledAmount, 
	Decimal^% BilledCost, 
	Decimal^% InvoiceAmount, 
	Decimal^% InvoiceCost, 
	Decimal^% WriteCost, 
	Decimal^% WriteBill, 
	Decimal^% WrittenCost, 
	Decimal^% WrittenBill, 
	CostEntry..::..ItemType^ ItemType, 
	String^ CostCenterNo, 
	String^ StageNo, 
	String^ Key
)

Parameters

TotalCost
Type: Decimal%
TotalCharge
Type: Decimal%
BilledAmount
Type: Decimal%
BilledCost
Type: Decimal%
InvoiceAmount
Type: Decimal%
InvoiceCost
Type: Decimal%
WriteCost
Type: Decimal%
WriteBill
Type: Decimal%
WrittenCost
Type: Decimal%
WrittenBill
Type: Decimal%
ItemType
Type: JiwaFinancials.Jiwa.JiwaJobCosting.CostEntry..::..CostEntry..::..ItemType
CostCenterNo
Type: String
StageNo
Type: String
Key
Type: String