Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

vTiger – Evitar crear Cotizaciones y Ordenes de servicio directamente

Posted on 20 March, 201820 March, 2018

Editar el archivo: layouts\vlayout\modules\Vtiger\ListViewContents.tpl

Entrar en la línea 135 Justo antes de <table class=”emptyRecordsDiv”> y agregar un if:

{if $MODULE!='Quotes' && $MODULE!='Invoice' && $MODULE!='SalesOrder' }
	<table class="emptyRecordsDiv">
		<tbody>
			<tr>
				<td>
					{assign var=SINGLE_MODULE value="SINGLE_$MODULE"}
					{vtranslate('LBL_EQ_ZERO')} {vtranslate($SINGLE_MODULE, $MODULE)} {vtranslate('LBL_FOUND')}.{if $IS_MODULE_EDITABLE} {vtranslate('LBL_CREATE')} <a href="{$MODULE_MODEL->getCreateRecordUrl()}">{vtranslate($SINGLE_MODULE, $MODULE)}</a>{/if}
				</td>
			</tr>
		</tbody>
	</table>
{/if}

 

vTiger

Post navigation

Previous post
Next post

Related Posts

Solución error en vTiger sql_mode = ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

Posted on 16 January, 20199 September, 2020

Editar el archivo my.cnf de mysql sudo nano /etc/mysql/my.cnf Agregar al final del archivo lo siguiente: Reiniciar el servicio de mysql

Read More

“You are not permitted to execute this Operation” PDFMaker

Posted on 7 July, 20207 July, 2020

Este error aparece luego de instalar el módulo, pero no se recrean los archivos necesarios. Para solucionarlo se debe ejecutar el siguiente script en la raiz del proyecto: #!/usr/bin/php <?php if ($argc!=1 || !is_readable(‘config.inc.php’) || !is_readable(‘include/utils/CommonUtils.php’)) { echo “Regenerates tabdata in the current directory.\n”; echo “USAGE: “.basename($argv[0]).”\n”; exit; } require(‘config.inc.php’);…

Read More
vTiger

Habilitar la sincronización de vTiger con Google Contacts

Posted on 9 April, 202014 April, 2020

Podemos mantener sincronizados los contactos entre vTiger y Google Contacts, pero primero debemos tener las credenciales para posteriormente configurarlas en vTiger: Crear un nuevo proyecto en la consola de desarrollador de Google: https://console.developers.google.com/project Ingresar a Credenciales:

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes