1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

1544 Commits

Author SHA1 Message Date
Elsio Sanchez
0bffaa6699
Changing service of creating business partner by point of sale (#1083)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-19 07:59:02 -04:00
Edwin Betancourt
d33c257f6c
feat: Add docker image to main branches. (#1081) 2021-08-19 07:58:26 -04:00
Elsio Sanchez
90deabf9d2
Add converted order total (#1072)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-19 07:57:28 -04:00
Elsio Sanchez
aa36f5911c
Pagination of tables (#1070)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-17 07:56:07 -04:00
Elsio Sanchez
b94a821000
fixe discount (#1069)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-17 07:55:45 -04:00
Edwin Betancourt
3978eb8fd5
feat: Push docker image with commit. (#1071)
* feat: Push docker image with commit.

* only use develop as main branch.
2021-08-16 21:44:35 -04:00
Elsio Sanchez
3e22f12a1c
Error creating order (#1063)
* fixe new orden

* delete comment

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-16 17:46:24 -04:00
Elsio Sanchez
a6197f67b2
Amount converted to payment (#1066)
* Correcting total amount converted in the payment

* minimal changes

* delete console

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-16 17:45:57 -04:00
Elsio Sanchez
e98a111e37
Lock Order Complete (#1057)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-13 23:58:50 -04:00
Elsio Sanchez
901648a0b3
Display order footer do not display data if no order is mounted (#1053)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-12 17:15:13 -04:00
Elsio Sanchez
c590434591
Error starting section (#1052)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-12 17:13:59 -04:00
Elsio Sanchez
427ffd0b75
Improve the display when recording the location (#1051)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-12 17:11:50 -04:00
Elsio Sanchez
2ce8853978
infinite loop in product table (#1043)
* infinite loop in product table

* Show suggestions when input gets focus

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-12 17:10:51 -04:00
Elsio Sanchez
5fa463d741
Click incremented POS line quantities (#1050)
* Add functionality to the quantity increment and decrement button

* Validate minimum quantity

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-12 12:41:38 -04:00
Edwin Betancourt
127f014b72
fix: Documentation tag view not fixed. (#1040) 2021-08-10 19:39:16 -04:00
Elsio Sanchez
d39553bcd4
fix point-of-sale options (#1036)
* fix point-of-sale options

* minimal change

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-09 21:39:59 -04:00
Yamel Senih
e41e56b3a0
Update README.es.md 2021-08-07 09:51:17 -04:00
Yamel Senih
dbcecc6c4b
Update README.md 2021-08-07 09:48:46 -04:00
Elsio Sanchez
fec1832f42
Support for the Read Weight form (From Scale) (#945)
* Support Get Weight

* changing the position of the buttons

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 21:28:47 -04:00
Elsio Sanchez
5a5f32d934
Support Assign PO-Invoice-Receipt-Invoice (#960)
* setting up initial structure

* add service

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 21:23:47 -04:00
Yamel Senih
d6e490a4e3
Change readme for run (#1028) 2021-08-06 20:17:07 -04:00
Elsio Sanchez
44ad3521ba
support Product Configuration (#969)
* support Product Configuration

* paint flowchart dynamically

* minimal changes Workflow

* remove comment

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 19:55:12 -04:00
Elsio Sanchez
07bb5bd692
Support Attachment (#1008)
* Support Attachment

* adjust size

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 19:39:58 -04:00
Elsio Sanchez
8542714daf
adding converted currency symbol (#1026)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 19:37:19 -04:00
Elsio Sanchez
2e64bb5d35
Intuitive output on the point-of-sale product search panel (#1024)
* Intuitive output on the point-of-sale product search panel

* Update index.vue

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 17:10:12 -04:00
Elsio Sanchez
8a54f46df9
Adjust the product information pop-up window. (#1025)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 16:43:38 -04:00
Elsio Sanchez
632e7623dd
Fix Overdrawn Invoice (#1018)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 16:38:54 -04:00
Edwin Betancourt
cbca721eaa
fix: Docker image files. (#1019) 2021-08-05 21:50:48 -04:00
Edwin Betancourt
fb3f2084f3
feat: Add github secret org name (#1017) 2021-08-05 14:31:15 -04:00
Elsio Sanchez
553d08b353
Fixed syntax errors and deleting console.log (#1012)
* Overdrawn Invoice

* rename computed

* add service Overdrawn Invoice

* Duplicate key error and deleting console.log

* fixe minor errors

* add params to router

* fixe pin

* fixe Price Checking

* fix constants

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-05 11:54:17 -04:00
Edwin Betancourt
12c3aef872
feat: Add support docker hub continuous delivery. (#1016)
* feat: Add support docker hub continuous delivery.

* remove comments
2021-08-05 11:49:45 -04:00
Edwin Betancourt
14f833ab87
feat: Push docker image github package registry. (#1014)
* feat: Push docker image github package registry.

* Docker image in Github Package

* change npm ci to npm i

* Add docker file.

* remove docs lock files
2021-07-30 12:55:55 -04:00
Yamel Senih
c688bd042c
Add packages lock for project (#1013) 2021-07-28 16:14:00 -04:00
Elsio Sanchez
6b7e03bc69
Fixing error when searching for product (#1009)
* Fixing error when searching for product

* Reducing calls to the Api

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-28 09:56:27 -04:00
Elsio Sanchez
1a611b37b6
support Upload Excel (#991)
* support Upload Excel

* change button

* Adjust cell contents according to formatting type

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-23 08:31:59 -04:00
Edwin Betancourt
47bc92f418
feat: Improve documentation deploy. (#1007)
* feature: Improve documentation deploy.

* minimal changes.
2021-07-23 07:49:35 -04:00
Edwin Betancourt
eac099ad7a
fix: Tab name style. (#1003)
* fix: Tab name style.

* fix tooltip text.
2021-07-22 22:42:33 -04:00
Edwin Betancourt
17103e32a4
feat: Update to element-ui 2.15.3 (#1004) 2021-07-22 22:39:32 -04:00
TaniaLucena
95b5086dc4
flujo de trabajo y actividades (#1005) 2021-07-21 10:59:05 -04:00
Elsio Sanchez
21a526e113
Add guide (#1002)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-20 02:04:27 -04:00
Elsio Sanchez
e573a05dd3
Add activity notifications (#997)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-19 19:03:30 -04:00
TaniaLucena
b92e36a32c
guide component (#995) 2021-07-19 15:36:37 -04:00
Elsio Sanchez
ebd568cfb6
Support workflow activities (#972)
* support workflow activities

* minimal changes

* add Workflows and services

* add state semantics

* rename fille

* add info the node

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-17 03:54:08 -04:00
TaniaLucena
4364c01262
product information (#992) 2021-07-15 21:07:14 -04:00
TaniaLucena
bdd24c8a67
check-price (#988) 2021-07-14 15:17:23 -04:00
Elsio Sanchez
fe28675214
Switching from document type (#987)
* Switching from document type

* minimal changes

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-14 10:58:20 -04:00
Yamel Senih
80b9e9e95b
Add support to list document type service (#986) 2021-07-13 18:29:09 -04:00
Elsio Sanchez
cba978916b
fixing dashboard errors (#985)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-13 16:23:34 -04:00
TaniaLucena
f6a874784d
dashboard (#983) 2021-07-13 12:43:35 -04:00
Elsio Sanchez
4f567fc95c
Supporte Pin Point Of Sales (#978)
* Fixe POs

* fixes Currency

* Supporte Pin Point Of  Sales

* focus ping

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-07-13 09:17:12 -04:00