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

24 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
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
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
Yamel Senih
80b9e9e95b
Add support to list document type service (#986) 2021-07-13 18:29:09 -04:00
Elsio Sanchez
46db7de0b2
Support Document Type (#929)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-06-21 17:59:34 -04:00
Yamel Senih
5211bc3ef5
- Add multi-currency support (#916)
- Remove unnecessary mutation
- Rename bad variables
2021-06-12 15:14:48 -04:00
Elsio Sanchez
23aaf79007
Add option to change warehouse and price list (#913)
* Adding the option to change Warehouse and Price List

* add service

* support service

* add Warehouse

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-06-11 17:16:08 -04:00
Yamel Senih
71a61f1cb1
Feature/add endpoint setup (#907)
* Minor change
- Rename API Services
- Add endpoint

* set method name
2021-06-04 17:07:39 -04:00
Elsio Sanchez
3476523568
support to pin the pos (#865)
* support to pin the pos

* close popover the ping

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-21 19:52:00 -04:00
Elsio Sanchez
09c9bea77d
corrections of errors in post services (#859)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-20 10:22:48 -04:00
Elsio Sanchez
c3678bd5e1
fix service Create Order Line (#848)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-13 16:22:17 -04:00
Yamel Senih
ff4c1349e8
Separate Services (#843)
* Separate Services
- Dictionary: dictionary
- Common request: common
- ADempiere Generic API:common/api
- Dashboard Content: dashboard
- Dashboard favorites: dashboard/addons/user
- Dashboard Pending Documents: dashboard/addons/tasks
- User Management: user
- User enrollment: user/enrollment
- User Log: user/log
- Workflow metadata: workflow
- User Interface Common logic: user-interface/common
- User Interface Window tools: user-interface/window
- User Interface Smart Browser tools: user-interface/smart-browser
- User Interface Process tools: user-interface/process
- User Interface Attachment Management: user-interface/component/attachment
- User Interface Components Preference: user-interface/component/preference
- User Interface Components Private Access: user-interface/component/private-access
- User Interface Components Record Access: user-interface/component/record-access
- User Interface Components Notes: user-interface/component/notes
- User Interface Components Translation: user-interface/component/translation
- User Interface Forms / POS: form/addons/point-of-sales

* Minor change

* Remove persistence

* Untrack files

* Remove persistence

* resolve conflicts

* Update files
2021-05-12 18:46:49 -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
Yamel Senih
2b1d8f73ff
Improve request util (#712)
* Improve request util
- Improve request util based on basic and generic request
- Add ADempiere request layer (use it as template for others)
- Add Release information from github
- Chamge ADempiere request API fos a custom request

* Add release version

* Add rt-3.2 version

* Minmor change

* Add default action for release

* Add echo

* just a test

* Test release

* Add Release no version for test

* Add test for publish

* Add release no from tag
2021-04-04 16:38:38 -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
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
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
c0b3c2f5c3
support process order (#609)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-02-28 14:51:28 -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
60223ecc14
support for payment methods (#578) 2021-02-03 00:35:27 -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
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