Qual: Add currency, idprod1, tax and lang for Honduras
This commit is contained in:
parent
a3bd492f73
commit
36b373b904
@ -5,7 +5,7 @@
|
||||
-- Copyright (C) 2004 Guillaume Delecourt <guillaume.delecourt@opensides.be>
|
||||
-- Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
||||
-- Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
||||
--
|
||||
-- Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
|
||||
-- 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
|
||||
-- the Free Software Foundation; either version 2 of the License, or
|
||||
@ -52,7 +52,8 @@ insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'FF', 'F
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'FL', 'LUF', 0, 'Francs luxembourgeois');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'FO', 'NLG', 1, 'Florins');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'FS', 'CHF', 1, 'Francs suisses');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LI', 'IEP', 1, 'Livres irlandaises');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LI', 'IEP', 1, 'Livres irlandaises');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LH', 'HNL', 1, 'Lempiras');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LR', 'ITL', 0, 'Lires');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LS', 'GBP', 1, 'Livres sterling');
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'MA', 'DEM', 0, 'Deutsch mark');
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
-- Copyright (C) 2004 Guillaume Delecourt <guillaume.delecourt@opensides.be>
|
||||
-- Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
||||
-- Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
||||
-- Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||
-- Copyright (C) 2010-2011 Juanjo Menent <jmenent@2byte.es>
|
||||
--
|
||||
-- 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
|
||||
@ -218,3 +218,7 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (24
|
||||
-- MAURITIUS
|
||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1521,152, '0','0','VAT Rate 0',1);
|
||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1522,152, '15','0','VAT Rate 15',1);
|
||||
|
||||
-- HONDURAS (id 114)
|
||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1141,114, '0','0','No ISV',1);
|
||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1142,114, '12','0','ISV 12%',1);
|
||||
|
||||
@ -268,3 +268,8 @@ INSERT INTO llx_c_departements ( code_departement, fk_region, cheflieu, tncc, nc
|
||||
INSERT INTO llx_c_departements ( code_departement, fk_region, cheflieu, tncc, ncc, nom, active) VALUES ('VL', 11401, '', 0, 'VL', 'Valle', 1);
|
||||
INSERT INTO llx_c_departements ( code_departement, fk_region, cheflieu, tncc, ncc, nom, active) VALUES ('YO', 11401, '', 0, 'YO', 'Yoro', 1);
|
||||
INSERT INTO llx_c_departements ( code_departement, fk_region, cheflieu, tncc, ncc, nom, active) VALUES ('DC', 11401, '', 0, 'DC', 'Distrito Central', 1);
|
||||
-- Currency Honduras
|
||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LH', 'HNL', 1, 'Lempiras');
|
||||
-- ISV (VAT) Honduras
|
||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1141,114, '0','0','No ISV',1);
|
||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1142,114, '12','0','ISV 12%',1);
|
||||
|
||||
@ -129,6 +129,10 @@ ProfId1GB=Número registre
|
||||
ProfId2GB=-
|
||||
ProfId3GB=SIC
|
||||
ProfId4GB=-
|
||||
ProfId1HN=RTN
|
||||
ProfId2HN=-
|
||||
ProfId3HN=-
|
||||
ProfId4HN=-
|
||||
ProfId1IN=Id prof. 1 (TIN)
|
||||
ProfId2IN=Id prof. 2
|
||||
ProfId3IN=Id prof. 3
|
||||
|
||||
@ -127,6 +127,10 @@ ProfId1GB=Prof Id 1 (Registration Number)
|
||||
ProfId2GB=-
|
||||
ProfId3GB=Prof Id 3 (SIC)
|
||||
ProfId4GB=-
|
||||
ProfId1HN=Id prof. 1 (RTN)
|
||||
ProfId2HN=-
|
||||
ProfId3HN=-
|
||||
ProfId4HN=-
|
||||
ProfId1IN=Prof Id 1 (TIN)
|
||||
ProfId2IN=Prof Id 2
|
||||
ProfId3IN=Prof Id 3
|
||||
|
||||
@ -129,6 +129,10 @@ ProfId1GB=Número registro
|
||||
ProfId2GB=-
|
||||
ProfId3GB=SIC
|
||||
ProfId4GB=-
|
||||
ProfId1HN=RTN
|
||||
ProfId2HN=-
|
||||
ProfId3HN=-
|
||||
ProfId4HN=-
|
||||
ProfId1IN=Id prof. 1 (TIN)
|
||||
ProfId2IN=Id prof. 2
|
||||
ProfId3IN=Id prof. 3
|
||||
|
||||
13
htdocs/langs/es_HN/admin.lang
Executable file
13
htdocs/langs/es_HN/admin.lang
Executable file
@ -0,0 +1,13 @@
|
||||
# Dolibarr language file - es_HN - admin
|
||||
CHARSET=UTF-8
|
||||
Permission91=Consultar impuestos e ISV
|
||||
Permission92=Crear/modificar impuestos e ISV
|
||||
Permission93=Eliminar impuestos e ISV
|
||||
DictionnaryVAT=Tasa de ISV (Impuesto sobre ventas en EEUU)
|
||||
VATManagement=Gestión ISV
|
||||
VATIsUsedDesc=El tipo de ISV propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a ISV, ISV por defecto=0. Final de regla.<br>Si el país del vendedor= país del comprador entonces ISV por defecto=ISV del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y el bien vendido= nuevo medio de transportes (auto, barco, avión), ISV por defecto=0 (el ISV debe ser pagado por comprador a la hacienda pública de su país y no al vendedor). Final de regla<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= particular o empresa sin NIF intracomunitario entonces ISV por defecto=ISV del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= empresa con NIF intracomunitario entonces ISV por defecto=0. Final de regla.<br>Si no, ISV propuesto por defecto=0. Final de regla.<br>
|
||||
VATIsNotUsedDesc=El tipo de ISV propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.
|
||||
UnitPriceOfProduct=Precio unitario sin ISV de un producto
|
||||
OptionVatMode=Opción de carga de ISV
|
||||
OptionVatDefaultDesc=La carga del ISV es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre el pago por los servicios
|
||||
OptionVatDebitOptionDesc=La carga del ISV es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre la facturación de los servicios
|
||||
10
htdocs/langs/es_HN/bills.lang
Executable file
10
htdocs/langs/es_HN/bills.lang
Executable file
@ -0,0 +1,10 @@
|
||||
# Dolibarr language file - es_HN - bills
|
||||
CHARSET=UTF-8
|
||||
ErrorVATIntraNotConfigured=Número de ISV intracomunitario aún no configurado
|
||||
ConfirmClassifyPaidPartiallyReasonDiscountNoVat=El resto a pagar <b>(%s %s)</b> es un descuento acordado después de la factura. Acepto perder el ISV de este descuento
|
||||
AmountOfBillsByMonthHT=Importe de las facturas por mes (Sin ISV)
|
||||
IntracommunityVATNumber=Número de ISV intracomunitario
|
||||
VATIsNotUsedForInvoice=* ISV no aplicable art-293B del CGI
|
||||
PDFBerniqueDescription=Modelo para las facturas con varios tipos de ISV, incluido también el número de ISV Intracomunitario
|
||||
PDFCrabeDescription=Modelo de factura completo (ISV, método de pago a mostrar, logotipo...)
|
||||
PDFOursinDescription=Modelo de factura completo (ISV, métodos de pago, entregas, nombre del proyecto, referencias de presupuesto, logotipo...)
|
||||
4
htdocs/langs/es_HN/companies.lang
Executable file
4
htdocs/langs/es_HN/companies.lang
Executable file
@ -0,0 +1,4 @@
|
||||
# Dolibarr language file - es_HN - companies
|
||||
CHARSET=UTF-8
|
||||
VATIsUsed=Sujeto a ISV
|
||||
VATIsNotUsed=No sujeto a ISV
|
||||
26
htdocs/langs/es_HN/compta.lang
Executable file
26
htdocs/langs/es_HN/compta.lang
Executable file
@ -0,0 +1,26 @@
|
||||
# Dolibarr language file - es_HN - compta
|
||||
CHARSET=UTF-8
|
||||
VATToPay=ISV ventas
|
||||
VATReceived=ISV repercutido
|
||||
VATToCollect=ISV compras
|
||||
VATSummary=Balance de ISV
|
||||
VATPaid=ISV Pagado
|
||||
VATCollected=ISV recuperado
|
||||
PaymentVat=Pago ISV
|
||||
NewVATPayment=Nuevo pago de ISV
|
||||
VATPayment=Pago ISV
|
||||
VATPayments=Pagos ISV
|
||||
SocialContributionsPayments=Pagos cargas sociales
|
||||
ShowVatPayment=Ver pagos ISV
|
||||
TotalVATReceived=Total ISV percibido
|
||||
RulesResultDue=- Los importes mostrados son importes totales<br>- Incluye las facturas, cargas e ISV debidos, que estén pagadas o no.<br>- Se basa en la fecha de validación para las facturas y el ISV y en la fecha de vencimiento para las cargas.<br>
|
||||
RulesResultInOut=- Los importes mostrados son importes totales<br>- Incluye los pagos realizados para las facturas, cargas e ISV.<br>- Se basa en la fecha de pago de las mismas.<br>
|
||||
VATReportByCustomersInInputOutputMode=Informe por cliente del ISV repercutido y pagado (ISV pagado)
|
||||
VATReportByCustomersInDueDebtMode=Informe por cliente del ISV repercutido y pagado (ISV debido)
|
||||
VATReportByQuartersInInputOutputMode=Informe por tasa del ISV repercutido y pagado (ISV pagado)
|
||||
VATReportByQuartersInDueDebtMode=Informe por tasa del ISV repercutido y pagado (ISV debido)
|
||||
SeeVATReportInInputOutputMode=Ver el informe <b>%sISV pagado%s</b> para un modo de cálculo estandard
|
||||
SeeVATReportInDueDebtMode=Ver el informe <b>%sISV debido%s</b> para un modo de cálculo con la opción sobre lo debido
|
||||
RulesVATIn=- Para los servicios, el informe incluye el ISV de los pagos efectivamente recibidos o emitidos basándose en la fecha del pago.<br>- Para los bienes materiales, incluye el ISV de las facturas basándose en la fecha de la factura.
|
||||
RulesVATDue=- Para los servicios, el informe incluye el ISV de las facturas debidas, pagadas o no basándose en la fecha de estas facturas.<br>- Para los bienes materiales, incluye el ISV de las facturas basándose en la fecha de la factura.
|
||||
COMPTA_VAT_ACCOUNT=Código contable por defecto para el ISV (si no está definido en el diccionario "Tasas de ISV")
|
||||
21
htdocs/langs/es_HN/main.lang
Executable file
21
htdocs/langs/es_HN/main.lang
Executable file
@ -0,0 +1,21 @@
|
||||
Dolibarr language file - es_HN - main
|
||||
CHARSET=UTF-8
|
||||
DIRECTION=ltr
|
||||
SeparatorDecimal=,
|
||||
SeparatorThousand=
|
||||
FormatDateShort=%d/%m/%Y
|
||||
FormatDateShortJava=dd/MM/yyyy
|
||||
FormatHourShort=%H:%M
|
||||
FormatHourShortDuration=%H:%M
|
||||
FormatDateTextShort=%d %b %Y
|
||||
FormatDateText=%d %B %Y
|
||||
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||
FormatDateHourText=%d %B %Y %H:%M
|
||||
AmountVAT=Importe ISV
|
||||
TotalVAT=Total ISV
|
||||
IncludedVAT=ISV incluido
|
||||
HT=Sin ISV
|
||||
TTC=ISV incluido
|
||||
VAT=ISV
|
||||
VATRate=Tasa ISV
|
||||
3
htdocs/langs/es_HN/propal.lang
Executable file
3
htdocs/langs/es_HN/propal.lang
Executable file
@ -0,0 +1,3 @@
|
||||
# Dolibarr language file - es_HN - propal
|
||||
CHARSET=UTF-8
|
||||
AmountOfProposalsByMonthHT=Importe por mes (Sin ISV)
|
||||
@ -129,6 +129,10 @@ ProfId1GB=Id prof. 1 (Registration Number)
|
||||
ProfId2GB=-
|
||||
ProfId3GB=Id prof. 3 (SIC)
|
||||
ProfId4GB=-
|
||||
ProfId1HN=Id prof. 1 (RTN)
|
||||
ProfId2HN=-
|
||||
ProfId3HN=-
|
||||
ProfId4HN=-
|
||||
ProfId1IN=Id prof. 1 (TIN)
|
||||
ProfId2IN=Id prof. 2
|
||||
ProfId3IN=Id prof. 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user