* changed hover styling of card
* improved styling of menu cards
* other minor styling improvements in cards layout
* Fields always have same size
* style fix active-inactive text in yes-no-field
* moved popover to own component
* refactored labelPopover
* added info icon to label
* truncated placeholder
* bugfix - added missing method back in
* set resizable in textareas to false
* style fix for context info
* fixes due to merge form develop
* reverted padding for context info box
* inserted line breaks in side menu
* changed hover styling of card
* improved styling of menu cards
* other minor styling improvements in cards layout
* Fields always have same size
* style fix active-inactive text in yes-no-field
* moved popover to own component
* refactored labelPopover
* added info icon to label
* truncated placeholder
* bugfix - added missing method back in
* set resizable in textareas to false
* style fix for context info
* fixes due to merge form develop
* reverted padding for context info box
* Add License to files inside project
This is recommended by GNU/gpl v3 according with it: https://www.gnu.org/licenses/gpl-3.0.html
```
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
```
* Remove space
* Add support to service of Save Preference from component
* remove unnecessary values
* Add service for delete preference
* add service delete preference
* Add translation for preference message
Co-authored-by: elsiosanchez <elsiosanches@gmail.com>
* fix: Create/update entity send log columns.
* add user message info to create new recrod.
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
* Change definition for v-model of fields using reactive store
* change custom validateValue to custom and overwrite parsedValue.
* Delete unused parameters.
* Add queue for persistence
* fix: Create entity.
* Add return value as array for persistence
* Add multiple commit for panel
* remove commnets
* Change context session to preference.
* fix: Load window.
* Add support to seekrecord for panel
* Set default value to isActive columnName.
* set default values.
* Separate template mobile and panel desktop with mixin.
* set values into panel with first load of records.
* fix lookups value and display value.
* change `DisplayColumn_${columnName}` to `displayColumnName` property.
* fix create entity with default values.
* Set default values and fix browser search.
* fix context values from SmartBrowser.
* fix: Associated process.
* set context values to process associated.
* fix set values.
* fix style field components.
* fix send values to server.
Co-authored-by: Yamel Senih <ysenih@erpya.com>
* feat: Add handle focus to field.
* set example into test view and fix set focus with mounted hook.
* change named attributes.
* change attributes name to handleRequestFocus and handleContentSelection.
* first test es-lint babel.
* Update all dependencies and fix import dynamic import.
* Add support to docstatus
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
* Improve source code and define structure for api
Note that currently does not exist a way for spared api and search from
backend or push, this pull request want reorder use of api by
functionality or tool:
- All inside ADempiere folder is dedicated for adempiere functionality
- ADempiere/dashboard: use this path for add your api resource for all
related with dashboard, note that already exist a file named
dashboard.js with standard dashboard for ADempiere, if you want to add a
new dashboard just create a new file <dashboard name>.js for gest info
from backend
- ADempiere/form: used for all form, for now exist the first
implementation named price-checking.js that matched with
components/ADempiere/form/PriceChecking, if you want to add a new form
just add a new file here
- ADempiere/browser.js: browser is a native functionality for Smart
Browser tool, just add here all functions related for browser
- ADempiere/private-access.js: just handle private access, will be used
for add role table access and record access (nice to have)
- ADempiere/process.js: related with all action for process and get
information from server like getProcessLog and others
- ADempiere/report.js: get info like getReportOutput from parameters
used for window report and change print formats
- ADempiere/rule.js: for now is used for dispatch callouts from server
but will be implemented for run rules directly for client on languages
like javascript, kotlin and groovy
- ADempiere/system-core.js: just get generic functions like
getWarehouseList and organization, also can be used for get langages and
other infor from server
- ADempiere/values.js: get info like lookup list, default values and
other values like systen configurator
- ADempiere/window.js: all functions related to window like record log,
workflow log and other infor that can be used for container
- ADempiere/persistence.js: handle standard CRUD for all entities and
implement functions like getTranslation from entity
* Improve source code and define structure for api
Note that currently does not exist a way for spared api and search from
backend or push, this pull request want reorder use of api by
functionality or tool:
- All inside ADempiere folder is dedicated for adempiere functionality
- ADempiere/dashboard: use this path for add your api resource for all
related with dashboard, note that already exist a file named
dashboard.js with standard dashboard for ADempiere, if you want to add a
new dashboard just create a new file <dashboard name>.js for gest info
from backend
- ADempiere/form: used for all form, for now exist the first
implementation named price-checking.js that matched with
components/ADempiere/form/PriceChecking, if you want to add a new form
just add a new file here
- ADempiere/browser.js: browser is a native functionality for Smart
Browser tool, just add here all functions related for browser
- ADempiere/private-access.js: just handle private access, will be used
for add role table access and record access (nice to have)
- ADempiere/process.js: related with all action for process and get
information from server like getProcessLog and others
- ADempiere/report.js: get info like getReportOutput from parameters
used for window report and change print formats
- ADempiere/rule.js: for now is used for dispatch callouts from server
but will be implemented for run rules directly for client on languages
like javascript, kotlin and groovy
- ADempiere/system-core.js: just get generic functions like
getWarehouseList and organization, also can be used for get langages and
other infor from server
- ADempiere/values.js: get info like lookup list, default values and
other values like systen configurator
- ADempiere/window.js: all functions related to window like record log,
workflow log and other infor that can be used for container
- ADempiere/persistence.js: handle standard CRUD for all entities and
implement functions like getTranslation from entity
* fix: Test View error when change value into field.
* remove console.log
* add support to references fields for manual forms
* fix logic's Test View.
* change definition lookup factory.
* Some changes
* Add support to factory from ADempiere
Co-authored-by: Yamel Senih <ysenih@erpya.com>
* feat: Add test view to components field.
* date component render.
* Change references.js location to util folder
* Add LookupFactory util loader to be improve:
- Number fields
- Table/Search/TableDir: Missing reference values
- All: field list is missing for it, maybe can be improve with
IsCustomField attribute
* Change reference name
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
* bugfix send values to server from calculator
* bugfix send values to field
* bug fix in allowed values
* support disabled to calculator
* change method of comparing regular expression
* bugfix calculate value from new record
* some bugfix
* bugfix values
* changes for values
Co-authored-by: elsiosanchez <elsiosanches@gmail.com>
Co-authored-by: erp <erp@erp.erp>
* add calc component
* change display values to top
* Update version for gRPC data client
* redefine styles and enter key press event
* Revert "Merge branch 'develop' of https://github.com/erpcya/adempiere-vue into develop"
This reverts commit eaa9477d2b52e87962b7610fda7944fc944460a6.
* Revert "Merge branch 'develop' of https://github.com/erpcya/adempiere-vue into develop"
This reverts commit eaa9477d2b52e87962b7610fda7944fc944460a6.
* add mathematical operation directly from field
* add value to math operation in real time
* minor changes
* minor changes
* validate input values
* redefine logics
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
Co-authored-by: Yamel Senih <ysenih@erpya.com>
* indicate new row
* add focus in field text
* add workflow line
* delete console.log
* width the step
* confi the width
* add width fixed
* add scroll
* minimal change
* add the vue-resize library to control panel behavior
* change version
* add List Status Document
* process the document status from the workflow line
* change name file
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
* indicate new row
* add focus in field text
* minimal changes.
* delete unused method.
* scrollTop to new record table children
* minimal changes
* change color of new cell
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
* Refactor code, remove unused methods and optimized application.
* Delete redundant action's, and some deprecated.
* Optimize delete record container to panels in window.
* fix delete tag view when change roles.