1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-13 07:04:21 +08:00

275 Commits

Author SHA1 Message Date
Elsio Sanchez
1e42f1ede9
Feature/refactory pos (#760)
* adding Point of Sale features

* Delete Ineccessary Getters

* minimal changes

* add list product Price and Order Line

* Add license

* minimal changes

* unify getters

* minimal changes

* minimal changes

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-04-22 23:37:05 -04:00
Elsio Sanchez
0e698293c8
Add sub-menu to context menu (#762) 2021-04-21 17:28:26 -04:00
Elsio Sanchez
4d6496f5c6
record access mode mobile support (#755)
* record access mode mobile support

* resolve conflict

* add traslation

* minimal changes

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-04-21 14:05:05 -04:00
Elsio Sanchez
1b174312a2
Fixes: #754 (#767) 2021-04-21 12:21:19 -04:00
Elsio Sanchez
6b27db091d
get the currency code to be paid (#750)
* Fixes: #736

* get the currency code to be paid

* add the correct currency symbol in the amount field

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-04-21 12:15:15 -04:00
Elsio Sanchez
2ceb55393d
adaptable to different types of screens (#758) 2021-04-19 02:50:28 -04:00
Yamel Senih
82d10454eb
Add License to files inside project (#757)
* Add License to files inside project
This is recommended by GNU/gpl v3 according with it: https://www.gnu.org/licenses/gpl-3.0.html
```
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.

You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
```

* Remove space
2021-04-17 16:19:45 -04:00
Elsio Sanchez
4cab92678d
fix errors in the fields of the mobile interface with long names (#746)
* Fixes: #743

* minimal change

* minimal changes

* minimal changes
2021-04-16 20:03:39 -04:00
Elsio Sanchez
e98b9fbac3
support search table mode mobile (#740)
* support search table mode mobile

* minimal changes
2021-04-14 19:42:45 -04:00
Elsio Sanchez
ffb94e4ab9
Feture/support menu field (#737)
* Context menu support for fields in desktop mode

* minimal changes

* change style
2021-04-09 16:14:07 -04:00
Elsio Sanchez
7ff2286ba2
clean payment list (#734) 2021-04-09 13:47:43 -04:00
Elsio Sanchez
0860a69b22
Validate mandatory fields when creating a business partner (#725)
* Fixes: #724

* bugfix: Delete duplicated code.

* minimal changes

* remove computed

Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@outlook.com>
2021-04-08 17:06:36 -04:00
Elsio Sanchez
54dce3ff69
Focus the Field (#723)
* Fixes: #721

* minimal changes

* minimal changes

* changing variables
2021-04-08 13:48:23 -04:00
Elsio Sanchez
af8e927b5f
Correct Point Of Sale Alerts (#718)
* correct point of sale alerts

* minimal changes
2021-04-07 15:07:16 -04:00
Elsio Sanchez
af96cc5d53
correcting error in quantities (#722) 2021-04-07 15:06:54 -04:00
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