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,140
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 629
|
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: 720
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,766
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,848
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,329
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,705
|
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,038
|
|
|
[RESUELTO] - Modulo Tree |
Posted by: julioval - 10-28-2016, 06:40 AM - Forum: Administrator Support
- Replies (2)
|
|
Buenos días,
He visto en la demo (del vtiger, al que llego por el link de la demo de la remesa bancaria) un modulo llamado TREE y he visto, también en la demo, que la ventana emergente que sale, en la demo, cuando tengo que elegir un producto, en una SO por ejemplo, se llama Tree Popup y funciona tipo explorador de archivos (y no funciona como la ventana emergente que tengo yo).
¿Cómo puedo tener esa funcionalidad? Me parece muy interesante para poder hacer selección, de una manera mas rápida, y elegir productos.
En nuestro caso tenemos miles de productos en tarifa y nos faltan criterios para filtrar.
Saludos.
|
|
|
[RESUELTO] Corebos 5.8 no cambia password o crea usuarios |
Posted by: jowani - 10-26-2016, 08:29 PM - Forum: Administrator Support
- Replies (4)
|
|
Hola, gracias por leer mi post.
Acabo de instalar Corebos 5.8 desde Git, use un Ubuntu LTS 16.04. Nginx como proxy, Apache2, PHP 5.6 y MariaDB.
La instalación se realizo satisfactoria, sin errores o advertencias. Sin embargo lo primero a realizar fue cambiar la contraseña por defecto de admin, y para mi sorpresa no guarda el cambio, incluso al dar de alta un nuevo usuario envia el correo de "Detalle de conexión de Usurio", pero no agrega realmente el usuario.
Estimado Jowani Orantes Gómez,
Quote:Haz click aquí para Conectarse
Usuario: : consultor
Contraseña: ************
Nombre de Rol : CEO
Gracias,
admin
Ya realice nuevos registros como cuentas, contactos, incluso datos del admin, sin embargo no agrega usuarios nuevos o cambiar la contraseña del admin, todo esto sin enviar errores o advertencias.
Gracias
|
|
|
My first webservice project |
Posted by: Guido1982 - 10-21-2016, 02:20 PM - Forum: coreBOS Development
- Replies (8)
|
|
It's very likely I will receive an assignment to create a webservice interface for the one installation I maintain. I'd like to get some tips.
The project will consist of a module that relates itself to assets. This will be a module that creates a record for physical visits (or 'jobs') made to this asset. The basic idea is that someone planning jobs for technical personell creates a record from an asset. That record represents a 'job' or a 'visit'. This record creation will send an e-mail to a service man with a special link. That link will take him to a portal website that opens up a form, specific for the asset the job is related to. The service man fills out the form, hits submit and the content is sent back to corebos (the jobs module) where with the report/form data a PDF report is created using mPDF. The job-record is then updated and the new PDF will be attached for download.
Any help, tips, pointers or examples will be greatly appreciated. Thanks.
|
|
|
Having trouble with a report |
Posted by: Guido1982 - 10-15-2016, 08:09 AM - Forum: coreBOS Development
- Replies (1)
|
|
Having trouble with a report I want to use, that lists all timecontrol records from a certain report. The error is:
" Unknown column 'vtiger_projectRelProjectTask637.projectname' in 'where clause' "
Anybody have some tips on where to look in the code?
|
|
|
a small manual on Global Variables |
Posted by: Guido1982 - 10-15-2016, 08:02 AM - Forum: coreBOS Development
- Replies (6)
|
|
Since I've just discovered the power of these, I'll post a small manual here. I'll use the example that got me going. In my case I needed the invoice creation to leave the status of the related sales order alone. So I set my Global Variable up like this:
- I chose "SalesOrderStatusOnInvoiceChange" from the "name" dropdown. That handles this specific case.
- As a value I entered "DoNotChange", which is a special value the system checks for.
- I checked the 'mandatory' box.
- I chose "Module Functionality" from the 'Category' dropdown.
You could also set a different value if you do want the SalesOrder status to change, but not to "Approved".
The order GlobalVariables use as priority is:
- First it looks for a GV marked as 'mandatory'.
- If none is found, it'll look for one assigned to the current user.
- If none is found, it'll look for the group of the current user.
- Finally, it'll look for one that's marked as 'default'
- If no GV was set, default system behaviour will take place.
|
|
|
|