Wednesday, 15 October 2014

Proposal Management System (Project Management Tools)


Generate estimates/quotes and send them to your clients as PDF files.


Demo URL: http://app1.mooo.com/


Features




  • Accessible PDFs


  • Activity Log


  • Excel Export


  • Account Management and Predefined Roles


  • Custom Letterhead


  • Email Recipients


  • Output determination for PDFs (Products, Services, Conditions/Contract, etc.)


  • Security Conscious


  • Multi-Language Support


Installation


Create a new database in MySQL called “TESTDB1”

Import the database from install/db/install.sql

Modify accordingly the application/config/database.php file

Open application/views/bidding_summary.php and change SMTP settings.


Nginx Configuration


Nginx configuration for running Proposal Management


server 
listen 80;

# Make site accessible from http://localhost/
server_name localhost;

root /var/www/example.com;
index index.php index.html index.htm;

# Enable rewrite error log
# error_log /var/log/nginx/localhost.error_log debug;
# rewrite_log on;

# Any HTTP request other than those for assets folder, files folder and robots.txt
# is treated as a request for your index.php file.
location ~* ^/(assets



Proposal Management System (Project Management Tools)

No comments:

Post a Comment