adempiere / adempiere-vue

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".

Home Page:https://adempiere.github.io/adempiere-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Remove depreciated or unused components/properties

EdwinBetanc0urt opened this issue · comments

Feature request

Describe the solution you'd like

Currently in the project are the following files that are not used:

  • src/components/ADempiere/IconElement/index.vue.
  • src/utils/ADempiere/criteria.js.

The following field metadata properties are used:

  • value.
  • oldValue.
  • valueTo.

The following components are deprecated and can be replaced with other existing implementations:

  • build/Dockerfile.dist replaced by build/Dockerfile.prod.
  • src/components/ADempiere/Pagination/index.vue replaced by src/components/ADempiere/DefaultTable/CustomPagination.vue