Skip to content

Commit

Permalink
Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Jul 15, 2020
1 parent b385c14 commit d339a26
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/seminar-management.mdal
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ solution "Seminar Management" {

listPage {
field("Internal/External")
field("Name")
field("Contact Information")
field("Contact No.")
field("Resource No.")
field("Salesperson")
field("Language Code")
}
}

Expand All @@ -91,6 +93,7 @@ solution "Seminar Management" {

listPage {
field("Internal/External")
field("Name")
field("Resource No.")
field("Maximum Participants")
field("Address")
Expand Down Expand Up @@ -221,5 +224,20 @@ solution "Seminar Management" {
}
field("Source Type"; Enum[" ", "Seminar Registration"])
}

listPage {
field("Entry Type")
field("Participant Contact No.")
field("Participant Name")
field("Bill-to Customer No.")
field("Starting Date")
field("Quantity")
field("Unit Price")
field("Total Price")
field("Charge Type")
field("Chargeable")
field("Seminar Room Code")
field("Instructor Code")
}
}
}

0 comments on commit d339a26

Please sign in to comment.