Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview
Anchor
top
top

???

ActivitiesListApi

/api/ActivityListApi

Method

Description

Performed As

Request Query

Request Body

Response

POST

Returns all Workbench Activities

Logged in User

-

-

AccountApiModel

AdminActivityLine

AdminActivityKey

POST

AdminActivityLine

Field

Description

ActivityCode

The unique code for the activity.

Description

 Description of the activity.

ActivityCodeDescription

???

ActivityType

Determines what kind of activity this is and where it can be used in Workbench. 

CostCategory

 Category of activity

ActivitySubType

 Subcategory of activity.

GstType

Type of GST

WorkCentreCode

The default Work Centre for this activity.

SalesCode

The Sales Code attributed to this activity.

DrGLAccount

The General Ledger account that this activity will debit to.

CrGLAccount

The General Ledger account that this activity will credit to.

UpdatedDate

 Date of last update.

ActivityCodeValue

 ???

DescriptionValue

  ???

ActivityTypeValue

  ???

CostCategoryValue

  ???

CostCategorySequenceNo

  ???

GstTypeValue

  ???

ActivitySubTypeValue

  ???

WorkCentreCodeValue

  ???

SalesCodeValue

 ???

DrGLAccountValue

 ???

CrGLAccountValue

??? 

BaseCostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

OverheadCostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

OtherCostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

AllowanceCostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

Time1CostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

Time2CostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

Time3CostValue

The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored.

InactiveValue

???

Select

???

IncludedValue

???

Included

???

Inactive

 ???

Selected

???

Delete

???

Status

 ???

ReadonlyFlag

???

ReadonlyMessage

???

OriginalKey

???

CurrentKey

???

Key

???

Index

???

AdminActivityKey

Field

Description

ActivityCode

???

RetentionActivityCode

???

CopyFromActivity

???

 

Model

Request

Code Block
languagejson
{
 "predicate": {
  "PredicateRows": [{
    "LeftOperand": "ActivityCode",
    "Operator": "Eq",
    "RightOperand": [ "" ],
    "Display": true
   }
  ]
 },
 "sidx": "ActivityCode",
 "sord": "asc",
 "page": 1,
 "rows": 20
}

Response

Code Block
languagejson
GridResult_AdminActivityLine {
total (integer, optional),
page (integer, optional),
records (integer, optional),
rows (Array[AdminActivityLine], optional),
form (object, optional),
widgets (Array[ViewData_GridWidget], optional)
}
AdminActivityLine {
ActivityCode (string, optional),
Description (string, optional),
ActivityCodeDescription (string, optional),
ActivityType (string, optional),
CostCategory (string, optional),
ActivitySubType (string, optional),
GstType (string, optional),
WorkCentreCode (string, optional),
SalesCode (string, optional),
DrGLAccount (string, optional),
CrGLAccount (string, optional),
UpdatedDate (string, optional),
ActivityCodeValue (CellData, optional),
DescriptionValue (CellData, optional),
ActivityTypeValue (CellData, optional),
CostCategoryValue (string, optional),
CostCategorySequenceNo (integer, optional),
GstTypeValue (CellData, optional),
ActivitySubTypeValue (CellData, optional),
WorkCentreCodeValue (CellData, optional),
SalesCodeValue (CellData, optional),
DrGLAccountValue (CellData, optional),
CrGLAccountValue (CellData, optional),
BaseCostValue (boolean, optional),
OverheadCostValue (boolean, optional),
OtherCostValue (boolean, optional),
AllowanceCostValue (boolean, optional),
Time1CostValue (boolean, optional),
Time2CostValue (boolean, optional),
Time3CostValue (boolean, optional),
InactiveValue (boolean, optional),
Select (CellData, optional),
IncludedValue (CellData, optional),
Included (boolean, optional),
Inactive (integer, optional),
Selected (CellData, optional),
Delete (CellData, optional),
Status (string, optional),
ReadonlyFlag (integer, optional),
ReadonlyMessage (string, optional),
OriginalKey (AdminActivityKey, optional),
CurrentKey (AdminActivityKey, optional),
Key (AdminActivityKey, optional),
Index (integer, optional)
}
ViewData_GridWidget {
WidgetId (integer, optional),
LayoutCode (string, optional),
Name (string, optional),
Colour (string, optional),
BGColour (string, optional),
Icon (string, optional),
Type (string, optional),
Visible (boolean, optional),
Order (integer, optional),
Count (integer, optional),
WidgetLines (Array[ViewData_GridWidgetLine], optional)
}
CellData {
CellId (string, optional),
CellValue (string, optional),
CellNumValue (number, optional),
CellBoolValue (boolean, optional),
CellTag (string, optional),
CellValueDate (string, optional),
CellValueInt (integer, optional)
}
AdminActivityKey {
ActivityCode (string, optional),
RetentionActivityCode (string, optional),
CopyFromActivity (boolean, optional)
}
ViewData_GridWidgetLine {
WidgetLineId (integer, optional),
WidgetId (integer, optional),
Name (string, optional),
Predicate (string, optional),
Order (integer, optional),
Count (integer, optional)
}

