1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00

1413 Commits

Author SHA1 Message Date
Elsio Sanchez
09c9bea77d
corrections of errors in post services (#859)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-20 10:22:48 -04:00
Elsio Sanchez
97287f160c
change end point (#858)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-19 12:01:36 -04:00
Elsio Sanchez
158e651aa4
support service image (#857)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-18 17:22:39 -04:00
TaniaLucena
a95595dca3
components (#856)
* components (activity and close tab)

* component close others

* component close all

* components (export reports and search menu options)
2021-05-18 17:17:58 -04:00
Edwin Betancourt
bbab104d07
feat: Common title component (#855)
* feat: Title with common component.

* fix styles content.

* remove unused code.

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-05-18 17:17:14 -04:00
Elsio Sanchez
4766b1164a
Fix Price Checking (#854)
* Fix Price Checking

* Update request.js

* valide search value

* minimal changes

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@outlook.com>
2021-05-18 17:16:52 -04:00
Edwin Betancourt
467a948d09
feat: Remove common styles and duplicate css rules (#852)
* feat: Remove common styles and duplicate css rules

* change standard licese

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-05-17 21:25:27 -04:00
TaniaLucena
1967b7032c
components (#853)
* components (activity and close tab)

* component close others
2021-05-17 17:04:09 -04:00
Yamel Senih
c8572c7ce3
Update update.md (#851) 2021-05-15 18:12:26 -04:00
Elsio Sanchez
e831205b0a
Bugfix/reload product price (#850)
* Reload Product Price

* minimal change

* Format of values ( Date, Price, Quantity )

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-14 17:47:44 -04:00
Elsio Sanchez
8da6ff7f6d
fix document (#849)
* fix document

* minimal changes

* support to gitter chat

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-14 17:45:17 -04:00
Elsio Sanchez
c3678bd5e1
fix service Create Order Line (#848)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-13 16:22:17 -04:00
Elsio Sanchez
cbdaa475c3
Close popover of field options (#847)
* fix close popover the field

* delete route

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-13 16:21:43 -04:00
Keyka Silva
e433b981cc
Modification of the Document Structure (#844)
* image name modification

* modification of image names in file es

* modification of image names in file zh

* modification of image names in general file

* Modification of file image names registry access

* modification of image names in file es

* modification of image names in file zh

* modification of image names in general file

* image name modification

* modification of image names in file es

* modification of image names in file zh

* modification of image names in general file

* Modification of the Document Structure

* 修改文件結構zh

修改文件結構zh

* Modificación de la estructura del documento

Modificación de la estructura del documento
2021-05-13 13:48:01 -04:00
TaniaLucena
a54ea63650
component modification notes (#845) 2021-05-13 12:18:48 -04:00
Yamel Senih
2e93a67e8a
Fixed error with POS services (#846) 2021-05-13 12:18:20 -04:00
TaniaLucena
ca1e8fa8ac
components (#842)
* component zoom in and modifications in the call of the gifs of all components

* component call

Co-authored-by: Yamel Senih <ysenih@erpya.com>
2021-05-12 23:02:02 -04:00
Yamel Senih
ff4c1349e8
Separate Services (#843)
* Separate Services
- Dictionary: dictionary
- Common request: common
- ADempiere Generic API:common/api
- Dashboard Content: dashboard
- Dashboard favorites: dashboard/addons/user
- Dashboard Pending Documents: dashboard/addons/tasks
- User Management: user
- User enrollment: user/enrollment
- User Log: user/log
- Workflow metadata: workflow
- User Interface Common logic: user-interface/common
- User Interface Window tools: user-interface/window
- User Interface Smart Browser tools: user-interface/smart-browser
- User Interface Process tools: user-interface/process
- User Interface Attachment Management: user-interface/component/attachment
- User Interface Components Preference: user-interface/component/preference
- User Interface Components Private Access: user-interface/component/private-access
- User Interface Components Record Access: user-interface/component/record-access
- User Interface Components Notes: user-interface/component/notes
- User Interface Components Translation: user-interface/component/translation
- User Interface Forms / POS: form/addons/point-of-sales

* Minor change

* Remove persistence

* Untrack files

* Remove persistence

* resolve conflicts

* Update files
2021-05-12 18:46:49 -04:00
Elsio Sanchez
53ca1209c7
Add Translation Services Documentation (#841)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-12 18:30:17 -04:00
Elsio Sanchez
f4541271e9
Support Notes (#837)
* Support for notes in mobile and desktop mode

* resolve observations

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-12 18:29:57 -04:00
Yamel Senih
62cf65bbfa
Just add license to files (#840) 2021-05-12 13:52:53 -04:00
Sofia Calderon
7a22c9e85b
Refactoring apiConverts (#817)
* configured babel and jest to work with webpack

* added util function to camelize object entries

* added tests for apiconvert dashboard

* added enaming object key function

* finished refactoring of convertapi dashboard

* renamed camelize to transformObject

* renamed uuids to randomValues

* use random strings instead of hard coded values in test

* refactored dictionary.process and added tests

* refactored dashboard tests - test with json objects

* added first tests for apiConvert core

* made camelizeObjectkeys immutable

* added talismanrc to gitignore

* added all tests for apiConverts core

* added more dictionary tests

* finished refactoring apiConverts dictionary

* restructured objects in folders

* refactored apiConverts persistence

* refactored apiConvert pos

* refactored apiConvert privateAccess

* refactored apiConverts process

* refactored apiConverts report

* refactored apiConverts user

* refactored apiConverts values

* refactored apiConverts window

* linted all test files

* removed tests for privateAccess

* removed typos from prev implementation
2021-05-12 12:34:53 -04:00
Elsio Sanchez
40a810a65d
Add Notes Services Documentation (#839)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-12 12:33:35 -04:00
Elsio Sanchez
17804e8da2
Record Access service documentation (#838)
* Adding Documentation Options for the Developer of the Record Access Service

* add document

* minimla changes

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-12 12:33:02 -04:00
Elsio Sanchez
c7b94523c0
Fix Message Record Access (#835)
* Support Lock Record

* fix Record Acces

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-11 19:30:35 -04:00
TaniaLucena
430535ca9e
components (#836)
* component update

* component update

* update

* translation component
2021-05-11 17:49:28 -04:00
Elsio Sanchez
cae76f3016
add context info the field (#834)
* add context info the field

* change traslation

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-11 17:44:31 -04:00
Elsio Sanchez
50d51b7328
Support Lock Record (#833)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-11 17:43:22 -04:00
Elsio Sanchez
fed1cec1a7
Fix Record Access (#832)
* Fix Record Access

* correct observation

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-11 17:42:12 -04:00
Elsio Sanchez
03eb8949c6
validate when displaying modal in mobile mode (#831)
* validate mode movil

* minimal changes

* hide  Tabs Children

* Undo Commit

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-11 17:41:58 -04:00
Elsio Sanchez
9fd0270f0e
The field is still unchanged (#830)
* The field is still unchanged

* Hide Tabs Childern

* Undo commit

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-11 11:05:47 -04:00
Yamel Senih
04ac990f1f
Fixed error with tablename for record access (#829) 2021-05-10 01:38:42 -04:00
Yamel Senih
a8430e9f85
Minor fix for record access (#828) 2021-05-07 20:23:04 -04:00
Elsio Sanchez
17fef50382
fix style list Chat Entries in mode mobile (#825)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-07 17:21:27 -04:00
Elsio Sanchez
0d98ea5614
add document (#827)
* add router the service preference

* minimal changes

* add translate

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-07 17:11:14 -04:00
Elsio Sanchez
b406b8a3fc
Add Change Log option in field (#822)
* Add Change Log option in field

* support mobile

* minimal changes

* sort logs

* fix style

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-07 16:57:25 -04:00
TaniaLucena
dc5d3df181
information component (#820)
* information component

* information component
2021-05-07 16:18:18 -04:00
TaniaLucena
d7f3a528da
component notes (#826)
* component notes

* component call notes
2021-05-07 15:57:25 -04:00
Elsio Sanchez
141e3de1e1
add log lock icon (#824)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-07 15:50:44 -04:00
TaniaLucena
73d0bc7946
modificación de preferencia (#823) 2021-05-07 15:49:34 -04:00
Elsio Sanchez
cc7fc71fe1
Support Option Traslation (#821)
* support trastation

* minimal changes

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-07 15:47:40 -04:00
Elsio Sanchez
a967a1f942
feature/open-option-field-show-router (#819)
* add record access to the route

* Open Field Option Panel

* close clear type Action the router

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-07 15:33:21 -04:00
Keyka Silva
fb214ff034
modification of names and path of images in file access to registry (#818)
* image name modification

* modification of image names in file es

* modification of image names in file zh

* modification of image names in general file

* Modification of file image names registry access

* modification of image names in file es

* modification of image names in file zh

* modification of image names in general file

* image name modification

* modification of image names in file es

* modification of image names in file zh

* modification of image names in general file
2021-05-07 12:25:22 -04:00
Elsio Sanchez
ad57b8bd27
add record access to the route (#816)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-06 10:53:48 -04:00
Keyka Silva
5110f7c2a9
Create access-to-records.md (#813)
* Create access-to-records.md

* Creación de documento acceso a registro

Creación de documento acceso a registro

* Crear Carpeta access-to-records

Crear Carpeta access-to-records

* Delete access-to-records

* Add document path access-to-records.md

Add document path access-to-records.md

* 創建記錄訪問文檔

創建記錄訪問文檔

* Creation of document access to English registry

Creation of document access to English registry

* Create record-access.md

* Delete record-access.md

* Create record-access.md

* Name change

Name change

* Name change


English document name change

* 英文文件名稱變更

英文文件名稱變更

* images (#1)

* Image path name change

Image path name change

* Image path name change

Image path name change

* Image path name change

Image path name change

* 圖像路徑名稱更改

圖像路徑名稱更改

* path name modification

path name modification

* path name modification

path name modification

* address document path name

address document path name  record-access

* dification name path of images folder

dification name path of images folder zh

* dification name path of images folder

dification name path of images  main folder

* dification name path of images folder

dification name path of images  folder es

Co-authored-by: TaniaLucena <52334433+TaniaLucena@users.noreply.github.com>
2021-05-05 19:21:29 -04:00
Elsio Sanchez
7fe1ea0f88
Add lock and unlock record to record access dialog box (#805)
* Add lock and unlock record to record access dialog box

* minima change

* support mobile

* minimal changes

* delete comment

* minimal changes

Co-authored-by: elsiosanchez <elsiosanche@gmail.com>
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-05 18:01:37 -04:00
TaniaLucena
51a412499f
How to create and delete preference in desktop and mobile version (#815) 2021-05-05 17:21:56 -04:00
Elsio Sanchez
4b2e5469b2
Process Activity Window Support in Mobile Mode (#802)
* Fixes: [Bug Report] Ajust text to window adempiere/adempiere-vue#796

* add padding

Co-authored-by: elsiosanchez <elsiosanche@gmail.com>
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-04 17:53:28 -04:00
Elsio Sanchez
4c46334171
add release Notes (#801)
* add release Notes

* fixed notes releases

Co-authored-by: elsiosanchez <elsiosanche@gmail.com>
2021-05-04 14:39:25 -04:00
Yamel Senih
1e90c13ebf
Remove unnecessary folders (#812) 2021-05-04 12:23:03 -04:00