Create new schedule record.

  • Select your start time,the end time will default to current time.
  • Service drop down list pulls all services from the products table.
  • Bill To drop down list pulls all comanies marked as a customer for billing purposes.
  • Employee drop down list pulls all users in an employee role, defaults to current user.
  • Category drop down list defaults to task but you can select other options.
  • On successful completion returns to calling page and displays notification.
  • On success returns to calling page list view

ToDo- form fields should change predicated on category selection.

Schedule-Create image 

  • Start - select date and start time
  • End - Select date and end time
  • Details - description Max(255)
  • Location - Not In Use. Max(50)
  • Service - select from products dropdown list. Subject(50) ProductName filtered to services
  • Employee - select employee, default to current user. UserID(Identity)
  • Bill To - select from customer list as to who to bill this time to. CustomerId(int) Companies in customer role.
  • Catagory - this should be first so as to filter view. ScheduleType(int)
  • EmployeeId - Not in Use filtered to 0
  • BillingId - Not in Use filtered to 1
  • Author - Not in Use default to null

Links

Author: Chester Bryndza

  • Author image
    Published: Sunday, April 1, 2018
    Scope: Public
    Tag: HELP CREATE