vtiger.com - Home of vtiger CRM
Home Products Downloads Support Buy Support Partners Company  Community Forums Blogs   Extensions  
Call Us : +1 408-733-3229
 
Log in

Register | Forgot password ?
<<August 2010>>
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

 Search this forum

SourceForge.net Logo


OpenOffice Document Merge available
Post new topic   Reply to topic  Forum Home -> 3rd-Party Extensions Previous topic :: Next topic
Goto page 1, 2, 3, 4, 5, 6, 7  Next

Post  carloz   Post subject: OpenOffice Document Merge available
     Senior Member
Tue Dec 30, 2008 7:47 am 
Posts: 1408 
Location: Brescia, Italy 
  Reply with quote
Hi all,

there's been long threads about OpenOffice Merge functionality / plugin in the forum. There's also been some very useful code contribution - which usually gets lost in the sea of new threads.

I took some of the code - especially the one available here:
http://forums.vtiger.com/viewtopic.php?t=7223
and here:
http://forums.vtiger.com/viewtopic.php?t=16670

I did some fixes, included the latest pclzip, ported the Merge to all four standard supported modules, tested it on vtiger CRM 5.0.4

It seems to work fine Smile

I'm attaching here a unified diff for applying the patch (contact me if you need a .zip with files to be replaced) (I had to rename the .diff file to .txt for being allowed to attach it :-O)

You don't need any specific plugin on the Open Office side: just use the fieldlabel (you get them from the vtiger_field table).

TICKET_FIELDLABEL (ex. TITLE_TITLE, TITLE_DESCRIPTION, ...)
ACCOUNT_FIELDLABEL
LEAD_ FIELDLABEL

It's been tested with custom fields, too.

It's a rough work, I know it. But hey ... we've been waiting for months Wink Any effort to better the code will be appreciated.

carloz

ps: I'm going on vacation until January, 20th. I'll see the "reactions" then.



oo-merge.diff.txt
 Description:
openoffice merge for vtiger 504 - unified diff

Download
 Filename:  oo-merge.diff.txt
 Filesize:  294.34 KB
 Downloaded:  377 Time(s)


_________________
carloz - a vtiger CRM evangelist
http://www.studiosynthesis.biz - vtiger Gold Partner
http://www.vtigersolutions.com - pushing vtiger forward

    View user's profile Send private message Send e-mail Visit poster's website

Post  teka   Post subject: Re: OpenOffice Document Merge available
     
Wed Jan 14, 2009 9:43 pm 
Posts: 12 
Location: Germany 
  Reply with quote
Hi Carlos,

I really would appreciate to get the zip-files, maybe with a good "readme-instruction", as I'm trying to get the OpenOffice Document Merge working.

Best regards
teka

    View user's profile Send private message

Post  Altstatten   Post subject: Re: OpenOffice Document Merge available
     
Tue Jan 27, 2009 12:54 pm 
Posts: 80 
Location: Dallas, TX USA! 
  Reply with quote
Okay, boys! All I need now is some simple instructions on how to "apply the patch" without upsetting some small 3rd world government in the process. (It would happen to me.....)

What do I do with this file? HOW do I do it is what I need. Be specific; I'm in Sales. Thanks for your work on this project everybody.

Oh, anyone know if the whole "Open Office merge" topic is addressed/fixed i the upcoming 5.1??

_________________
Phillip Crum
Chief Idea Officer
http://www.MarketingMeasure.com
Follow me on Twitter: http://www.twitter.com/pcrum

    View user's profile Send private message Send e-mail Visit poster's website

Post  Altstatten   Post subject: Re: OpenOffice Document Merge available
     
Tue Jan 27, 2009 12:55 pm 
Posts: 80 
Location: Dallas, TX USA! 
  Reply with quote
Okay, boys! All I need now is some simple instructions on how to "apply the patch" without upsetting some small 3rd world government in the process. (It would happen to me.....)

What do I do with this file? HOW do I do it is what I need. Be specific; I'm in Sales. Thanks for your work on this project everybody.

Oh, anyone know if the whole "Open Office merge" topic is addressed/fixed in the upcoming 5.1??

_________________
Phillip Crum
Chief Idea Officer
http://www.MarketingMeasure.com
Follow me on Twitter: http://www.twitter.com/pcrum

    View user's profile Send private message Send e-mail Visit poster's website

Post  Altstatten   Post subject: Re: OpenOffice Document Merge available
     
Tue Jan 27, 2009 12:56 pm 
Posts: 80 
Location: Dallas, TX USA! 
  Reply with quote
