forked from PanJiaChen/vue-element-admin
-
Notifications
You must be signed in to change notification settings - Fork 48
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 sub-menu to context menu #762
Merged
yamelsenih
merged 1 commit into
adempiere:develop
from
elsiosanchez:feature/add-submenu
Apr 21, 2021
Merged
Add sub-menu to context menu #762
yamelsenih
merged 1 commit into
adempiere:develop
from
elsiosanchez:feature/add-submenu
Apr 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull has been verified and complies with what is required, it would only be necessary to add those required in the Isuee #714 |
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
Labels
02 Bug
Something isn't working
27 Fast Resolution
Very fast Resolution for a issue, can be completed along the day
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature
Add sub-menu to context menu
Screenshot or Gif
Link to minimal reproduction
demo-ui-erpya
Other relevant information
Issues
Fixes: #761