Difference between revisions of "Plugin: LCL Rut Taxid"
From iDempiere en
| Line 34: | Line 34: | ||
== How to Install == | == How to Install == | ||
| + | |||
| + | === Felix Console === | ||
| + | |||
| + | watch this video (spanish)[watch this video] | ||
=== P2 Repository === | === P2 Repository === | ||
Revision as of 19:44, 25 March 2015
- 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
Configuration
SysConfig Parameters
N/A
How to Install
Felix Console
watch this video (spanish)[watch this video]
P2 Repository
The recommended way to install the plugin is using the 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.
