Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/refactory pos #760

Merged
merged 13 commits into from
Apr 23, 2021
Merged

Feature/refactory pos #760

merged 13 commits into from
Apr 23, 2021

Conversation

elsiosanchez
Copy link
Collaborator

Bug report / Feature

Separate the entire store from the point of sale for a better understanding of the code.

@yamelsenih yamelsenih merged commit 1e42f1e into adempiere:develop Apr 23, 2021
yamelsenih added a commit to adempiere/adempiere-vue-docker that referenced this pull request Apr 23, 2021
- support search table mode mobile
[#740](adempiere/adempiere-vue#740)
- fix errors in the fields of the mobile interface with long names
(#746) [#746](adempiere/adempiere-vue#746)
- Add License to files inside project
[#757](adempiere/adempiere-vue#757)
- adaptable to different types of screens
[#758](adempiere/adempiere-vue#758)
- Allows timeout for backed request
[#759](adempiere/adempiere-vue#759)
- adaptable to different types of screens
[#758](adempiere/adempiere-vue#758)
- Allows timeout for backed request
[#759](adempiere/adempiere-vue#759)
- Change timeout by default
[#764](adempiere/adempiere-vue#764)
- get the currency code to be paid
[#750](adempiere/adempiere-vue#750)
- Fixes: [#767](adempiere/adempiere-vue#767)
[#767](adempiere/adempiere-vue#767)
- record access mode mobile support
[#755](adempiere/adempiere-vue#755)
- Add sub-menu to context menu
[#762](adempiere/adempiere-vue#762)
- Feature/refactory pos
[#760](adempiere/adempiere-vue#760)
- Converting for payment methods
[#749](adempiere/adempiere-vue#749)
- style context menu the field
[#755](adempiere/adempiere-vue#755)
- Error List Order
[#779](adempiere/adempiere-vue#779)
- add popover for ping in the point of sales
[#776](adempiere/adempiere-vue#776)
- shading in the table when selecting mobile mode
[#781](adempiere/adempiere-vue#781)
- add validation the isDisplayedGrid to table
[#783](adempiere/adempiere-vue#783)

## Available Docker Images:

- [ADempiere
gRPC](https://hub.docker.com/r/erpya/adempiere-grpc-all-in-one)
```shell
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)
```shell
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)
```shell
docker run -it \
    --name adempiere-vue \
    -p 80:80 \
    -e API_URL="http://localhost:8085" \
    erpya/adempiere-vue
```
- [ADempiere](https://hub.docker.com/repository/docker/erpya/adempiere-base)
```
docker pull erpya/adempiere-base
docker run -p 8888:8888 erpya/adempiere-base
```

## Available Previews

- [ADempiere-Vue](https://demo-ui.erpya.com)
- [ADempiere-ZK](https://demo.erpya.com)

Authentication values:
### A Demo
```
User: demo
Password: demo
```
### Garden World
```
User: GardenAdmin
Password: GardenAdmin
```
EdwinBetanc0urt added a commit to EdwinBetanc0urt/adempiere-vue that referenced this pull request Jan 23, 2023
* Solicitud

Fixed:adempiere#760 adempiere#761

* Update issues.js

* Update issues.js

* Update issues.js

* Update issues.js

Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants