The PRIMAVERA ERP 10 is a mobile application that was builded using the Ionic framework. It includes several features that allows learn how to use the web api module.
In this application, you can see and learn how to work with serval entities using the webapi, such as:
- Customer
- Itens
- Invoices
- Login
- Companies
- PRIMAVERA ERP 10.
- IIS.
- Node.JS
- Clone the repo:
git clone https://github.com/PrimaverabssDeveloper/ERP10IONIC.git
- In your terminal, navigate to the project's root folder
- Run this command:
npm install @ionic/app-scripts@latest --save-dev
- Run
npm rebuild node-sass
to build the binding for your current environment. - Run
npm install
.
In order to configure your web api endpoint change the application setting at src/providers/api
constructor(public http: Http) {
this.apiUrl = "http://localhost:2018/WebApi/"
}
- To compile the application Run
npm run build
- To start the application Run
npm start
Everyone is free to contribute to the repository.
Any bugs detected in the code samples can be reported in the Issues section of this repository.
Unless otherwise specified, the code samples are released under the MIT license.