"Register Payment" operation

This operation is very similar to the “Register Fee” operation. Users will also invoke this operation both from the system menu and from the form of the Member object. We will also need to define two processes – the RegisterPayment process and the RegisterPayment2 process.

The RegisterPayment process requires the Member object as its input and has the following action:

ENTER NEW Payment WITH Payment.Member = Member 

The RegisterPayment2 process does not require any input and has the following actions:

PICK FROM Item
 RegisterPayment 
  • Last modified: 2022/09/13 18:15