Click or drag to resize

clsImportProjectContractPositionAccountingPoseAccountingType Enumeration

Sets the handling of the accounting position.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 6.1.0.265
Syntax
public enum eAccountingType
Members
  Member nameValueDescription
InherityByContract0 0: Default:
ReccurentAccounting1 1: Mode in the user interface to open a small popup to select from to. This mode will not be stored. Lines with the eAccountingType.DueDate will be created.
PhaseLink2 2: The accounting condition is linked to the phase status. Only when the selected phase is closed/accomplished the position will be invoiced.

Fill a value in PhaseID.

DueDate3 3: The condition is linked to a due date.

Fill a value in DueDate.

NoInvoicing5 5: Do not invoice this accounting line
Always6 6: Always invoice this position. The line will apear on each invoice.
Nonrecurring7 7: Invoice this position only once. Standard for fixed price positions.
Remarks
See Also