Software License - Single User
This is what the template looks like as a data form.
Â
We show you how to import this template here:
Data Forms templates - How to export and import templates | Import templates
{
"name": "Software License - Single User",
"id": "sam-software-license-single-user",
"description": "",
"metadata": {
"created": "2023-01-01T01:01:01.000+0000",
"updated": "2023-01-01T01:01:01.000+0000",
"creator": {
"id": "evolu.software"
},
"updater": {
"id": "evolu.software"
},
"template" : {
"id" : "${tid}-${uuid}",
"name" : "License for "
},
"version": 1
},
"section": [
{
"id": "license",
"name": "",
"description": "",
"field": [
{
"id": "owner",
"name": "Owner",
"description": "Current owner of the license."
},
{
"id": "status",
"name": "Status",
"description": "",
"required": false
},
{
"id": "license",
"name": "License Key",
"description": "This license key is used by the owner.",
"required": false
},
{
"id": "since",
"name": "Used since",
"description": "Since that day the owner uses the license.",
"required": false
},
{
"id": "till",
"name": "Used till",
"description": "On that day, the license was returned.",
"required": false
}
]
}
],
"data": {
"owner": {
"type": "user-single",
"value": ""
},
"license": {
"type": "textarea",
"value": ""
},
"till": {
"type": "date",
"value": ""
},
"since": {
"type": "date",
"value": ""
},
"status": {
"type": "select-single",
"value": {},
"allowedValues": [
{
"name": "assigned",
"lozenge": {
"appearance": "new",
"bold": true
}
},
{
"name": "in use",
"lozenge": {
"appearance": "success",
"bold": true
}
},
{
"name": "returned",
"lozenge": {
"appearance": "default",
"bold": true
}
}
]
}
}
}
Â
Â