Difference between revisions of "Plugin: LCL Rut Taxid"
From iDempiere en
m |
m (corrige link archivo zip) |
||
| Line 4: | Line 4: | ||
* '''License:''' [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] | * '''License:''' [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] | ||
* '''Price:''' Free | * '''Price:''' Free | ||
| − | * '''Bitbucket Repository:''' [https://bitbucket.org/raul_vasquez/lcl/ | + | * '''Bitbucket Repository:''' [https://bitbucket.org/raul_vasquez/lcl/downloads/VerificadorRutChile.zip] |
* '''Zip file:''' VerificadorRutChile.zip | * '''Zip file:''' VerificadorRutChile.zip | ||
* '''Sources:''' [https://bitbucket.org/raul_vasquez/lcl bitbucket] | * '''Sources:''' [https://bitbucket.org/raul_vasquez/lcl bitbucket] | ||
Revision as of 03:06, 1 September 2017
- Maintainer: Raul Vasquez
- Status: Testing
- License: GPLv2
- Price: Free
- Bitbucket Repository: [1]
- Zip file: VerificadorRutChile.zip
- Sources: bitbucket
- On Feature: VerificadorRutChile.feature.group
Description
This functionality adds chilean Tax Id RUT Verification on TaxID field
Feedback
Please rate this plugin:
{{#w4grb_rate:Plugin:_LCL_Rut_Taxid}}
<w4grb_ratinglist pagevotes idpage="Plugin:_LCL_Rut_Taxid" items="30"/>
If you want to provide additional comments, please use the Discussion page
How to Install
There are two ways to install, Felix Console or P2 Repository.
Felix Console
watch this video (spanish)[2]
P2 Repository
Unzip VerificadorRutChile.zip
DESTINATION=/opt/idempiere-server # Where your iDempiere server is installed REPO=/folder/where/you/unzip/VericadorRutChile.zip cd $DESTINATION sudo java -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=director \ -jar plugins/org.eclipse.osgi_3.7.*.jar -application org.eclipse.equinox.p2.director \ -consoleLog -profileProperties org.eclipse.update.install.features=true \ -destination $DESTINATION -repository file://$REPO \ -i VerificadorRutChile.feature.group
Replace the DESTINATION variable with the folder where your iDempiere server is installed.
