Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/btp-cap-dox-invoice-validation
Explore this repository for an extensive invoice validation solution on the SAP Business Technology Platform (SAP BTP). We provide an example showcasing how to leverage the Document Information Extraction Service (DOX) in combination with SAP Cloud Application Programming Model (CAP) to validate PDF-based invoices.
https://github.com/sap-samples/btp-cap-dox-invoice-validation
cloud-foundry dox reactjs sample sample-code sap-cap typescript ui5-webcomponents
Last synced: about 1 month ago
JSON representation
Explore this repository for an extensive invoice validation solution on the SAP Business Technology Platform (SAP BTP). We provide an example showcasing how to leverage the Document Information Extraction Service (DOX) in combination with SAP Cloud Application Programming Model (CAP) to validate PDF-based invoices.
- Host: GitHub
- URL: https://github.com/sap-samples/btp-cap-dox-invoice-validation
- Owner: SAP-samples
- License: apache-2.0
- Created: 2024-02-02T05:44:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T08:02:33.000Z (about 2 months ago)
- Last Synced: 2024-11-02T08:28:11.510Z (about 2 months ago)
- Topics: cloud-foundry, dox, reactjs, sample, sample-code, sap-cap, typescript, ui5-webcomponents
- Language: TypeScript
- Size: 3.47 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facilitate Invoice Validation — leveraging Document Information Extraction
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/btp-cap-dox-invoice-validation)](https://api.reuse.software/info/github.com/SAP-samples/btp-cap-dox-invoice-validation)Invoice validation is often an opaque, manual, and error-prone process. It involves editing invoice PDF files directly, or sending them back and forth via email between multiple parties—
until the invoice can finally be approved for payment.This sample tries to alleviate some of those pain points. It presupposes a clearly defined validation workflow. More importantly,
it simplifies and accelerates validation, allowing you to: copy over entries from the original invoice; correct entries; and then forward the invoice to the next person in line
in the workflow to validate it further. As a side effect, each correction and the rationale behind it is documented over time. To get an overview, please checkout the [teaser video](https://sapvideo.cfapps.eu10-004.hana.ondemand.com/?entry_id=1_cma51zr3) for this sample.This invoice validation leverages _Document Information Extraction_ ([DOX](https://help.sap.com/docs/document-information-extraction/document-information-extraction/what-is-document-information-extraction?locale=en-US))
—a service on the _Business Technology Platform_ ([BTP](https://help.sap.com/docs/btp/sap-business-technology-platform/sap-business-technology-platform?locale=en-US))—
and the _Cloud Programming Model_ ([CAP](https://cap.cloud.sap/docs/)). The sample runs entirely on BTP. Think of it as a separate extension to _SAP Central Invoice Management_ (CIM)
or _OpenText Vendor Invoice Management_ (VIM), rather than it trying to compete with the latter.> [!IMPORTANT]
> The sample was built on AWS infrastructure on BTP. Therefore, we went with the Amazon S3 variant
> of the BTP Object Store service, while the CAP backend talks to the S3 via the AWS Client S3 SDK. Generally, the sample
> can also be run on GCP or Azure, if you slightly adjust the part of the code that talks to the Object Store, and use
> the corresponding store variant.
Sample architecture with DOX and CAP at its core## Getting started
Feel free to check out these links to get started working with the sample.- Intro
- [Scenario](./docs/tutorial/1-intro/1-Scenario.md)
- [Improvements](./docs/tutorial/1-intro/2-Improvements.md)
- [Interaction](./docs/tutorial/1-intro/3-Interaction.md)
- Setup
- [Subaccount](./docs/tutorial/2-setup/1-Subaccount.md)
- [Initial Deployment](./docs/tutorial/2-setup/3-InitialDeployment.md)
- [Extensions](./docs/tutorial/2-setup/4-Extensions.md)
- Integration
- [Inbound](./docs/tutorial/3-integrate/1-Inbound.md)
- [Outbound](./docs/tutorial/3-integrate/2-Outbound.md)
- [Notifications](./docs/tutorial/3-integrate/3-Notifications.md)## Known Issues
No known issues as of now.## How to obtain support
[Create an issue](https://github.com/SAP-samples/btp-cap-dox-invoice-validation/issues) in this repository if you find a bug or have questions about the content.
## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).## License
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.