Skip to content

rt-3.3

Compare
Choose a tag to compare
@yamelsenih yamelsenih released this 26 Mar 23:20
· 2238 commits to develop since this release
0d30213

rt-3.3

Hi erveryone, here a new release rt-3.3 with many changes. We are happy of share it with all:

Related Commits

  • Remove unnecessary lines #677
  • Improve display for locator component #678
  • Support to Field Preference #662
  • fix: Unnecesarily loop in the static menu. #660
  • Support Binary #670
  • Fixed error with Search Product from Value instead name #680
  • Feature/#pos rename functions #682
  • Tests fo badge component #681
  • Popover List Product Info #679
  • Rename functions for location components #683
  • Validate if the field has a callout before updating or creating #684
  • Support Private Access #671
  • add validate the IsProcessed #685
  • Change Button the Chat #694
  • fix: Field isActive not edit with false value. #693
  • Feature: Add preference service #696
  • fix: Report change print format. #695

Available Docker Images:

docker run -d \
    -it \
    --name adempiere-grpc-all-in-one \
    -p 50059:50059 \
    -e SERVER_PORT=50059 \
    -e SERVICES_ENABLED="access; business; core; dashboarding; dictionary; enrollment; log; ui; workflow; store; pos; updater;" \
    -e SERVER_LOG_LEVEL="WARNING" \
    -e DB_HOST="localhost" \
    -e DB_PORT="5432" \
    -e DB_NAME=\"adempiere\" \
    -e DB_USER="adempiere" \
    -e DB_PASSWORD="adempiere" \
    -e DB_TYPE="PostgreSQL" \
    erpya/adempiere-grpc-all-in-one
docker run -it -d \
    --name proxy-adempiere-api \
    -p 8085:8085 \
    -e AD_DEFAULT_HOST="Your_gRPC_Server_IP" \
    -e AD_DEFAULT_PORT="50059" \
    -e AD_TOKEN="Your_ADempiere_Generated_Token" \
    -e VS_ENV="dev" \
    -e RESTORE_DB="N" \
    erpya/proxy-adempiere-api
docker run -it \
    --name adempiere-vue \
    -p 80:80 \
    -e API_URL="http://localhost:8085" \
    erpya/adempiere-vue
docker pull erpya/adempiere-base
docker run -p 8888:8888 erpya/adempiere-base

Available Previews

Authentication values:

A Demo

User: demo
Password: demo

Garden World

User: GardenAdmin
Password: GardenAdmin