Méthode | Description | |
---|---|---|
CompressEUsale ( IEnumerable listOfEU ) : List |
||
CreateEUSaleWithoutVATFile ( CrudAPI api, string companyRegNo, CountryCode companyCountryId ) : System | ||
CreateFile ( IEnumerable listOfEUSaleWithoutVAT ) : bool | ||
CreateXml ( |
||
CreateXmlFile ( Stream sfd, |
||
PreValidate ( ) : bool | ||
Validate ( IEnumerable listOfEU, bool compressed, bool onlyValidate ) : void |
Méthode | Description | |
---|---|---|
CreateAndStreamFirstAndLast ( List listOfEUSale, StreamWriter sw, bool firstOrLast, string companyRegNo, int countRec, long sumOfAmount ) : void | ||
GenerateReportLines ( List invStats ) : UnicontaClient.Pages.CustomPage.aruandeRida_Type[] | ||
GenerateXmlReport ( List invStats, CrudAPI api ) : void | ||
StreamToFile ( List listOfImportExport, StreamWriter sw ) : long | ||
StreamToFileDE ( List listOfImportExport, StreamWriter sw ) : void | ||
fieldCannotBeEmpty ( string field ) : string |
public CompressEUsale ( IEnumerable listOfEU ) : List |
||
listOfEU | IEnumerable | |
Résultat | List |
public CreateEUSaleWithoutVATFile ( CrudAPI api, string companyRegNo, CountryCode companyCountryId ) : System | ||
api | CrudAPI | |
companyRegNo | string | |
companyCountryId | CountryCode | |
Résultat | System |
public CreateFile ( IEnumerable listOfEUSaleWithoutVAT ) : bool | ||
listOfEUSaleWithoutVAT | IEnumerable | |
Résultat | bool |
public CreateXml ( |
||
declaration | ||
Résultat | void |
public static CreateXmlFile ( Stream sfd, |
||
sfd | Stream | |
declaration | ||
Résultat | void |
public Validate ( IEnumerable listOfEU, bool compressed, bool onlyValidate ) : void | ||
listOfEU | IEnumerable | |
compressed | bool | |
onlyValidate | bool | |
Résultat | void |