Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityssm/corporate-records-manager
A system for tracking various corporate records administered by the City Clerks Department.
https://github.com/cityssm/corporate-records-manager
agreements amendments bylaws clerk deeds docushare easements legal municipal-software records
Last synced: about 1 month ago
JSON representation
A system for tracking various corporate records administered by the City Clerks Department.
- Host: GitHub
- URL: https://github.com/cityssm/corporate-records-manager
- Owner: cityssm
- License: mit
- Created: 2021-05-27T15:15:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T15:00:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T20:38:29.998Z (almost 2 years ago)
- Topics: agreements, amendments, bylaws, clerk, deeds, docushare, easements, legal, municipal-software, records
- Language: TypeScript
- Homepage: https://cityssm.github.io/corporate-records-manager/
- Size: 6.75 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Corporate Records Manager
[![Codacy grade](https://img.shields.io/codacy/grade/3b81bddcdcf34245a147234a57d60d33)](https://app.codacy.com/gh/cityssm/corporate-records-manager/dashboard)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/cityssm/corporate-records-manager)](https://codeclimate.com/github/cityssm/corporate-records-manager)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/cityssm/corporate-records-manager)](https://codeclimate.com/github/cityssm/corporate-records-manager)
[![AppVeyor](https://img.shields.io/appveyor/build/dangowans/corporate-records-manager)](https://ci.appveyor.com/project/dangowans/corporate-records-manager)
[![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/cityssm/corporate-records-manager)](https://app.snyk.io/org/cityssm/project/72b9e0fb-c5b2-4a6c-baa9-f9714c6c5109)A system for tracking various corporate records administered by the Clerks Department.
**Launched December 2021.**
📘 [Read the Documentation](https://cityssm.github.io/corporate-records-manager/docs/)
![Edit By-Law Screenshot](docs/update.png)
## Features
- Tracks corporate records like by-laws and agreements. Built with the City's Clerks Department in mine, but flexible enough to track much more.
- CSV export options.
- Optional [Xerox DocuShare](https://www.xerox.com/en-us/services/enterprise-content-management) integrations.## Server Requirements
The application has built and tested in a Windows environment,
but will likely run in environments that support the following.- Node 14 or better.
- Microsoft SQL Server 2016 or better (for data storage).
- Active Directory (for authentication).**[Installation Instructions](docs/admin-gettingStarted.md)**
## Related Projects
_Shameless plugs for other related projects for municipalities by the City of Sault Ste. Marie._
[Lottery Licence Manager](https://github.com/cityssm/lottery-licence-manager)
A web application for managing AGCO's municipal lottery licensing requirements in Ontario.[node-docushare](https://github.com/cityssm/node-docushare)
An unofficial DocuShare API for NodeJS.