Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
This commit is contained in:
commit
f62772a1c5
@ -1,7 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2002-2003 Jean-Louis Bergamo <jlb@j1b.org>
|
* Copyright (C) 2002-2003 Jean-Louis Bergamo <jlb@j1b.org>
|
||||||
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
|
* Copyright (C) 2012 Regis Houssin <regis@dolibarr.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -40,6 +41,7 @@ $langs->load("mails");
|
|||||||
|
|
||||||
|
|
||||||
$action=GETPOST('action','alpha');
|
$action=GETPOST('action','alpha');
|
||||||
|
$confirm=GETPOST('confirm','alpha');
|
||||||
$rowid=GETPOST('rowid','int');
|
$rowid=GETPOST('rowid','int');
|
||||||
$typeid=GETPOST('typeid','int');
|
$typeid=GETPOST('typeid','int');
|
||||||
|
|
||||||
@ -87,7 +89,7 @@ if ($rowid)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Create third party from a member
|
// Create third party from a member
|
||||||
if ($action == 'confirm_create_thirdparty' && $_POST["confirm"] == 'yes' && $user->rights->societe->creer)
|
if ($action == 'confirm_create_thirdparty' && $confirm == 'yes' && $user->rights->societe->creer)
|
||||||
{
|
{
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
@ -589,10 +591,10 @@ if ($rowid)
|
|||||||
print '<table class="nobordernopadding" width="100%"><tr><td>';
|
print '<table class="nobordernopadding" width="100%"><tr><td>';
|
||||||
print $langs->trans("LinkedToDolibarrUser");
|
print $langs->trans("LinkedToDolibarrUser");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if ($_GET['action'] != 'editlogin' && $user->rights->adherent->creer) print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editlogin&rowid='.$object->id.'">'.img_edit($langs->trans('SetLinkToUser'),1).'</a></td>';
|
if ($action != 'editlogin' && $user->rights->adherent->creer) print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editlogin&rowid='.$object->id.'">'.img_edit($langs->trans('SetLinkToUser'),1).'</a></td>';
|
||||||
print '</tr></table>';
|
print '</tr></table>';
|
||||||
print '</td><td class="valeur">';
|
print '</td><td class="valeur">';
|
||||||
if ($_GET['action'] == 'editlogin')
|
if ($action == 'editlogin')
|
||||||
{
|
{
|
||||||
/*$include=array();
|
/*$include=array();
|
||||||
if (empty($user->rights->user->user->creer)) // If can edit only itself user, we can link to itself only
|
if (empty($user->rights->user->user->creer)) // If can edit only itself user, we can link to itself only
|
||||||
@ -748,49 +750,40 @@ if ($rowid)
|
|||||||
if ($conf->use_javascript_ajax)
|
if ($conf->use_javascript_ajax)
|
||||||
{
|
{
|
||||||
print "\n".'<script type="text/javascript" language="javascript">';
|
print "\n".'<script type="text/javascript" language="javascript">';
|
||||||
print 'jQuery(document).ready(function () {
|
print '$(document).ready(function () {
|
||||||
jQuery(".bankswitchclass").'.($bankdirect||$bankviainvoice||in_array(GETPOST('paymentsave'),array('bankdirect','bankviainvoice'))?'show()':'hide()').';
|
$(".bankswitchclass, .bankswitchclass2").'.($bankdirect||$bankviainvoice||in_array(GETPOST('paymentsave'),array('bankdirect','bankviainvoice'))?'show()':'hide()').';
|
||||||
jQuery(".bankswitchclass2").'.($bankdirect||$bankviainvoice||in_array(GETPOST('paymentsave'),array('bankdirect','bankviainvoice'))?'show()':'hide()').';
|
$("#none, #invoiceonly").click(function() {
|
||||||
jQuery("#none").click(function() {
|
$(".bankswitchclass").hide();
|
||||||
jQuery(".bankswitchclass").hide();
|
$(".bankswitchclass2").hide();
|
||||||
jQuery(".bankswitchclass2").hide();
|
|
||||||
});
|
});
|
||||||
jQuery("#bankdirect").click(function() {
|
$("#bankdirect, #bankviainvoice").click(function() {
|
||||||
jQuery(".bankswitchclass").show();
|
$(".bankswitchclass").show();
|
||||||
jQuery(".bankswitchclass2").show();
|
$(".bankswitchclass2").show();
|
||||||
});
|
});
|
||||||
jQuery("#bankviainvoice").click(function() {
|
$("#selectoperation").change(function() {
|
||||||
jQuery(".bankswitchclass").show();
|
var code = $(this).val();
|
||||||
jQuery(".bankswitchclass2").show();
|
if (code == "CHQ")
|
||||||
});
|
|
||||||
jQuery("#invoiceonly").click(function() {
|
|
||||||
jQuery(".bankswitchclass").hide();
|
|
||||||
jQuery(".bankswitchclass2").hide();
|
|
||||||
});
|
|
||||||
jQuery("#selectoperation").change(function() {
|
|
||||||
code=jQuery("#selectoperation option:selected").val();
|
|
||||||
if (code == \'CHQ\')
|
|
||||||
{
|
{
|
||||||
jQuery(\'.fieldrequireddyn\').addClass(\'fieldrequired\');
|
$(".fieldrequireddyn").addClass("fieldrequired");
|
||||||
if (jQuery(\'#fieldchqemetteur\').val() == \'\')
|
if ($("#fieldchqemetteur").val() == "")
|
||||||
{
|
{
|
||||||
jQuery(\'#fieldchqemetteur\').val(jQuery(\'#memberlabel\').val());
|
$("#fieldchqemetteur").val($("#memberlabel").val());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
jQuery(\'.fieldrequireddyn\').removeClass(\'fieldrequired\');
|
$(".fieldrequireddyn").removeClass("fieldrequired");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
';
|
';
|
||||||
if (GETPOST('paymentsave')) print 'jQuery("#'.GETPOST('paymentsave').'").attr(\'checked\',true);';
|
if (GETPOST('paymentsave')) print '$("#'.GETPOST('paymentsave').'").attr("checked",true);';
|
||||||
print '});';
|
print '});';
|
||||||
print '</script>'."\n";
|
print '</script>'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Confirm create third party
|
// Confirm create third party
|
||||||
if ($_GET["action"] == 'create_thirdparty')
|
if ($action == 'create_thirdparty')
|
||||||
{
|
{
|
||||||
$name = $object->getFullName($langs);
|
$name = $object->getFullName($langs);
|
||||||
if (! empty($name))
|
if (! empty($name))
|
||||||
@ -803,14 +796,14 @@ if ($rowid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Create a form array
|
// Create a form array
|
||||||
$formquestion=array( array('label' => $langs->trans("NameToCreate"), 'type' => 'text', 'name' => 'companyname', 'value' => $name));
|
$formquestion=array(array('label' => $langs->trans("NameToCreate"), 'type' => 'text', 'name' => 'companyname', 'value' => $name));
|
||||||
|
|
||||||
$ret=$form->form_confirm($_SERVER["PHP_SELF"]."?rowid=".$object->id,$langs->trans("CreateDolibarrThirdParty"),$langs->trans("ConfirmCreateThirdParty"),"confirm_create_thirdparty",$formquestion,1);
|
$ret=$form->form_confirm($_SERVER["PHP_SELF"]."?rowid=".$object->id,$langs->trans("CreateDolibarrThirdParty"),$langs->trans("ConfirmCreateThirdParty"),"confirm_create_thirdparty",$formquestion,1);
|
||||||
if ($ret == 'html') print '<br>';
|
if ($ret == 'html') print '<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
print '<form name="cotisation" method="post" action="'.$_SERVER["PHP_SELF"].'">';
|
print '<form name="cotisation" method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
print '<input type="hidden" name="action" value="cotisation">';
|
print '<input type="hidden" name="action" value="cotisation">';
|
||||||
print '<input type="hidden" name="rowid" value="'.$rowid.'">';
|
print '<input type="hidden" name="rowid" value="'.$rowid.'">';
|
||||||
@ -888,15 +881,15 @@ if ($rowid)
|
|||||||
print '<tr><td valign="top" class="fieldrequired">'.$langs->trans('MoreActions');
|
print '<tr><td valign="top" class="fieldrequired">'.$langs->trans('MoreActions');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input type="radio" class="moreaction" id="none" name="paymentsave" value="none"'.(!$bankdirect&&!$bankviainvoice?' checked="checked"':'').'> '.$langs->trans("None").'<br>';
|
print '<input type="radio" class="moreaction" id="none" name="paymentsave" value="none"'.(empty($bankdirect) && empty($bankviainvoice)?' checked="checked"':'').'> '.$langs->trans("None").'<br>';
|
||||||
if (! empty($conf->banque->enabled))
|
if (! empty($conf->banque->enabled))
|
||||||
{
|
{
|
||||||
print '<input type="radio" class="moreaction" id="bankdirect" name="paymentsave" value="bankdirect"'.($bankdirect?' checked="checked"':'');
|
print '<input type="radio" class="moreaction" id="bankdirect" name="paymentsave" value="bankdirect"'.(! empty($bankdirect)?' checked="checked"':'');
|
||||||
print '> '.$langs->trans("MoreActionBankDirect").'<br>';
|
print '> '.$langs->trans("MoreActionBankDirect").'<br>';
|
||||||
}
|
}
|
||||||
if (! empty($conf->societe->enabled) && ! empty($conf->facture->enabled))
|
if (! empty($conf->societe->enabled) && ! empty($conf->facture->enabled))
|
||||||
{
|
{
|
||||||
print '<input type="radio" class="moreaction" id="invoiceonly" name="paymentsave" value="invoiceonly"'.($invoiceonly?' checked="checked"':'');
|
print '<input type="radio" class="moreaction" id="invoiceonly" name="paymentsave" value="invoiceonly"'.(empty($conf->global->ADHERENT_BANK_USE) || $invoiceonly?' checked="checked"':'');
|
||||||
if (empty($object->fk_soc) || empty($bankviainvoice)) print ' disabled="disabled"';
|
if (empty($object->fk_soc) || empty($bankviainvoice)) print ' disabled="disabled"';
|
||||||
print '> '.$langs->trans("MoreActionInvoiceOnly");
|
print '> '.$langs->trans("MoreActionInvoiceOnly");
|
||||||
if ($object->fk_soc) print ' ('.$langs->trans("ThirdParty").': '.$company->getNomUrl(1).')';
|
if ($object->fk_soc) print ' ('.$langs->trans("ThirdParty").': '.$company->getNomUrl(1).')';
|
||||||
@ -911,7 +904,7 @@ if ($rowid)
|
|||||||
}
|
}
|
||||||
if (! empty($conf->banque->enabled) && ! empty($conf->societe->enabled) && ! empty($conf->facture->enabled))
|
if (! empty($conf->banque->enabled) && ! empty($conf->societe->enabled) && ! empty($conf->facture->enabled))
|
||||||
{
|
{
|
||||||
print '<input type="radio" class="moreaction" id="bankviainvoice" name="paymentsave" value="bankviainvoice"'.($bankviainvoice?' checked="checked"':'');
|
print '<input type="radio" class="moreaction" id="bankviainvoice" name="paymentsave" value="bankviainvoice"'.($bankviainvoice && !empty($conf->global->ADHERENT_BANK_USE)?' checked="checked"':'');
|
||||||
if (empty($object->fk_soc) || empty($bankviainvoice)) print ' disabled="disabled"';
|
if (empty($object->fk_soc) || empty($bankviainvoice)) print ' disabled="disabled"';
|
||||||
print '> '.$langs->trans("MoreActionBankViaInvoice");
|
print '> '.$langs->trans("MoreActionBankViaInvoice");
|
||||||
if ($object->fk_soc) print ' ('.$langs->trans("ThirdParty").': '.$company->getNomUrl(1).')';
|
if ($object->fk_soc) print ' ('.$langs->trans("ThirdParty").': '.$company->getNomUrl(1).')';
|
||||||
|
|||||||
@ -410,6 +410,7 @@ class FactureRec extends Facture
|
|||||||
* @param int $type Type of line (0=product, 1=service)
|
* @param int $type Type of line (0=product, 1=service)
|
||||||
* @param int $rang Position of line
|
* @param int $rang Position of line
|
||||||
* @param int $special_code Special code
|
* @param int $special_code Special code
|
||||||
|
* @param string $label Label of the line
|
||||||
* @return int <0 if KO, Id of line if OK
|
* @return int <0 if KO, Id of line if OK
|
||||||
*/
|
*/
|
||||||
function addline($facid, $desc, $pu_ht, $qty, $txtva, $fk_product=0, $remise_percent=0, $price_base_type='HT', $info_bits=0, $fk_remise_except='', $pu_ttc=0, $type=0, $rang=-1, $special_code=0, $label='')
|
function addline($facid, $desc, $pu_ht, $qty, $txtva, $fk_product=0, $remise_percent=0, $price_base_type='HT', $info_bits=0, $fk_remise_except='', $pu_ttc=0, $type=0, $rang=-1, $special_code=0, $label='')
|
||||||
|
|||||||
@ -1880,6 +1880,7 @@ class Facture extends CommonInvoice
|
|||||||
* @param int $fk_parent_line Id of parent line
|
* @param int $fk_parent_line Id of parent line
|
||||||
* @param int $fk_fournprice To calculate margin
|
* @param int $fk_fournprice To calculate margin
|
||||||
* @param int $pa_ht Buying price of line
|
* @param int $pa_ht Buying price of line
|
||||||
|
* @param string $label Label of the line
|
||||||
* @return int <0 if KO, Id of line if OK
|
* @return int <0 if KO, Id of line if OK
|
||||||
*/
|
*/
|
||||||
function addline($facid, $desc, $pu_ht, $qty, $txtva, $txlocaltax1=0, $txlocaltax2=0, $fk_product=0, $remise_percent=0, $date_start='', $date_end='', $ventil=0, $info_bits=0, $fk_remise_except='', $price_base_type='HT', $pu_ttc=0, $type=0, $rang=-1, $special_code=0, $origin='', $origin_id=0, $fk_parent_line=0, $fk_fournprice=null, $pa_ht=0, $label='')
|
function addline($facid, $desc, $pu_ht, $qty, $txtva, $txlocaltax1=0, $txlocaltax2=0, $fk_product=0, $remise_percent=0, $date_start='', $date_end='', $ventil=0, $info_bits=0, $fk_remise_except='', $price_base_type='HT', $pu_ttc=0, $type=0, $rang=-1, $special_code=0, $origin='', $origin_id=0, $fk_parent_line=0, $fk_fournprice=null, $pa_ht=0, $label='')
|
||||||
@ -2035,6 +2036,7 @@ class Facture extends CommonInvoice
|
|||||||
* @param int $skip_update_total ???
|
* @param int $skip_update_total ???
|
||||||
* @param int $fk_fournprice To calculate margin
|
* @param int $fk_fournprice To calculate margin
|
||||||
* @param int $pa_ht Buying price of line
|
* @param int $pa_ht Buying price of line
|
||||||
|
* @param string $label Label of the line
|
||||||
* @return int < 0 if KO, > 0 if OK
|
* @return int < 0 if KO, > 0 if OK
|
||||||
*/
|
*/
|
||||||
function updateline($rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $txtva, $txlocaltax1=0, $txlocaltax2=0, $price_base_type='HT', $info_bits=0, $type=0, $fk_parent_line=0, $skip_update_total=0, $fk_fournprice=null, $pa_ht=0, $label='')
|
function updateline($rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $txtva, $txlocaltax1=0, $txlocaltax2=0, $price_base_type='HT', $info_bits=0, $type=0, $fk_parent_line=0, $skip_update_total=0, $fk_fournprice=null, $pa_ht=0, $label='')
|
||||||
|
|||||||
@ -168,13 +168,14 @@ abstract class CommonDocGenerator
|
|||||||
/**
|
/**
|
||||||
* Rect pdf
|
* Rect pdf
|
||||||
*
|
*
|
||||||
* @param unknown_type $pdf
|
* @param PDF $pdf Object PDF
|
||||||
* @param unknown_type $x
|
* @param float $x Abscissa of first point
|
||||||
* @param unknown_type $y
|
* @param float $y Ordinate of first point
|
||||||
* @param unknown_type $l
|
* @param float $l ??
|
||||||
* @param unknown_type $h
|
* @param float $h ??
|
||||||
* @param int $hidetop Hide top
|
* @param int $hidetop Hide top
|
||||||
* @param int $hidebottom Hide bottom
|
* @param int $hidebottom Hide bottom
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
function printRect($pdf, $x, $y, $l, $h, $hidetop=0, $hidebottom=0)
|
function printRect($pdf, $x, $y, $l, $h, $hidetop=0, $hidebottom=0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -103,8 +103,7 @@ function member_prepare_head($object)
|
|||||||
/**
|
/**
|
||||||
* Return array head with list of tabs to view object informations
|
* Return array head with list of tabs to view object informations
|
||||||
*
|
*
|
||||||
* @param Object $object Member
|
* @return array head
|
||||||
* @return array head
|
|
||||||
*/
|
*/
|
||||||
function member_admin_prepare_head()
|
function member_admin_prepare_head()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -82,7 +82,7 @@ UserSetup=Configuració gestió dels usuaris
|
|||||||
MenuSetup=Administració dels menús per base de dades
|
MenuSetup=Administració dels menús per base de dades
|
||||||
MenuLimits=Límits i precisió
|
MenuLimits=Límits i precisió
|
||||||
MenuIdParent=Id del menú pare
|
MenuIdParent=Id del menú pare
|
||||||
DetailMenuIdParent=IDr del menú pare (0 per a un menú superior)
|
DetailMenuIdParent=IDr del menú pare (buit per a un menú superior)
|
||||||
DetailPosition=Número d'ordre per a la posició del menú
|
DetailPosition=Número d'ordre per a la posició del menú
|
||||||
PersonalizedMenusNotSupported=Menús personalitzats no generats
|
PersonalizedMenusNotSupported=Menús personalitzats no generats
|
||||||
AllMenus=Tots
|
AllMenus=Tots
|
||||||
@ -1304,6 +1304,8 @@ Sell=Venda
|
|||||||
InvoiceDateUsed=Data utilitzada de factura
|
InvoiceDateUsed=Data utilitzada de factura
|
||||||
YourCompanyDoesNotUseVAT=La seva empresa està configurada com no subjecta a l'IVA (Inici - Configuració - Empresa/Institució), per la qual cosa no hi ha opció per a la parametrització de l'IVA.
|
YourCompanyDoesNotUseVAT=La seva empresa està configurada com no subjecta a l'IVA (Inici - Configuració - Empresa/Institució), per la qual cosa no hi ha opció per a la parametrització de l'IVA.
|
||||||
AccountancyCode=Codi comptable
|
AccountancyCode=Codi comptable
|
||||||
|
AccountancyCodeSell=Codi comptable vendes
|
||||||
|
AccountancyCodeBuy=Codi comptable compres
|
||||||
##### Agenda #####
|
##### Agenda #####
|
||||||
AgendaSetup=Mòdul configuració d'accions i agenda
|
AgendaSetup=Mòdul configuració d'accions i agenda
|
||||||
PasswordTogetVCalExport=Clau d'autorització vCal export link
|
PasswordTogetVCalExport=Clau d'autorització vCal export link
|
||||||
|
|||||||
@ -141,6 +141,8 @@ OrderSource6=Revistes
|
|||||||
QtyOrdered=Qt. demanda
|
QtyOrdered=Qt. demanda
|
||||||
AddDeliveryCostLine=Afegir una línia de despeses de ports indicant el pes de la comanda
|
AddDeliveryCostLine=Afegir una línia de despeses de ports indicant el pes de la comanda
|
||||||
SetDemandReason=Indicar origen de la comanda
|
SetDemandReason=Indicar origen de la comanda
|
||||||
|
CreateInvoiceForThisCustomer=Crear una factura a partir de diverses comandes d'aquest client
|
||||||
|
CloseProcessedOrdersAutomatically=Classificar automàticament com "Processades" les comandes seleccionades.
|
||||||
|
|
||||||
# Document models
|
# Document models
|
||||||
PDFEinsteinDescription=Model de comanda complet (logo...)
|
PDFEinsteinDescription=Model de comanda complet (logo...)
|
||||||
|
|||||||
@ -83,7 +83,7 @@ UserSetup=Configuración gestión de los usuarios
|
|||||||
MenuSetup=Administración de los menús por base de datos
|
MenuSetup=Administración de los menús por base de datos
|
||||||
MenuLimits=Límites y precisión
|
MenuLimits=Límites y precisión
|
||||||
MenuIdParent=Id del menú padre
|
MenuIdParent=Id del menú padre
|
||||||
DetailMenuIdParent=ID del menú padre (0 para un menú superior)
|
DetailMenuIdParent=ID del menú padre (vacío para un menú superior)
|
||||||
DetailPosition=Número de orden para la posición del menú
|
DetailPosition=Número de orden para la posición del menú
|
||||||
PersonalizedMenusNotSupported=Menús personalizados no generados
|
PersonalizedMenusNotSupported=Menús personalizados no generados
|
||||||
AllMenus=Todos
|
AllMenus=Todos
|
||||||
@ -1256,7 +1256,7 @@ MantisTestKo1=La conexión al servidor '%s' es correcta pero la base de datos' %
|
|||||||
MantisTestKo2=La conexión al servidor '%s' por el usuario '%s' a fallado.
|
MantisTestKo2=La conexión al servidor '%s' por el usuario '%s' a fallado.
|
||||||
MantisErrorConnectOkButWrongDatabase=La conexión es correcta pero la base de datos no parece ser una base de datos Mantis.
|
MantisErrorConnectOkButWrongDatabase=La conexión es correcta pero la base de datos no parece ser una base de datos Mantis.
|
||||||
##### Stock #####
|
##### Stock #####
|
||||||
StockSetup=configuración del módulo Stock
|
StockSetup=Configuración del módulo Stocks
|
||||||
UserWarehouse=Utilizar los stocks personales de usuarios
|
UserWarehouse=Utilizar los stocks personales de usuarios
|
||||||
##### Menu #####
|
##### Menu #####
|
||||||
MenuDeleted=Menú eliminado
|
MenuDeleted=Menú eliminado
|
||||||
@ -1308,7 +1308,10 @@ InvoiceDateUsed=Fecha usada de factura
|
|||||||
YourCompanyDoesNotUseVAT=Su empresa está configurada como no sujeta al IVA (Inicio - Configuración - Empresa/Institución), por lo que no hay opción para la paremetrización del IVA.
|
YourCompanyDoesNotUseVAT=Su empresa está configurada como no sujeta al IVA (Inicio - Configuración - Empresa/Institución), por lo que no hay opción para la paremetrización del IVA.
|
||||||
AccountancyCode=Código contable
|
AccountancyCode=Código contable
|
||||||
Deductible=Deducible
|
Deductible=Deducible
|
||||||
|
AccountancyCodeSell=Código contable ventas
|
||||||
|
AccountancyCodeBuy=Código contable compras
|
||||||
##### Agenda #####
|
##### Agenda #####
|
||||||
|
|
||||||
AgendaSetup=Módulo configuración de acciones y agenda
|
AgendaSetup=Módulo configuración de acciones y agenda
|
||||||
PasswordTogetVCalExport=Clave de autorización vcal export link
|
PasswordTogetVCalExport=Clave de autorización vcal export link
|
||||||
PastDelayVCalExport=No exportar los eventos de más de
|
PastDelayVCalExport=No exportar los eventos de más de
|
||||||
|
|||||||
@ -32,7 +32,7 @@ TotalTicket=Total ticket
|
|||||||
NoVAT=Sin IVA en esta venta
|
NoVAT=Sin IVA en esta venta
|
||||||
Change=Cambio
|
Change=Cambio
|
||||||
CalTip=Haga clic para ver el calendario
|
CalTip=Haga clic para ver el calendario
|
||||||
CashDeskSetupStock=La configuración decrementa el stock en la creación de facturas, pero no ha indicado almacén.<br>Cambie la configuración del módulo stock, o escoja un almacén
|
CashDeskSetupStock=La configuración decrementa el stock en la creación de facturas, pero no ha indicado almacén.<br>Cambie la configuración del módulo stocks, o escoja un almacén
|
||||||
BankToPay=Cuenta de cobro
|
BankToPay=Cuenta de cobro
|
||||||
ShowCompany=Ver empresa
|
ShowCompany=Ver empresa
|
||||||
ShowStock=Ver almacén
|
ShowStock=Ver almacén
|
||||||
|
|||||||
@ -79,6 +79,7 @@ Poste=Puesto
|
|||||||
DefaultLang=Idioma por defecto
|
DefaultLang=Idioma por defecto
|
||||||
VATIsUsed=Sujeto a IVA
|
VATIsUsed=Sujeto a IVA
|
||||||
VATIsNotUsed=No sujeto a IVA
|
VATIsNotUsed=No sujeto a IVA
|
||||||
|
CopyAddressFromSoc=Copiar dirección de la empresa
|
||||||
##### Local Taxes #####=
|
##### Local Taxes #####=
|
||||||
LocalTax1IsUsedES=Sujeto a RE
|
LocalTax1IsUsedES=Sujeto a RE
|
||||||
LocalTax1IsNotUsedES=No sujeto a RE
|
LocalTax1IsNotUsedES=No sujeto a RE
|
||||||
|
|||||||
@ -84,7 +84,8 @@ NewSoldeCP=Nuevo saldo
|
|||||||
alreadyCPexist=Ya se ha efectuado una petición de vacaciones para este periodo.
|
alreadyCPexist=Ya se ha efectuado una petición de vacaciones para este periodo.
|
||||||
UserName=Nombre Apellidos
|
UserName=Nombre Apellidos
|
||||||
Employee=Empleado
|
Employee=Empleado
|
||||||
|
FirstDayOfHoliday=Primer día libre
|
||||||
|
LastDayOfHoliday=Último día libre
|
||||||
|
|
||||||
## Configuration du Module ##
|
## Configuration du Module ##
|
||||||
ConfCP=Configuración del módulo Vacaciones
|
ConfCP=Configuración del módulo Vacaciones
|
||||||
|
|||||||
@ -15,8 +15,8 @@ PHPSupportPOSTGETOk=Este PHP soporta bien las variables POST y GET.
|
|||||||
PHPSupportPOSTGETKo=Es posible que este PHP no soporte las variables POST y/o GET. Compruebe el parámetro <b>variables_order</b> del php.ini.
|
PHPSupportPOSTGETKo=Es posible que este PHP no soporte las variables POST y/o GET. Compruebe el parámetro <b>variables_order</b> del php.ini.
|
||||||
PHPSupportGD=Este PHP soporta las funciones gráficas GD.
|
PHPSupportGD=Este PHP soporta las funciones gráficas GD.
|
||||||
PHPSupportUTF8=Este PHP soporta las funciones UTFB.
|
PHPSupportUTF8=Este PHP soporta las funciones UTFB.
|
||||||
PHPMemoryOK=Su memoria máxima de sesión PHP esta definida a <b>%s</b>. Esto debería ser suficiente.
|
PHPMemoryOK=Su memoria máxima de sesión PHP esta definida a <b>%s</b>. Esto debería ser suficiente.
|
||||||
PHPMemoryTooLow=Su memoria máxima de sesión PHP está definida en <b>%s</b> bytes. Esto es muy poco. Se recomienda modificar el parámetro <b>memory_limit</b> de su archivo <b>php.ini</b> a al menos <b>%s</b> octetos.
|
PHPMemoryTooLow=Su memoria máxima de sesión PHP está definida en <b>%s</b> bytes. Esto es muy poco. Se recomienda modificar el parámetro <b>memory_limit</b> de su archivo <b>php.ini</b> a por lo menos <b>%s</b> bytes.
|
||||||
Recheck=Haga click aquí para realizar un test más exhaustivo
|
Recheck=Haga click aquí para realizar un test más exhaustivo
|
||||||
ErrorPHPDoesNotSupportSessions=Su instalación PHP no soporta las sesiones. Esta funcionalidad es necesaria para hacer funcionar a Dolibarr. Compruebe su configuración de PHP.
|
ErrorPHPDoesNotSupportSessions=Su instalación PHP no soporta las sesiones. Esta funcionalidad es necesaria para hacer funcionar a Dolibarr. Compruebe su configuración de PHP.
|
||||||
ErrorPHPDoesNotSupportGD=Este PHP no soporta las funciones gráficas GD. Ningún gráfico estará disponible.
|
ErrorPHPDoesNotSupportGD=Este PHP no soporta las funciones gráficas GD. Ningún gráfico estará disponible.
|
||||||
|
|||||||
@ -141,6 +141,8 @@ OrderSource6=Revistas
|
|||||||
QtyOrdered=Cant. pedida
|
QtyOrdered=Cant. pedida
|
||||||
AddDeliveryCostLine=Añadir una línea de gastos de portes indicando el peso del pedido
|
AddDeliveryCostLine=Añadir una línea de gastos de portes indicando el peso del pedido
|
||||||
SetDemandReason=Indicar origen del pedido
|
SetDemandReason=Indicar origen del pedido
|
||||||
|
CreateInvoiceForThisCustomer=Crear una factura a partir de varios pedidos de este cliente
|
||||||
|
CloseProcessedOrdersAutomatically=Clasificar automáticamente como "Procesados" los pedidos seleccionados.
|
||||||
|
|
||||||
# Document models
|
# Document models
|
||||||
PDFEinsteinDescription=Modelo de pedido completo (logo...)
|
PDFEinsteinDescription=Modelo de pedido completo (logo...)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user