Single page app for handling new deal applications.
-
Run
composer install
to generate depedencies in vendor folder -
Run npm install bootstrap
-
Change database values in app/Core/Database.php
Amount and email from input form is saved into database.
Afterwards correct partner is appointed to deal entry and status set to 'ask'.
When partner has completed deal review, possibility to change deal status to 'offer' and send email to client.
- Possibly refactor code in to smaller more specific classes.