Catalog ›Professionals ›organizzazione
Clients — the practitioner's address book
One address book for the whole **Professionals** space: clients added here show up in Datebook (appointment diary) and in Hourglass (time log and fee notes).
data space «studio-pro-en» — this micro app writes into the space shared with the solutions that include it.
What it records
- Client name
- Phone
- Reference (case, file...)
- Notes
How it works
This is a Reactive app: a plain text document that your browser turns into a working app — forms, live data, tables, statistics and even charts, with nothing to install or configure.
- Use it right away. Hit “Use this app”: it opens right in your browser, ready to go, with data saved only on your device.
- Your data stays yours. Everything is stored locally on your device, kept separate for each app: no account, no server, nothing to set up.
- Make it your own. The text below is the entire app: copy it, tweak fields, views and words, and your changes become interactive instantly.
- Share it as a file. An app is a simple file: save it, export it or share it with a link; and with encrypted collaboration several people edit the same data in real time.
The app’s source
# 👥 Clients
One address book for the whole **Professionals** space: clients added here show
up in Datebook (appointment diary) and in Hourglass (time log and fee notes).
::::form{path="clients" id="fcli"}
::input{form="fcli" field="name" placeholder="Client name" required="true"}
::input{form="fcli" field="phone" placeholder="Phone"}
::input{form="fcli" field="contact" placeholder="Reference (case, file...)"}
::input{form="fcli" field="notes" placeholder="Notes"}
::add-form{form="fcli" path="clients" label="Add client"}
::::
:::table{path="clients" headers="Client,Phone,Reference,Notes" deletable="true" editform="fcli"}
**{name}** | {phone} | {contact} | {notes}
:::
Total clients: **:count[ncli]{path="clients"}**