Register    Login    Forum    Search    FAQ

Board index » General




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: New Contacts Module v3 c1
 Post Posted: Sat Mar 19, 2011 7:44 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
I redesigned the contacts module.
That it would support extra fields just like inventory without custom tabs.

You can paste this module right in your dir.
After installation you can create new contact fields in
My company > contacts > Extra Contact Fields.

Here you can select for what type of contact this option should be available.
And what type of field should be displayed.
You can simply add your current additional contact fields and delete your custom php files.

The best thing is that when creating a new contact the extra fields are saved.

I have added the buggfixes from > viewtopic.php?f=5&t=1568


Attachments:
modules.zip [226.47 KiB]
Downloaded 39 times

_________________
Rene Kervezee
Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Sat Mar 19, 2011 6:18 pm 
Offline

Joined: Thu Feb 26, 2009 8:11 pm
Posts: 192
Hi Rene,

Thanks so much for sharing this module!

On the Notes tab I can't get the + button to work so I can't add any notes. Any idea what might be wrong? I am using Firefox and looking with Firebug I can't see any errors but it seems as if the javascript isn't being called? I see there is an onclick event called for the + image but there is nothing happening.

Also, when trying to email a contact I get this error message:

No pre_process file, looking for the file:/home/xxx/public_html/my_site/phreebooks/modules/contacts/custom/pages/popup_email/pre_process.php

I looked and there isn't a directory called popup_email in custom/pages/.

_________________
If you are using this open source software, consider a monthly donation to help it's development!


Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Mon Mar 21, 2011 1:28 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
I believe that you are referring to the phreecrm module
Dave is still writing on this.
I haven't got it working also maybe next release.

for the emailing i have added the contacts add-on.


Attachments:
modules.zip [8.4 KiB]
Downloaded 39 times

_________________
Rene Kervezee
Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Mon Mar 21, 2011 7:06 am 
Offline

Joined: Thu Feb 26, 2009 8:11 pm
Posts: 192
whoops, sorry! I see now what this does, I should have read your post a little more closely! :oops: :lol: I am still getting used to the new way the functions are laid out in this version, it's so different than the last version. :D Thanks again!

_________________
If you are using this open source software, consider a monthly donation to help it's development!


Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Tue Mar 22, 2011 9:59 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
I had forgotten a few lines these are updated with this release.
(still the same numbering because it were only bug fixes.)

The problems were that there were no value's in the dropdown boxes
Integer Range
Decimal Range
Check-box default value


Attachments:
modules.zip [232.47 KiB]
Downloaded 39 times

_________________
Rene Kervezee
Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Mon Apr 04, 2011 2:35 am 
Offline

Joined: Sun Apr 06, 2008 1:21 pm
Posts: 222
Location: Netherlands, Europe
Rene,

Some constant are missing:

MODULE_CONTACTSRK_TITLE
MODULE_CONTACTSRK_DESCRIPTION
Extra Velden Nog vertalen?

Jan

_________________
** Please use the search function of this board before posting **


Top 
 Profile  
 
 Post subject: New Contacts Module v3 c2
 Post Posted: Tue Apr 05, 2011 7:57 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
Jan,

Where did you find these constants.
MODULE_CONTACTSRK_TITLE
MODULE_CONTACTSRK_DESCRIPTION

I have enclosed the latest update version number 3.2.
I have the bug fixes posted so far.


Attachments:
modules.zip [232.85 KiB]
Downloaded 54 times

_________________
Rene Kervezee
Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Tue Apr 05, 2011 9:43 am 
Offline

Joined: Sun Apr 06, 2008 1:21 pm
Posts: 222
Location: Netherlands, Europe
Rene,

f.i. in:
Quote:
Warning: constant() [function.constant]: Couldn't find constant MODULE_CONTACTSRK_TITLE in /var/www/vhosts/onderdelen***.nl/httpdocs/pb3/modules/phreedom/pages/admin/pre_process.php on line 309

Quote:
Warning: constant() [function.constant]: Couldn't find constant MODULE_CONTACTSRK_DESCRIPTION in /var/www/vhosts/onderdelen***.nl/httpdocs/pb3/modules/phreedom/pages/admin/template_tab_modules.php on line 42


Jan

_________________
** Please use the search function of this board before posting **


Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Tue Apr 05, 2011 11:30 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
Jan.

I Believe that you have renamed the 'contacts' module to 'contactsrk'
this is the reason why you get the error if you would name it contacts than the constants will be found.

You could rename the constant in the file language/nl_nl/admin.php

_________________
Rene Kervezee


Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Tue Apr 05, 2011 1:29 pm 
Offline

Joined: Sun Apr 06, 2008 1:21 pm
Posts: 222
Location: Netherlands, Europe
Rene,

I found it already :(

There was a empty folder named contacstrk (named to you :D ) in the module folder.
The "normal" contacts folder, with the updated files, was there too.

sorry for taking your time,

thanks, Jan

_________________
** Please use the search function of this board before posting **


Top 
 Profile  
 
 Post subject: Re: New Contacts Module v3 c1
 Post Posted: Tue Apr 26, 2011 8:01 am 
Offline

Joined: Wed Apr 13, 2011 8:41 am
Posts: 3
Hi Rene,
I have just tried using this module however the script hasn't created the database table and there is no documentation on what to create, from the trace.txt file I have created the table and added some fields however this hasn't helped.

Can you please advise? Have I missed a read me file or something along these lines?

Thanks mate,
Ryan


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 11 posts ] 

Board index » General


Who is online

Users browsing this forum: No registered users and 0 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: