1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-13 23:20:12 +08:00

260 Commits

Author SHA1 Message Date
Elsio Sanchez
a91d027920
add context menu field mode mobile (#705)
* add context menu field mode mobile

* minimal change

* minimal changes

* minimal changes

* minimal changes

* style button

* change style

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-04-07 11:35:31 -04:00
Elsio Sanchez
8b43985c89
Add cursor pointer to Recient Item and Document Status table (#717) 2021-04-07 11:15:05 -04:00
Elsio Sanchez
f27428a3c1
support in mobile mode (#713) 2021-04-06 12:41:16 -04:00
Edwin Betancourt
d50a57d0fa
fix: Displayed value current document status. (#709) 2021-04-02 14:28:50 -04:00
Edwin Betancourt
d071e756d5
fix: Window references. (#710) 2021-04-02 14:28:07 -04:00
Elsio Sanchez
c474244f08
change style the button new order (#704) 2021-04-01 02:55:52 -04:00
Elsio Sanchez
8c47c95287
add buttom new record (#703)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-30 17:37:16 -04:00
Elsio Sanchez
b4a3ec0b53
Bugfix/#692 context menu butons (#700)
* fix: Context menu, change text by button.

* fix default action window as New Record.

* Add default action to run switch new and undo.

* Add colot button to undo action.

* change to plain and warning undo button.

* modifit contextmenu mobile

* remove console

* minimal change

* validate is LIstrecord

* modifit contextmenu mobile (#9)

* modifit contextmenu mobile

* remove console

* minimal change

* validate is LIstrecord

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>

* add  description

* Bugfix/#692 context menu butons (#10)

* modifit contextmenu mobile

* remove console

* minimal change

* validate is LIstrecord

* add  description

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>

* add icon

* Bugfix/#692 context menu butons (#11)

* modifit contextmenu mobile

* remove console

* minimal change

* validate is LIstrecord

* add  description

* add icon

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>

* change size the label

* Bugfix/#692 context menu butons (#12)

* modifit contextmenu mobile

* remove console

* minimal change

* validate is LIstrecord

* add  description

* add icon

* change size the label

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>

* changa size label

* add style reference

* add translations

* add icon default

* fixed position

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-30 15:39:30 -04:00
Yamel Senih
97830cdb47
Feature: Add preference service (#696)
* 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>
2021-03-26 17:28:12 -04:00
Edwin Betancourt
31e6b7b3c8
fix: Field isActive not edit with false value. (#693)
* fix: Field isActive not edit with false value.

* fix changed record is active.

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-25 11:24:55 -04:00
Elsio Sanchez
2f1f6bf6c9
Change Button the Chat (#694) 2021-03-24 11:10:47 -04:00
Elsio Sanchez
39f16d6bfc
add validate the IsProcessed (#685)
* add validate the IsProcessed

* minimal changes

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-23 18:08:53 -04:00
Elsio Sanchez
ca2f9bed3c
Support Private Access (#671)
* #667 Support Private Access

* fix bottons

* change lang

* rename service

* rename service
2021-03-23 12:16:20 -04:00
Elsio Sanchez
56716e0647
Validate if the field has a callout before updating or creating (#684)
* Validate if the field has a callout before updating or creating

* rename vairable
2021-03-23 11:55:16 -04:00
Yamel Senih
99525aa05a
Rename functions for location components (#683) 2021-03-22 16:38:05 -04:00
Elsio Sanchez
3e315de138
Popover List Product Info (#679)
* Popover List Product Info

* icon close

* remove icon close
2021-03-22 13:36:57 -04:00
Yamel Senih
9393379516
Feature/#pos rename functions (#682)
* Rename functions for POS managemen

* Rename functions for image on key layout
2021-03-22 11:49:16 -04:00
Yamel Senih
5e8b46ad32
Fixed error with Search Product from Value instead name (#680) 2021-03-22 11:10:58 -04:00
Elsio Sanchez
4401c1d77d
Support Binary (#670)
* add services binary

* search for server image and use image service to view it

* add request Resource

* fix error and rename service

* rename service

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-21 19:19:07 -04:00
Elsio Sanchez
7617bdbdf1
Support to Field Preference (#662)
* add field preference

* minimal changes

* remove input

* fix error

* raname service

* add information

* rename descrition the preference

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-19 22:05:36 -04:00
Yamel Senih
44077e45f8
Improve display for locator component (#678) 2021-03-17 22:21:38 -04:00
Edwin Betancourt
1c928e238f
fix: Is read only record with different client id. (#676)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-17 11:20:07 -04:00
Diego Chavez
4c1a34077d
fix/ correction of dialog (#665)
* action value correction in dialog when defined
2021-03-13 11:14:46 -04:00
Edwin Betancourt
ce13f82ec7
fix: Export record's to zip, xls, json, xml, txt (#666)
* fix: Export record's to zip

* Add Zip export option in the context menu of the table (#8)

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
Co-authored-by: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com>
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-12 18:17:44 -04:00
Elsio Sanchez
66d877e627
Add more information to the locator (#661)
* Fixes: #61 fix sequence field location

* Fixes: #62 Add more information to the locator

* minimal changes

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-11 15:08:27 -04:00
Elsio Sanchez
4b354d1987
Fixes: #61 fix sequence field location (#656)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-10 14:33:50 -04:00
Elsio Sanchez
b87826415d
Bugfix/validate private access (#655)
* fix private acces

* Fixes: # 156 Fix Private Access

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-10 11:29:57 -04:00
Edwin Betancourt
95bc92f962
fixes #653 set default values in panel open menu. (#654)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-10 10:07:49 -04:00
Elsio Sanchez
42261cfdca
Bugfix/fix last name service create business partner (#651)
* change parameter

* tabindex the field

* bringing value from the context

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-09 15:35:28 -04:00
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
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