Edwin Betancourt
cfc744a62c
fix: Run process all fields as mandatory #644 ( #645 )
...
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-09 09:16:18 -04:00
Elsio Sanchez
962655ed5f
fix calculator ( #633 )
...
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-07 21:41:51 -04:00
Elsio Sanchez
eb4b746a9a
Bugfix/fix point router on initial load ( #630 )
...
* add complete order from collection
* call the edit line fields only when they are displayed
* unnecessary calling of customer fields
* minimal changes
* Add point id to the route on initial load
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-05 12:08:57 -04:00
Elsio Sanchez
472ffc523a
Bugfix/unnecessary field calls ( #628 )
...
* add complete order from collection
* call the edit line fields only when they are displayed
* unnecessary calling of customer fields
* minimal changes
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-04 21:33:42 -04:00
Edwin Betancourt
e40e487f42
feat: Update repository ( #580 )
...
* chore: remove i18n (#1828 )
* [release] 4.1.0
* perf[Profile]: adapt the profile page to the mobile (#2020 )
* Revert "perf: optimize page scrolling when setting fixedHeader"
This reverts commit e8e6c7e79c
.
* perf[Style]: refine fixed-header style when open el-dialog
* doc: add new article
* chore: use mockjs in production environment
* fix[sidebar.css]: remove redundant css
* perf[style]: refine dashboard style in mobile (#2060 )
* feat[ErrorLog]: add a clear button in ErrorLog component (#2065 )
* fix[redirect]: fix redirect bug in vue-devtools (#2066 )
* perf[Tinymce]: update tinymce cdn version
* fix[redirect]: fix redirect bug in vue-devtool again
* docs: add support to readme for Spanish (#2070 )
* docs[es]: add some translation(#2080 )
* perf[Exapme]: set page title according to article id
* perf[RightPanel]: tidy css (#2101 )
* feat[SvgIcon]: support import svg from url (#2052 )
* fix: fixed change roles bug (#2072 )
* perf[Breadcrumb]: do not update breadcrumbs when go to redirect page (#2086 )
* perf[store]: add support to sub-modules (#2047 )
* perf[Login]: support other query (#2013 )
* refactor[chore]: generate postcss.config.js instead of .postcssrc.js
consistent with vue-cli
* perf[Tinymce]: dynamic import tinymce(#2102 )
* [release] 4.2.0
* perf[Style]: refine example css
* fix[Chart]: fixed chart bug in keep-alive (#2119 )
* Create FUNDING.yml
* chore: set localhost => 127.0.0.1 (#2142 )
* update github ISSUE_TEMPLATE
* chore: add autoprefixer to devDependencies
* perf[Tinymce]: add language option (#2159 )
* fix[Tinymce]: fixed bug when init multiple tinymces at the same time (#2152 )
* feat: add tab url demo (#2114 )
* perf[request.js]: refine error reject (#2160 )
* [release] 4.2.1
* perf: default not set withCredentials
* fix[ImageCropper]: removeEventListener when destroyed(#2169 )
* docs: fix typo (#2170 )
* fix: input attribute autocomplete error (#2191 )
* perf[PanThumb]: Replace the image tag with background-image to prevent the stretching (#2202 )
* docs: fix typo README.zh-CN.md (#2283 )
修改错别字
* perf[clipboard.js]: remove redundant code (#2307 )
* bump: update axios for security vulnerability
* bump: update @vue/cli-plugin-eslint version (#2327 )
FIx cannot find module '.../node_modules/eslint/lib/api.js/package.json' bug,see https://github.com/vuejs/vue-cli/issues/4231 .
* chore: allow dynamic set port
* fix[complex-table]: form header sort icon is out of sync (#2382 )
* fix: fixed missing icons
* fix: typos (#2532 )
Role Nmae => Role Name
* docs: add awesome-project
* fix[Dashboard]: fixed debounce bug (#2586 ) (#2597 )
To fixed https://github.com/PanJiaChen/vue-element-admin/issues/2586
* perf: VS Code support webpack alias file jump (#2609 )
* perf: optimize import file-saver way(#2347 )
* refactor[ImageCropper]: fix lint error (#2365 )
* fix: fixed numberFormatter bug
https://github.com/PanJiaChen/vue-element-admin/issues/2568
* fix[example]: fixed create.vue cache error
https://github.com/PanJiaChen/vue-element-admin/issues/2608
* perf[utils.js]: perf parseTime function (#2625 )
* perf[tagsView]: pref DEL_CACHED_VIEW and DEL_OTHERS_CACHED_VIEWS function (#2626 )
* fix[tagsView]: fixed DEL_OTHERS_CACHED_VIEWS bug
* fix[logout]: empty tagsview when logout (#2632 )
* fix[TagsView]: fixed toLastView bug (#2634 )
* perf[SvgIcon]: change xlink:href to href(#2645 )
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
* fix[TagsView]: fixed click.middle can close affixed tag bug (#2649 )
* docs: add job ad
* docs: improved README.md (#2656 )
* style: fix el-date-picker css style
* perf: format dropdown menu code (#2720 )
* perf: format inline edit table (#2725 )
move one format `{row}`
* perf: format drag table (#2733 )
move one format `{row}`
* perf: complex table (#2732 )
Move ont format `{row}`
* perf: text i18n (#2739 )
* update 'MarkdownEditor' components name
* format: space in user card (#2744 )
* perf: format pdf download (#2791 )
* perf[views/icons]: use grid (#2803 )
* feat: plop new generate store (#2805 )
* fix[icons]:fixed eslint 1 error and 2 warnings (#2835 )
* perf[documentation]: refine css
* fix[Logout]: click blank area of dropDown able to logout (#2896 )
Fixed clicking blank area of drop-down unable to log out
* perf: import mockXHR only in production (#2910 )
* 自动排除mock
生产环境,使用webpack的条件编译自动排除mock数据
* perf: refine
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* perf[Menu]: remove unused menu-wrapper (#2903 )
* perf[complex-table]:refine code (#2825 )
* 解决无法删除列表的bug;优化代码;
* perf: refine
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* perf: optimize checkCapslock method (#2635 )
* optimize checkCapslock method
* update
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* fix[Charts]: fix charts resize in keep-alive bug (#2922 )
* fix[Charts]: fix charts resize in keep-alive bug
* refine
* fix: fixed mock server (#2929 )
* init
* refine
* update
* bump: update element-ui version
* fix: fixed require mock bug in production
* fix: fixed redirect path regex (#2933 )
* perf[Mock]: set responseFake to mock-server.js(#2966 )
* modify 把mock/index.js中与mock-server相关的代码转移到mock-server.js中去,实现两则功能分割
* docs: improve Japanese translation (#2970 )
* perf: change script-loader to dependencies
* fix[profile/UserCard]: fixed wrong key name (#3056 )
roles => role
* fix:fixed parseTime bug in ie and safari(#3066 )
* /src/utils/index.js parseTime 添加IE浏览器(版本10以下,包括版本10)兼容。
* perf: update
Co-authored-by: aisen60 <aisen60@qq.com>
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* perf: format component names as PascalCase (#3074 )
format: component names should be PascalCase
* docs: add smallsticker
* Update README.zh-CN.md
* fix: svg support old broswer (#3085 )
* fixed typo (#3091 )
* fix: use vue-cli default source-map (#3097 )
cheap-module-eval-source-map
* perf[Tinymce]: editor try to keep these URLs intact (#3141 )
* fix[element-variables]: missing space in element-variables (#3144 )
* fix: compatibility with vetur (#1700 )
* perf: change default element-ui language to english (#2741 )
* feat: add option to try project on CodeSandbox (#2976 )
* docs: add tips
* perf: when tags-view scroll close the right-menu
* fix[parseTime]: fixed when pass null (#3038 )
* fix[css]: min btn width (#3164 )
* docs: Improve read me files and changes in Spanish. (#3234 )
* [release] 4.2.2
* chore: change node-sass to dart-sass (#3040 )
* perf: change >>> ::v-deep
* [release] 4.3.0
* docs: fix wrong link
* chore: turn on the preload
* refactor: change mock files to commonjs (#3246 )
* feat[Menu]: menu icon support el-icon(#3048 )
* fix[utils]: param2Obj bug when url params includes ==(#3100 )
* perf: remove unused showdown
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* perf: lint code
* fix[v-permission]: support dynamic set roles (#3251 )
* chore: update element-ui to 2.13.2
* fix[plop]: set trim => trim() (#3254 )
notEmpty
* fix some typos
* [release] 4.3.1
* bump: update to vue-cli@4 (#3028 )
* [release] 4.4.0
* fix[chore]: do not preload runtime.js (#3279 )
* perf[chore]: remove preserveWhitespace config (#3280 )
* perf[Tinymce]: remove useless code (#3295 )
* perf[permission.js]: remove useless code (#3301 )
* typo: replace Css with CSS (#3323 )
* docs: add GitAds
* docs: remove gitads
* docs: add vue-java-admin-dashboard-spring
* perf: refine documentation button css
* docs: add coupon
* feat: add new sponsored
* update dependencies.
* fix: chart components, TODO: eslint-plugin-vue.
* Update FUNDING.yml
Co-authored-by: 花裤衩 <panfree23@gmail.com>
Co-authored-by: toruksmakto <42709228+toruksmakto@users.noreply.github.com>
Co-authored-by: Yamel Senih <ysenih@erpya.com>
Co-authored-by: Yamel Senih <yamelsenih@gmail.com>
Co-authored-by: liugq <liugq5713@gmail.com>
Co-authored-by: bpzhang <bpzhang@users.noreply.github.com>
Co-authored-by: Serge <gaosj1993@foxmail.com>
Co-authored-by: MaYuanhai <414199639@qq.com>
Co-authored-by: Jessynt <xr5299@gmail.com>
Co-authored-by: 肖敏 <392716797@qq.com>
Co-authored-by: TinaryTree <mbdkhss@gmail.com>
Co-authored-by: itsccn <chen.sun@itsccn.com>
Co-authored-by: why <w.why@163.com>
Co-authored-by: Baskerville* <wszdlm@gmail.com>
Co-authored-by: Francis <31059354+FrancisSano@users.noreply.github.com>
Co-authored-by: monkeycf <41945134+monkeycf@users.noreply.github.com>
Co-authored-by: BradyBromley <51128276+BradyBromley@users.noreply.github.com>
Co-authored-by: Phạm Ngọc Hòa <thaycacac@gmail.com>
Co-authored-by: bbigcd <bbigcd@163.com>
Co-authored-by: xuanzai <43233731+MikuBlog@users.noreply.github.com>
Co-authored-by: flitrue <812863096@qq.com>
Co-authored-by: 韬 <605682551@qq.com>
Co-authored-by: 任羽飞 <ren12345@126.com>
Co-authored-by: Kaitian Xie <xkaitian@gmail.com>
Co-authored-by: AndyLZC/AndyLZC.github.io <34624589+AndyLZC@users.noreply.github.com>
Co-authored-by: RussXD <shangtouWeb@foxmail.com>
Co-authored-by: 李小斐 <623536309@qq.com>
Co-authored-by: RoBlues <robluesmail@gmail.com>
Co-authored-by: Shota Aratono <195194+artn@users.noreply.github.com>
Co-authored-by: echofly <36875450+echofly@users.noreply.github.com>
Co-authored-by: Aisen60 <1147319086@qq.com>
Co-authored-by: aisen60 <aisen60@qq.com>
Co-authored-by: Alex S <50220345+sabatale@users.noreply.github.com>
Co-authored-by: Aisen <caixusheng60@gmail.com>
Co-authored-by: ntnyq <ntnyq13@gmail.com>
Co-authored-by: garethx <gareth.wilson@gmail.com>
Co-authored-by: AiMe1991 <sxd.08@163.com>
Co-authored-by: cooper <1322849632@qq.com>
Co-authored-by: Nickbing Lao <giscafer@outlook.com>
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
Co-authored-by: Cat73 <Cat7373@users.noreply.github.com>
Co-authored-by: Silentdoer <1010993610@qq.com>
Co-authored-by: qige2016 <286882998@qq.com>
Co-authored-by: Dihak <dihak@digitalkode.com>
Co-authored-by: crayymumu <854994301@qq.com>
Co-authored-by: dyz <43943819+dyzsoft@users.noreply.github.com>
Co-authored-by: Kerollos Magdy <kerolloz@yahoo.com>
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-03 11:49:10 -04:00
Elsio Sanchez
a1bc8bb37b
add complete order from collection ( #626 )
...
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-03 00:45:23 -04:00
Elsio Sanchez
f2614f70fc
search support in the customer list ( #621 )
...
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-03 00:44:10 -04:00
Elsio Sanchez
b1bd5c8e11
Verify empty fields before processing payment ( #618 )
...
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-02 00:18:10 -04:00
Elsio Sanchez
eeba4c7b45
add tax to order ( #615 )
...
* add tax to order
* fix tax
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-02 00:17:23 -04:00
Elsio Sanchez
c0b3c2f5c3
support process order ( #609 )
...
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-02-28 14:51:28 -04:00
Edwin Betancourt
f4cc107f2b
fix: Error window control state is undefined. ( #613 )
...
* fix: Window control state undefined.
* remove console log.
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
Great catch. Very fine
2021-02-28 14:48:04 -04:00
Edwin Betancourt
0405066f60
fix: Create/update entity send log columns. ( #612 )
...
* fix: Create/update entity send log columns.
* add user message info to create new recrod.
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-02-27 14:35:19 -04:00
Elsio Sanchez
aa79d74f3b
fix search recient Items and Document tasks ( #607 )
2021-02-25 22:21:45 -04:00
Elsio Sanchez
34a6e3a2af
fix point of sale not found ( #606 )
...
* fix point of sale not found
* rename parameter
2021-02-25 22:20:41 -04:00
Elsio Sanchez
999ce3de0a
change icon in mode mobile ( #602 )
2021-02-25 16:39:39 -04:00
Elsio Sanchez
5c25117c4d
Feat: Refactor Order Vuex Module ( #589 )
...
* decrease calls and pass actions to the store
* Refactor Order Vuex Module
* remove comment
* minimal changes
* point of sales
* fix collection
* minimal change
2021-02-25 14:01:32 -04:00
Elsio Sanchez
b996c4a53c
feat: Refactor payments vuex module ( #586 )
...
* feat: Refactorizar el módulo vuex de pagos
* minimal changees
* minimal changes
2021-02-23 09:51:26 -04:00
Elsio Sanchez
0b314fc8c2
Process the POS ( #584 )
...
* Process the POS
* fixe pos Process
2021-02-16 14:06:06 -04:00
Elsio Sanchez
737d85b0ba
Point of Sale Processes ( #583 )
...
* Cancel sale transaction
* minimal change
* Copy Order
* Copy Line the Order
* add Traslation
2021-02-11 11:55:45 -04:00
Elsio Sanchez
e2bbc598a7
error correction with default point of sale with sales representative ( #582 )
...
* error correction with default point of sale with sales representative
* minimal change
2021-02-09 11:37:18 -04:00
Elsio Sanchez
6f4fc11780
upload orders to the server ( #579 )
...
* upload orders to the server
* support convert currency
* support for currency search, payment types and undoing payment
* change icon
2021-02-05 17:15:22 -04:00
Elsio Sanchez
60223ecc14
support for payment methods ( #578 )
2021-02-03 00:35:27 -04:00
Elsio Sanchez
d83b109aef
Feature/support pos ( #577 )
...
* when cancelled, you must exit the collection window
* when there is no conversion rate it should show the amount receivable in zero
2021-02-01 22:58:14 -04:00
Elsio Sanchez
4368cf71c9
Add focus to Price Query ( #576 )
...
* Add focus to Price Query
* minimal change
2021-01-28 16:36:19 -04:00
Elsio Sanchez
3d62e27a6a
Errors in fields and when creating lines ( #575 )
...
* errores del campo y al crear lineas
* Errors in fields and when creating lines
* minimal change
2021-01-28 16:34:48 -04:00
Elsio Sanchez
b733878474
Add Mnemonic Command ( #570 )
...
* add comand memo tecnic to table
* add product just by clicking on the code
* minimal changue
* Update fieldsListCollection.js
* change columname
* remove comment code
2021-01-25 15:07:57 -04:00
Elsio Sanchez
c4f3e500d7
Validate collection ( #568 )
...
* correcting field title errors
* Validate collection
* add translation
* add traslation
* remove the function displayTenderType
* correcting translation
* remove unnecessary code
2021-01-25 15:06:00 -04:00
Elsio Sanchez
ae46494f20
Correcting scroll error and empty left panel ( #573 )
...
* Correcting escroll error
* minimal change
2021-01-25 11:19:24 -04:00
Elsio Sanchez
d6a03895b7
Product not available ( #569 )
...
the price list was added
2021-01-21 18:33:11 -04:00
Elsio Sanchez
59123b0e5d
correcting field title errors ( #567 )
2021-01-15 01:28:09 -04:00
Elsio Sanchez
83426e0676
add quantityAvailable ( #566 )
...
* add quantityAvailable
* add formatQuantity
* minimal change
2021-01-12 17:29:02 -04:00
Edwin Betancourt
ca3cd71fe2
feat: Add icon in header search component. ( #564 )
...
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-01-12 17:14:43 -04:00
Elsio Sanchez
4716f3d7f7
price query search ( #565 )
2021-01-12 17:10:45 -04:00
Elsio Sanchez
986c206073
add validation at the time of creating the business partner ( #562 )
...
* add validation at the time of creating the business partner
add translation
validate PriceChecking
* minimal changue
* Add translation
2020-12-22 20:41:48 -04:00
Elsio Sanchez
0b9e4e7df4
print label from table ( #560 )
...
* print label from table
* minimal changes
* correcting currency conversion errors
* remove switch
* minimal change
2020-12-14 12:19:43 -04:00
Elsio Sanchez
d63ef5aeb6
Correct order search error ( #561 )
...
* Correct order search error
solve product list and order popover error
* add the option to cancel the order
* minimal change
* change leng
2020-12-10 19:01:49 -04:00
Yamel Senih
c52df1772f
change path for constanst values
2020-12-07 11:33:33 -04:00
Yamel Senih
17d326dddb
Improve translation for Price Checking
2020-12-04 14:02:02 -04:00
Raul Muñoz
122c5233bc
Add default image when organizationImagePath is Empty ( #559 )
2020-12-04 13:43:56 -04:00
Yamel Senih
0cdca9ded5
Add Quantity On Hand to popover of Product info
2020-12-04 12:44:29 -04:00
Yamel Senih
17b086fa04
Add Quantity on hand for Product Info
2020-12-04 12:05:05 -04:00
Edwin Betancourt
0e22b1d714
fix: Lookup item direct query columnName not exist ( #558 )
...
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2020-12-04 08:59:31 -04:00
Elsio Sanchez
9c6b7dd307
fix image ( #557 )
2020-12-03 11:44:07 -04:00
Elsio Sanchez
20b9d90f18
Add big total converted ( #555 )
...
* Add big total converted
* minimal change
2020-12-02 16:45:18 -04:00
Elsio Sanchez
0384ab8568
fix: Relations in context menu. ( #553 )
2020-12-02 12:59:54 -04:00
Elsio Sanchez
2802e06030
add traduction and icon ( #552 )
2020-12-02 12:34:15 -04:00
Yamel Senih
053a250b21
Add translation for Product Info
2020-12-01 20:18:22 -04:00
Yamel Senih
4a272296a9
Remove bad dependence
2020-12-01 19:43:22 -04:00
Elsio Sanchez
210443b395
Add product information form ( #551 )
...
* Add Form The PorductInfo
* remove console.log
2020-12-01 19:39:39 -04:00
Elsio Sanchez
1e40283c4e
barcode Reader ( #550 )
2020-12-01 19:36:57 -04:00
Yamel Senih
ed461de521
Fixed error with undefined value for current pos
2020-11-30 21:09:39 -04:00
Yamel Senih
1cbe1c264c
Remove unused images
2020-11-30 18:45:24 -04:00
Elsio Sanchez
640851f909
add the price query window to the rais menu ( #549 )
...
when opening the window you must hide the menu and the tag-views
2020-11-28 17:48:47 -04:00
Edwin Betancourt
89904a5d94
fix: Calculator popover style. ( #547 )
...
* fix: Calculator popover style.
* fixed global styles in common table.
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2020-11-28 01:33:52 -04:00
Elsio Sanchez
0bd71c4d4d
add image ( #548 )
2020-11-28 01:32:52 -04:00
Elsio Sanchez
486afc8aa7
* correcting price query errors with the barcode ( #546 )
...
* add show or hide header
* add show or hide menu
2020-11-23 22:13:43 -04:00
Edwin Betancourt
d6f52a70e3
fix: Relations in context menu. ( #545 )
...
* fix: Relations in context menu.
* fix comments.
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2020-11-23 10:17:02 -04:00
Yamel Senih
d55dbb1bab
Add corporate branding image support
2020-11-20 20:50:40 -04:00
Edwin Betancourt
4754cd82c3
core: Upgrade npm packages to latest version. ( #543 )
...
* core: Upgrade npm packages to latest version.
* minimal changes.
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2020-11-15 16:33:25 -04:00
Elsio Sanchez
0c9c51ac7d
Solving Problem of the advanced search of Window, Report, Processes, Smart Browser and Forms ( #541 )
...
Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
2020-11-11 17:50:00 -04:00
Elsio Sanchez
b5ffa87141
add document status bar ( #539 )
...
* add document status bar
* remove console
Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
2020-11-11 17:49:05 -04:00
Elsio Sanchez
5c6712ca54
The History of changes does not show the detail ( #537 )
...
* The History of changes does not show the detail
show the historical detail
* minimal change
Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
2020-11-06 10:13:02 -04:00
Edwin Betancourt
a54eb50793
fix: Delete order line and edit quantity. ( #530 )
...
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@oulook.com>
2020-10-28 18:35:43 -04:00
Yamel Senih
6e54d93b9b
Add API REST support based on proxy-adempiere-api and backend implementation ( #529 )
2020-10-28 17:19:53 -04:00
Yamel Senih
40cc40a9ab
REfactory from Panjian changes, update gRPC library and components ( #526 )
2020-08-08 16:41:20 -04:00
Edwin Betancourt
cc35fd7a1d
feat: Update fork repository ( #514 )
...
* chore: remove i18n (#1828 )
* [release] 4.1.0
* perf[Profile]: adapt the profile page to the mobile (#2020 )
* Revert "perf: optimize page scrolling when setting fixedHeader"
This reverts commit e8e6c7e79c
.
* perf[Style]: refine fixed-header style when open el-dialog
* doc: add new article
* chore: use mockjs in production environment
* fix[sidebar.css]: remove redundant css
* perf[style]: refine dashboard style in mobile (#2060 )
* feat[ErrorLog]: add a clear button in ErrorLog component (#2065 )
* fix[redirect]: fix redirect bug in vue-devtools (#2066 )
* perf[Tinymce]: update tinymce cdn version
* fix[redirect]: fix redirect bug in vue-devtool again
* docs: add support to readme for Spanish (#2070 )
* docs[es]: add some translation(#2080 )
* perf[Exapme]: set page title according to article id
* perf[RightPanel]: tidy css (#2101 )
* feat[SvgIcon]: support import svg from url (#2052 )
* fix: fixed change roles bug (#2072 )
* perf[Breadcrumb]: do not update breadcrumbs when go to redirect page (#2086 )
* perf[store]: add support to sub-modules (#2047 )
* perf[Login]: support other query (#2013 )
* refactor[chore]: generate postcss.config.js instead of .postcssrc.js
consistent with vue-cli
* perf[Tinymce]: dynamic import tinymce(#2102 )
* [release] 4.2.0
* docs: add support to readme for Spanish (#2070 )
* docs[es]: add some translation(#2080 )
* perf[Exapme]: set page title according to article id
* perf[RightPanel]: tidy css (#2101 )
* feat[SvgIcon]: support import svg from url (#2052 )
* fix: fixed change roles bug (#2072 )
* perf[Breadcrumb]: do not update breadcrumbs when go to redirect page (#2086 )
* perf[store]: add support to sub-modules (#2047 )
* perf[Login]: support other query (#2013 )
* refactor[chore]: generate postcss.config.js instead of .postcssrc.js
consistent with vue-cli
* perf[Tinymce]: dynamic import tinymce(#2102 )
* [release] 4.2.0
* perf[Style]: refine example css
* fix[Chart]: fixed chart bug in keep-alive (#2119 )
* perf[Style]: refine example css
* fix[Chart]: fixed chart bug in keep-alive (#2119 )
* Create FUNDING.yml
* chore: set localhost => 127.0.0.1 (#2142 )
* update github ISSUE_TEMPLATE
* chore: add autoprefixer to devDependencies
* perf[Tinymce]: add language option (#2159 )
* fix[Tinymce]: fixed bug when init multiple tinymces at the same time (#2152 )
* feat: add tab url demo (#2114 )
* perf[request.js]: refine error reject (#2160 )
* [release] 4.2.1
* Create FUNDING.yml
* chore: set localhost => 127.0.0.1 (#2142 )
* update github ISSUE_TEMPLATE
* chore: add autoprefixer to devDependencies
* fix[Tinymce]: fixed bug when init multiple tinymces at the same time (#2152 )
* feat: add tab url demo (#2114 )
* perf[request.js]: refine error reject (#2160 )
* [release] 4.2.1
* perf: default not set withCredentials
* fix[ImageCropper]: removeEventListener when destroyed(#2169 )
* docs: fix typo (#2170 )
* fix: input attribute autocomplete error (#2191 )
* perf: default not set withCredentials
* fix[ImageCropper]: removeEventListener when destroyed(#2169 )
* docs: fix typo (#2170 )
* fix: input attribute autocomplete error (#2191 )
* perf[PanThumb]: Replace the image tag with background-image to prevent the stretching (#2202 )
* docs: fix typo README.zh-CN.md (#2283 )
修改错别字
* perf[clipboard.js]: remove redundant code (#2307 )
* bump: update axios for security vulnerability
* bump: update @vue/cli-plugin-eslint version (#2327 )
FIx cannot find module '.../node_modules/eslint/lib/api.js/package.json' bug,see https://github.com/vuejs/vue-cli/issues/4231 .
* chore: allow dynamic set port
* fix[complex-table]: form header sort icon is out of sync (#2382 )
* fix: fixed missing icons
* fix: typos (#2532 )
Role Nmae => Role Name
* docs: add awesome-project
* fix[Dashboard]: fixed debounce bug (#2586 ) (#2597 )
To fixed https://github.com/PanJiaChen/vue-element-admin/issues/2586
* perf: VS Code support webpack alias file jump (#2609 )
* perf: optimize import file-saver way(#2347 )
* refactor[ImageCropper]: fix lint error (#2365 )
* fix: fixed numberFormatter bug
https://github.com/PanJiaChen/vue-element-admin/issues/2568
* fix[example]: fixed create.vue cache error
https://github.com/PanJiaChen/vue-element-admin/issues/2608
* perf[utils.js]: perf parseTime function (#2625 )
* perf[tagsView]: pref DEL_CACHED_VIEW and DEL_OTHERS_CACHED_VIEWS function (#2626 )
* fix[tagsView]: fixed DEL_OTHERS_CACHED_VIEWS bug
* fix[logout]: empty tagsview when logout (#2632 )
* fix[TagsView]: fixed toLastView bug (#2634 )
* perf[SvgIcon]: change xlink:href to href(#2645 )
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
* fix[TagsView]: fixed click.middle can close affixed tag bug (#2649 )
* docs: add job ad
* perf[PanThumb]: Replace the image tag with background-image to prevent the stretching (#2202 )
* docs: fix typo README.zh-CN.md (#2283 )
修改错别字
* perf[clipboard.js]: remove redundant code (#2307 )
* bump: update axios for security vulnerability
* bump: update @vue/cli-plugin-eslint version (#2327 )
FIx cannot find module '.../node_modules/eslint/lib/api.js/package.json' bug,see https://github.com/vuejs/vue-cli/issues/4231 .
* chore: allow dynamic set port
* fix[complex-table]: form header sort icon is out of sync (#2382 )
* fix: fixed missing icons
* fix: typos (#2532 )
Role Nmae => Role Name
* docs: add awesome-project
* fix[Dashboard]: fixed debounce bug (#2586 ) (#2597 )
To fixed https://github.com/PanJiaChen/vue-element-admin/issues/2586
* perf: VS Code support webpack alias file jump (#2609 )
* perf: optimize import file-saver way(#2347 )
* refactor[ImageCropper]: fix lint error (#2365 )
* fix: fixed numberFormatter bug
https://github.com/PanJiaChen/vue-element-admin/issues/2568
* fix[example]: fixed create.vue cache error
https://github.com/PanJiaChen/vue-element-admin/issues/2608
* perf[utils.js]: perf parseTime function (#2625 )
* perf[tagsView]: pref DEL_CACHED_VIEW and DEL_OTHERS_CACHED_VIEWS function (#2626 )
* fix[tagsView]: fixed DEL_OTHERS_CACHED_VIEWS bug
* fix[logout]: empty tagsview when logout (#2632 )
* fix[TagsView]: fixed toLastView bug (#2634 )
* perf[SvgIcon]: change xlink:href to href(#2645 )
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
* fix[TagsView]: fixed click.middle can close affixed tag bug (#2649 )
* docs: add job ad
* feat: add job
* docs: improved README.md (#2656 )
* style: fix el-date-picker css style
* perf: format dropdown menu code (#2720 )
* perf: format inline edit table (#2725 )
move one format `{row}`
* perf: format drag table (#2733 )
move one format `{row}`
* perf: complex table (#2732 )
* perf: text i18n (#2739 )
* update 'MarkdownEditor' components name
* format: space in user card (#2744 )
* perf: format pdf download (#2791 )
* perf[views/icons]: use grid (#2803 )
* feat: plop new generate store (#2805 )
* fix[icons]:fixed eslint 1 error and 2 warnings (#2835 )
* perf[documentation]: refine css
* fix[Logout]: click blank area of dropDown able to logout (#2896 )
* perf: import mockXHR only in production (#2910 )
* 自动排除mock
生产环境,使用webpack的条件编译自动排除mock数据
* perf: refine
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* perf[Menu]: remove unused menu-wrapper (#2903 )
* perf[complex-table]:refine code (#2825 )
* perf: optimize checkCapslock method (#2635 )
* optimize checkCapslock method
* update
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* fix[Charts]: fix charts resize in keep-alive bug (#2922 )
* fix[Charts]: fix charts resize in keep-alive bug
* refine
* fix: fixed mock server (#2929 )
* init
* refine
* update
* bump: update element-ui version
* fix: fixed require mock bug in production
* feat[Search]: route search supports pinyin (#2643 )
* fix: fixed redirect path regex (#2933 )
* perf[Mock]: set responseFake to mock-server.js(#2966 )
* modify 把mock/index.js中与mock-server相关的代码转移到mock-server.js中去,实现两则功能分割
* docs: improve Japanese translation (#2970 )
* perf: change script-loader to dependencies
* fix[profile/UserCard]: fixed wrong key name (#3056 )
roles => role
* fix:fixed parseTime bug in ie and safari(#3066 )
* /src/utils/index.js parseTime 添加IE浏览器(版本10以下,包括版本10)兼容。
* perf: update
Co-authored-by: aisen60 <aisen60@qq.com>
Co-authored-by: 花裤衩 <panfree23@gmail.com>
* perf: format component names as PascalCase (#3074 )
format: component names should be PascalCase
* docs: add smallsticker
* Update README.zh-CN.md
* fix: svg support old broswer (#3085 )
* fixed typo (#3091 )
* fix: use vue-cli default source-map (#3097 )
cheap-module-eval-source-map
* perf[Tinymce]: editor try to keep these URLs intact (#3141 )
* fix[element-variables]: missing space in element-variables (#3144 )
* fix: compatibility with vetur (#1700 )
* feat: add option to try project on CodeSandbox (#2976 )
* docs: add tips
* perf: when tags-view scroll close the right-menu
* fix[parseTime]: fixed when pass null (#3038 )
* fix[css]: min btn width (#3164 )
* Add contributor into package.json file.
* fixed before merge.
Co-authored-by: 花裤衩 <panfree23@gmail.com>
Co-authored-by: toruksmakto <42709228+toruksmakto@users.noreply.github.com>
Co-authored-by: Yamel Senih <ysenih@erpya.com>
Co-authored-by: Yamel Senih <yamelsenih@gmail.com>
Co-authored-by: liugq <liugq5713@gmail.com>
Co-authored-by: bpzhang <bpzhang@users.noreply.github.com>
Co-authored-by: Serge <gaosj1993@foxmail.com>
Co-authored-by: MaYuanhai <414199639@qq.com>
Co-authored-by: Jessynt <xr5299@gmail.com>
Co-authored-by: 肖敏 <392716797@qq.com>
Co-authored-by: TinaryTree <mbdkhss@gmail.com>
Co-authored-by: itsccn <chen.sun@itsccn.com>
Co-authored-by: why <w.why@163.com>
Co-authored-by: Baskerville* <wszdlm@gmail.com>
Co-authored-by: Francis <31059354+FrancisSano@users.noreply.github.com>
Co-authored-by: monkeycf <41945134+monkeycf@users.noreply.github.com>
Co-authored-by: BradyBromley <51128276+BradyBromley@users.noreply.github.com>
Co-authored-by: Phạm Ngọc Hòa <thaycacac@gmail.com>
Co-authored-by: bbigcd <bbigcd@163.com>
Co-authored-by: xuanzai <43233731+MikuBlog@users.noreply.github.com>
Co-authored-by: flitrue <812863096@qq.com>
Co-authored-by: 韬 <605682551@qq.com>
Co-authored-by: 任羽飞 <ren12345@126.com>
Co-authored-by: Kaitian Xie <xkaitian@gmail.com>
Co-authored-by: AndyLZC/AndyLZC.github.io <34624589+AndyLZC@users.noreply.github.com>
Co-authored-by: RussXD <shangtouWeb@foxmail.com>
Co-authored-by: 李小斐 <623536309@qq.com>
Co-authored-by: RoBlues <robluesmail@gmail.com>
Co-authored-by: Shota Aratono <195194+artn@users.noreply.github.com>
Co-authored-by: echofly <36875450+echofly@users.noreply.github.com>
Co-authored-by: Aisen60 <1147319086@qq.com>
Co-authored-by: aisen60 <aisen60@qq.com>
Co-authored-by: Alex S <50220345+sabatale@users.noreply.github.com>
Co-authored-by: Aisen <caixusheng60@gmail.com>
Co-authored-by: ntnyq <ntnyq13@gmail.com>
Co-authored-by: garethx <gareth.wilson@gmail.com>
Co-authored-by: AiMe1991 <sxd.08@163.com>
Co-authored-by: cooper <1322849632@qq.com>
Co-authored-by: Nickbing Lao <giscafer@outlook.com>
2020-06-19 10:12:27 -04:00
Edwin Betancourt
ed083ba3d5
fix: Field number with out country and currency definition. ( #521 )
2020-06-16 15:42:04 -04:00
Edwin Betancourt
e5fa066938
feat: Add number format value ( #519 )
...
* feat: First change, add country and currency
* add support to currency prefix or sufix.
* fix
2020-06-12 13:07:32 -04:00
Edwin Betancourt
0800511177
feat: Remove context ( #508 )
...
* 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>
2020-06-12 12:07:24 -04:00
Edwin Betancourt
85639ae586
fix: Navigation duplicated. ( #504 )
2020-05-25 14:54:07 -04:00
Edwin Betancourt
d24666370f
fix: Error with `this.unsubscribe is not a function` ( #499 )
2020-05-18 12:16:20 -04:00
Edwin Betancourt
8727beefdc
feat: Add grpc core client support. ( #495 )
...
* feat: Add grpc core client support.
* export instances and catching error.
2020-05-15 10:57:53 -04:00
Yamel Senih
c03a3278da
Add support to default date format from language definition ( #494 )
...
* Add support to default date format from language definition
* Add optional format for format field
2020-05-12 03:11:02 -04:00
Edwin Betancourt
3559c61e89
feat: Add handle focus to field. ( #491 )
...
* 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.
2020-05-08 17:01:06 -04:00
Edwin Betancourt
6f7b567195
feat: Add field locator warehouse ( #490 )
...
* Add locator wharehouse (#7 )
* proposal for location component
* change props
* remove children if is empty
* redefine call data
Co-authored-by: leonel1524 <matosleonel0@gmail.com>
* feat: Add Locator Warehouse Field.
* remove unused code.
Co-authored-by: leonel1524 <matosleonel0@gmail.com>
2020-05-08 16:56:57 -04:00
Yamel Senih
50bac60614
Add support to ActionKeyPerformance event for implement enter event ( #488 )
2020-05-06 12:59:06 -04:00
Edwin Betancourt
e14171f335
fix: Not set value without fieldList. ( #484 )
2020-05-06 11:08:51 -04:00
Edwin Betancourt
74364f6c45
fix: Dashboard route path. ( #483 )
2020-05-06 11:07:26 -04:00
Yamel Senih
0079502942
Rename event handler for fields, add some commits: ( #480 )
...
- addActionPerformed
- addKeyPressed
- addKeyReleased
- addFocusGained
- addFocusLost
- addRunAction
2020-05-04 21:38:53 -04:00
Edwin Betancourt
46abc1f316
fix: Icon element component. ( #479 )
2020-05-04 10:49:00 -04:00
Edwin Betancourt
098de4d8f3
feat: Add autofocus and showControl attributes. ( #478 )
2020-05-01 18:00:05 -04:00
Yamel Senih
49e82232f9
Add support to conditional for event handler ( #474 )
2020-04-30 00:44:03 -04:00
Yamel Senih
86fd3a432a
Bugfix/dynamic import ( #473 )
...
* 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>
2020-04-29 23:39:57 -04:00
elsiosanchez
b45619fa74
addAction ( #470 )
...
* addAction
* minimal change
* minimal change
2020-04-29 17:02:01 -04:00
Yamel Senih
efe5f49e9e
Add functionality for event handler from any field, it define the follow global events: ( #472 )
...
- Action Performed: used for all **change** event
- Focus Gained: used for focus gained on field
- Focus Lost: used for focus lost on field
- Key Pressed: like to keydown
- Key Released: like keyup
For field events:
- notifyActionPerformed: when a value is changed
- notifyKeyPressed: when a key is press
- notifyKeyReleased: when a key is released
- notifyFocusGained: when a focus is gained in component
- notifyFocusLost: when a focus is lost from component
For Actions:
- notifyRunAction: used when a action is applied
Getters:
- getFieldEventList: get field event list from container UUID
- getActionEventList: get action event list from container UUID
2020-04-29 16:44:05 -04:00
Edwin Betancourt
6e9c48ad51
feat: Change size component implementation ( #464 )
...
* feat: Change size component implementation
* fix operators list.
* set size values in references.
* fix: Operator's comparison list.
* Set id with constants references.
2020-04-29 10:32:15 -04:00
Yamel Senih
840692cfb1
Just rename some functions for a definition more clean ( #469 )
2020-04-28 20:26:28 -04:00
Yamel Senih
1c133bc87c
Feature/#source code improve reorder implementation ( #466 )
...
* 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
2020-04-28 01:39:27 -04:00
elsiosanchez
4e397e5636
fix infinite loop error in log record ( #462 )
2020-04-24 18:07:58 -04:00
Yamel Senih
0529d20676
Rename form ( #458 )
2020-04-23 23:21:55 -04:00
Edwin Betancourt
0d7aa7c72f
fix: Mandatory fields empty. ( #456 )
2020-04-23 20:33:40 -04:00
Yamel Senih
9d59700aa5
Improves/reduce create form ( #457 )
...
* improves: Reduce and more easy create news Forms.
* fix: Overwrite template metadata component with metadata prop from mixin
* Add search from server for product price inquiry
* add isEvaluateValueChanges.
* Add support to latest version from POS client
* Add clean for all fields
* add style with prop cssClassName
* Add style for components
* fix subscribe mutation's and add set value and set values.
* Change error by info for form
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
2020-04-23 20:26:18 -04:00
Yamel Senih
b6450dc406
Add Dictionary fields from ADempiere ( #454 )
2020-04-20 01:12:42 -04:00
Edwin Betancourt
20a3bc3025
feat: Add load dynamic form with fileName. ( #450 )
...
* feat: Add load dynamic form with fileName.
* Load Form metadata from server.
2020-04-18 16:43:07 -04:00
Edwin Betancourt
7fd5c8f334
fix: Test View error when change value into field. ( #446 )
...
* 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>
2020-04-17 11:04:47 -04:00
elsiosanchez
dcc956d07c
validate actions in Smart Browser ( #442 )
2020-04-14 00:11:56 -04:00
elsiosanchez
79cc4d0cbb
Activate the calculator enter action using a native JavaScript method ( #441 )
2020-04-14 00:11:14 -04:00
Yamel Senih
7fcf5bb9a5
Feature/tets view ( #445 )
...
* 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>
2020-04-14 00:09:17 -04:00
Yamel Senih
b5441183fb
Revert "Set value to filter lookups list ( #343 )" ( #443 )
...
This reverts commit 6258abb6e1
.
2020-04-09 02:10:43 -04:00
Leonel Matos
6258abb6e1
Set value to filter lookups list ( #343 )
...
* Set value to filter lookups list
* change data client version
* bugfix display value without label
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
Co-authored-by: Yamel Senih <ysenih@erpya.com>
2020-04-09 00:42:24 -04:00
Yamel Senih
8a792e1803
Fixed error with document action list component population ( #439 )
2020-04-07 17:48:24 -04:00
Yamel Senih
8d0fcc04f9
Fixed error with value for list ( #438 )
2020-04-07 16:53:36 -04:00
Edwin Betancourt
8385415ec0
fix #341 Send double values with 0 values in decimals ( #342 )
...
* fix convert float values to double values with grpc.
* Update package.json
* fix send double values with callout.
* Change Double value to Decimal value.
* fixed FIELDS_FLOATS to FIELDS_DECIMALS
* Change references by correct valuess Q
* Update version for data management
* Add support to latest version for data 2.1.6
Co-authored-by: Yamel Senih <ysenih@erpya.com>
2020-04-07 02:46:50 -04:00
Edwin Betancourt
78e2c19468
fix: Lookup with -1 as default value. ( #435 )
2020-04-06 13:12:55 -04:00
Edwin Betancourt
a617189dc7
fix: Without data refreshing on different child tab than the first. ( #433 )
2020-04-05 21:53:14 -04:00
Yamel Senih
981c96551b
Fixed error with parameter name for workflow process used for document action for documents ( #431 )
2020-04-02 23:25:53 -04:00
Yamel Senih
80f62e6fdd
Fixed error with call service for list document statuses when a record is new ( #430 )
2020-04-02 23:21:57 -04:00
Edwin Betancourt
c8146819e4
fix: Context menu relations in report view. ( #427 )
2020-04-02 19:53:16 -04:00
Edwin Betancourt
927de4aa33
improves: Optimize the times data is consulted in the vuex store ( #426 )
...
* improves: Optimize the times data is consulted in the vuex store
* Improves to get store tab.
2020-04-02 04:06:54 -04:00
elsiosanchez
ee9feded0c
error requests when advanced query ( #424 )
...
* current record request in the container info
* Delete unnecessary console
2020-04-02 04:03:06 -04:00
Leonel Matos
24a2a09762
fix #421 Display field type date in table ( #422 )
2020-03-27 17:39:15 -04:00
Leonel Matos
ee937abbe0
bugfix send values to server from calculator ( #380 )
...
* 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>
2020-03-27 16:37:29 -04:00
elsiosanchez
e6fd209d2b
reolve the activate focus primary field ( #417 )
2020-03-24 21:40:02 -04:00
Edwin Betancourt
8c9e2f0513
fix: Print formats unnecessary request. ( #414 )
2020-03-24 21:34:57 -04:00
Edwin Betancourt
1e837db9e0
fix: Run process notification without session ( #413 )
...
* fix: Show notification run process without session.
* close notification after response.
2020-03-24 21:32:22 -04:00
Edwin Betancourt
8258da6001
fix: Console error when login redirect to window. ( #412 )
...
* fix: Console error when login redirect.
* Update file.
2020-03-24 21:28:51 -04:00
Leonel Matos
83081b6d6d
bugfix load data in tab childs after save record ( #409 )
...
Co-authored-by: erp <erp@erp.erp>
2020-03-16 19:11:52 -04:00
Edwin Betancourt
9dbf57a877
fix: Values in fields lookup ( #407 )
2020-03-16 19:08:25 -04:00
elsiosanchez
b45740e3a3
indicate new record in parent table ( #406 )
2020-03-16 19:05:12 -04:00
Edwin Betancourt
20dfa472b1
fix : #401 Display logics show more fields than they need to be ( #402 )
...
* fix : #401 Display logic's showed fields.
* Update evaluator.js
* minor changes.
2020-03-16 16:19:50 -04:00
elsiosanchez
a51989f3ec
Select at 0 in the table ( #403 )
...
When the select is empty in the table it shows the value 0 you should place it white
2020-03-11 21:46:35 -04:00
Edwin Betancourt
f0f0c81f03
fix : #398 Wrong distribution of field size. ( #399 )
2020-03-11 21:40:05 -04:00
Edwin Betancourt
902832ee79
fix: The references associated with a record are not displayed. ( #396 )
2020-03-11 21:36:44 -04:00
Edwin Betancourt
206fedb198
fix: Default values that are @SQL= on the first load ( #391 )
2020-03-11 21:34:21 -04:00
Leonel Matos
a589941a30
fix set field definitions ( #389 )
2020-03-11 21:30:37 -04:00
elsiosanchez
acedbb88de
Show sequence options in the table menu ( #388 )
...
* Show sequence options in the table menu
* Open sequence modal
2020-03-11 21:28:20 -04:00
Edwin Betancourt
f57a3bd11e
fix: Unnecessary request in tab children. ( #385 )
2020-03-11 21:24:33 -04:00
elsiosanchez
fab480816b
unnecessary requests ( #383 )
...
* unnecessary requests
* validate isDocument
* validate when new registration
2020-03-11 21:23:05 -04:00
elsiosanchez
2c586f6a7e
Add default icon to run a Report or Process by default ( #382 )
2020-03-11 20:58:07 -04:00
elsiosanchez
d8f4b7e89c
identificate new record ( #381 )
...
* new record in table parent
* validate is new record
2020-03-11 20:56:21 -04:00
Edwin Betancourt
1f97c9f339
fix: Request document statuses only window is document ( #377 )
2020-02-29 17:37:35 -04:00
elsiosanchez
278fad1bfa
change tabs from the path ( #376 )
2020-02-29 17:36:50 -04:00
Leonel Matos
618a24d22f
Add calculator component to numeric references ( #349 )
...
* 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>
2020-02-28 02:21:51 -04:00
elsiosanchez
48ca22482c
focus only on fields that are type text and number ( #374 )
2020-02-28 02:19:08 -04:00
elsiosanchez
460f6b9ada
Support in the style of Workflow Status Bar ( #375 )
...
* Support in the style of Workflow Status Bar
* add style to .el-step_arrow
* change in the style
* unnecessary request
2020-02-28 02:18:19 -04:00
elsiosanchez
da08c71f01
Add the workflow phases sequence ( #346 )
...
* 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>
2020-02-27 19:28:21 -04:00
Leonel Matos
647852f851
add proposal for quick access from favourites dashboard in windows items ( #372 )
...
* add proposal for quick access from favourites dashboard in windows items
* add tooltip for description and translations
* fix translations
2020-02-27 19:12:06 -04:00
Edwin Betancourt
5bed6a5f45
fix : #370 Lookup with NaN values in advanced query. ( #371 )
2020-02-27 15:54:43 -04:00
Leonel Matos
de202000e3
Bugfix lookups labels ( #369 )
...
* Update version for gRPC data client
* bugfix display label in lookups components
Co-authored-by: Yamel Senih <ysenih@erpya.com>
2020-02-26 18:38:53 -04:00
Edwin Betancourt
7ed14ac44e
Does not sort the field list of the child tabs on every render. ( #363 )
2020-02-25 18:31:02 -04:00
Edwin Betancourt
4c399a6694
fix : #361 Redirect to blank page from the dashboards. ( #362 )
2020-02-25 18:23:53 -04:00
elsiosanchez
d2fc0c5713
Support mobile ( #359 )
2020-02-25 18:22:12 -04:00
Edwin Betancourt
8f9c7f390d
fix: Display logic field when set empty value in parent field. ( #357 )
2020-02-25 09:18:35 -04:00
Leonel Matos
c4456850e2
bugfix breadcrumb redirect action ( #353 )
2020-02-25 09:17:54 -04:00
elsiosanchez
b44b71f418
support style mode mobile ( #350 )
...
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
2020-02-25 09:06:13 -04:00
Edwin Betancourt
1126c00c1f
fix : #347 Loses values when create entity using callout generate error or warning. ( #348 )
...
* fix loses values when using callout or generate error create entity.
* fix undefined method.
* Remover comments un data table component
* Delete comments in dictionary utils
2020-02-25 09:05:02 -04:00
Edwin Betancourt
02c634e56d
fix: Fields that are not displayed by default and have a default value. ( #345 )
2020-02-25 08:49:20 -04:00
Edwin Betancourt
6ce282c65d
fix: Not resend request when hidden document status. ( #339 )
...
* fix: Not resend request when hidden document status.
* Validate store data to get documents actions.
2020-02-22 23:46:17 -04:00
elsiosanchez
4c507aa82a
indicate new row ( #338 )
...
* 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>
2020-02-22 23:25:37 -04:00
Edwin Betancourt
c13741c5c7
fix: Not search records with NULL or NOT NULL operators. ( #337 )
2020-02-16 00:08:55 -04:00
Edwin Betancourt
df6762578e
fix : #334 Display logic that prevents some fields from being displayed. ( #335 )
...
* fix: Display logic that prevents some fields from being displayed.
* fix open criteria with uuid
2020-02-16 00:06:38 -04:00
elsiosanchez
1a3d50424f
correcting container info chats errors ( #322 )
...
* add document action
* order processing structure
* add document action
* order processing structure
* correcting errors when Process Order
* correcting initial load error
* update document action before processing
* refres action document
* add Markdown of chat
* Solve all chat problems
* Duplicate Record Error
* Library of MArkDown
Co-authored-by: Yamel Senih <ysenih@erpya.com>
2020-02-13 18:21:03 -04:00
Edwin Betancourt
db731fcf97
fix position style to contextual menu in data table. ( #331 )
2020-02-13 16:49:53 -04:00
Edwin Betancourt
be0e3d8eec
fix: Delete record with contextual menu in data table. ( #329 )
2020-02-13 16:43:25 -04:00
Leonel Matos
2d9b33398e
bugfix multiple call for lookup item ( #324 )
2020-02-11 18:14:25 -04:00
Edwin Betancourt
252cc43679
fix: Export record in table, and mobile support to Smart Browser. ( #325 )
...
* fix: Export record in table, and mobile support to Smart Browser.
* Change comparison disabled export record action.
* Closed fotmat exports list in export record action menu.
2020-02-11 17:52:23 -04:00
Edwin Betancourt
ac4b0df91c
fix : #316 Add Smart Browser validation to research with mandatory parameters. ( #317 )
...
* fix: Add Smart Browser validation to research with mandatory parameters.
* Delete duplicated code.
2020-02-11 15:54:10 -04:00
EdwinBetanc0urt
7f74235073
Refactor code, remove unused methods and optimized application. ( #318 )
...
* 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.
2020-02-10 21:13:19 -04:00
EdwinBetanc0urt
2dbc02403a
fix #314 Wrong display of the Window references in the context menu. ( #315 )
...
* fix: Add item to notify when window references is empty.
* fix: Display of Window references when they have many items in the list.
2020-02-10 21:10:46 -04:00
EdwinBetanc0urt
29ced53bcb
fix: Multiple requests block the browser. ( #313 )
2020-02-05 19:16:40 -04:00
elsiosanchez
4bcb532d2d
refactor of shortcout ( #312 )
...
* refactori of shortcout
* add property computed
2020-02-05 19:15:37 -04:00
elsiosanchez
6837cc19b4
Create a global method for document status tags ( #305 )
...
Nice it
2020-02-05 19:12:09 -04:00
EdwinBetanc0urt
cdaf4832cb
fix: Text Long not only change value to old value. ( #303 )
2020-02-05 19:10:12 -04:00
EdwinBetanc0urt
4de4076230
fix: The fields of type Yes-No and Number, take the fields as empty . ( #299 )
...
* fix: The fields of type Si-No and Number, take the fields as empty .
* fix: Values preference.
2020-02-04 00:49:33 -04:00
Leonel Matos
343949371e
bugfix load values of field Target Document Type ( #297 )
...
* bugfix load values of field Target Document Type
* remove console message
2020-02-04 00:46:04 -04:00
EdwinBetanc0urt
7870fdbfab
feat: Add operators comparison to advanced search. ( #287 )
...
* feat: Add operators comparison to advanced search.
* Set is null and not null operator.
* Add multiple values to IN and NOT IN operators.
* Add component render to set values to IN and NOT IN operators.
* Add IN and NOT IN operators in date component.
* Fix attribute comparison (isAdvancedQuery).
2020-01-31 12:53:04 -04:00
EdwinBetanc0urt
5beca7630a
fix: Zoom window in context info field. ( #286 )
2020-01-29 19:53:58 -04:00
EdwinBetanc0urt
5a38ada770
fix: Undefined method. ( #285 )
2020-01-29 17:30:53 -04:00
Leonel Matos
8d7c37839a
bugfix open process activity from process notifications ( #276 )
2020-01-29 16:13:28 -04:00
EdwinBetanc0urt
5e20b31640
ref: Separate context info field in component. ( #281 )
2020-01-29 16:11:42 -04:00
EdwinBetanc0urt
d7aaa4fc00
fix : #277 Context menu relations. ( #278 )
2020-01-29 10:17:48 -04:00
Leonel Matos
fde8d64a40
bugfix with criteria filter ( #273 )
2020-01-29 10:14:36 -04:00
Leonel Matos
63944c9815
bugfix validation of get lock records ( #270 )
2020-01-28 12:27:27 -04:00
Leonel Matos
1b550dea89
fix error with share link action ( #269 )
2020-01-28 12:26:47 -04:00
EdwinBetanc0urt
6e89373f51
fix: Uncaught exception in promises, and remove log consoles. ( #267 )
2020-01-27 12:59:33 -04:00
elsiosanchez
b9cc5ff276
Support record Log of container info ( #266 )
...
* creating structure for the service
* structure container info
* waiting for service
* service test
* Support record Log of container info
* style of the option Change Detail
* Text formats
* add color to event type
* Add Disable of textLong
* change style text long
2020-01-27 11:00:34 -04:00
Leonel Matos
44940dee0e
add support to dashboard collapsible and open by default ( #265 )
...
* add support to dashboard collapsible and open by default
* change component definition of dynamic dashboard
2020-01-24 16:26:07 -04:00
Leonel Matos
c6c23f31fb
add action for zoom record from SB in new table menu implementation ( #264 )
2020-01-24 12:02:16 -04:00
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
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
elsiosanchez
c602ed1d3e
correcting error export zip text file ( #250 )
2020-01-22 17:17:44 -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
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
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
EdwinBetanc0urt
f728e4eb43
fix: Mandatory logic on first field load. ( #223 )
2020-01-14 17:45:25 -04:00