ProjectEmployeeExpense


Description

Defines the properties for employee expense in the Project Accounting module in Microsoft Dynamics GP. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

ProjectEmployeeExpenseKey

N/A

N/A

The project employee expense key object that uniquely identifies the project employee expense.

EmployeeKey

EmployeeKey

N/A

N/A

The employee key object that uniquely identifies the employee.

PersonalDataKeeper
EmployeeKey

EmployeeKey

N/A

N/A

The employee key object that uniquely identifies the personal data keeper employee.

AddressKey

AddressKey

N/A

N/A

The address key object that uniquely identifies the employee address.

StartDate

dateTime

N/A

N/A

The start date of the project employee expense.

EndDate

dateTime

N/A

N/A

The end date of the project employee expense.

PaymentTermsKey

PaymentTermsKey

N/A

N/A

The payment terms key object that uniquely identifies the payment terms.

ExtendedCost

MoneyAmount

N/A

N/A

The extended cost amount for the project employee expense instance.

ReimbursableTax

MoneyAmount

N/A

N/A

The reimbursable tax amount for the project employee expense instance.

TradeDiscountAmount

MoneyAmount

N/A

N/A

The trade discount amount for the project employee expense instance.

FreightTaxBasis

ProjectTaxBasis

N/A

N/A

Specifies how taxes are calculated on freight for the project employee expense.

FreightTaxScheduleKey

TaxScheduleKey

N/A

N/A

The tax schedule key object that uniquely identifies the freight tax schedule.

FreightAmount

MoneyAmount

N/A

N/A

The freight amount for the project employee expense instance.

FreightTaxAmount

MoneyAmount

N/A

N/A

The freight tax amount for the project employee expense instance.

MiscellaneousTaxBasis

ProjectTaxBasis

N/A

N/A

Specifies how taxes are calculated on the miscellaneous amount for the project employee expense.

MiscellaneousTax
ScheduleKey

TaxScheduleKey

N/A

N/A

The tax schedule key object that uniquely identifies the miscellaneous tax schedule.

MiscellaneousAmount

MoneyAmount

N/A

N/A

The miscellaneous amount for the project employee expense instance.

MiscellaneousTaxAmount

MoneyAmount

N/A

N/A

The miscellaneous tax amount for the project employee expense instance.

DocumentAmount

MoneyAmount

N/A

N/A

The total amount for the project employee expense instance.

Amount1099

MoneyAmount

N/A

N/A

The 1099 amount for the project employee expense instance.

Unapplied1099Amount

MoneyAmount

N/A

N/A

The unapplied 1099 amount for the project employee expense instance.

ChargeAmount

MoneyAmount

N/A

N/A

The amount that will be charged to the payables account.

TaxScheduleKey

TaxScheduleKey

N/A

N/A

The tax schedule key object that uniquely identifies the tax schedule.

TaxAmount

MoneyAmount

N/A

N/A

The tax amount for the project employee expense instance.

ReimbursableAmount

MoneyAmount

N/A

N/A

The reimbursable amount for the project employee expense instance.

DoesPostToPayables
Management

boolean

N/A

N/A

Indicates if the project employee expense will post to Dynamics GP accounts payable module.

TaxDate

dateTime

N/A

N/A

The tax date for the project employee expense instance.

IsTaxInvoiceReceived

boolean

N/A

N/A

Indicates if the tax invoice is received.

IsTaxInvoiceRequired

boolean

N/A

N/A

Indicates if a tax invoice is required.

ShippingMethodKey

ShippingMethodKey

N/A

N/A

The shipping method key object that uniquely identifies the shipping method.

Payment

ProjectPayment

N/A

N/A

The payments for the project employee expense instance.

Lines

ArrayOfProjectEmployeeExpenseLine

N/A

N/A

A collection of project employee expense lines.

Distributions

ArrayOfProjectEmployeeExpenseDistribution

N/A

N/A

A collection of project employee expense distributions.


Inherits from

ProjectHeaderBase


Documentation Feedback