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

Add calculator in the point of sale amount field #767

Merged
merged 1 commit into from
Apr 21, 2021
Merged

Add calculator in the point of sale amount field #767

merged 1 commit into from
Apr 21, 2021

Conversation

elsiosanchez
Copy link
Collaborator

@elsiosanchez elsiosanchez commented Apr 20, 2021

Feature

Add calculator in the point of sale amount field

Steps to reproduce

  1. Field Options

Screenshot or Gif

cal

Link to minimal reproduction

demo-ui-erpya

Other relevant information

  • Your OS: Debian 9
  • Web Browser: Chrome
  • Node.js version: 10.9

Issues

Fixes: #754

@oscarinak
Copy link
Collaborator

oscarinak commented Apr 21, 2021

The verification was carried out in the service "https://deploy-preview-767--stoic-lamport-68decf.netlify.app/" where the change in the point of sale of the calculator is observed in the field "Total Payment "

Verificación_Calculadora

@yamelsenih yamelsenih self-assigned this Apr 21, 2021
@yamelsenih yamelsenih added 27 Fast Resolution Very fast Resolution for a issue, can be completed along the day (POS) Point of Sales labels Apr 21, 2021
@yamelsenih yamelsenih merged commit 1b17431 into adempiere:develop Apr 21, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
27 Fast Resolution Very fast Resolution for a issue, can be completed along the day (POS) Point of Sales
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] The point of sale does not have an icon or Calculator section
3 participants