Overview
The PROJECTBEGINNINGAMOUNT function calculates the beginning amount of one or more project(s) and task(s) as of a specific period.
Syntax
=PROJECTBEGINNINGAMOUNT(
ConnectionName,
Project,
Task,
AccountGroup,
CostCode,
InventoryItem,
AsOf,
Branch,
UseProjectCurrency,
UseMasterFinancialCalendar
)
Arguments
The PROJECTBEGINNINGAMOUNT function uses the following arguments (see our article on Filtering Velixo functions):
|
Argument |
Required/Optional |
Description |
|
|
Optional |
Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
|
|
Required |
The Project(s) to include |
|
|
Optional |
The Task(s) to include |
|
|
Optional |
The Account Group(s) to include |
|
|
Optional |
The Cost Code(s) to include |
|
|
Optional |
The Inventory Item(s) to include |
|
|
Required |
The financial period in MM-YYYY format OR Specified date (Acumatica 2025R2 or newer) |
|
|
Optional |
The Branch(es) in include.
Requires Acumatica or MYOB Acumatica 2019 or later; in earlier versions, this argument must be left blank. |
|
|
Optional |
|
|
|
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:
Default value:
|
Example
=PROJECTBEGINNINGAMOUNT(
"Demo",
"TMR03",
,
"LABOR",
,
,
"12-2018",
FALSE
)
Description
Calculates the beginning cost of labor for project TMR03 as of the start of December 2018 and returns the value in the default currency.
Result
17040