Skip to content

Releases: adempiere/adempiere-vue

rt-4.2

28 May 22:11
0f4fedb
Compare
Choose a tag to compare

Related Commits

  • fix: Options fields operator comparison. #868
  • corrections of errors in post services #876
  • add Documente activity #874
  • Redefinition filter fields. #879
  • Error when translating the menu in the documentation menu #878
  • Error loading Tender Type fields #877
  • Add some POS images #882
  • Add images for Readme #883
  • changer le style du couvre-chef du catalogue #884
  • Fast filtering in the tables #885
  • adjust point of sale catalog image #886

rt-4.1

25 May 21:29
b328c58
Compare
Choose a tag to compare

Related Commits

  • Corrections of errors in post services #859
  • Support to Private Access #860
  • Fix Components (export reports and search menu options) #861
  • Changing order table options #862
  • Styling fixes for menu cards #863
  • Support to pin the POS #865
  • Search for the conversion date by the current date #866
  • Fix Customer the Point of Sales #870
  • Add documentation for developer mode to change role #871
  • Add documentation for developer mode of the Lock/Unlock Logs service #872
  • Support for image loading at the point of sale #868
  • Fixing context menu error #873

rt-4.0

19 May 16:12
97287f1
Compare
Choose a tag to compare

Related Commits

  • Update update.md #851
  • components #853
  • Remove common styles and duplicate css rules #852
  • components (activity and close tab) #853
  • Support Lock Record #833
  • Fix Price Checking #854
  • Common title component #855
  • components (activity and close tab) #856
  • support service image #857
  • change end point #858

Docs news

Components

rt-3.9

14 May 22:01
e831205
Compare
Choose a tag to compare

Related Commits

  • Fixed error with tablename for record access #829
  • The field is still unchanged #830
  • validate when displaying modal in mobile mode #831
  • Fix Record Access #832
  • Support Lock Record #833
  • update translation component #836
  • Fix Message Record Access #835
  • Adding Documentation Options for the Developer of the Record Access Service #838
  • Close popover of field options #847
  • fix service Create Order Line #848
  • fix document #849

Docs news

Components

rt-3.8

13 May 20:25
c3678bd
Compare
Choose a tag to compare

Related Commits

  • Fixed error with tablename for record access #829
  • The field is still unchanged #830
  • validate when displaying modal in mobile mode #831
  • Fix Record Access #832
  • Support Lock Record #833
  • update translation component #836
  • Fix Message Record Access #835
  • Adding Documentation Options for the Developer of the Record Access Service #838
  • Close popover of field options #847
  • fix service Create Order Line #848

Docs news

Components

rt-3.7

08 May 00:28
a8430e9
Compare
Choose a tag to compare

Related Commits

  • convert the values to be sent and delete unnecessary console.logs #784
  • scroll in context menu #785
  • scroll in context menu #786
  • create order with the same customer #788
  • Add support for deploy on kubernetes #793
  • show context menu panel right #791
  • modifying the style to be able to close the registration panel while loading the registration table #792
  • Add API for get Record Access based on server #794
  • Add support to x vversion from npm #798
  • add the documentation window as the main page #795
  • correcting design errors in the Record Access dialog box #797
  • Create preference.md #800
  • Feature/add release documentation #803
  • Feature/add doc builder #804
  • Fix image path #806
  • Add components to path #806
  • Add changes in path #807
  • Add Translation for Preference Dialog #809
  • Process Activity Window Support in Mobile Mode #802
  • How to create and delete preference in desktop and mobile version #815
  • Add lock and unlock record to record access dialog box #805
  • Create access-to-records.md #813
  • add record access to the route #816
  • modification of names and path of images in file access to registry #818
  • feature/open-option-field-show-router #819
  • Support Option Traslation #821
  • modificación de preferencia #823
  • add log lock icon #824
  • information component #826
  • Add Change Log option in field #822
  • add router the service preference #827
  • fix style list Chat Entries in mode mobile #825
  • Minor fix for record access #825

Docs news

Components

rt-3.6

23 Apr 22:50
256af25
Compare
Choose a tag to compare
  • support search table mode mobile #740
  • fix errors in the fields of the mobile interface with long names (#746) #746
  • Add License to files inside project #757
  • adaptable to different types of screens #758
  • Allows timeout for backed request #759
  • adaptable to different types of screens #758
  • Allows timeout for backed request #759
  • Change timeout by default #764
  • get the currency code to be paid #750
  • Fixes: #767 #767
  • record access mode mobile support #755
  • Add sub-menu to context menu #762
  • Feature/refactory pos #760
  • Converting for payment methods #749
  • style context menu the field #755
  • Error List Order #779
  • add popover for ping in the point of sales #776
  • shading in the table when selecting mobile mode #781
  • add validation the isDisplayedGrid to table #783

rt-3.5

09 Apr 23:39
2c67d04
Compare
Choose a tag to compare

Related Commits

  • Add link to releases #745
  • remove image the api documentation #744
  • Feture/support menu field #737
  • remove image the api documentation #744
  • Feture/support menu field #737
  • Clean payment list #734
  • Validate mandatory fields when creating a business partner #725
  • Focus the Field #723
  • Correct Point Of Sale Alerts #718
  • Correcting error in quantities #722
  • add context menu field mode mobile #705
  • Add cursor pointer to Recient Item and Document Status table #717
  • Document Support #716
  • Support in mobile mode #713

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:

A Demo

User: demo
Password: demo

Garden World

User: GardenAdmin
Password: GardenAdmin

rt-3.4

04 Apr 21:14
2b1d8f7
Compare
Choose a tag to compare

rt-3.4

Related Commits

  • fix: Empty mandatory fields. #699
  • Bugfix/#692 context menu butons #700
  • add buttom new record #703
  • change style the button new order #704
  • Remove unnecessary request utility #706
    • Use default request utility from legacy source code
    • Improve calling structure
    • Implement posibility of create endpoint for request
    • Allows define a generic calling for backend service
    • Remove unnecessary functions
  • fix: Window references. #710
  • fix: Displayed value current document status. #709
  • feat: Add docker compose to deploy all stack. #711
  • Improve request util #712
    • Improve request util
    • Improve request util based on basic and generic request
    • Add ADempiere request layer (use it as template for others)
    • Add Release information from github
  • Chamge ADempiere request API fos a custom request

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:

A Demo

User: demo
Password: demo

Garden World

User: GardenAdmin
Password: GardenAdmin

rt-3.3

26 Mar 23:20
0d30213
Compare
Choose a tag to compare

rt-3.3

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

Related Commits

  • Remove unnecessary lines #677
  • Improve display for locator component #678
  • Support to Field Preference #662
  • fix: Unnecesarily loop in the static menu. #660
  • Support Binary #670
  • Fixed error with Search Product from Value instead name #680
  • Feature/#pos rename functions #682
  • Tests fo badge component #681
  • Popover List Product Info #679
  • Rename functions for location components #683
  • Validate if the field has a callout before updating or creating #684
  • Support Private Access #671
  • add validate the IsProcessed #685
  • Change Button the Chat #694
  • fix: Field isActive not edit with false value. #693
  • Feature: Add preference service #696
  • fix: Report change print format. #695

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:

A Demo

User: demo
Password: demo

Garden World

User: GardenAdmin
Password: GardenAdmin