MYOB Greentree

HideShow

  • Contents
  • Index
  • Search
 
Display results with all search words

 

Inventory Transactions


Use these functions to enter inventory transactions:

Create IN Transaction header - gtINTransaction

Provides the information for the Transaction header.

This header must exist before inventory transaction line items can be added to it. The function returns a unique identifier used to link the associated line items.

Create IN Transaction Accounts Payable line items - gtINAPLine

Provides the information for the Inventory AP line items.

This function must be linked to its gtINTransaction header by using the unique identifier returned by the gtINTransaction function.

Create IN Transaction Accounts Receivable line items - gtINARLine

Provides the information for the Inventory AR line items.

This function must be linked to its gtINTransaction header by using the unique identifier returned by the gtINTransaction function.

Create IN Transaction Inventory line items - gtININLine

Provides the information needed to add inventory line items to inventory transaction headers. It enables inventory transactions like adjustments and stock takes, rather than inwards (AP) and outwards (AR) transactions.

This function must be linked to its gtINTransaction header by using the unique identifier returned by the gtINTransaction function.

Create IN Transaction Job Issue line items - gtINJCLine

Provides the information needed to add job issue line items to inventory transaction headers.

This function must be linked to its gtINTransaction header by using the unique identifier returned by the gtINTransaction function.