Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 3 online users. » 0 Member(s) | 1 Guest(s) Bing, Google
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,138
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 625
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,107
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 719
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,763
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,846
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,325
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,704
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,659
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,037
|
|
|
Gendoc problem with RTF |
Posted by: LorenzoGreco - 04-11-2019, 07:11 PM - Forum: Modules/Extension Support
- Replies (8)
|
|
Hi all,
since last upgrade ( git pull 11 aprile 2019) i can't merg rtf template firectlyu from contact module.
I try to explain: i've six different template example: contract.rtf, end before the last update, i open the contact and press on MERGE.
Now, i've enabled the contact module in the CRM setting and now i see the Merge Documents windows on the right side, but doesn't work.
I've only the option with open office format, insteat if i go to Menu -> Generate Documents , choose Contat module, select the properly template it works.
anyone know how to fix it
i've uploaded RTF
|
|
|
Suggestion for Service Contracts and Global Variable b2b |
Posted by: rslemer - 04-08-2019, 05:44 PM - Forum: Administrator Support
- Replies (1)
|
|
I setting in my system global variable Application_B2B to 0, i wish my system for default relation in Contacts
In same modules, I note, system still created ( for deault ) relation in account ( or picklist value default is account ) ..
I know is possible, change manually, but this is not a user friendly and the possibility user make a mistake is bigger
I suggest, if variable is 0, in module Service Contracts, Tickets and Tasks, the default value is a Contact
What you think about it?
|
|
|
[ solved ] Secure pages - https |
Posted by: rslemer - 04-05-2019, 02:04 PM - Forum: Administrator Support
- Replies (4)
|
|
Certbot provides a certify for make a https site
There a excelent solution, and has a free certify for 90 days, in https://certbot.eff.org/
System works, but very slow in dashboard, and new pages, for example
And in browser chrome, is necessary, time to time, flush sockets with a chrome://net-internals/#sockets
How I can solve thats issues?
|
|
|
[ solved ] error on insert a product in Sales order |
Posted by: rslemer - 04-05-2019, 10:53 AM - Forum: Administrator Support
- Replies (2)
|
|
When any user try created a sales order, not is possible insert any product
when user click on icon, nothing occurs
in console system shows this error
Uncaught ReferenceError: decideTaxDiv is not defined
at index.php:173
3index.php:157 Uncaught ReferenceError: productPickList is not defined
at HTMLImageElement.onclick (index.php:157)
4index.php:160 Uncaught ReferenceError: fnAddProductRow is not defined
at HTMLInputElement.onclick (index.php:160)
11index.php:157 Uncaught ReferenceError: productPickList is not defined
at HTMLImageElement.onclick (index.php:157)
index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:166 Uncaught ReferenceError: decideTaxDiv is not defined
at index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:166
10index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:150 Uncaught ReferenceError: productPickList is not defined
at HTMLImageElement.onclick (index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:150)
5index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:153 Uncaught ReferenceError: fnAddProductRow is not defined
at HTMLInputElement.onclick (index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:153)
15index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:153 Uncaught ReferenceError: fnAddProductRow is not defined
at HTMLInputElement.onclick (index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:153)
onclick @ index.php?module=SalesOrder&action=EditView&return_action=DetailView&parenttab=ptab:153
Only user admin can created a sales order
Even I set a ordinary user with admin, system not allowed user created a sales order
How I can solve that?
|
|
|
My Update Field task clears a date field ONLY on development install |
Posted by: Guido1982 - 04-04-2019, 09:18 AM - Forum: coreBOS Development
- Replies (7)
|
|
I have some weird error:
I have created a reference UI10 field on the assets module that references SalesOrders. Every time an asset is saved, it looks for the reference field to see if a salesorder is selected by a condition that simply checks the related SalesOrder for a subject line (when no SalesOrder is selected, the subject line will be empty). If a SalesOrder is selected as related to the Asset, the 'date sold' of the Asset is overwritten by the createdtime of the SalesOrder with an 'Update Field' Workflow task:
Code: format_date($(assets_related_soid : (SalesOrder) createdtime) ,'d-m-Y')
This is used to enforce the Asset's date sold when linked to a SalesOrder and works fine on a production server. Now I've cloned the installation to my local PC, an Ubuntu PC with a regular LAMP stack installed and here I notice that the Workflow task clears the 'date sold' field. I've check the logs:
PHP Code: 2019-04-04T09:09:41+00:00 DEBUG index > getValidDBInsertDateValue 2019-04-04T09:09:41+00:00 DEBUG index > get_column_value datesold, , datesold, 5, D 2019-04-04T09:09:41+00:00 DEBUG index > getValidDBInsertDateValue 01-01-1900 2019-04-04T09:09:41+00:00 DEBUG index < getValidDBInsertDateValue 2019-04-04T09:09:41+00:00 DEBUG index > pquery update vtiger_assets set product=?,serialnumber=?,datesold=?,dateinservice=?,assetstatus=?,assetname=?,account=?,assets_related_soid=? where assetsid=? 2019-04-04T09:09:41+00:00 DEBUG index > pquery parameters [3241,ASSETSERIAL,,1900-01-01,In Gebruik,Platenbank,264068,264174,267814]
Don't mind the specifics, the important thing is the empty value after 'ASSETSERIAL'. Again this only happens on my local copy, not on the production server.
|
|
|
|