Pims2
Pims2 (or "PimsNext") provides select PIMS features using modern MVC development techniques.
Features
PIMS features currently supported by Pims2:
Integrating with PIMS
General steps for integrating Pims2 with PIMS... See This Document
Visual Studio Projects
- PimsNext.Library has reusable components such as ExcelDataLoader.
- PimsNext.Models contains model class that map to PIMS database tables using Postulate ORM.
- PimsNext.Mvc contains the MVC site components that you deploy.
- TemplateFinder.WinForms is an app for developer use that helps a little navigating PIMS templates and related dispatch code.
- Util has a console app for developer use that generates C#; model classes from PIMS database tables.