Click or drag to resize
companyDataSetMovimentiDataTableAddMovimentiRow Method (companyDataSetCausaliMagazzinoRow, companyDataSetAnagraficheRow, companyDataSetDocumentiRow, Boolean, DateTime, String, String, DateTime, String, Int16, Boolean, String, DateTime, String, String, String, Boolean, Int32, Double, Double, Double, Double, Double)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetMovimentiRow AddMovimentiRow(
	companyDataSetCausaliMagazzinoRow parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti,
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_Movimenti,
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Movimenti,
	bool IsIvaEsclusa,
	DateTime Data,
	string Nome,
	string NumeroDoc,
	DateTime DataDocumento,
	string Note,
	short TipoCausale,
	bool IsCarico,
	string NomeCausale,
	DateTime TimeStamp,
	string RagioneSociale,
	string Provincia,
	string Località,
	bool Scontrino,
	int IdModalitaPagamento,
	double ImportoVersato,
	double Sconto,
	double TotaleMerceIvato,
	double Resto,
	double TotaleNettoIvato
)

Parameters

parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti
Type: Amica.DatacompanyDataSetCausaliMagazzinoRow
parentAnagraficheRowByFK_Anagrafiche_Movimenti
Type: Amica.DatacompanyDataSetAnagraficheRow
parentDocumentiRowByFK_Documenti_Movimenti
Type: Amica.DatacompanyDataSetDocumentiRow
IsIvaEsclusa
Type: SystemBoolean
Data
Type: SystemDateTime
Nome
Type: SystemString
NumeroDoc
Type: SystemString
DataDocumento
Type: SystemDateTime
Note
Type: SystemString
TipoCausale
Type: SystemInt16
IsCarico
Type: SystemBoolean
NomeCausale
Type: SystemString
TimeStamp
Type: SystemDateTime
RagioneSociale
Type: SystemString
Provincia
Type: SystemString
Località
Type: SystemString
Scontrino
Type: SystemBoolean
IdModalitaPagamento
Type: SystemInt32
ImportoVersato
Type: SystemDouble
Sconto
Type: SystemDouble
TotaleMerceIvato
Type: SystemDouble
Resto
Type: SystemDouble
TotaleNettoIvato
Type: SystemDouble

Return Value

Type: companyDataSetMovimentiRow
See Also