Skip to content

Approvals

Approval is what makes the asset register trustworthy. A document changes nothing until someone with the authority to agree has agreed.

This chapter covers both sides: setting up who approves what, and doing the approving.

How approval works

Each document type has a flow. A flow is a sequence of steps, and each step has approvers. Every step must approve before the document is approved; if any step rejects, the document goes back to its creator.

Steps are sequential. Step 2 is not notified until step 1 has approved, which is what lets a flow model a real chain of authority.

WARNING

If no flow is active for a document type, submitting it approves it immediately with no review at all. This is intended — not every company wants approval on everything — but it means forgetting to configure a flow silently removes the control. Check every type you care about.

Configure a flow

Requires the capability to access approval configuration. Configuration → Approval.

Approval flow configuration

  1. Open Configuration → Approval.
  2. Choose the document type: Asset Addition, Asset Changes, Asset Movement, Asset Disposal, Reverse Disposal, Stock Opname or Asset Capitalization.
  3. Activate the flow.
  4. Add steps in order. Steps can be reordered and removed later.
  5. For each step, choose who approves.

Who can approve a step

Approver typeMeaning
A specific userOne named person
An approver groupAny member of the group can approve on the group's behalf
A department coordinatorWhoever holds that role for the relevant department

Prefer groups and coordinators over named individuals. A flow built on one person's name stalls the moment that person is on leave; a group survives it.

Approver groups

Configuration → Approval → User Group manages groups: create a group, add members, and use it in any step of any flow.

Department coordinators

Configuration → Approval → Department User assigns coordinators per department, so a step can route to "the coordinator of the department this document belongs to" without naming anyone.

Changing a flow later

Changes apply to documents submitted afterwards. Documents already in flight continue under the flow they started with, so editing a flow will not disturb work in progress.

Approve a document

There are two ways: in the application, or from the email link.

In the application

  1. Open the document from its Transaction menu, or follow the notification.
  2. Review the header, the asset list, and any attachments.
  3. Select Approval Confirmation in the toolbar.
  4. Choose Approve or Reject in Approval Type.
  5. Write a Message. It is required, and it is the only thing the creator has to work from — say what is wrong and what would fix it.
  6. Attach a file if it supports your decision.
  7. Confirm.

Approvers get an email with a link that opens a single page showing the document, where they can approve or reject without signing in.

This is for people who approve occasionally and should not have to learn the application. The page shows the same document details, asset list, attachments and history.

WARNING

The link is personal and single-use. Do not forward an approval email — anyone with the link can act as you. If an approval email reaches the wrong person, ask an administrator to resend it to the right one.

The page also offers Go to Document (Login) for anyone who does want the full view.

What happens next

If you approve and there are more steps, the next step's approvers are notified. If yours was the last step, the document becomes APPROVED, the change is written to the asset register, and Carbon Copy recipients are told.

If you reject, the document returns to its creator as an editable DRAFT with your message. There is no separate "rejected" queue — see Document basics.

Rejecting is not a rebuke. It is the normal way to send something back for a correction, and the creator resubmits with Confirm Fix.

The approval log

Log in the document toolbar shows every approval action: who acted, what they decided, when, and the message they left. It is system-written and cannot be edited. The same log is visible from the public approval page.

Chasing an approval

If an approver has not responded, the notification email can be resent from the document. That does not skip anyone — it re-sends to the current step's approvers.

If the right person genuinely cannot act, an administrator can change the flow for future documents, but the document in flight stays with its original approvers.

Common problems

ProblemWhyWhat to do
A document was approved with no reviewNo flow is active for that typeActivate one in Configuration → Approval
Nothing to approve, though you are an approverIt is not your step yet, or you are not on this document's flowCheck the document's Log
The email link does not workIt has been used already, or has expiredAsk for the notification to be resent
Cannot reject without a messageThe message is requiredExplain the reason — the creator has nothing else to go on
An approver has left the companyThe flow names them directlyUpdate the flow, and prefer groups or coordinators
Configuration → Approval is missingYour role does not include approval configurationAsk your administrator