Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Wasabi.OrderEntry.Data.Invoice

persistent class Wasabi.OrderEntry.Data.Invoice extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Wasabi_OrderEntry_Data.Invoice

Property Inventory

Properties

property BillDate as %String;
Property methods: BillDateDisplayToLogical(), BillDateGet(), BillDateGetStored(), BillDateIsValid(), BillDateLogicalToDisplay(), BillDateLogicalToOdbc(), BillDateNormalize(), BillDateSet()
property BillingAddress as Wasabi.Data.AddressSerial;
Property methods: BillingAddressGet(), BillingAddressGetObject(), BillingAddressGetObjectId(), BillingAddressGetStored(), BillingAddressGetSwizzled(), BillingAddressIsEmpty(), BillingAddressIsValid(), BillingAddressNewObject(), BillingAddressSet(), BillingAddressSetObject(), BillingAddressSetObjectId(), BillingAddressUnSwizzle()
property Comments as %String;
Property methods: CommentsDisplayToLogical(), CommentsGet(), CommentsGetStored(), CommentsIsValid(), CommentsLogicalToDisplay(), CommentsLogicalToOdbc(), CommentsNormalize(), CommentsSet()
property Discount as %Float;
Property methods: DiscountDisplayToLogical(), DiscountGet(), DiscountGetStored(), DiscountIsValid(), DiscountLogicalToDisplay(), DiscountNormalize(), DiscountSet(), DiscountXSDToLogical()
property InvoiceAmt as %Float;
Property methods: InvoiceAmtDisplayToLogical(), InvoiceAmtGet(), InvoiceAmtGetStored(), InvoiceAmtIsValid(), InvoiceAmtLogicalToDisplay(), InvoiceAmtNormalize(), InvoiceAmtSet(), InvoiceAmtXSDToLogical()
relationship LineItems as array of Wasabi.OrderEntry.Data.InvoiceLineItem [ InitialExpression = $listbuild("Wasabi.OrderEntry.Data.InvoiceLineItem","Invoice",+$this,"children",1,1) , Transient , Inverse = Invoice , Cardinality = children ];
Actually Shipped/Picked and Should be Billed
Property methods: LineItemsGet(), LineItemsGetObject(), LineItemsGetObjectId(), LineItemsGetSwizzled(), LineItemsIsEmpty(), LineItemsIsValid(), LineItemsNewObject(), LineItemsRClose(), LineItemsRExec(), LineItemsRFetch(), LineItemsRelate(), LineItemsSQLCompute(), LineItemsSet(), LineItemsUnRelate()
relationship OrderRef as Wasabi.OrderEntry.Data.Orders [ Inverse = Invoices , Cardinality = one ];
Property methods: OrderRefGet(), OrderRefGetObject(), OrderRefGetObjectId(), OrderRefGetStored(), OrderRefGetSwizzled(), OrderRefIsValid(), OrderRefNewObject(), OrderRefOnDelete(), OrderRefRClose(), OrderRefRExec(), OrderRefRFetch(), OrderRefRelate(), OrderRefSQLCompute(), OrderRefSet(), OrderRefSetObject(), OrderRefSetObjectId(), OrderRefUnRelate(), OrderRefUnSwizzle()
property PaymentType as %String;
Property methods: PaymentTypeDisplayToLogical(), PaymentTypeGet(), PaymentTypeGetStored(), PaymentTypeIsValid(), PaymentTypeLogicalToDisplay(), PaymentTypeLogicalToOdbc(), PaymentTypeNormalize(), PaymentTypeSet()
property Tax as %Float;
Property methods: TaxDisplayToLogical(), TaxGet(), TaxGetStored(), TaxIsValid(), TaxLogicalToDisplay(), TaxNormalize(), TaxSet(), TaxXSDToLogical()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (OrderIndex on OrderRef);
Index methods: OrderIndexExists()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Wasabi.OrderEntry.Data.Invoice)

^Wasabi.OrderEntry8A57.InvoiceD(ID)
=
%%CLASSNAME
BillingAddress
BillDate
Discount
Tax
InvoiceAmt
Comments
PaymentType
OrderRef
FeedbackOpens in a new tab