Food & Beverage Order
Info
Inherits from kDataObject\kDataBasic
Properties
|
Name |
Type |
Label |
List |
Owned |
Cluster |
Mandatory |
Unique |
Note |
|---|---|---|---|---|---|---|---|---|
|
Store |
Store |
|
||||||
|
Date |
Date |
|
||||||
|
DateOnly |
Date Only |
- |
(A) |
|||||
|
OrderNumber |
Order Number |
|
(A) |
|||||
|
AliasId |
Alias Id |
- |
||||||
|
Table |
Table |
- |
||||||
|
NumberOfGuests |
Number of Guests |
- |
||||||
|
CustomerName |
Customer Name |
- |
||||||
|
LoyaltyCustomer |
Loyalty customer |
- |
||||||
|
Status |
Status |
|
||||||
|
AllOrderLine |
Line bulk updated properties |
- |
||||||
|
AllOrderLine.Status |
- |
|||||||
|
AllOrderLine.DeliveryMode |
Delivery Mode Active |
- |
||||||
|
AllOrderLine.Delivered |
Delivered |
- |
||||||
|
AllOrderLine.EndDate |
EndDate |
- |
||||||
|
Waiter |
Waiter |
- |
||||||
|
Lines |
Lines |
List |
Owned |
- |
||||
|
Paid |
Paid |
|
||||||
|
Receipts |
Receipts |
List |
Not Owned |
- |
||||
|
TipAmount |
Tip Amount |
- |
||||||
|
TipAmount.Value |
Amount |
- |
||||||
|
TipAmount.Currency |
Currency |
- |
mandatory(true) {TODO: Mandatory only if Value<>0} |
|||||
|
PickupLocation |
Pickup Location |
- |
||||||
|
Inherited from kDataBasic |
||||||||
|
Code |
Code |
|
|
|||||
|
Description |
Description |
- |
||||||
|
Remark |
Remark |
Owned |
- |
|||||
|
Inherited from kDataObject |
||||||||
|
Id |
Id |
|
|
|||||
|
ClassName |
Class Name |
- |
||||||
|
CreatedBy |
Created by |
- |
||||||
|
LastModifiedBy |
Last Modified By |
- |
||||||
|
CreatedDate |
Created Date |
- |
||||||
|
LastModifiedDate |
Last Modified Date |
- |
||||||
|
RevisionNumber |
Revision Number |
- |
||||||
|
WorkflowStatus |
Workflow Status |
- |
||||||
|
OwnedOnRequest |
Is owned upon request |
- |
||||||
|
Origin |
Origin |
- |
||||||
|
LastModifiedProcess |
Last process |
- |
||||||
(E) : Type have an event assigned to it, look at type documentation for mode details
(A) : Property have an autocoderole, look autocoderole grid for mode details
Autocoderoles
|
Property |
Ignore user input |
When |
Code part |
||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Type |
Value |
Start |
Length |
Fill Char |
Dir |
Seq. Suf. |
Prefix |
Limit Len |
|||
|
ordernumber |
|
insert |
sequence |
FBOrderNumberSeq |
4 |
0 |
left |
store.code |
|||
|
code |
|
insert |
property |
store.code |
|||||||
|
fixed |
- |
||||||||||
|
fixed |
##date:yyyy## |
||||||||||
|
fixed |
- |
||||||||||
|
sequence |
FBOrderSeq |
7 |
0 |
left |
store.code |
||||||
|
DateOnly |
|
insert |
property |
Date |
|||||||
(I) : Autocoderole is defined in parent class
Events
|
When |
Method Name |
Module |
Parameters |
On |
Off |
Asynch |
|---|---|---|---|---|---|---|
|
afterupdate |
POSible_ResetTableDateTime |
kPOSible |
Paid |
|||
|
afterupdate |
POSible_SetDeliveredAndStatusOnLine |
kPOSible |
AllOrderLine |
|||
|
beforeinsert (I) |
OnInitWorkFlow |
kCoreServices |
||||
|
afterinsert (I) |
AutoTransition |
kCoreServices |
||||
|
afterupdate (I) |
AutoTransition |
kCoreServices |
workflowstatus |
(I) : Event is defined in parent class
IncrementalSearch
Inherited from kDataBasic
-
class : kDataBasic
-
searchproperty : description,code
-
displayproperties : code,description
Used By
|
Class |
Property |
|---|---|
| kFBRestaurantTableStatus |
FBOrder |