Breadcrumbs

PROJECTENDINGQUANTITY

Overview

The PROJECTENDINGQUANTITY function calculates (for a specific financial period) the ending quantity of one or more project(s) and task(s) containing Inventory Item information.

Syntax

=PROJECTENDINGQUANTITY(
    ConnectionName,
    Project,
    Task,
    AccountGroup,
    CostCode,
    InventoryItem,
    AsOf,
    Branch,
    UseMasterFinancialCalendar
)

Arguments

The PROJECTBUDGETQUANTITY function uses the following arguments (see our article on filtering Velixo functions):


Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

Project

Required

The Project(s) to include

Task

Optional

The Task(s) to include

AccountGroup

Optional

The Account Group(s) to include

CostCode

Optional

The Cost Code(s) to include

InventoryItem

Optional

The Inventory Item(s) to include

AsOf

Required

Financial period in MM-YYYY format

OR

Specified date (Acumatica 2025R2 or newer)

Branch

Optional

The Branch(es) to include


Requires Acumatica or MYOB Acumatica 2019 or later; in earlier versions, this argument must be left blank

UseMasterFinancialCalendar

Optional

Use Acumatica's Master Financial Calendar instead of the financial calendar defined within the specific tenant associated with the connection being accessed (this can be useful for consolidation reports).


Possible values:

  • TRUE

  • FALSE

Default value:

  • FALSE when a financial period is specified in the AsOf argument,

  • TRUE when a date is specified in the AsOf argument.

Example

=PROJECTENDINGQUANTITY(
    "Demo",
    "TMR03",
    ,
    "LABOR",
    ,
    ,
    "01-2017"
)


Description

Calculates the total number of hours of Labor for project TMR03 as of the end of January 2017.


Result

328


The results of the PROJECTENDINGQUANTITY function intentionally exclude data from project transactions which do not include an InventoryID.