AlphaAlpha Docs

Estimates Overview

Creating and managing estimates in Alpha

Estimates Overview

The Estimates module lets you create proposals for clients, track their status, and convert accepted estimates into invoices or sales orders.

Estimate Lifecycle

stateDiagram-v2
    [*] --> Draft
    Draft --> Sent: Finalize & Send
    Sent --> Accepted: Client Accepts
    Sent --> Rejected: Client Rejects
    Sent --> Expired: Validity Expires
    Sent --> Withdrawn: Withdraw
    Accepted --> ConvertedToInvoice: Create Invoice
    Accepted --> ConvertedToOrder: Create Sales Order
    ConvertedToInvoice --> [*]
    ConvertedToOrder --> [*]
    Expired --> [*]
    Rejected --> [*]
    Withdrawn --> [*]

Status Definitions

StatusDescription
DraftBeing prepared, not yet sent
SentFinalized and delivered to the client
AcceptedClient accepted the estimate
RejectedClient declined the estimate
ExpiredValidity period has passed without response
WithdrawnManually withdrawn before client response
Converted to InvoiceAccepted and converted into an invoice
Converted to OrderAccepted and converted into a sales order

Estimate Components

Header Information

FieldDescription
ClientCustomer receiving the estimate
Estimate NumberUnique identifier
Issue DateDate of creation
Expiry DateDate the estimate expires
ReferenceRelated project or opportunity

Line Items

FieldDescription
DescriptionItem or service description
QuantityAmount
Unit PricePrice per unit
DiscountApplied discount
TaxApplicable tax rate
TotalLine total

Totals

ComponentDescription
SubtotalSum before tax
TaxCalculated tax amounts
TotalProposed amount

Key Features

Client Portal

Estimates can be shared via a portal link, allowing clients to review and accept directly online.

Conversion

Accepted estimates can be converted into:

  • Invoices - Bill the client directly
  • Sales Orders - Fulfill through the order pipeline

Configuration-Based Estimates

Estimates can be generated from house configurations in the Construction module, pulling pricing from the configured options.

Access Estimates from ERP > Estimates:

  • All Estimates - Complete list
  • Draft - Unpublished estimates
  • Sent - Awaiting client response
  • Accepted - Ready for conversion
  • Expired - Past validity date

On this page