Socket
Socket
Sign inDemoInstall

@axelor/aos-mobile-quality

Package Overview
Dependencies
3
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @axelor/aos-mobile-quality

--- title: Quality tags: Readme ---


Version published
Weekly downloads
83
increased by66%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

title: Quality tags: Readme

@axelor/aos-mobile-quality

Presentation

This package was developed for the Axelor Open Mobile application.

The purpose of this package is to link with the QUALITY module of the Axelor Open Suite (AOS) ERP. It provides a simplified version of a number of processes available on the webapp. This package is compatible with AOS from version 8.0.0.

Usage

Install the library :

yarn add @axelor/aos-mobile-quality

Compatibility with React v18.2.x and React Native v0.68.x.

To add this package in your application, you need to add it in the modules props of the component Application from @axelor/aos-mobile-core package.

import React from 'react';
import {Application} from '@axelor/aos-mobile-core';
import {QualityModule} from '@axelor/aos-mobile-quality';

const App = () => {
  return <Application modules={[QualityModule]} mainMenu="auth_menu_user" />;
};

export default App;

Developpment

This package is developed as part of the Axelor Open Mobile application. To contribute, please go to the Github project and follow the guidelines. You will also find an installation guide to help you configure your environment.

FAQs

Last updated on 22 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc