Show / Hide Table of Contents

    Table: PosPayment

    PosPayment sums payment detail information from the PosPaymentDetail table.

    Name Type Description Remarks
    Amount

    decimal(10,2)

    Sum of total amount paid from related PosPaymentDetail records.

    Amount is stored as a negative value.

    PaymentID

    int

    PaymentID is a nullable foreign key to the PosPaymentDetail table.

    PatientID

    int

    PatientID is a nullable foreign key to the Patient table.

    PaymentDate

    Datetime the payment was made.

    Back to top Generated by Eyefinity