Response Sample

Code Block
languagejson
{
  "total": 19,
  "page": 1,
  "records": 370,
  "rows": [
    {
      "ActivityCode": "000000",
      "Description": "000000",
      "ActivityCodeDescription": "000000 : 000000",
      "ActivityType": "Purchase",
      "CostCategory": "4",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "6-1100",
      "UpdatedDate": "2023-12-04T02:55:54.9756779+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "000000",
        "CellTag": "OpenDialog(\"000000\")"
      },
      "DescriptionValue": {
        "CellValue": "000000"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "6-1100"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": true,
      "Select": {
        "CellId": "000000",
        "CellValue": "000000",
        "CellTag": "000000 : 000000"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "000000",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "000000",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "000000",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "000copy",
      "Description": "copied",
      "ActivityCodeDescription": "000copy : copied",
      "ActivityType": "Purchase",
      "CostCategory": "4",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "6-1100",
      "UpdatedDate": "2023-10-18T00:49:36.4084065+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "000copy",
        "CellTag": "OpenDialog(\"000copy\")"
      },
      "DescriptionValue": {
        "CellValue": "copied"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "6-1100"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "000copy",
        "CellValue": "000copy",
        "CellTag": "000copy : copied"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "000copy",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "000copy",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "000copy",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "101",
      "Description": "Acoustic Lagging",
      "ActivityCodeDescription": "101 : Acoustic Lagging",
      "ActivityType": "Purchase",
      "CostCategory": "10",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2024-02-08T00:04:31.8469547+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "101",
        "CellTag": "OpenDialog(\"101\")"
      },
      "DescriptionValue": {
        "CellValue": "Acoustic Lagging"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Pipework",
      "CostCategorySequenceNo": 6,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "101",
        "CellValue": "101",
        "CellTag": "101 : Acoustic Lagging"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "101",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "101",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "101",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "103",
      "Description": "Brass",
      "ActivityCodeDescription": "103 : Brass",
      "ActivityType": "Purchase",
      "CostCategory": "10",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:25:14.4976992+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "103",
        "CellTag": "OpenDialog(\"103\")"
      },
      "DescriptionValue": {
        "CellValue": "Brass"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Pipework",
      "CostCategorySequenceNo": 6,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "103",
        "CellValue": "103",
        "CellTag": "103 : Brass"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "103",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "103",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "103",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "104",
      "Description": "Cast Iron",
      "ActivityCodeDescription": "104 : Cast Iron",
      "ActivityType": "Purchase",
      "CostCategory": "10",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:25:36.5970975+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "104",
        "CellTag": "OpenDialog(\"104\")"
      },
      "DescriptionValue": {
        "CellValue": "Cast Iron"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Pipework",
      "CostCategorySequenceNo": 6,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "104",
        "CellValue": "104",
        "CellTag": "104 : Cast Iron"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "104",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "104",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "104",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "105",
      "Description": "Floor and Shower Waste",
      "ActivityCodeDescription": "105 : Floor and Shower Waste",
      "ActivityType": "Purchase",
      "CostCategory": "10",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:26:09.3669402+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "105",
        "CellTag": "OpenDialog(\"105\")"
      },
      "DescriptionValue": {
        "CellValue": "Floor and Shower Waste"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Pipework",
      "CostCategorySequenceNo": 6,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "105",
        "CellValue": "105",
        "CellTag": "105 : Floor and Shower Waste"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "105",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "105",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "105",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "109",
      "Description": "Fixings",
      "ActivityCodeDescription": "109 : Fixings",
      "ActivityType": "Purchase",
      "CostCategory": "4",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-12-11T21:13:56.7115792+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "109",
        "CellTag": "OpenDialog(\"109\")"
      },
      "DescriptionValue": {
        "CellValue": "Fixings"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "109",
        "CellValue": "109",
        "CellTag": "109 : Fixings"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "109",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "109",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "109",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "121",
      "Description": "Stainless Steel Pipework",
      "ActivityCodeDescription": "121 : Stainless Steel Pipework",
      "ActivityType": "Purchase",
      "CostCategory": "10",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:27:37.07892+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "121",
        "CellTag": "OpenDialog(\"121\")"
      },
      "DescriptionValue": {
        "CellValue": "Stainless Steel Pipework"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Pipework",
      "CostCategorySequenceNo": 6,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "121",
        "CellValue": "121",
        "CellTag": "121 : Stainless Steel Pipework"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "121",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "121",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "121",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "123",
      "Description": "new activity test",
      "ActivityCodeDescription": "123 : new activity test",
      "ActivityType": "Time",
      "CostCategory": "4",
      "ActivitySubType": "Charge",
      "GstType": "GST",
      "WorkCentreCode": "01",
      "SalesCode": "DECKS",
      "DrGLAccount": "260",
      "UpdatedDate": "2023-11-07T04:51:27.3214398+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "123",
        "CellTag": "OpenDialog(\"123\")"
      },
      "DescriptionValue": {
        "CellValue": "new activity test"
      },
      "ActivityTypeValue": {
        "CellValue": "Time"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {
        "CellValue": "Charge"
      },
      "WorkCentreCodeValue": {
        "CellId": "01",
        "CellValue": "01 : Stage 1"
      },
      "SalesCodeValue": {
        "CellValue": "DECKS"
      },
      "DrGLAccountValue": {
        "CellValue": "260"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "123",
        "CellValue": "123",
        "CellTag": "123 : new activity test"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "123",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "123",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "123",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "123COPY",
      "Description": "Test",
      "ActivityCodeDescription": "123COPY : Test",
      "ActivityType": "Time",
      "CostCategory": "4",
      "ActivitySubType": "Charge",
      "GstType": "GST",
      "WorkCentreCode": "01",
      "SalesCode": "DECKS",
      "UpdatedDate": "2023-09-04T21:55:16.8896584+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "123COPY",
        "CellTag": "OpenDialog(\"123COPY\")"
      },
      "DescriptionValue": {
        "CellValue": "Test"
      },
      "ActivityTypeValue": {
        "CellValue": "Time"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {
        "CellValue": "Charge"
      },
      "WorkCentreCodeValue": {
        "CellId": "01",
        "CellValue": "01 : Stage 1"
      },
      "SalesCodeValue": {
        "CellValue": "DECKS"
      },
      "DrGLAccountValue": {},
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "123COPY",
        "CellValue": "123COPY",
        "CellTag": "123COPY : Test"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "123COPY",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "123COPY",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "123COPY",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "124",
      "Description": "Other Gas Pipe & Fittings",
      "ActivityCodeDescription": "124 : Other Gas Pipe & Fittings",
      "ActivityType": "Purchase",
      "CostCategory": "10",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:28:00.3904311+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "124",
        "CellTag": "OpenDialog(\"124\")"
      },
      "DescriptionValue": {
        "CellValue": "Other Gas Pipe & Fittings"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Pipework",
      "CostCategorySequenceNo": 6,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "124",
        "CellValue": "124",
        "CellTag": "124 : Other Gas Pipe & Fittings"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "124",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "124",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "124",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "129",
      "Description": "Sanitary / Tapware",
      "ActivityCodeDescription": "129 : Sanitary / Tapware",
      "ActivityType": "Purchase",
      "CostCategory": "4",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:31:49.5219352+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "129",
        "CellTag": "OpenDialog(\"129\")"
      },
      "DescriptionValue": {
        "CellValue": "Sanitary / Tapware"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "129",
        "CellValue": "129",
        "CellTag": "129 : Sanitary / Tapware"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "129",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "129",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "129",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "135",
      "Description": "Seismic q",
      "ActivityCodeDescription": "135 : Seismic q",
      "ActivityType": "Purchase",
      "CostCategory": "4",
      "GstType": "GST",
      "WorkCentreCode": "MAT",
      "SalesCode": "SALES",
      "DrGLAccount": "501000",
      "UpdatedDate": "2023-11-08T23:29:01+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "135",
        "CellTag": "OpenDialog(\"135\")"
      },
      "DescriptionValue": {
        "CellValue": "Seismic q"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "MAT",
        "CellValue": "MAT : Material"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "501000"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "135",
        "CellValue": "135",
        "CellTag": "135 : Seismic q"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "135",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "135",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "135",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1000",
      "Description": "General Expenses",
      "ActivityCodeDescription": "6-1000 : General Expenses",
      "ActivityType": "Purchase",
      "CostCategory": "4",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "6-1100",
      "UpdatedDate": "2023-12-07T23:16:19.442296+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1000",
        "CellTag": "OpenDialog(\"6-1000\")"
      },
      "DescriptionValue": {
        "CellValue": "General Expenses"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Materials - General",
      "CostCategorySequenceNo": 1,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "6-1100"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1000",
        "CellValue": "6-1000",
        "CellTag": "6-1000 : General Expenses"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1000",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1000",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1000",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1100",
      "Description": "Internal Sales",
      "ActivityCodeDescription": "6-1100 : Internal Sales",
      "ActivityType": "Internal",
      "CostCategory": "1",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "601100",
      "UpdatedDate": "2024-01-24T00:33:35.2239864+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1100",
        "CellTag": "OpenDialog(\"6-1100\")"
      },
      "DescriptionValue": {
        "CellValue": "Internal Sales"
      },
      "ActivityTypeValue": {
        "CellValue": "Internal"
      },
      "CostCategoryValue": "General",
      "CostCategorySequenceNo": 20,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "601100"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1100",
        "CellValue": "6-1100",
        "CellTag": "6-1100 : Internal Sales"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1100",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1100",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1100",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1200",
      "Description": "Advertising & Marketing",
      "ActivityCodeDescription": "6-1200 : Advertising & Marketing",
      "ActivityType": "Purchase",
      "CostCategory": "6",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "601200",
      "UpdatedDate": "2018-06-13T01:55:02.357+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1200",
        "CellTag": "OpenDialog(\"6-1200\")"
      },
      "DescriptionValue": {
        "CellValue": "Advertising & Marketing"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Overhead",
      "CostCategorySequenceNo": 8,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "601200"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1200",
        "CellValue": "6-1200",
        "CellTag": "6-1200 : Advertising & Marketing"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1200",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1200",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1200",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1300",
      "Description": "Bank Fees",
      "ActivityCodeDescription": "6-1300 : Bank Fees",
      "ActivityType": "Purchase",
      "CostCategory": "6",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "601300",
      "UpdatedDate": "2023-03-24T03:35:34.1282805+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1300",
        "CellTag": "OpenDialog(\"6-1300\")"
      },
      "DescriptionValue": {
        "CellValue": "Bank Fees"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Overhead",
      "CostCategorySequenceNo": 8,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "601300"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1300",
        "CellValue": "6-1300",
        "CellTag": "6-1300 : Bank Fees"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1300",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1300",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1300",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1400",
      "Description": "Borrowing Expenses",
      "ActivityCodeDescription": "6-1400 : Borrowing Expenses",
      "ActivityType": "Purchase",
      "CostCategory": "6",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "601400",
      "UpdatedDate": "2018-06-13T01:55:02.357+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1400",
        "CellTag": "OpenDialog(\"6-1400\")"
      },
      "DescriptionValue": {
        "CellValue": "Borrowing Expenses"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Overhead",
      "CostCategorySequenceNo": 8,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "601400"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1400",
        "CellValue": "6-1400",
        "CellTag": "6-1400 : Borrowing Expenses"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1400",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1400",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1400",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1500",
      "Description": "Bad Debts",
      "ActivityCodeDescription": "6-1500 : Bad Debts",
      "ActivityType": "Purchase",
      "CostCategory": "6",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "Sales",
      "DrGLAccount": "601500",
      "UpdatedDate": "2018-06-13T01:55:02.357+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1500",
        "CellTag": "OpenDialog(\"6-1500\")"
      },
      "DescriptionValue": {
        "CellValue": "Bad Debts"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Overhead",
      "CostCategorySequenceNo": 8,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "Sales"
      },
      "DrGLAccountValue": {
        "CellValue": "601500"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1500",
        "CellValue": "6-1500",
        "CellTag": "6-1500 : Bad Debts"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1500",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1500",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1500",
        "CopyFromActivity": false
      },
      "Index": 0
    },
    {
      "ActivityCode": "6-1600",
      "Description": "Cleaning Expenses",
      "ActivityCodeDescription": "6-1600 : Cleaning Expenses",
      "ActivityType": "Purchase",
      "CostCategory": "6",
      "GstType": "GST",
      "WorkCentreCode": "6-1000",
      "SalesCode": "SALES",
      "DrGLAccount": "601600",
      "UpdatedDate": "2018-06-13T01:55:02.357+00:00",
      "ActivityCodeValue": {
        "CellId": "PopupDialog",
        "CellValue": "6-1600",
        "CellTag": "OpenDialog(\"6-1600\")"
      },
      "DescriptionValue": {
        "CellValue": "Cleaning Expenses"
      },
      "ActivityTypeValue": {
        "CellValue": "Purchase"
      },
      "CostCategoryValue": "Overhead",
      "CostCategorySequenceNo": 8,
      "GstTypeValue": {
        "CellId": "GST",
        "CellValue": "GST : Goods & Services Tax MYOB AP/AR"
      },
      "ActivitySubTypeValue": {},
      "WorkCentreCodeValue": {
        "CellId": "6-1000",
        "CellValue": "6-1000 : General Expenses"
      },
      "SalesCodeValue": {
        "CellValue": "SALES"
      },
      "DrGLAccountValue": {
        "CellValue": "601600"
      },
      "CrGLAccountValue": {},
      "BaseCostValue": false,
      "OverheadCostValue": false,
      "OtherCostValue": false,
      "AllowanceCostValue": false,
      "Time1CostValue": false,
      "Time2CostValue": false,
      "Time3CostValue": false,
      "InactiveValue": false,
      "Select": {
        "CellId": "6-1600",
        "CellValue": "6-1600",
        "CellTag": "6-1600 : Cleaning Expenses"
      },
      "Included": false,
      "Inactive": 0,
      "OriginalKey": {
        "ActivityCode": "6-1600",
        "CopyFromActivity": false
      },
      "CurrentKey": {
        "ActivityCode": "6-1600",
        "CopyFromActivity": false
      },
      "Key": {
        "ActivityCode": "6-1600",
        "CopyFromActivity": false
      },
      "Index": 0
    }
  ]
}

⬆️ Back to top

On this page

Table of Contents
minLevel1
maxLevel4
outlinefalse
styledefault
typelist
printablefalse


Include Page
KB1:How-to footer
KB1:How-to footer