In this repository you will find several resources and code samples on how to use Eye Peak Webservices and Eye Peak Extensibility.
First of all, PRIMAVERA is a company specialized in the development of management solutions (ERP - Enterprise Resource Planning) for small, medium and large companies. PRIMAVERA Eye Peak is a Warehouse Management System (WMS), that support warehouse staff on daily tasks and warehouse management to improve warehouse and companies efficiency.
PRIMAVERA Eye Peak is a solution that runs on Windows plataform, witch is developed on the .NET framework 4 (C#) and SQL Server.
To start developing a Eye Peak Solution on webservices with Visual Studio you need:
- Reference to .NET Framework 4.
- Add to your project a web reference to Eye Peak webservices (Http:\\Localhost:9999\WMSDataImport).
- Finally you can start coding your project.
To start developing a Eye Peak Solution with Visual Studio you need:
- A local installation of PRIMAVERA Eye Peak.
- Reference to .NET Framework 4.
- Add to your project a reference path to the PRIMAVERA Eye Peak installation folder.
- Finally you can start coding your project.
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.