Question: Create Payment Page Not Showing

Create Payment Page Not Showing

Hello all I'm having trouble opening the create Payment page, where when I press the create Payment button a blank page appears (I think the problem is with the value of c in the line <

AT

Abd Albary Taraqji

Asked

Hello all I’m having trouble opening the create Payment page, where when I press the create Payment button a blank page appears (I think the problem is with the value of c in the line

) I'm not sure about that Please help and thanks
  • MS

    Mian Saleem

    Answered

    Hello,

    I am sorry about that. You are right. I don’t know why I added the v-if there for customer prop 😦

    Removing the v-if="c" then rebuilding the app npm rum build should fix. I will update the download file later today.

    Thank you

  • AT

    Abd Albary Taraqji

    Answered

    Hello Ok, I already deleted it, but I have another question I didn’t really see the effect of the payments on the system How it is associated with orders and not displayed on the report page

  • MS

    Mian Saleem

    Answered

    Hello,

    Payments are attached to customers and orders. If you add payment from the order page, then it will be for that order and customer of the order. If you add from add payment page, it will be for the customer and system will adjust the payment to order (descending).

    You can view the customer balance at list customer page and then the order amount will be checked it has payment. There are no orders or payments report as the tables have filter option.

    If you have suggestions, you are welcome to share them.

    Thank you

  • Login to Reply