Plugin: LCL Rut Taxid
From iDempiere en
- Maintainer: Raul Vasquez
- Status: Testing
- License: GPLv2
- Price: Free
- Github Repository: https://github.com/tioraulv/RUT
- Zip file: VerificadorRutChile.zip
- Sources: https://github.com/tioraulv/RUT/tree/master
- 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)[1]
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.