Payment Type Module Information
Payment Type Module Information
1-Payment Type module: This module allows us to register the payment types to be selected after sales and/or purchase.
1-A: Payment Type Movements: With this module, we can list the relevant Payment Type transactions.
PaymentTypeListForm: We will list customers in this form. Objects used in this form; 1 x GridView, 1 Navigator

PaymentTypeListForm View Code: ListData (): The function we will pull data from. EntityDelete (): The function required to delete data. OpenEditForm (): function of opening selected data in edit mode. OpenEditFormAdd (): Open function in new recording mode. ActivityOpen (): Our function required to open transactions.

PaymentTypeEditForm: We will provide the Payment Type information in this form. Objects used in this form; We transfer 1 piece of LayoutControl (3 TextEdit).

LayoutControl : Layout Control
PaymentTypeEditForm View Code: DatabaseAddOrUpdate () If there are no errors in the data, we will register and close.

Payment Type Activity MODULE: With this module, we can list Payment Type transactions.
PaymentTypeActivityListForm: We will list the Payment Types used in this form. Objects used in this form; 3 pieces LayoutControl, 3 GridView, 1 Navigator

PaymentTypeActivityListForm View Code: ListData ()//We Call the variable ListData that we defined in BaseListForm.
