Emperor42 / Condo-Management-System

1 stars 0 forks source link

Payment & Photo Tables #46

Closed Emperor42 closed 3 years ago

Emperor42 commented 3 years ago

System to track payments/make payments -Store regardless of user being deleted -Store legal (billing) name on database as well -Delete using a business logic rule (a trigger if I remember correctly setup on the database itself based on posted time)

-DO NOT ALLOW REFUNDS UNLESS A HUMAN PROCESSES THEM AND AT THAT Don't DELETE THE INITIAL PAYMENT SIMPLY INCLUDE IT AS A REFUND THERE AS THE INFORMATION NEEDS TO BE TRACKED

Make a paypal/moneris wrapper?

Allow for these payments to be compiled based on the users/groyps that they involve (use Entity and Relate tables for this information)

Emperor42 commented 3 years ago

Issue updated to include working on the photos being displayed from the database itself rather than a directory on the server

Emperor42 commented 3 years ago

payments will be rolled into system with the relevant componets as a part of the condoModel.php file

Emperor42 commented 3 years ago

Payment done photos/files not as of yet

Emperor42 commented 3 years ago

Image uploads not working closing and making a new issue here