- Copyright: 2020 Frontuari, C.A. http://frontuari.net
- Repository: https://github.com/frontuari/net.frontuari.bpallocation
- License: GPL 2
This plugins can allocate documents (Invoices and Payments) between two difference business partners.
- Jorge Colmenarez - Frontuari, C.A. jcolmenarez@frontuari.net.
- Ing. Victor Suarez victor.suarez.is@gmail.com
- iDempiere Plugin net.frontuari.bpallocation
- iDempiere Unit Test Fragment net.frontuari.bpallocation.test
- iDempiere Target Platform net.frontuari.bpallocation.targetplatform
- Java 11, commands
java
andjavac
. - iDempiere 7.1.0
- Set
IDEMPIERE_REPOSITORY
env variable
- Se extiende Funcionalidad de Asignaciones de iDempiere, mejorando su funcionamiento, permitiendo mediante el configurador de sistema VS_DaysDiffPermittedForAllocation, establecer una cantidad de dias de holgura para que la asignacion no arroje error cuando es de fecha menor a los Documentos de Factura y/o Pagos de las lineas.
- Instalar Plugin
- Verificar si se instalo el configurador VS_DaysDiffPermittedForAllocation
- Copiar dicho configurador a su Grupo Empresarial
- Colocar el valor numerico deseado en el configurador VS_DaysDiffPermittedForAllocation, deben ser valores negativos, si queremos que la asignacion pueda tener fechas anteriores a los Documentos de Facturas y Pagos de la Asignacion.
- Si el configurador no existe, el valor por defecto es 0, por lo que tomara el comportamiento original.
- Put the documentation/links here
Compile plugin and run tests:
./build
Use the parameter debug
for debug mode example:
./build debug
To use .\build.bat
for windows.