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

255 Commits

Author SHA1 Message Date
Yamel Senih
925cf6d679
Feature/#sc add record access api (#794)
* Add API for get Record Access based on server

* support setRecordAcces

* Add mixin for view, this allows reuse code based on unique definition

* support record access

* Support Record Access in Mode Mobile

* minimal changes

Co-authored-by: elsiosanchez <elsiosanche@gmail.com>
2021-04-28 19:08:27 -04:00
Elsio Sanchez
78c4dfaeaa
convert the values to be sent and delete unnecessary console.logs (#784) 2021-04-26 12:21:34 -04:00
Elsio Sanchez
4c49b20144
Converting for payment methods (#749)
* Fixes: #736

* minimal changes

* minimal changes

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-04-23 18:04:26 -04:00
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
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
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
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
Edwin Betancourt
d071e756d5
fix: Window references. (#710) 2021-04-02 14:28:07 -04:00
Yamel Senih
6f128a07d7
Remove unnecessary request utility (#706)
- Use default request utility from legacy source code
- Improve calling structure
- Implement posibility of create endpoint for request
- Allows define a generic calling for backend service
- Remove unnecessary functions
2021-04-01 03:23:11 -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
Edwin Betancourt
2e39e18c8a
fix: Empty mandatory fields. (#699)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-30 14:17:51 -04:00
Edwin Betancourt
0d30213637
fix: Report change print format. (#695)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-26 17:33:29 -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
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
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
Edwin Betancourt
7bf5bcc461
fix: Unnecessary requests for the sort type tab. (#664)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-12 12:08:04 -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
Elsio Sanchez
1b280259e5
fix 404 (#652)
* fix 404

* delete console.log

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-09 21:13:03 -04:00
Elsio Sanchez
afa34a8c0d
Filter by required and available column (#650)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-09 09:19:56 -04:00
Edwin Betancourt
822b909e8f
fixes #646 print console.log login data. (#647)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-03-09 09:18:02 -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
db2e6968cf
login section according to role and organization (#634)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-03-08 20:04:52 -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
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
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
c0b3c2f5c3
support process order (#609)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-02-28 14:51:28 -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
Edwin Betancourt
6439dcb2fa
feat: Refactor window control vuex module. (#611)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-02-27 12:24:11 -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
Edwin Betancourt
b41ec22883
fix: Run process SB record selection. (#588)
* fix: Run process SB record selection.

* Update package.json

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-02-25 14:00:45 -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
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
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
Edwin Betancourt
7706b7715c
feat: Refactor process vuex module. (#563)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2021-01-12 17:14:05 -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
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
Yamel Senih
3ed5b6637f Fixed error with pdf and binary data for reports 2020-12-03 12:29:48 -04:00
Elsio Sanchez
add8639a74
visibility to static routes based on current role permissions (#554)
* Grant visibility to static routes based on current role permissions

* minimal change
2020-12-02 16:02:09 -04:00
Elsio Sanchez
2802e06030
add traduction and icon (#552) 2020-12-02 12:34:15 -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
Elsio Sanchez
0bd71c4d4d
add image (#548) 2020-11-28 01:32:52 -04:00