Releases: adempiere/adempiere-vue
rt-3.2
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:
- ADempiere gRPC: https://hub.docker.com/r/erpya/adempiere-grpc-all-in-one
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
- Proxy ADempiere API: https://hub.docker.com/r/erpya/proxy-adempiere-api
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
- ADempiere Vue: https://hub.docker.com/r/erpya/adempiere-vue
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
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)
-
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
-
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:
- ADempiere gRPC: https://hub.docker.com/r/erpya/adempiere-grpc-all-in-one
docker pull erpya/adempiere-grpc-all-in-one
- Proxy ADempiere API: https://hub.docker.com/r/erpya/proxy-adempiere-api
docker pull erpya/proxy-adempiere-api
- ADempiere Vue: https://hub.docker.com/r/erpya/adempiere-vue
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
Update repository from source forked
rt-2.9
- Fixed error with POS load
- Fixed error with dashboard reference
rt-2.8
Fixed error with selection for Smart Browser
Improve use for VUEX POS form
rt-2.7
Add minor change for GH actions
Generate GH Actions
Just a little change for add support to GH Actions after release