Difference between revisions of "Plugin: LCL Rut Taxid"
From iDempiere en
| Line 6: | Line 6: | ||
* '''Github Repository:''' [https://github.com/tioraulv/RUT/raw/master/VerificadorRutChile.zip] | * '''Github Repository:''' [https://github.com/tioraulv/RUT/raw/master/VerificadorRutChile.zip] | ||
* '''Zip file:''' VerificadorRutChile.zip | * '''Zip file:''' VerificadorRutChile.zip | ||
| − | * '''Sources:''' [https://github.com/tioraulv/RUT/ | + | * '''Sources:''' [https://github.com/tioraulv/RUT/tree/master] |
* '''On Feature:''' VerificadorRutChile.feature.group | * '''On Feature:''' VerificadorRutChile.feature.group | ||
Revision as of 01:23, 19 November 2020
- Maintainer: Raul Vasquez
- Status: Testing
- License: GPLv2
- Price: Free
- Github Repository: [1]
- Zip file: VerificadorRutChile.zip
- Sources: [2]
- On Feature: VerificadorRutChile.feature.group
Description
This functionality adds chilean Tax Id RUT Verification on TaxID field
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)[3]
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.
