Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 444,976
» Latest member: v8caalt126
» Forum threads: 1,741
» Forum posts: 9,031

Full Statistics

Online Users
There are currently 314 online users.
» 2 Member(s) | 312 Guest(s)
Ronalddrula

Latest Threads
como manejar github en un...
Forum: International
Last Post: ntermacabre
04-10-2024, 03:52 AM
» Replies: 2
» Views: 1,039
whatsapp
Forum: User Support
Last Post: Yash
04-03-2024, 09:26 AM
» Replies: 2
» Views: 5,872
[RESUELTO] - Tipo de impu...
Forum: Administrator Support
Last Post: joebordes
04-01-2024, 10:39 PM
» Replies: 12
» Views: 7,357
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: joebordes
03-31-2024, 11:04 PM
» Replies: 1
» Views: 251
Attachment in e-mail not ...
Forum: User Support
Last Post: julikarole
03-13-2024, 05:59 AM
» Replies: 2
» Views: 1,011
Mail Manager - Options Se...
Forum: Administrator Support
Last Post: joebordes
03-06-2024, 11:52 PM
» Replies: 16
» Views: 17,998
Intermittent issues after...
Forum: User Support
Last Post: joebordes
03-06-2024, 11:44 PM
» Replies: 9
» Views: 1,415
Custom Columns in Mail Ma...
Forum: Modules/Extension Support
Last Post: joebordes
03-06-2024, 11:42 PM
» Replies: 1
» Views: 1,970
[Solved] Gendoc - Contact...
Forum: Administrator Support
Last Post: geraldbigot
02-10-2024, 08:32 AM
» Replies: 2
» Views: 798
Orden en Custom View Lead...
Forum: International
Last Post: juanmax
01-22-2024, 12:38 PM
» Replies: 7
» Views: 2,185

 
  some small improvements
Posted by: saidmsl - 09-15-2014, 04:14 PM - Forum: coreBOS - Replies (9)

hi, is it possible to add the following in github :

1. mail receipt : when sending an email , it's good to know it the recipient has read or just deleted the email, good for marketing purpose

affected file : modules/Emails/mail.php
line 72 : add
$mail->ConfirmReadingTo = $mail->From; //MSL


2. order the widgets by sequence

affected file : vtlib/Vtiger/Link.php
function getAllTypes
static function getAllByType($tabid, $type=false, $parameters=false) {
global $adb, $current_user;
self::__initSchema();

$multitype = false;
$orderby = " order by linktype,sequence"; //MSL

if($type) {
// Multiple link type selection?
if(is_array($type)) {
$multitype = true;
if($tabid === self::IGNORE_MODULE) {
$sql = 'SELECT * FROM vtiger_links WHERE linktype IN ('.
Vtiger_Utils::implodestr('?', count($type), ',') .') ';
$params = $type;
$permittedTabIdList = getPermittedModuleIdList();
if(count($permittedTabIdList) > 0 && $current_user->is_admin !== 'on') {
$sql .= ' and tabid IN ('.
Vtiger_Utils::implodestr('?', count($permittedTabIdList), ',').')';
$params[] = $permittedTabIdList;
}
$result = $adb->pquery($sql . $orderby , Array($adb->flatten_array($params))); //MSL
} else {
$result = $adb->pquery('SELECT * FROM vtiger_links WHERE tabid=? AND linktype IN ('.
Vtiger_Utils::implodestr('?', count($type), ',') .')' . $orderby,
Array($tabid, $adb->flatten_array($type))); //MSL
}
} else {
// Single link type selection
if($tabid === self::IGNORE_MODULE) {
$result = $adb->pquery('SELECT * FROM vtiger_links WHERE linktype=?' . $orderby, Array($type)); //MSL
} else {
$result = $adb->pquery('SELECT * FROM vtiger_links WHERE tabid=? AND linktype=?' . $orderby, Array($tabid, $type)); //MSL
}
}
} else {
$result = $adb->pquery('SELECT * FROM vtiger_links WHERE tabid=?' . $orderby, Array($tabid)); //MSL
}

then set the order in the vtiger_links directly

more to come ...

Print this item

  cbupdater not updating
Posted by: saidmsl - 09-10-2014, 05:30 PM - Forum: User Support - Replies (17)

Hi,

i have installed corebos from github last week

and update the cbupdater, i got 15 updates

today, in installed another server with latest version from github, and got 19 updates

i try to update on my old server but nothing comes , only the GO BACK is displayed

is it normal?

Print this item

  coreBOS Web Service Developer Tool and PHP 5.5
Posted by: apcloic - 09-10-2014, 04:31 PM - Forum: Open Discussions - Replies (4)

Hi All,

Looks like coreBOS community is growing, great news and congratulations to the team for this nice piece of work !

I'm trying to play with coreBOS Web Service Developer Tool using a dedicated Ubuntu Server with PHP 5.5.
It looks like I can't login while I have no issue on another server with PHP 5.3, so it may be related to php version.
Do you confirm that coreBOS Web Service Developer Tool has not been updated yet (I know that coreBOS 5.5 had been updated) ?

Regards,

Print this item

  Time Control
Posted by: engr1111 - 08-30-2014, 02:12 PM - Forum: Feature Requests - Replies (1)

Time control module you have gives time for each task...Thats good but I need time for whole day too how can I have that?

Like 3 hours for task 1

3 for Task 2

total 6 hours per day...

Plz Guide

Thx

Print this item

  CoreBOS 5.5 Issues
Posted by: anilp78 - 08-21-2014, 02:39 AM - Forum: Open Discussions - Replies (22)

Hi, I got CoreBOS 5.5 installed successfully on CentOS 6.5 with php 5.5.17 and it runs pretty well. I do not see CRM Settings link on top right corner. How do I set up all those settings without that?

Print this item

  coreBOS Payment Control and Accounting Module
Posted by: joebordes - 07-14-2014, 09:24 PM - Forum: Announce - No Replies

<!-- m --><a class="postlink" href="https://plus.google.com/113234927661717563913/posts/idiyZgUucrW">https://plus.google.com/113234927661717 ... diyZgUucrW</a><!-- m -->

Print this item

  vtDZiner
Posted by: joebordes - 07-13-2014, 11:01 AM - Forum: Modules/Extension Support - Replies (3)

I installed this extension on coreBOS 5.5. You can find some details here:

<!-- m --><a class="postlink" href="http://corebos.org/documentation/doku.php?id=en:vtdziner&#corebos_55">http://corebos.org/documentation/doku.p ... corebos_55</a><!-- m -->

Print this item

  add custom field in FAQ module
Posted by: gongsl - 07-10-2014, 08:20 AM - Forum: Open Discussions - Replies (9)

Other module such as product, organization,and contacts are all allowed to add custom field, so how can I add the similar function in the FAQ module? Is it easy to realize this function? thank you.

Print this item

  create sub-folder in document module
Posted by: gongsl - 07-09-2014, 02:15 AM - Forum: Open Discussions - Replies (4)

Hi,
My vtiger version is 5.4. I just want to add a function in the document module so that I can add sub-folder in this module. I try some methods by myself but finally failed. Could you give me some idea about this issue? Thank you

regards,
Roger

Print this item

  coreBOS Webservice Webform
Posted by: joebordes - 07-08-2014, 11:40 PM - Forum: Announce - No Replies

Create records while validating your webforms!!

<!-- m --><a class="postlink" href="http://corebos.org/post/corebos-webservice-webfor">http://corebos.org/post/corebos-webservice-webfor</a><!-- m -->

Print this item