1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-11 05:11:59 +08:00

1065 Commits

Author SHA1 Message Date
EdwinBetanc0urt
fb08cf3c0a fix: Send context to process associated. (#263)
* fix: Send context values from parent view to process associated.

* change parseContext.

* fix get preference.
2020-01-24 11:38:55 -04:00
Leonel Matos
997b7fcfe3 bugfix set void values from callout (#262) 2020-01-24 11:37:20 -04:00
Leonel Matos
e576a5d201 bugfix load record from recent item (#260) 2020-01-23 15:06:07 -04:00
EdwinBetanc0urt
0e461c9679 fix: Read only to field type Text Long. (#258) 2020-01-22 19:22:28 -04:00
EdwinBetanc0urt
0915b13493 fix: Show/hidden totals in table. (#254) 2020-01-22 19:20:43 -04:00
EdwinBetanc0urt
b854a8c68a fix: Show/hidden optional columns in table. (#256) 2020-01-22 17:39:30 -04:00
Leonel Matos
f1dc173558 bugfix print format selection after report (#255) 2020-01-22 17:38:21 -04:00
Leonel Matos
68d8a1f55b Bugfix zoom process from process activity (#253)
* bugfix zoom in

* rename function
2020-01-22 17:36:00 -04:00
Leonel Matos
828edc58a2 Change desing for zoom references (#252)
* bugfix advanced search when field value no change

* update styles
2020-01-22 17:34:27 -04:00
Leonel Matos
758fc12796 validate personal lock by role (#248) 2020-01-22 17:32:00 -04:00
EdwinBetanc0urt
16e988cc6a feat: Add data client API implementation for Chat Entry and Record Chat. (#251) 2020-01-22 17:18:16 -04:00
elsiosanchez
c602ed1d3e correcting error export zip text file (#250) 2020-01-22 17:17:44 -04:00
Yamel Senih
b950610136
Change version for data client to 1.9.1 (#242) 2020-01-21 14:06:14 -04:00
Leonel Matos
15fb94fac2 bugfix max page size for pagination (#240) 2020-01-21 14:02:48 -04:00
Leonel Matos
fa9667a31e bugfix load data when references zoom in (#238) 2020-01-21 14:02:08 -04:00
EdwinBetanc0urt
b160070320 feat: Add support to gRPC Business Data Client version 1.9.0 (#236) 2020-01-21 14:01:17 -04:00
elsiosanchez
a3d3dd3a1f Fixe Style of Dashboard (#235) 2020-01-21 14:00:38 -04:00
elsiosanchez
683855a0d4 Solve empty menu in relationships (#234)
* Solve empty menu in relationships

* fixe style of dashboard

* Review changes of Fixe style of dashboard

* delete console.log
2020-01-21 13:59:29 -04:00
elsiosanchez
577148384f change version (#232) 2020-01-20 16:13:34 -04:00
EdwinBetanc0urt
171e54dda7 fix: Context menu icons are lost when the main menu is hidden. (#230) 2020-01-20 16:12:26 -04:00
EdwinBetanc0urt
8e771a01e8 Add support to translations (Tab Translations). (#229)
* Support to translations in ADempiere Vue.

* change popover to translation and add vuex store

* Add structure from vuex store to get translations.

* Add update translations with language.
2020-01-20 16:11:30 -04:00
elsiosanchez
45b53ab6ea Add Export in Zip (#228)
* add download in zip

* Delete Console
2020-01-20 16:08:55 -04:00
elsiosanchez
3af4d67678 Add Calendar to Dashboard (#227)
Hi!, The calendar was supported using
element-ui and vue.js
2020-01-20 16:04:57 -04:00
Leonel Matos
8425f1c965 add validation to personal lock by role (#226)
Co-authored-by: EdwinBetanc0urt <EdwinBetanc0urt@hotmail.com>
2020-01-20 16:03:16 -04:00
EdwinBetanc0urt
371387dd92 fix: Error when logout from a Window. (#225) 2020-01-20 12:08:57 -04:00
elsiosanchez
cd1c2a1b53 Support Record Scroll (#224)
* navigation of record UpArrow and DownArrow in table of Tab Children

* Support keyboard shortcuts
2020-01-20 12:07:58 -04:00
Leonel Matos
a1b5f44098 remove recent items implementation from profile page (#222)
* remove recent items implementation from profile page

* remove call recent items data
2020-01-14 18:02:53 -04:00
EdwinBetanc0urt
f728e4eb43 fix: Mandatory logic on first field load. (#223) 2020-01-14 17:45:25 -04:00
Leonel Matos
04b7c1bb6d bugfix duplicated recent items folder and file (#221) 2020-01-14 15:48:02 -04:00
EdwinBetanc0urt
fd6096b565 redefine API to provide business data (#214)
* Change of main functions of api from the application to the grpc library

* Create entity.
* Update entity.
* Delete entity.
* Request entity.
* Request entities list.
* Rollback entity.
* Run process.
* Browser search.

* Convert API functions to get values.

* migrate CRUD and Browser Search.

* migrate process control and callout control.

* migrate print formats.

* migrate recent items, references, context info value, private access

* migrate pending documents, favorites, language and translations.

* migrate lookups.

* fix: Drill table empty name.

* Change report output.

* Refactor dashboard and language.

* Fix dashboard component.

* Fix dashboards unsupported, and refactor and remove getting values
2020-01-14 15:42:09 -04:00
EdwinBetanc0urt
683e0d250b fix: The values are lost from the list of changed fields. (#217)
* fix: The values are lost from the list of changed fields.

* fix: Lost value in date field type range.
2020-01-14 10:54:34 -04:00
Leonel Matos
d748a0e35f Add support to generate report from print format (#218)
* add support to generate report from print format

* bugfix with report format

* redefine report format value
2020-01-14 10:53:45 -04:00
Leonel Matos
f0630d79d6 Support to dynamic dashboard (#219)
* First test for dynamic load

* add support to list dashboard items

* change some dashboards names

Co-authored-by: Yamel Senih <ysenih@erpya.com>
2020-01-14 10:51:28 -04:00
EdwinBetanc0urt
d622eec48b fix: Context menu style for record tables. (#220) 2020-01-13 18:18:39 -04:00
EdwinBetanc0urt
1ecd55d1e0 fix: Fix the display column of the lookup when it has a default value. (#216) 2020-01-13 18:16:01 -04:00
Leonel Matos
d7745092f9 add support to language list gRPC service (#213) 2020-01-13 18:11:17 -04:00
elsiosanchez
e33dd42a33 Support to process the selection of records (#212)
* add processes to context menu

* add a mixins for menu

* execute selected processes

* add message with process results

* add process selection

* modify hover from context menu

* modify hover from context menu

* style hover

* resolve conflicts
2020-01-13 18:04:10 -04:00
elsiosanchez
945c7941f5 Add Tag to Document Status (#215)
* Add Tag to Document Status

* Support to Smart Browser

* change color
2020-01-13 17:37:12 -04:00
Leonel Matos
da3fad95a6 add drill down support to reports (#183)
* add drill down support to reports

* add validations and service implementation for get report output

* add parameters for change report output

* add service implementation for report output and add change print format

* fix send parameters of report

* add support to change view report

* bugfix names of properties

* minor bugfix

* add support to list drill tables by reports

* modify styles for childs menu

* open drill report in other container

* bugfix route definition

* bugfix default report format

* bugfix to generate reports

Co-authored-by: EdwinBetanc0urt <EdwinBetanc0urt@hotmail.com>
2020-01-10 14:47:25 -04:00
Yamel Senih
28b93fb80b
Increase version (#211) 2019-12-16 16:22:38 -04:00
Leonel Matos
951fbb9bbf Add support to zoom from smart browser (#209)
* add support to zoom record from smart browser

* change view column name for element name
2019-12-13 20:51:57 -04:00
EdwinBetanc0urt
ef26f3055d fix: Correct process metadata loading in modal. (#210) 2019-12-13 20:42:47 -04:00
EdwinBetanc0urt
2e036e2034 fix: Error render lookups fields without reference. (#207)
* fix: Error render lookups without reference.

* fix: Query and DirectQuery empty values.

* Corrections when cleaning the lookup.
2019-12-13 20:37:43 -04:00
Leonel Matos
101de06515 #171 bugfix show record from zoom action (#201) 2019-12-12 18:44:04 -04:00
Leonel Matos
c4938ee879 bugfix call user uuid (#205) 2019-12-12 18:43:27 -04:00
elsiosanchez
88c6e5838a Suppot to Lookups (#204)
* Suppot to Lookups

* Update FieldSelect.vue
2019-12-12 18:42:57 -04:00
Yamel Senih
739f658fea
Remove bad implementation for dashboard (#206) 2019-12-12 18:42:21 -04:00
Yamel Senih
9a74271d2a
Update version for Client library 1.8.2 (#203) 2019-12-11 18:27:46 -04:00
EdwinBetanc0urt
137969c70e correct error when clearing a value in date fields of type range. (#202) 2019-12-11 17:34:02 -04:00
EdwinBetanc0urt
8b53babb21 feat: Add support to sequence tab. (#186)
* feat: Add support to sequence tab.

* Add name to list sequence tab.

* Add multiple tab sequence as process in tab.

* Add identifier fields from source tab to sequence tab.

* Add multiple requests to get all records according to the pagination.

* Corrects the display of records in the first load.

* Correct multiple petition if parent record has not changed.

* Refresh the list of records on the source tab.

* Fix moved sequence and names to showed.

* fix identifiers list and actions.

* remove the displayed sequence.
2019-12-11 16:33:29 -04:00