Status

DONE 

Author

Feature No.

UMA-17 - Getting issue details... STATUS

Test Case No.

QA-5589 - Getting issue details... STATUS QA-5589

Related FeaturesUMA-78
Tenant

Product (Demonstration)

Version(s)

3.18.0

Conf. for Technical Upgrade

Yes

General Description of the Feature

This feature introduces a new logic for the vehicle reservation policy. Specifically users are able to open the Reservation Definition Grid List and see the details and all the relevant reservation definitions items for the specific reservation definition.


By clicking on the plus button (plus)  user can create a new Reservation Definition. A pop up opens where the user can add all the details for the new Reservation Definition

  1. Name (mandatory)
  2. Description (mandatory)
  3. Make
  4. Family
  5. Model
  6. Car Status
  7. Region
  8. Company
  9. Branch
  10. Location
  11. Sales Segment
  12. Valid From (mandatory)
  13. Valid To (mandatory)

After clicking 'save', there are two validations:

1)For the required fields [Name, Description, Valid Tom Valid From]

2)Same combination of fields Make-Family-Model-Car Status-Branch-Location-SalesSegment

From the “edit” action button user can open an existing reservation definition page and see the details and the reservation definition items for this reservation definition.

Details Tab: Users are able to check/edit the details for the Reservation Definition.

Reservation Definition Items

In the Reservation Definition Items grid list, there is an action button “Add new Reservation Definition Item”, by clicking this button a pop-up page opens. At this point the user can create / edit /delete the reservation definition items that are available for the specific reservation definition by simply filling the fields “Reservation Duration (Hours)”, “Reservation Down Payment”. By clicking on Save and New button user can save the new Reservation Definition Item and directly to create a new one.

 


Business Benefit 

Users have the possibility to create vehicle reservation definitions based to different setups.


Configuration 

Business Cases

  • 12900: Open the Reservation Definition Grid List
  • 12910: Create/Edit/Delete Reservation Definitions

Administration and Process pages

  • Reservation Definition List: ~/ReservationPolicy/ReservationPolicyGridList

Additional Information

@IDMS_RESVPOLICY

Field

Type

Code

NVARCHAR(50)

Name

NVARCHAR(100)

U_IDMS_ShortDescription

NVARCHAR(254)

U_IDMS_Description

NVARCHAR(254)

U_IDMS_MakeCode

NVARCHAR(50)

U_IDMS_FamilyCode

NVARCHAR(50)

U_IDMS_ModelCode

NVARCHAR(50)

U_IDMS_RegionCode

NVARCHAR(50)

U_IDMS_BranchID

NVARCHAR(30)

U_IDMS_LocationID

NVARCHAR(30)

U_IDMS_SalesSegmentCode

NVARCHAR(50)

U_IDMS_ValidFrom

DATETIME

U_IDMS_ValidTo

DATETIME

U_IDMS_CreateUserLoginID

NVARCHAR(50)

U_IDMS_UpdateUserLoginID

NVARCHAR(50)

U_IDMS_CreateDate

DATETIME

U_IDMS_UpdateDate

DATETIME

U_IDMS_CompanyID

NVARCHAR(30)

U_IDMS_CarStatus

NVARCHAR(50)

 

@IDMS_RESVPOLICYITEM

Field

Type

Code

NVARCHAR(50)

Name

NVARCHAR(100)

U_IDMS_ResDefCode

NVARCHAR(50)

U_IDMS_ResDuration

INTEGER

U_IDMS_ResDownPayment

DECIMAL

U_IDMS_CreateUserLoginID

NVARCHAR(50)

U_IDMS_UpdateUserLoginID

NVARCHAR(50)

U_IDMS_CreateDate

DATETIME

U_IDMS_UpdateDate

DATETIME



Write a comment…