PurchaseInfoEntity GitHub

📊 Overview: 1 Functions 2 Getters

Extends: Entity

🕐 Last updated: 2026-01-13T16:04:13.001Z


📑 Table of Contents


Functions

Regular Functions

createReceipt

[🖥️ local]

Function createReceipt -> cs.PurchaseReceiptsEntity

Creates a purchase receipt for this purchase with user-entered quantity, date, and staff info

Returns: cs.PurchaseReceiptsEntity


Computed Attributes (Getters/Setters/Query/OrderBy)

OutstandingQuantity

[🔍 get only, 🖥️ local]

Function get OutstandingQuantity -> Real

Returns the quantity still outstanding for this purchase (ordered minus received)

Returns: Real


value

[🔍 get only, 🖥️ local]

Function get value -> Real

Returns the total value of this purchase (quantity times unit price)

Returns: Real


🗂️ Tables

� Forms


Generated from PurchaseInfoEntity.4dm


This site uses Just the Docs, a documentation theme for Jekyll.