Skip to main content

Project Sample

This is a Sample File

Create your first ExJson File

Create a file at project.exjson:

{
"id" : "00001",
"code": "P1",
"name": "Sample Project",
"description": "This is a Sample Project",
"version": "1.0.0",
"company": "Sample Company",
"vat" : "00000001",
"author": "Sample Author",
"email": "demo@demo.es",
"phone": "123456789",
"type": "project",
"origin": "00001",
"purchases": [],
"pickings": [],
"invoices": [],
"stocks": [],
"budgets": [{
"id": "1",
"code": "01",
"name": "Budget 1",
"description": "This is a Budget 1",
"currency": "eur",
"type_calc" : "standard",
"template" : "1",
"concepts" : [
{
"id": "1",
"code": "C01",
"name": "This is a Concept 1",
"product": "1",
"type": "chapter",
"quantity": 1,
"price": 100,
"units": "m2",
"total": 100,
"parent": "1",
"amount_type": "fixed",
"performance": 1,
"depreciation": 1,
"notes": "This is a note",
"date_start": "2023-12-03 23:00:00",
"date_end": "2023-11-27 00:00:00"

},
]
}]
}