Work on exhibit related
This commit is contained in:
@@ -23,6 +23,8 @@ class Event_Exhibit_Base(BaseModel):
|
||||
alias = 'event_exhibit_id'
|
||||
)
|
||||
|
||||
code: Optional[str] # The assigned booth number or ID
|
||||
|
||||
account_id_random: Optional[str]
|
||||
account_id: Optional[int]
|
||||
event_id_random: Optional[str]
|
||||
@@ -31,8 +33,11 @@ class Event_Exhibit_Base(BaseModel):
|
||||
organization_id: Optional[int]
|
||||
contact_id_random: Optional[str]
|
||||
contact_id: Optional[int]
|
||||
|
||||
# Point of Contact person ID
|
||||
person_id_random: Optional[str]
|
||||
person_id: Optional[int]
|
||||
|
||||
status_id_random: Optional[str]
|
||||
status_id: Optional[int]
|
||||
|
||||
@@ -50,6 +55,7 @@ class Event_Exhibit_Base(BaseModel):
|
||||
|
||||
staff_limit: Optional[int]
|
||||
hosted_file_limit: Optional[int]
|
||||
tablet_qty: Optional[int] # NOTE: Tablets rented by exhibitor. This should be in a separate linked table. Something like event_device
|
||||
|
||||
enable_organization_name_change: Optional[bool]
|
||||
enable_name_change: Optional[bool]
|
||||
|
||||
Reference in New Issue
Block a user