Aras Community Projects

Aras Community Projects are open source applications and packages that enhance functionality, add features, or integrate with Aras Innovator. Formerly known as Aras Community Solutions, these projects were once hosted on the Aras website.

Now projects are hosted on open source code-sharing platforms and linked to from  this page. Moving Aras Community Projects to an open source platform allows project authors to maintain their work and encourages collaboration among Aras Community members.

If you have a project you think would be a good candidate for a community project please feel free to submit it here.

Browse Projects
  • Simple Timesheets

    • Community Projects
    • Complete on
    • 0 Comments
    Adds a timesheet business process with automated hours roll-up and recurrent timesheet creation. The timesheet itself has all it needs to be a real business application - roll-up, reports, lifecycle and workflow - and can be related to Aras Projects....
  • Alternate Method Editor

    • Community Projects
    • Published on
    • Aras Labs
    • 3 Comments
    Visual Studio Code has quickly become one of the most popular code editors among software developers. Last year, Microsoft released the browser-based editor that powers VS Code as a standalone application called the Monaco Editor . Out-of-the-box, the...
  • Updated Properties Dialog

    • Community Projects
    • Published on
    • Aras Labs
    • 2 Comments
    This project makes some small improvements to the properties dialog, which is available with every item within Innovator. The ability to quickly view the ID of an item was removed and replaced with the 'Copy ID' button. A hover action has been added to...
  • Uploading Files via the Aras RESTful API

    • Community Projects
    • Published on
    • Aras Labs
    • 1 Comment
    This project provides a simple HTML form and a JavaScript file to demonstrate how to upload files to the Aras vault server via the Aras RESTful API. Project URL: https://github.com/ArasLabs/rest-upload-example
  • Set Tab Color

    • Community Projects
    • Complete on
    • 0 Comments
    [:en]Provides the functionality to change the color scheme of the relationship tab of Aras Innovator's tear-off window (item detail screen). Relationship tab color setting Setting the color of the relationship tab [:fr]Provides the functionality...
  • View Card Editor for Aras Graph Navigation

    • Community Projects
    • Complete on
    • Aras Labs
    • 0 Comments
    This project provides an alternate GUI for editing the View Cards used by Aras Graph Navigation. Instead of directly editing JSON to define the style, structure, and content of the View Card, admins can use a custom form and content editor with an embedded...
  • Background processing via ArasStandardConverter

    • Community Projects
    • Complete on
    • 0 Comments
    The ArasStandardConverter is a framework that allows users to process long-running tasks in the background. Author: Adam Rhoda Organization: Microsoft Corporation Project URL: https://github.com/adrho/ArasStandardConverter
  • Innovator.Client C# Library

    • Community Projects
    • Complete on
    • 0 Comments
    Innovator.Client is a .Net client library for connecting to and querying Aras Innovator installations. The library provides the functionality of the IOM using an API that is easier to use. In particular, it is designed to make it easier to construct AML...
  • ArasSync

    • Community Projects
    • Published on
    • Community
    • 0 Comments
    A command-line tool and a C# library that simplifies implementing, testing and managing Aras extensions. Aras extensions are written as a combination C# DLLs, server-methods (C#/VB), JavaScript and HTML, as well as database objects such as custom properties...
  • OAuth Example for the Aras RESTful API

    • Community Projects
    • Published on
    • Community
    • 1 Comment
    This project provides a sample .NET Core console application that demonstrates how to use the Aras Innovator OAuth server with the Aras RESTful API. Other contributors: Aras Development Project URL: https://github.com/ArasLabs/rest-auth-examp...