Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 4 online users. » 0 Member(s) | 1 Guest(s) Bing, Google, Yandex
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,134
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 616
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,106
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 717
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,756
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,843
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,318
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,696
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,653
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,019
|
|
|
[ solved ] doubt - list view - group - commercial time |
Posted by: rslemer - 02-12-2020, 11:32 PM - Forum: Administrator Support
- Replies (2)
|
 |
I have the situation
My commercial time, is organized in three grioup, for example
Opportunities sharing, is setting to sharing ( read ) but not allowed changes with another user
I wish created a filter to listing each group, more easly
Today I need put all user names in each filter ...
There any possibility I test in my filters, any field in user preferences like as "title" or "dept" for example?
Or existing another way to do that?
any help is welcome
|
|
|
Product quantity precision bug? |
Posted by: addady2 - 02-02-2020, 02:17 PM - Forum: User Support
- Replies (4)
|
 |
Hi,
Editing existing Invoice round product quantity to 2 digit.
Step to reproduce in the demo:
1. Create new invoice with one item. set quantity to 1.123
2. Save the invoice
3. View the invoice, Every thing fine the quantity to 1.123
4. Edit the invoice, quantity now is 1.12 !!!!
5. Save the invoice
6. View the invoice, quantity to 1.12
Not suppose to be related: The Number Of Currency Decimals for admin user in codebos demo it set to 4.
|
|
|
Business Map |
Posted by: addady2 - 02-02-2020, 01:03 PM - Forum: Administrator Support
- Replies (1)
|
 |
Hello,
I'm trying to create my first business map.
It work well on the Corebos demo system but not on my crm.
Maybe the different is that in my CRM I change in the translation file the name "Invoice" to "SomethingElse"
Here is one field mapping for example:
Code: <map>
<originmodule>
<originname>SalesOrder</originname>
</originmodule>
<targetmodule>
<targetname>Invoice</targetname>
</targetmodule>
<fields>
<field>
<fieldname>subject</fieldname>
<Orgfields>
<Orgfield>
<OrgfieldName>subject</OrgfieldName>
<OrgfieldID>634</OrgfieldID>
</Orgfield>
<Orgfield>
<OrgfieldName>sostatus</OrgfieldName>
<OrgfieldID>778</OrgfieldID>
</Orgfield>
<Orgfield>
<OrgfieldName>_FromSO</OrgfieldName>
<OrgfieldID>CONST</OrgfieldID>
</Orgfield>
<delimiter>;</delimiter>
</Orgfields>
</field>
<field>
<fieldname>due_date</fieldname>
<Orgfields>
<Orgfield>
<OrgfieldName>add_days(get_date('today'), 30)</OrgfieldName>
<OrgfieldID>EXPRESSION</OrgfieldID>
</Orgfield>
</Orgfields>
</field>
</fields>
</map>
I try to change
Code: <targetname>Invoice</targetname>
to
Code: <targetname>SomethingElse</targetname>
AND , OR
the Business Map name from SalesOrder2Invoice to SalesOrder2SomethingElse.
How to debug it?
BTW: OrgfieldID is the database field IDs?
|
|
|
error message in log |
Posted by: rslemer - 02-01-2020, 11:39 AM - Forum: Administrator Support
- Replies (1)
|
 |
I see this message in my http error log
But I don't know original event origin this error, there any way to found what listview is affected ?
PHP Fatal error: Uncaught Error: Call to a member function FetchRow() on boolean in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php:671\nStack trace:\n#0 /usr/share/coreBOS/corebos-master/include/ListView/ListViewSession.php(128): PearDatabase->fetch_array(false)\n#1 /usr/share/coreBOS/corebos-master/modules/Vtiger/DetailView.php(72): ListViewSession::getListViewNavigation('1341784')\n#2 /usr/share/coreBOS/corebos-master/modules/ServiceContracts/DetailView.php(16): require_once('/usr/share/core...')\n#3 /usr/share/coreBOS/corebos-master/index.php(488): include_once('/usr/share/core...')\n#4 {main}\n thrown in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 671, referer: http://***/index.php?action=index&module=ServiceContracts
|
|
|
Home page dashboard boxs not loaded |
Posted by: addady2 - 01-30-2020, 12:06 PM - Forum: Administrator Support
- Replies (5)
|
 |
Hi,
In my installation all users dashboard boxs not loaded automatically.
One need to press the reload icon on a specific box in order to load it.
Its look like:
Code: .../index.php?module=Home&action=HomeAjax&file=HomeWidgetBlockList&widgetInfoList=...
not return json string
In the browezr console I got this error:
Quote:VM2127:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Object.<anonymous> (Homestuff.js:381)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)
How wo fix it?
|
|
|
|