From 36b373b9048f51de15fb176e1d2dc3c055a34fbc Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Mon, 2 May 2011 08:49:44 +0000 Subject: [PATCH] Qual: Add currency, idprod1, tax and lang for Honduras --- .../install/mysql/data/llx_c_currencies.sql | 5 ++-- htdocs/install/mysql/data/llx_c_tva.sql | 6 ++++- .../install/mysql/migration/3.0.0-3.1.0.sql | 5 ++++ htdocs/langs/ca_ES/companies.lang | 4 +++ htdocs/langs/en_US/companies.lang | 4 +++ htdocs/langs/es_ES/companies.lang | 4 +++ htdocs/langs/es_HN/admin.lang | 13 ++++++++++ htdocs/langs/es_HN/bills.lang | 10 +++++++ htdocs/langs/es_HN/companies.lang | 4 +++ htdocs/langs/es_HN/compta.lang | 26 +++++++++++++++++++ htdocs/langs/es_HN/main.lang | 21 +++++++++++++++ htdocs/langs/es_HN/propal.lang | 3 +++ htdocs/langs/fr_FR/companies.lang | 4 +++ 13 files changed, 106 insertions(+), 3 deletions(-) create mode 100755 htdocs/langs/es_HN/admin.lang create mode 100755 htdocs/langs/es_HN/bills.lang create mode 100755 htdocs/langs/es_HN/companies.lang create mode 100755 htdocs/langs/es_HN/compta.lang create mode 100755 htdocs/langs/es_HN/main.lang create mode 100755 htdocs/langs/es_HN/propal.lang diff --git a/htdocs/install/mysql/data/llx_c_currencies.sql b/htdocs/install/mysql/data/llx_c_currencies.sql index d9ecbe4d169..e80b0dea578 100644 --- a/htdocs/install/mysql/data/llx_c_currencies.sql +++ b/htdocs/install/mysql/data/llx_c_currencies.sql @@ -5,7 +5,7 @@ -- Copyright (C) 2004 Guillaume Delecourt -- Copyright (C) 2005-2009 Regis Houssin -- Copyright (C) 2007 Patrick Raguin --- +-- Copyright (C) 2011 Juanjo Menent -- 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'); diff --git a/htdocs/install/mysql/data/llx_c_tva.sql b/htdocs/install/mysql/data/llx_c_tva.sql index 22a71d1708c..de2462bacaa 100644 --- a/htdocs/install/mysql/data/llx_c_tva.sql +++ b/htdocs/install/mysql/data/llx_c_tva.sql @@ -5,7 +5,7 @@ -- Copyright (C) 2004 Guillaume Delecourt -- Copyright (C) 2005-2009 Regis Houssin -- Copyright (C) 2007 Patrick Raguin --- Copyright (C) 2010 Juanjo Menent +-- Copyright (C) 2010-2011 Juanjo Menent -- -- 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); diff --git a/htdocs/install/mysql/migration/3.0.0-3.1.0.sql b/htdocs/install/mysql/migration/3.0.0-3.1.0.sql index b2ea5a8bde9..ac5adaf40a5 100755 --- a/htdocs/install/mysql/migration/3.0.0-3.1.0.sql +++ b/htdocs/install/mysql/migration/3.0.0-3.1.0.sql @@ -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); diff --git a/htdocs/langs/ca_ES/companies.lang b/htdocs/langs/ca_ES/companies.lang index 03e176fefeb..024848d7034 100644 --- a/htdocs/langs/ca_ES/companies.lang +++ b/htdocs/langs/ca_ES/companies.lang @@ -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 diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang index 58105266ebd..c16f59a3dd3 100644 --- a/htdocs/langs/en_US/companies.lang +++ b/htdocs/langs/en_US/companies.lang @@ -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 diff --git a/htdocs/langs/es_ES/companies.lang b/htdocs/langs/es_ES/companies.lang index 6f3dd48d525..834d2159702 100644 --- a/htdocs/langs/es_ES/companies.lang +++ b/htdocs/langs/es_ES/companies.lang @@ -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 diff --git a/htdocs/langs/es_HN/admin.lang b/htdocs/langs/es_HN/admin.lang new file mode 100755 index 00000000000..91396b9b952 --- /dev/null +++ b/htdocs/langs/es_HN/admin.lang @@ -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:
Si el vendedor no está sujeto a ISV, ISV por defecto=0. Final de regla.
Si el país del vendedor= país del comprador entonces ISV por defecto=ISV del producto vendido. Final de regla.
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
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.
Si vendedor y comprador residen en la Comunidad Europea y comprador= empresa con NIF intracomunitario entonces ISV por defecto=0. Final de regla.
Si no, ISV propuesto por defecto=0. Final de regla.
+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:
-en el envío de los bienes (en la práctica se usa la fecha de la factura)
-sobre el pago por los servicios +OptionVatDebitOptionDesc=La carga del ISV es:
-en el envío de los bienes (en la práctica se usa la fecha de la factura)
-sobre la facturación de los servicios diff --git a/htdocs/langs/es_HN/bills.lang b/htdocs/langs/es_HN/bills.lang new file mode 100755 index 00000000000..a9e3a9e5cb7 --- /dev/null +++ b/htdocs/langs/es_HN/bills.lang @@ -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 (%s %s) 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...) diff --git a/htdocs/langs/es_HN/companies.lang b/htdocs/langs/es_HN/companies.lang new file mode 100755 index 00000000000..c0f5dce747f --- /dev/null +++ b/htdocs/langs/es_HN/companies.lang @@ -0,0 +1,4 @@ +# Dolibarr language file - es_HN - companies +CHARSET=UTF-8 +VATIsUsed=Sujeto a ISV +VATIsNotUsed=No sujeto a ISV \ No newline at end of file diff --git a/htdocs/langs/es_HN/compta.lang b/htdocs/langs/es_HN/compta.lang new file mode 100755 index 00000000000..43b3d7a13cd --- /dev/null +++ b/htdocs/langs/es_HN/compta.lang @@ -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
- Incluye las facturas, cargas e ISV debidos, que estén pagadas o no.
- Se basa en la fecha de validación para las facturas y el ISV y en la fecha de vencimiento para las cargas.
+RulesResultInOut=- Los importes mostrados son importes totales
- Incluye los pagos realizados para las facturas, cargas e ISV.
- Se basa en la fecha de pago de las mismas.
+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 %sISV pagado%s para un modo de cálculo estandard +SeeVATReportInDueDebtMode=Ver el informe %sISV debido%s 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.
- 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.
- 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") diff --git a/htdocs/langs/es_HN/main.lang b/htdocs/langs/es_HN/main.lang new file mode 100755 index 00000000000..390b2055e2f --- /dev/null +++ b/htdocs/langs/es_HN/main.lang @@ -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 \ No newline at end of file diff --git a/htdocs/langs/es_HN/propal.lang b/htdocs/langs/es_HN/propal.lang new file mode 100755 index 00000000000..defc590618f --- /dev/null +++ b/htdocs/langs/es_HN/propal.lang @@ -0,0 +1,3 @@ +# Dolibarr language file - es_HN - propal +CHARSET=UTF-8 +AmountOfProposalsByMonthHT=Importe por mes (Sin ISV) \ No newline at end of file diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang index a531042d7bb..e4df5e3f92b 100644 --- a/htdocs/langs/fr_FR/companies.lang +++ b/htdocs/langs/fr_FR/companies.lang @@ -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