Skip to content

Releases: adempiere/adempiere-vue

rt-3.2

17 Mar 15:52
1c928e2
Compare
Choose a tag to compare

rt-3.2

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

Related Commits

  • fix: Is read only record with different client id. (#676)
  • fixed styling of labels for select boxes (#672)
  • Add default API for testing project (#669)
    Just add default URL for API use this API for testing project without install backend
  • Action value correction in dialog when defined
  • fix: Export record's to zip, xls, json, xml, txt (#666)
  • fix: Unnecessary requests for the sort type tab. (#664)
  • Add more information to the locator (#661)
  • description correption, in 'interfáz' and 'remostos' in README.es.md (#657)
  • Fixes: #61 fix sequence field location (#656)

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:

User: demo
Password: demo

rt-3.1

10 Mar 16:05
b878264
Compare
Choose a tag to compare

rt-3.1

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

Related Commits

  • Just minor change

  • Change bad end character

  • Bugfix/unnecessary field calls (#628)

    • add complete order from collection
    • call the edit line fields only when they are displayed
    • unnecessary calling of customer fields
    • minimal changes
  • Bugfix/fix point router on initial load (#630)

    • add complete order from collection
    • call the edit line fields only when they are displayed
    • unnecessary calling of customer fields
    • minimal changes
    • Add point id to the route on initial load
  • fix calculator (#633)

  • Update README.md

  • Update README.md

  • Update README.md

  • Add vDevSoft company as contributor

  • login section according to role and organization (#634)

  • fix: Run process all fields as mandatory #644 (#645)

  • fixes #646 print console.log login data. (#647)

  • Filter by required and available column (#650)

  • Bugfix/fix last name service create business partner (#651)

    • change parameter
    • tabindex the field
    • bringing value from the context
  • fix 404 (#652)

    • fix 404
    • delete console.log
  • fixes #653 set default values in panel open menu. (#654)

  • Update README.md

  • Update Demo

  • Update README.md

  • Add user info for preview

  • Just add user information for login on demo

  • Update ES Readme

  • Add Link Demo and user information

  • Bugfix/validate private access (#655)

    • fix private acces
    • Fixes: # 156 Fix Private Access

Available Docker Images:

docker pull erpya/adempiere-grpc-all-in-one
docker pull erpya/proxy-adempiere-api
docker pull erpya/adempiere-vue
docker pull erpya/adempiere-base
docker run -p 8888:8888 erpya/adempiere-base

Available Previews

Authentication values:

User: demo
Password: demo

rt-3.0

03 Mar 15:56
e40e487
Compare
Choose a tag to compare

Update repository from source forked

rt-2.9

26 Feb 02:23
aa79d74
Compare
Choose a tag to compare
  • Fixed error with POS load
  • Fixed error with dashboard reference

rt-2.8

25 Feb 18:07
5c25117
Compare
Choose a tag to compare

Fixed error with selection for Smart Browser
Improve use for VUEX POS form

rt-2.7

23 Feb 21:01
Compare
Choose a tag to compare

Add minor change for GH actions

Generate GH Actions

23 Feb 20:46
7794254
Compare
Choose a tag to compare

Just a little change for add support to GH Actions after release