K2BTools Tutorial - Exercise 13.4 - Payment Confirmation

In this final step, we are going to confirm the invoices payment and to finish the wizard. When the user presses the finish button, some actions should be triggered in order to complete the wizard. The developer can add code to decide what will happen when the wizard is finished, and perform global validations on the data entered by the user.

First, we will create a step that is going to display the payment that is going to be confirmed. This step is going to be very similar to the one created in the last exercise.

1. Creating the Wizard Step

  1. Right click on "Steps" node and create a new step using "Actions>Create Wizard Step" with name "PaymentConfirmation".
    WizardUsingCreateWizardStep
    Create Wizared Step Action

  2. Select "PaymentMethod", "PaymentDate", "InvoiceCode", "PaymentTotal" and "InvoiceTotal" fields and choose "Show Fields" option.
    SelectingFieldsShowF
    Selected Fields with "Show Fields"

2. Improving the UI

  1. Click on "PaymentInvoiceSDT.PaymentDate" and set the "Element Relative Position" property to "New cell" and save.
  2. Go to "Attributes" node and do the following changes to the Resposive Sizes:
    1. Set "PaymentInvoiceSDT.PaymentMethod" and "PaymentInvoiceSDT.PaymentDate" width to 25%.
    2. Change "PaymentInvoiceSDT.PaymentMethod" and "PaymentInvoiceSDT.PaymentDate" offset to 42%.