Click or drag to resize

clsImportProjectContractPositionAccountingPosePosAccountingType Enumeration

Sets the handling of the accounting position.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum ePosAccountingType
Members
  Member nameValueDescription
InherityByContract0 Default: invoicable or not is defiend in the contract header
ReccurentAccounting1 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 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 The condition is linked to a due date.

Fill a value in DueDate.

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