Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 130 online users. » 3 Member(s) | 127 Guest(s)
|
Latest Threads |
Orden en Custom View Lead...
Forum: International
Last Post: juanmax
12-04-2023, 05:15 PM
» Replies: 4
» Views: 292
|
Custom Columns in Mail Ma...
Forum: Modules/Extension Support
Last Post: inspectorflint
12-04-2023, 04:00 PM
» Replies: 0
» Views: 78
|
Email Woes: Images Not Lo...
Forum: User Support
Last Post: levis19
11-29-2023, 07:11 AM
» Replies: 0
» Views: 218
|
Workflow and field betwee...
Forum: Administrator Support
Last Post: joebordes
11-17-2023, 09:15 AM
» Replies: 3
» Views: 535
|
[SOLUCIONADO][SOLVED]Nomb...
Forum: International
Last Post: juanmax
10-30-2023, 02:47 PM
» Replies: 2
» Views: 386
|
[SOLUCIONADO] [SOLVED] Ge...
Forum: International
Last Post: joebordes
10-25-2023, 04:12 PM
» Replies: 15
» Views: 1,046
|
[SOLVED] How to change ex...
Forum: User Support
Last Post: geraldbigot
10-23-2023, 04:30 PM
» Replies: 11
» Views: 2,380
|
Attachment in e-mail not ...
Forum: User Support
Last Post: geraldbigot
10-23-2023, 03:12 PM
» Replies: 1
» Views: 351
|
Attachment/image related ...
Forum: coreBOS Development
Last Post: Marco Belucci
10-13-2023, 12:34 PM
» Replies: 2
» Views: 5,050
|
Gendoc odt with image lin...
Forum: Administrator Support
Last Post: joebordes
10-11-2023, 11:09 AM
» Replies: 11
» Views: 2,518
|
|
|
Centralisation |
Posted by: polanskiman - 06-18-2014, 04:29 AM - Forum: Open Discussions
- Replies (2)
|
 |
You should use only one platform for everything involving improvements/development to corebos, namely this forum. I see that you also have Linkedin and Google+. In my opinion you should only use those as promotional tools and not development tools. Redirecting people to post here instead would give more life to this forum. I don't know if you noticed but I've posted nearly as mush as you and there is only a few active users here.
|
|
|
Use of language |
Posted by: polanskiman - 06-18-2014, 03:30 AM - Forum: Open Discussions
- Replies (2)
|
 |
May I suggest that the forum communications (specially those from the admins) remains in one language, English. I personnaly have no problem reading Spanish, but it might not be the case for others visiting here. Same goes for the ticket systems.
Cheers.
|
|
|
coreBos Logo |
Posted by: polanskiman - 06-12-2014, 08:46 AM - Forum: coreBOS
- Replies (9)
|
 |
Do you need some help in working different sizes and formats of Corebos logo? Don't mean to be rude but the logo in this forum with the white semi-transparent background doesn't look very sexy!
I could even propose a slightly reworked one if that was of interest.
|
|
|
cannot view document in customer portal |
Posted by: gongsl - 06-12-2014, 01:21 AM - Forum: Open Discussions
- Replies (9)
|
 |
my OS is windows 7. I installed the vtigher 5.4 without changing any code. When it comes to the CRM system,I add one people in CONTACTS module, upload one txt file in document module and add a ticket in trouble ticket module for testing.Then I paste the customer portal enclosed in the attachment in the vtigerCRM directory and change the config.inc and portalconfig files for configuration. After I receive the userID and password.I just follow the instruction listed as follow:https://wiki.vtiger.com/index.php/Customer_Portal#Video_Tutorial
Finally, I can login as a contact member created before in CRM system.
In customer portal,The ticket I created in CRM system is listed in the ticket module.The problem is I cannot see any record in the documents module no matter who uploaded the file.By the way,except the configuration,I do not change any code.i don't know how to connect the contact with document
WIsh you can help me
Thank you
regards,
Roger
|
|
|
Refused to set unsafe header "Connection" |
Posted by: polanskiman - 06-11-2014, 05:49 AM - Forum: Administrator Support
- Replies (1)
|
 |
Not entirely sure what this means, but I keep getting this error in Safari's Web Inspector:
Code:
Refused to set unsafe header "Connection"
setRequestHeader ([native code], line 0)
setRequestHeaders (prototype.js, line 721)
request (prototype.js, line 690)
initialize (prototype.js, line 668)
(anonymous function) (prototype.js, line 20)
ActivityReminderCallback (general.js, line 3175)
(anonymous function) (index.php, line 1634)
|
|
|
Error in commit |
Posted by: playman - 06-10-2014, 06:45 AM - Forum: coreBOS
- Replies (1)
|
 |
Hi all,
The following commit has an error, when you are trying to generate a Report, the query fails:
<!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos/commit/362f25b515d27292d4572cac092ca43ec5ae761f">https://github.com/tsolucio/corebos/com ... 3ec5ae761f</a><!-- m -->
the solution is add a space at start like this (between $query = and " left join...):
Code:
left join vtiger_currency_info as vtiger_currency_info$secmodule on vtiger_currency_info$secmodule.id = vtiger_salesorder.currency_id";
if(($type !== 'COLUMNSTOTOTAL') || ($type == 'COLUMNSTOTOTAL' && $where_condition == 'add'))
{
$query .=" left join vtiger_inventoryproductrel as vtiger_inventoryproductrelSalesOrder on vtiger_salesorder.salesorderid = vtiger_inventoryproductrelSalesOrder.id left join vtiger_products as vtiger_productsSalesOrder on vtiger_productsSalesOrder.productid = vtiger_inventoryproductrelSalesOrder.productid left join vtiger_service as vtiger_serviceSalesOrder on vtiger_serviceSalesOrder.serviceid = vtiger_inventoryproductrelSalesOrder.productid";
}
$query .=" left join vtiger_groups as vtiger_groupsSalesOrder on vtiger_groupsSalesOrder.groupid = vtiger_crmentitySalesOrder.smownerid
|
|
|
|