Mochabomb

Web Design and Technical notes

Mochabomb header image 2

vTiger install notes

November 29th, 2006 12:37 pm · No Comments

1. Run the report field patch, located here to allow totals in reports:

http://mochabomb.com/software/Servers,PHP,Web/vTigerCRM/patches-vTiger/ReportFieldPatch

2. Fix the decimal places with this: http://forums.vtiger.com/viewtopic.php?t=10349
If you have an existing database, you will want to update the table structure manually. Table: vtiger_pricebookproductrel, Column: listprice, Format: N 11.2.

3. fix php.ini as noted in this post, here is the forum on it - a sample working file is attached.
http://forums.vtiger.com/viewtopic.php?t=10444&highlight=views

4. Invoices can be fixed here:

modules/Invoice/pdf_templates - for the header and footer, CreatePDF.php has the file calls for body.php, header.php and footer.php. The body is located in include/fpdf/ and this file is the body for all pages and must be modified - attached is the updated body.php
When editing the body.php, the font sizes are called as such and the line command has the abcissa and ordinate set, and the spaces determine the position of the number in the invoice boxes.

5. Company information that is on the invoices and terms/conditions are in settings. The logo is alow uploaded for application to the invoices.

6. Themes are edited in themes, the login image files are in themes/images and the login.php is in modules/Users/Login.php - this file has the contents of the login window. The login file is attached.
7. config.inc.php has the list entry default of 20, I updated to 50. It also sets the default theme

8. invoice auto-numbering - yet to be implemented, here is the file and fix for it.

9. Custom reports - files are attached.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

Tags: vTiger

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment