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) Applebot, 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: 632
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,108
|
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,768
|
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,332
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,706
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,662
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,039
|
|
|
Combinar varios pedidos en una sola factura |
Posted by: julioval - 02-07-2017, 04:17 PM - Forum: Administrator Support
- Replies (2)
|
|
Buenas tardes,
Hay alguna forma de poder "combinar" varios presupuestos, en una sola OV? Para qué? para emitir una sola factura de varios pedidos.
Solo se me ocurre que, si tengo tres pptos por ejemplo (Q1 Q2 Q3), y si solo puedo generar 1 factura (porque así lo quiere el cliente), convertir el Q1 en OV y posteriormente en factura.
Incorporándole antes (a Q1) o después (a la OV) a mano los productos/servicios del Q2 y del Q3.
Existe alguna otra forma de hacerlo?
Saludos.
|
|
|
Desaparecen datos |
Posted by: Inakifernandez - 02-06-2017, 01:21 PM - Forum: Spanish
- Replies (6)
|
|
Buenos días a todos, os comento lo que me pasa y a ver si me podeis ayudar.
La cuestión es que me dasaparecen los nombre de las cuentas, pero no las cuentas, al igual que los nombre y apellidos de los contactos pero no el contacto.
Introducimos los datos correctamente, y al cabo de un tiempo nos aparece los campos de nombre y apellido o nombre de la cuenta vacio,
y ultimamente la viculación de los productos con las cuentas tambien han desaparecido.
Sabeis a que se puede tratar?
Esto nos viene ocurriendo desde la instalación, pero a medida que metemos mas datos al crm nos pasa con mas frecuencia.
¿Nos podeis ayudar?
Saludos y gracias de antemano
|
|
|
PHP tag in templates |
Posted by: polanskiman - 01-31-2017, 06:54 AM - Forum: Administrator Support
- Replies (10)
|
|
Hello,
The issue I am experiencing is related with the cached templates not being updated when there is a modification done in login.tpl. I think this will apply to all templates and in fact from a broader perspective to php code interpretation in those templates. Let me elaborate:
The issue stems from the way php is now tagged in those templates. There probably was an update to COREbos code in this regard and that seems to be why my customisations are not working. Prior the update to COREbos I did last week, php code was tagged with the {php} tag and everything was working just fine. That tag is not working anymore and prevents the php code from being interpreted so I tried using <?php and ?> but when I do that I get some sort of duplicate tagging in the cached template file such as for example this:
Code: © 2004- <?php echo '<?php ';?>echo date('Y')<?php echo '?>';?>
for the record the code in the template file is:
Code: © 2004- <?php echo date('Y')?>
The php code is then output as text and of course not interpreted as php code. If I remove those duplicate tags within the cached file then everything works fine. Not a solution of course but it proves the code is functional.
I tried using the {} as well since that’s how you seem to be tagging php in the templates but I must be doing something wrong because using that tag doesn’t load my customisations, at least not the first part of the code with functions and such.
I also tried to put the customised code in a différent template file and then calling the code through include file= in the login.tpl template but that doesn’t seem to work either.
|
|
|
PHP Notices, Warnings and Errors |
Posted by: polanskiman - 01-26-2017, 04:53 AM - Forum: Administrator Support
- Replies (5)
|
|
These are some PHP warning/notices I have seen. Probably some not very important but I though I'd post them here for the record. It's just a selection as there is a load more notices but I suppose they are not important so I have only added a few.
System:
Synology Box running DSM 6.0.2 / Linux 3.2.40 #8451
COREbos 7
PHP Version 5.6.28
Errors below:
Code: Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /corebos/adodb/drivers/adodb-mysql.inc.php on line 480
Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
Warning: Cannot modify header information - headers already sent in /corebos/index.php on line 68
Warning: Cannot modify header information - headers already sent in /corebos/index.php on line 491
Strict Standards: Only variables should be passed by reference in /corebos/modules/RecycleBin/ListView.php on line 156
Notice: Undefined variable: sorder in /corebos/modules/RecycleBin/ListView.php on line 109
Notice: Undefined offset: 2 in /corebos/include/utils/DetailViewUtils.php on line 1748
Notice: Undefined index: query in /corebos/modules/RecycleBin/ListView.php on line 90
Notice: Undefined index: parentprofile in /corebos/modules/Settings/profilePrivileges.php on line 28
Notice: Undefined index: radiobutton in /corebos/modules/Settings/profilePrivileges.php on line 44
Notice: Undefined variable: theme in /corebos/modules/Settings/profilePrivileges.php on line 731
Notice: Undefined index: recprefix in /corebos/modules/Settings/CustomModEntityNo.php on line 17
Notice: Undefined index: mode in /corebos/modules/Settings/CustomModEntityNo.php on line 18
Notice: Undefined index: recnumber in /corebos/modules/Settings/CustomModEntityNo.php on line 25
Notice: Undefined variable: STATUSMSG in /corebos/modules/Settings/CustomModEntityNo.php on line 94
|
|
|
Errors after migrating from CoreBOS 5.8 to CoreBOS 7 |
Posted by: anigoni - 01-25-2017, 10:38 PM - Forum: Administrator Support
- Replies (1)
|
|
Hello everybody,
today I performed migration from CoreBOS 5.8 to CoreBOS 7.
I have followed instruction I found on CoreBOS documentation, but, logging on system as admin, I have a blank page.
Following, error displayed on php_error_log file:
[25-Jan-2017 22:27:37 UTC] PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0
[25-Jan-2017 22:27:40 UTC] PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0
[25-Jan-2017 22:27:54 UTC] PHP Fatal error: Uncaught exception 'WebServiceException' with message 'Permission to perform the operation is denied' in C:\xampp\htdocs\corebos7\corebos\include\Webservices\Retrieve.php:25
Stack trace:
#0 C:\xampp\htdocs\corebos7\corebos\modules\com_vtiger_workflow\VTEntityCache.inc(23): vtws_retrieve('27x3159', Object(Users))
#1 C:\xampp\htdocs\corebos7\corebos\modules\com_vtiger_workflow\VTEntityCache.inc(107): VTWorkflowEntity->__construct(Object(Users), '27x3159', false)
#2 C:\xampp\htdocs\corebos7\corebos\modules\com_vtiger_workflow\VTEventHandler.inc(45): VTEntityCache->forId('27x3159')
#3 C:\xampp\htdocs\corebos7\corebos\include\events\VTEventTrigger.inc(143): VTWorkflowEventHandler->handleEvent('vtiger.entity.a...', Object(VTEntityData))
#4 C:\xampp\htdocs\corebos7\corebos\include\events\VTEventsManager.inc(118): VTEventTrigger->trigger(Object(VTEntityData))
#5 C:\xampp\htdocs\corebos7\corebos\data\CRMEntity.php(908): VTEventsManager->triggerEvent('vtiger.entity.a...', Object(VTEntityData))
#6 C:\xampp\htdocs\corebo in C:\xampp\htdocs\corebos7\corebos\include\Webservices\Retrieve.php on line 25
Thanks in advance to everybody that will help me!
Regards,
Andrea Anigoni
|
|
|
EMailMakercb does not send mails |
Posted by: partnerwerk - 01-17-2017, 02:51 PM - Forum: Modules/Extension Support
- Replies (4)
|
|
I got the adapted EMailMaker version from you but cannot put it to work. When opening a template it prints `@!@SMARTY:0:SMARTY@!@` at the side of the template. When trying to send the email nothing happens. The mailserver is set up properly since I can send with the ordinary CoreBOS mail system.
|
|
|
|