PLease excuse the double post. I have yet to find the EDIT button.
_________________
Phillip Crum
Chief Idea Officer
http://www.MarketingMeasure.com
Follow me on Twitter: http://www.twitter.com/pcrum

    View user's profile Send private message Send e-mail Visit poster's website

Post  carloz   Post subject: Re: OpenOffice Document Merge available
     Senior Member
Tue Jan 27, 2009 3:42 pm 
Posts: 1408 
Location: Brescia, Italy 
  Reply with quote
Hi,

we're working on fixing the patch code (currently mass merge does not seem to work fine)

we'll post the modified files as soon as they are ready

ciao
carloz

_________________
carloz - a vtiger CRM evangelist
http://www.studiosynthesis.biz - vtiger Gold Partner
http://www.vtigersolutions.com - pushing vtiger forward

    View user's profile Send private message Send e-mail Visit poster's website

Post  Altstatten   Post subject: Re: OpenOffice Document Merge available
     
Sat Jan 31, 2009 9:59 pm 
Posts: 80 
Location: Dallas, TX USA! 
  Reply with quote
Do we have an estimated completion date for that mentioned release??
_________________
Phillip Crum
Chief Idea Officer
http://www.MarketingMeasure.com
Follow me on Twitter: http://www.twitter.com/pcrum

    View user's profile Send private message Send e-mail Visit poster's website

Post  carloz   Post subject: Re: OpenOffice Document Merge available
     Senior Member
Sun Feb 08, 2009 3:47 pm 
Posts: 1408 
Location: Brescia, Italy 
  Reply with quote
Hi,

we have fixed the mass merge issue.
We'll upload here the new zip - possibily two, one with the patch and one with the modified files - in a couple of days.

carloz

_________________
carloz - a vtiger CRM evangelist
http://www.studiosynthesis.biz - vtiger Gold Partner
http://www.vtigersolutions.com - pushing vtiger forward

    View user's profile Send private message Send e-mail Visit poster's website

Post  carloz   Post subject: Re: OpenOffice Document Merge available
     Senior Member
Tue Feb 10, 2009 5:17 pm 
Posts: 1408 
Location: Brescia, Italy 
  Reply with quote
ok,

here's a .zip package with the modified files and an .odt template

download it and unpack it from your root vtiger directory

since it overwrites your Merge.php files it might be a good idea to make a backup before Smile

update from the previous .diff released here: we fixed the mass merge issue Smile

we're using it and it looks quite stable and tested, anyway this comes for free and with no warranty ...

ciao
carloz


--------------
these are the files included:

zip -r 00-merge.zip *
adding: modules/ (stored 0%)
adding: modules/Contacts/ (stored 0%)
adding: modules/Contacts/Merge.php (deflated 71%)
adding: modules/Leads/ (stored 0%)
adding: modules/Leads/Merge.php (deflated 68%)
adding: modules/HelpDesk/ (stored 0%)
adding: modules/HelpDesk/Merge.php (deflated 72%)
adding: modules/Settings/ (stored 0%)
adding: modules/Settings/savewordtemplate.php (deflated 65%)
adding: modules/Accounts/ (stored 0%)
adding: modules/Accounts/Merge.php (deflated 71%)
adding: test/ (stored 0%)
adding: test/wordtemplatedownload/ (stored 0%)
adding: test/wordtemplatedownload/pclzip.lib.php (deflated 87%)
adding: test_openoffice_template.odt (deflated 9%)



00-merge.zip
 Description:
openoffice merge files

Download
 Filename:  00-merge.zip
 Filesize:  73.69 KB
 Downloaded:  941 Time(s)


_________________
carloz - a vtiger CRM evangelist
http://www.studiosynthesis.biz - vtiger Gold Partner
http://www.vtigersolutions.com - pushing vtiger forward

    View user's profile Send private message Send e-mail Visit poster's website

Post  valmir   Post subject: Re: OpenOffice Document Merge available
     
Tue Feb 10, 2009 7:31 pm 
Posts: 46 
Location: Curitiba, Brasil 
  Reply with quote
Hi Carlos,


What the problem with the link? I was unable to download the archive.

Regards

_________________
Valmir C. Trindade
Curitiba - Paraná - Brasil
+55 41 3203-9951 | 9924-9370
valmir@ttcasolucoes.com.br
www.ttcasolucoes.com.br

    View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    vtiger Forum Index -> 3rd-Party Extensions All times are GMT
Leave a Testimonial
Goto page 1, 2, 3, 4, 5, 6, 7  Next
Page 1 of 7

Jump to: