Order
One order, from the moment a client places it through to the delivery that closes it.
Enobase Data Model
Every object ships with the fields its job needs. Add the ones your teams ask for right next to them, and the model shows which is which.
Relations, calculated fields, import and export, and the rest of the platform reading from the same objects.
Link a contact to its company, an order to its lines, a project to its people. Change one record and everything that depends on it follows, with nothing to reopen by hand.
A cost per unit, a margin, a deadline derived from another date. Write the rule once on the field and every record carries the current value.
Import a spreadsheet as records, export any view, refine the structure as the business changes. The model stays yours at every step.
Workflows fire on your records, reports read them, apps are built on them. Model it once and the rest of the platform speaks the same language.
What changes once the objects match the work instead of the other way round.
What teams ask before they shape their first object.
Through relation fields. A record points at another record rather than repeating its data, so a name corrected in one place is corrected everywhere it is read, and both sides of the link can be navigated.
| Name | Type | Properties | Constraints |
|---|---|---|---|
| Client | Relation | Required | |
| Due date | Date | ||
| Status | Select | Required | |
| Amount | Currency | ||
| Priority | Select | ||
| Margin | Percentage | ||
| Delivery note | File |
© 2026 Enobase, Inc. All rights reserved.