When to use this
- You work from a different timezone than the organization you belong to, and you want your own clock without changing what your colleagues see.
- One team reads weights in kilograms and a partner team reads pounds, and both are looking at the same orders table.
- You want the Portal in your own language.
- You’re setting up a new organization and want sensible defaults before anyone signs in.
How it works
Nash resolves each preference on its own, taking the first layer that has a usable value:- Your setting, on your Account page.
- Your organization’s default, under Organization settings.
- Nash’s own default for that field.
What you can set
Set your own preferences
1
Open your account
Select your avatar in the Portal and choose Account. Every signed-in role has it, and it sits above the organization Settings entry.
2
Override what you want to change
Each preference starts on your organization’s default. Choose a value to override it for yourself, or set it back to inherited to follow the organization again.
3
Check a screen you actually use
Open a page you read every day, such as the orders table, a delivery timeline, or a report, and confirm it reads the way you expect. Preferences apply everywhere at once, so one screen is a fair test.
Set your organization’s defaults
Organization defaults live in the Portal under Organization settings, in the Organization Defaults card. They’re what a new member inherits on their first sign-in and what anyone who hasn’t overridden a field continues to see. Changing a default moves everyone who inherits that field. It doesn’t disturb anyone who has already overridden it; an override is a deliberate choice and Nash keeps it.What this doesn’t change
Display preferences are exactly that. They don’t touch the wire:- The API takes and returns canonical units, including kilograms, centimeters, and money as integer cents, whatever the Portal is showing you. To send pounds or inches, declare them on the order with
weightUnitorlengthUnitand Nash converts on ingest. See Order validations. - Timestamps in API responses and webhooks are unaffected.
- A currency preference formats an amount. It does not convert between currencies; an order priced in one currency stays priced in it.
Related
Order validations
How units, formats, and datetimes are validated when you create an order.
Nash API overview
The canonical shapes and units the API reads and writes.