@axelor/aos-mobile-crm
TypeScript icon, indicating that this package has built-in type declarations

8.0.4 • Public • Published

title: CRM tags: Readme

@axelor/aos-mobile-crm

Presentation

This package was developed for the Axelor Open Mobile application.

The purpose of this package is to link with the CRM 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 7.1.0.

Usage

Install the library :

yarn add @axelor/aos-mobile-crm

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 {CrmModule} from '@axelor/aos-mobile-crm';

const App = () => {
  return <Application modules={[CrmModule]} 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @axelor/aos-mobile-crm

Weekly Downloads

124

Version

8.0.4

License

AGPL-3.0-only

Unpacked Size

684 kB

Total Files

409

Last publish

Collaborators

  • axelor-ci
  • pierrebelloy