A project management tool to for a 3D Print Factory who produces prototypes for industrial use. Track Projects with client data, project informations, plans, *.STL Files, etc. Filament library to reference in projects and maintain the filament and material stock.
Please find more about the usage of this Template in this LinkedIn Article.
Supported features:
- Project Information
- Staus: Draft, In Construction, In Production, In Delivery, Closed
- Project Name, Description, Delivery Date, Price, Files, Client Information,..
- Filament Library
- Fillament Type, Images, Supplier, Price, Color, Type
- Project Status chart
- Record log for all user interactions
- User access management with roles and rights (can be configured per variable and layout)
<home>
<highlight-button title="All User" text="List of all User" icon="person-placeholder" link="#/search?lang=en&query=&offset=0&model=user" />
<highlight-button title="Rights" text="Alle Rechte" icon="key" link="#/search?lang=en&query=&model=right&status=&view=List&print=false&tab=" />
<highlight-button title="Role" text="Alle Rollen" icon="role" link="#/search?lang=en&query=&model=role&status=&view=List&print=false&tab=" />
<highlight-button title="Dateien" text="Alle Anhänge" icon="attachment-photo" link="#/search?lang=en&query=&offset=0&model=file" />
<highlight-button title="Hinzufügen" text="Record hinzufügen" icon="add" link="#/search?lang=en&query=&offset=0&model=maintenance_request&add=maintenance_request" />
<!-- Line Break -->
<new-line />
<highlight-button title="Neues Projekt" text="Projekt hinzufügen" icon="add" link="#/search?lang=en&query=&model=project&status=&view=List&add=project&print=false&tab=" />
<highlight-button title="Projekt Übersicht" text="Alle Projekte" icon="factory" link="#/search?lang=en&query=&model=project&status=&view=Table&print=false&tab=&cols=name+client_name+status+" />
<highlight-button title="Kalender" text="Kalender Ansicht" icon="accelerated" link="#/search?lang=en&query=&model=project&status=&view=Calendar&print=false&tab=" />
<highlight-button title="In Produktion" text="Projekte in Produktion" icon="busy" link="#/search?lang=en&query=&offset=0&model=project&status=in-production" />
<highlight-button title="Filamente" text="Alle Filamente" icon="goalseek" link="#/search?lang=en&query=&offset=0&model=filament" />
<highlight-button title="thingineer.ch" text="Thingineer Website" icon="chain-link" link="https://thingineer.ch/" />
<!-- Line Break -->
<new-line />
<!-- Pipline Chart -->
<chart typ="bar" name="Projects by status">
<chart-data model="project" action="count" variable="status" group_by="ident" name="Draft">
<data-filter variable="status" operator="equal" value="draft" />
</chart-data>
<chart-data model="project" action="count" variable="status" group_by="ident" name="1/4 in Construction">
<data-filter variable="status" operator="equal" value="in_construction" />
</chart-data>
<chart-data model="project" action="count" variable="status" group_by="ident" name="2/4 in Production">
<data-filter variable="status" operator="equal" value="in_production" />
</chart-data>
<chart-data model="project" action="count" variable="status" group_by="ident" name="3/4 in Delivery">
<data-filter variable="status" operator="equal" value="in_delivery" />
</chart-data>
<chart-data model="project" action="count" variable="status" group_by="ident" name="4/4 Closed">
<data-filter variable="status" operator="equal" value="closed" />
</chart-data>
</chart>
</home>