Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from mkumar-02/17.0-develop
Browse files Browse the repository at this point in the history
Updated README.md file. Beneficiary Management: Fixed cancel button url.
  • Loading branch information
shibu-narayanan authored May 29, 2024
2 parents fc0d465 + f962e39 commit dda0ac8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# openg2p-service-provider-portal
<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->

Service provider portal
[![Pre-commit Status](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-develop)](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/pre-commit.yml?query=branch%3A17.0-develop)
[![Build Status](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/test.yml/badge.svg?branch=17.0-develop)](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/test.yml?query=branch%3A17.0-develop)
[![codecov](https://codecov.io/gh/openg2p/openg2p-service-provider-portal/branch/17.0-develop/graph/badge.svg)](https://codecov.io/gh/openg2p/openg2p-service-provider-portal)

<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->

[![Translation Status](https://translate.openspp.org/widgets/openg2p/-/svg-badge.svg)](https://translate.openspp.org/engage/openg2p/?utm_source=widget)

<!-- /!\ do not modify above this line -->

# OpenG2P Service Provider Portal

OpenG2P Service Provider Portal is an open source project that provides a service provider portal. Refer to
[OpenG2P Docs](https://docs.openg2p.org/platform/modules/social-registry).

<!-- /!\ do not modify below this line -->

<!-- prettier-ignore-start -->

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_service_provider_beneficiary_management](g2p_service_provider_beneficiary_management/) | 17.0.1.2.0 | | G2P Service Provider Beneficiary Management
[g2p_service_provider_portal_base](g2p_service_provider_portal_base/) | 17.0.1.0.0 | | G2P Service Provider Portal: Base

[//]: # (end addons)

<!-- prettier-ignore-end -->

## Licenses

This repository is licensed under [MPL-2.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to OpenG2P policy. Consult
each module's `__manifest__.py` file, which contains a `license` key that explains its license.

---

<!-- /!\ Non OCA Context : Set here the full description of your organization. -->
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@
<button
type="button"
class="btn btn-outline-primary"
onclick="location.href = '/selfservice/home';"
onclick="location.href = '/serviceprovider/home';"
>
Cancel
</button>
Expand Down

0 comments on commit dda0ac8

Please sign in to comment.