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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 539,609
» Latest member: nuallanozz
» Forum threads: 1,745
» Forum posts: 9,084

Full Statistics

Online Users
There are currently 5 online users.
» 0 Member(s) | 1 Guest(s)
Applebot, 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,148
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 658
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,120
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 730
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,786
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,874
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,365
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,717
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,697
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,056

 
Sad Flujos de trabajo. Envío no funciona interacción
Posted by: JesusPC - 10-26-2017, 10:14 AM - Forum: User Support - Replies (3)

Tengo un flujo de trabajo sobre "Interacciones" donde la idea es enviar un correo al contacto de la interacción, a la persona asignada y a algún campo mas de correo. En el mismo flujo hay otra acción que actualiza un campo fecha "enviado" con el mismo filtro.
el problema es que no envía el correo, pero si actualiza el campo (con las condiciones del flujo y sin condiciones en las acciones).

¿Que está pasando?

Para probar, añado una condición que es que la cuenta es la de "pruebas", y entonces envía ese correo. Elimino esa condición y no envía.

¿Alguna idea?

Gracias!



Attached Files Thumbnail(s)
           
Print this item

  AJAX editing leads to empty date fields on aftersave event
Posted by: Guido1982 - 10-25-2017, 05:25 PM - Forum: coreBOS Development - Replies (3)

I have implemented an aftersave event on SalesOrders. When a salesorder is saved, the related assets are updated to change some values depending on the SalesOrder. Here is the code that does that:

PHP Code:
            if ($soData['sostatus'] == 'Niet geleverd' || $soData['sostatus'] == 'Ingepland') {
                
$r $adb->pquery("SELECT * FROM vtiger_crmentityrel WHERE crmid = ? AND relmodule = ?", array($soId'Assets'));
                if (
$adb->num_rows($r) > 0) {
                    while (
$row $adb->fetch_array($r)) {
                         
// Update the asset "keurstatus"
                        
$ass = new Assets();
                        
$ass->retrieve_entity_info($row['relcrmid'], 'Assets');
                        
$ass->id $row['relcrmid'];
                        
$ass->mode 'edit';
                        
$ass->column_fields['cf_966'] = $new_asset_status// Adjust custom field ID
                        
$handler vtws_getModuleHandlerFromName('Assets'$current_user);
                        
$meta $handler->getMeta();
                        
$ass->column_fields DataTransform::sanitizeRetrieveEntityInfo($ass->column_fields$meta);
                        
$ass->save('Assets');
                    }
                }
            } 

The weird thing is, when I perform the action by doing a full edit on the SalesOrder, it works as expected. But when I do an inline edit on the SalesOrder, all the date fields in the asset (custom and regular) get set to '0000-00-00'. This happens after the last line of code (I output the column fields to a temp file and tested that in various places in the proces). I've never experienced this before. Do I need to set some $_REQUEST value maybe?

Print this item

  Dashboard - auto refresh
Posted by: rslemer - 10-24-2017, 04:04 PM - Forum: Administrator Support - Replies (4)

I wish created a group of graphs like a dashboard for management a group of user, working in my commercial department.

Better, if this dashboard, provides a auto refresh mechanism, because I wish put this on a TV Panel.

How I can do that?

Print this item

  Use special filtering in select related record poup
Posted by: Guido1982 - 10-16-2017, 02:24 PM - Forum: Administrator Support - Replies (2)

We use tickets a lot in conjunction with assets. In the current setup, some tickets are created as stand-alone (so not created from an asset), and later on related to an asset through an m:m relation. I was wondering if we could create a filter in the popup field that would allow us to see only tickets that are not related to a single asset so far. This was we would prevent single tickets to be related to multiple assets by accident.

Print this item

  Informe agrupado / resumido
Posted by: JesusPC - 10-13-2017, 12:02 PM - Forum: User Support - Replies (4)

Hola Necesito sacar informes de ventas (facturación) de por ejemplo clientes que se ha facturado mas de 3.000€, algo que es obligatorio y no veo como sacarlo puesto que por mucho que lo intente, sigue sacando todos los registros uno y no el cliente y la suma de los importes facturados.

¿Alguna idea?

Gracias!

Print this item

  Productos venta por cajas (packs?)
Posted by: JesusPC - 10-13-2017, 07:29 AM - Forum: User Support - Replies (11)

Hola

Necesito vender productos en cajas de por ejemplo 12 unidades.
Los compro por unidades pero necesito venderlos de 12 en 12.

Lo que me gustaría es poder poner en cantidad 1 y que el usase los 12 del pack.

¿Alguna idea de como hacerlo?

Print this item

  Sometimes the save method takes an admin user as current user
Posted by: Guido1982 - 10-12-2017, 06:43 AM - Forum: coreBOS Development - Replies (8)

I frequently use the 'save' CRMEntity method to alter records through AJAX calls. This way we can easily track (through the 'view history' button) who did what at what time. I also use it in my custom webservice methods. No harm there, but sometimes the user swtiches to myself (because I am the first available admin user). This seemd to be regardless of the user doing the actual change: sometimes the user stays intact, sometimes it changes, even though he is on the same profile as other users, where this does not happen. Am I missing some rights management here?

Print this item

  VETNANA EMERGENTE
Posted by: flopez-cpa - 10-11-2017, 05:38 PM - Forum: Spanish - Replies (11)

Buenas tardes Nuevamente:

Al intenta relacionar un comentario o una factura o un correo, me sale la ventana emergente, pero la misma no me muestra nada, he leido que tiene que ver con la seguridad de los exploradoras, pero los he configurado y nada, me sigue saliendo el mismo error, actualmente utilizao una pc de forma local, por lo que la instalacion es asi

localhost/coreboscrm

Que debo configurar o como configuro el explorar para que me permita abrir la ventana emergente, he usaod Google, Mozilla,  y hasta Internet Explorer y nada.

Alguna sugerencia?



Attached Files Thumbnail(s)
   
Print this item

  CORREO ENTRANTE
Posted by: flopez-cpa - 10-11-2017, 05:31 PM - Forum: Spanish - Replies (1)

Buenas tardes, desde Panamá:

Soy autodidacta, he instalado Coreboscrm  porque deseo organizar mi profesiona de Contador, pero me encontre con un problema.

Al configurar el correo entrante, con cuenta de gmail, a travez de smtp, Coreboscrm se conecta a gmail,  me muestra en este caso que hay 15 correo por leer en el Inbox pero queda como buscando o intentando descargarlo para poder lleerlos, pero hasta alli, no pasa mas nada, se queda en "Cargando Inbox", que hice mal, estoy usando xampp Xampp Control,

Apache/2.4.27 (Win32) OpenSSL/1.0.2l PHP/7.0.23
Versión del cliente de base de datos: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
extensión PHP: mysqliDocumentación curlDocumentación mbstringDocumentación
Versión de PHP: 7.0.23

Que estoy haciendo mal o que paso me salte?

Print this item

  Mail Manager - Settings
Posted by: rslemer - 10-07-2017, 12:22 PM - Forum: Administrator Support - Replies (6)

I suggest move the setting section for email manager to a User Details screen

This way, is possible, for admin too, setting this fields without a logging with a user password

Most another fields working, that way is more easy and clean

Creating a new section - Mail Manager, for example

See attached images



Attached Files Thumbnail(s)
       

Print this item