Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40

Thread: OpenQuotesAndContracts

  1. #21
    andrius is offline Member
    Join Date
    Oct 2008
    Location
    Lithuania
    Posts
    37

    Default Re: OpenQuotesAndContracts

    Quote Originally Posted by JWiley View Post
    Oh, and turns out in addition to that, when I press "Create PDF" the product line item information shows up as well.

    ...The plot thickens...
    Well, thats not that compicated as it looks. Please read post #6 on this thread and release notes of 2.0 RC2. You have to disable AjaxUI by editing config_override.php. Thats all!
    Best,
    Andrius

  2. #22
    marcustan138 is offline Junior Member
    Join Date
    May 2010
    Posts
    2

    Default Re: OpenQuotesAndContracts

    Hi,

    We are running sugar CE 6.3.1 version on a synology DS1010+, and recently added openquotesandcontracts RC2. All seems to work well with oqc, except the PDF generation.

    Synology DS1010+ does not have the necessary software package pdftk, pdflatex, documentconverter.py, openoffice.org with headless-support & python-uno-bindings, python, etc.

    We tried but dldn't find any synology DS1010+ ready package (compatible with ipkg) for the above software.

    Has anyone got oqc with pdf function successfully running on a Synology DS1010+? How did you install the required software package mentioned above? Thanks!

  3. #23
    JWiley is offline Junior Member
    Join Date
    Jan 2012
    Posts
    6

    Default Re: OpenQuotesAndContracts

    Quote Originally Posted by andrius View Post
    Well, thats not that compicated as it looks. Please read post #6 on this thread and release notes of 2.0 RC2. You have to disable AjaxUI by editing config_override.php. Thats all!
    Best,
    Andrius
    Ah brilliant, thank you very much. My apologies for overlooking it!

    Is it possible to have those config changes automatically apply when the package is installed? Or is it something that is going to need to be inserted manually?

    Thanks for all the hard work!

  4. #24
    andrius is offline Member
    Join Date
    Oct 2008
    Location
    Lithuania
    Posts
    37

    Default Re: OpenQuotesAndContracts

    Quote Originally Posted by marcustan138 View Post
    Hi,

    We are running sugar CE 6.3.1 version on a synology DS1010+, and recently added openquotesandcontracts RC2. All seems to work well with oqc, except the PDF generation.

    Synology DS1010+ does not have the necessary software package pdftk, pdflatex, documentconverter.py, openoffice.org with headless-support & python-uno-bindings, python, etc.

    We tried but dldn't find any synology DS1010+ ready package (compatible with ipkg) for the above software.

    Has anyone got oqc with pdf function successfully running on a Synology DS1010+? How did you install the required software package mentioned above? Thanks!
    Hi marcustan,
    You really need only pdflatex and pdftk. Other programs are optional and is usable only if You want to attach .doc files.
    Pdflatex and pdftk are open source programs, so You can try to compile source code for Your system. I am sorry, but I am not aware if anybody make working version for Synology. This is really unusual configuration. If You make it work that would be a great news!
    Best,
    Andrius

  5. #25
    zet79_b is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1

    Default Re: OpenQuotesAndContracts

    Guten tag!
    great work!!!!

    question:
    Create Contracts → Add Standart Product → Search Products
    No Catalog Product Tree. Do not look comfortable in the big list of products.
    Are you planning to add tree or not?
    Thanks

    Sugar 6.3 using OQC 2.0RC2

  6. #26
    andrius is offline Member
    Join Date
    Oct 2008
    Location
    Lithuania
    Posts
    37

    Default Re: OpenQuotesAndContracts

    Hi zet79,
    at the moment there is no plans to make tree-like structure. I would like to note, that You can sort products by category number that will result in tree-like ordering of products.
    By the way, 5.x versions of SugarCE had Documents popup with tree, but it was removed in 6.2 and 6.3. I do not know reasons, but in looks like tree is not that useful.

  7. #27
    ckung is offline Junior Member
    Join Date
    Sep 2004
    Posts
    6

    Default Re: OpenQuotesAndContracts

    Hi Andrius,

    I have fresh installed sugar on Version 6.3.1 (Build 7095) & oqc openqc 2.0RC2.

    Everything is working really well compared to previous version except 1 issue.

    The custom Titlepage.tpl won't get updated/reflected.
    I have tried these direcotries & tried delete directory /var/www/cache/smarty/templates_c
    /var/www/include/oqc/Pdf/Offering2/
    /var/www/include/oqc/Pdf/Offering/
    /var/www/include/oqc/Pdf/Contract/

    Thanks for the OQC quick guide for PDF. I'm wondering where I can find the source file for Titlepage.tpl or how to convert tpl file back to OOo if possilbe.

    My sugar is running on Debian 2.6.32-5-xen-amd64

    Thanks for your help!

    Charles
    Last edited by ckung; 2012-03-07 at 07:26 PM.

  8. #28
    andrius is offline Member
    Join Date
    Oct 2008
    Location
    Lithuania
    Posts
    37

    Default Re: OpenQuotesAndContracts

    Hi ckung,
    1. Please note, that after updating TitlePage.tpl or any other tpl file You also need to update Quote/Contract version in order to refresh generated pdf file. If pdf file is already created for some Quote/Contract version, then the code will just redirect to old pdf file instead of creating a new pdf file. It is possible to disable this feature for debugging process by editing php code (see line 709 in modules/oqc_Contract/oqc_CreatePdf.php ).
    If updates does not work even with new versions of quotes/contracts, then set logging level to Error, try to create pdf file and send sugarcrm.log file for analysis.
    2. In Action column of the YUI table, there should be "Delete" option listed. After selecting option and pushing button, the line should be deleted. Is it behaving like that? Also, please tell what browser You are using- it might be browser related issue.
    Best,
    Andrius

  9. #29
    ckung is offline Junior Member
    Join Date
    Sep 2004
    Posts
    6

    Default Re: OpenQuotesAndContracts

    Dear Andrius,

    Thanks for the info and it works great by changing the line 709 to TRUE in in modules/oqc_Contract/oqc_CreatePdf.php.

    After I reinstall the openQC again the issue with option button with delete shows up and works great.

    I would like to change label from VAT to Tax instead, please advise how to do so. I tried the language file but no luck.

    Thanks again!

    Charles




    Quote Originally Posted by andrius View Post
    Hi ckung,
    1. Please note, that after updating TitlePage.tpl or any other tpl file You also need to update Quote/Contract version in order to refresh generated pdf file. If pdf file is already created for some Quote/Contract version, then the code will just redirect to old pdf file instead of creating a new pdf file. It is possible to disable this feature for debugging process by editing php code (see line 709 in modules/oqc_Contract/oqc_CreatePdf.php ).
    If updates does not work even with new versions of quotes/contracts, then set logging level to Error, try to create pdf file and send sugarcrm.log file for analysis.
    2. In Action column of the YUI table, there should be "Delete" option listed. After selecting option and pushing button, the line should be deleted. Is it behaving like that? Also, please tell what browser You are using- it might be browser related issue.
    Best,
    Andrius

  10. #30
    andrius is offline Member
    Join Date
    Oct 2008
    Location
    Lithuania
    Posts
    37

    Default Re: OpenQuotesAndContracts

    Charles,
    in zip file the language strings are located in /SugarModules/language/application/en_us.lang.php . Edit
    PHP Code:
    $app_list_strings["oqc"]["Services"]["vat"] = "VAT"
    .
    When oqc is installed these strings are placed in /custom/Extension/application/Ext/Language/en_us.OpenQuotesAndContracts.php . Edit the same string for the value You want. After edit You will need to run QuickRepair and Rebuild in order to propagate changes.
    Best,
    Andrius

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. problema con modulo OpenQuotesAndContracts
    By krland in forum Español
    Replies: 1
    Last Post: 2009-09-22, 07:18 PM
  2. PDF mit OpenQuotesAndContracts
    By solitas in forum Deutsche
    Replies: 3
    Last Post: 2009-09-14, 02:58 PM
  3. OpenQuotesAndContracts Create PDF
    By solitas in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2009-08-14, 12:59 PM
  4. Openquotesandcontracts安装后出现的BUG
    By liyunlong in forum Chinese
    Replies: 1
    Last Post: 2009-05-03, 03:49 PM
  5. OpenQuotesAndContracts
    By leowolff in forum Portugese
    Replies: 1
    Last Post: 2009-04-24, 07:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •