/
dbo.FulfillmentView

dbo.FulfillmentView

Information


  • Type: MS SQL View

  • Schema: dbo

  • Data Origin:Join eiBox Office and STG tables, providing a dataframe that will track production for fulfillment agents. The view spans the past 1,095 days or a trailing 3 year period.

  • Refresh Schedule: This is a live data source connected to eiBox Office, user information updates weekly at 3AM on Monday's.
  • Script File Locations: N/A 

  • Tables:

Data Dictionary


Column NameData TypeDescription

SellOrderID

NumericSell order identifier.
ClientIDFactorClient identifier.
SellOrderStatusTypeIDFactorSell order status type represented as numeric factors. Factors include: 1 - InProcess; 2 - Finalized; 3 - Canceled; 4 - Shipped; 5 - OnHold; 6 - Consignment Returned; 7 - Out On Consignment; 8 - PreOrder.
InvoiceNumberNumericInvoice number.
ShippingTrackingCodeCharacterShipping tracking code includes the type of order, it's tracking number if there is one, and the fulfillment agent that processed the order. Processed orders are marked as completed by agents starting at "$" and followed by their 3-digit eiBox Office user ID.
ShippingMethodIDFactorThe shipping method, or carrier ID for the company that will be delivering the order. 
ShippingCompanyCharacterName of the company that the ticket was sold through. This is often an exchange such as StubHub, VividSeats, Gametime, etc. 
ShippingAttnCharacterName of the company that the ticket was sold through. This is often an exchange such as StubHub, VividSeats, Gametime, etc. 
BillingCompanyCharacterName of the company that the ticket was sold through. This is often an exchange such as StubHub, VividSeats, Gametime, etc. 
EmailCharacterEmail of the company that the ticket was sold through. This is often an exchange such as StubHub, VividSeats, Gametime, etc. 
PurchaseAmountNumericAmount that the ticketgroup sold for.
ShippingAmountNumericCost of shipping.
TotalAmountNumericAmount that the ticketgroup sold for.
FinalizedDateTimeDatetimeThe date and time that the invoice was created.
ShippedDateTimeDatetimeThe date and time that the order was shipped to the customer. This is often the same as FinalizedDateTime because a lot of tickets are instant deliveries.
CancelDateTimeDatetimeThe date and time the order was canceled.
UpdatedDateTimeDatetimeThe date and time the order was updated.
WorkStatusCharacterThis field is a combination of timestamps that have broker names and statuses on them.
WorkStatusTypeIDFactorWork status of the invoiced order including: 0 - None; 1 - Invoiced; 2 - Working; 3 - Complete.
ExternalReferenceNumberCharacterExternal reference number is the order number according to the exchange, normally the order number given by the billing company.
ExternalCommentsCharacterComments made by fulfillment agents on the invoice.
DeliveryDateDateDate that the order was delivered.
ShippingStatusCodeFactorShipping status.
ShippingStatusDescriptionCharacterShipping status name.
EstimatedShipDateDateEstimated date the order will be shipped to the customer.
BuyerBrokerIDFactorBroker ID.
useridNumericEmployee ID in Ticket Boat's internal portal.
useridjoinNumericThis is the column that is used to join the tables, it extracts the userid from the ShippingTrackingCode by: REPLACE(SUBSTRING(SO.[ShippingTrackingCode], CHARINDEX('$', SO.[ShippingTrackingCode]), 5), '$', '') AS useridjoin
EmployeeCharacterEmployee is the concatenated value of firstname and lastname dimensions.
firstnameCharacterThe first name of the employee.
lastnameCharacterThe last name of the employee.
loginCharacterThe employee login ID that is used to log into eiBox Office.
eiuseridNumericThis is the user ID in eiBox Office.
activeBooleanThis is a True/False column indicating if the employee is still working at Ticket Boat.
Directory EmailCharacterThe employee's Ticket Boat email address.
DepartmentCharacterThe department that the employee works in at Ticket Boat.
PositionCharacterThe employee's official position at Ticket Boat.
CompanyIDNumericThis indicates the company that the employee works for.
Phone NumbersCharacterThis is the employee's personal phone number or contact number.
usergroupidFactorThis identification number corresponds to the eiBox Office group that the user is in, this can indicate if the user is an administrator/manager/etc. Most should have the usergroup with the highest access.
tokenCharacterUnique identifier token.

Schema Diagram


Related content