Commit Graph

15 Commits (fb3ae87a3d0a1e4d6b4fd121f6c0ec2d6680a57c)

Author SHA1 Message Date
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
Yamel Senih 02e4f34b21
Add flag for support to beta functionality (#876) 2021-05-26 10:59:59 -04:00
Elsio Sanchez 88acb270dc
Support for image loading at the point of sale (#868)
* Support for image loading at the point of sale

* minimal changes

* rename variables

* change defaul

* remove comment

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-25 16:58:54 -04:00
Elsio Sanchez 97287f160c
change end point (#858)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-19 12:01:36 -04:00
Elsio Sanchez 158e651aa4
support service image (#857)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-18 17:22:39 -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 599cfa9844
Change timeout by default (#764) 2021-04-20 10:50:05 -04:00
Yamel Senih e9596d0744
Allows timeout for backed request (#759)
* Allows timeout for backed request
Just a little change for allows define timeout on default.json based on ADempiere request

* Validate 0
2021-04-19 10:49:22 -04:00
Elsio Sanchez 2f7eedb8bf
remove image the api documentation (#744) 2021-04-09 17:05:50 -04:00
Elsio Sanchez fea8281a65
Document Support (#716)
* Document Support

* add document service

* minimal changes

* add cursor pointer to table

* Revert "add cursor pointer to table"

This reverts commit 9714c0b55818de30371c5f88098eac64eedf0e4b.

* minimal changes

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
2021-04-07 11:14:24 -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 3959b51e10
Add default API for testing project (#669)
Just add default URL for API use this API for testing project without install backend
2021-03-15 05:15:36 -04:00
Edwin Betancourt 273b10141f
feat: Change api config from function to constant. (#544)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2020-11-23 22:14:40 -04:00
Yamel Senih 26596bb7e3 Add support to config based on json values 2020-11-05 00:07:32 -04:00