Skip to content

Document Settings

Document settings configure templates, numbering sequences, print layouts, and storage options for all system documents including invoices, quotes, purchase orders, and reports. This guide covers document configuration.

Overview

Document settings enable you to:

  • Design document templates
  • Configure numbering sequences
  • Set print layouts
  • Manage storage
  • Control access
  • Enable e-signatures

Accessing Document Settings

Navigate to Settings → Documents to configure document options.

Understanding Documents

Document Types

TypePurpose
InvoiceCustomer billing
QuotePrice proposals
Sales OrderOrder confirmation
Purchase OrderVendor orders
Packing SlipShipping documents
ReceiptPayment confirmation

Document Status

StatusDescription
DraftIn progress
PendingAwaiting action
ApprovedReady to use
SentDelivered
ArchivedStored

Storage Options

OptionDescription
DatabaseSystem storage
CloudExternal storage
HybridBoth options

How-To Guides

How to Configure Document Templates

Template Designer

  1. Go to Settings → Documents → Templates
  2. Select document type
  3. Click Edit Template
  4. Design layout:
    • Header section
    • Body content
    • Footer section
  5. Save template

Template Structure

Invoice Template Structure

Header:
├─ Company Logo (left)
├─ Company Name and Address
├─ Document Title: "INVOICE"
├─ Invoice Number: INV-2026-0001
├─ Invoice Date: January 23, 2026
└─ Due Date: February 22, 2026

Customer Info:
├─ Bill To: Customer Name
│          Customer Address
│          City, State ZIP
└─ Ship To: (if different)

Line Items:
┌─────────────────────────────────────────────────────┐
│ Item      | Description    | Qty | Price  | Total  │
├─────────────────────────────────────────────────────┤
│ PROD-001  | Widget Pro     | 10  | $25.00 | $250   │
│ PROD-002  | Gadget Plus    | 5   | $45.00 | $225   │
└─────────────────────────────────────────────────────┘

Totals:
├─ Subtotal: $475.00
├─ Tax (8%): $38.00
├─ Shipping: $15.00
└─ Total: $528.00

Footer:
├─ Payment Terms: Net 30
├─ Payment Methods: Check, Wire, Card
├─ Bank Details: (if applicable)
└─ Thank you message

Available Fields

CategoryFields
CompanyLogo, name, address, contact
CustomerName, address, contact, ID
DocumentNumber, date, due date, terms
LinesItem, description, qty, price
TotalsSubtotal, tax, discount, total

How to Set Numbering Sequences

Sequence Configuration

  1. Go to Settings → Documents → Numbering
  2. Select document type
  3. Configure format:
    • Prefix
    • Sequence number
    • Suffix
  4. Set starting number
  5. Save sequence

Numbering Formats

Document Numbering Configuration

Invoices:
├─ Format: INV-{YYYY}-{####}
├─ Example: INV-2026-0001
├─ Reset: Annually
└─ Current: INV-2026-0547

Quotes:
├─ Format: QT-{YYYY}{MM}-{####}
├─ Example: QT-202601-0001
├─ Reset: Monthly
└─ Current: QT-202601-0089

Purchase Orders:
├─ Format: PO-{####}
├─ Example: PO-0001
├─ Reset: Never
└─ Current: PO-2341

Sales Orders:
├─ Format: SO-{LOCATION}-{####}
├─ Example: SO-CHI-0001
├─ Reset: Never
└─ Current: SO-CHI-1823

Number Variables

VariableOutput
{YYYY}4-digit year
{YY}2-digit year
{MM}Month
{DD}Day
{####}Sequence (padded)
{LOCATION}Location code

How to Configure Print Settings

  1. Go to Settings → Documents → Print
  2. Configure:
    • Paper size
    • Margins
    • Orientation
    • Quality
  3. Set defaults
  4. Test print
Print Settings

Paper:
├─ Size: Letter (8.5" x 11")
├─ Orientation: Portrait
├─ Margins: 0.5" all sides
└─ Color: Color for logos, B&W option

Quality:
├─ Resolution: 300 DPI
├─ Font Embedding: Yes
└─ Compression: Medium

Copies:
├─ Invoice: 2 (original + copy)
├─ Packing Slip: 3
├─ Quote: 1
└─ PO: 2
OptionDescription
WatermarkDraft, Copy, Confidential
BackgroundColor background
BordersLine borders
Grid LinesTable lines

How to Set Up Email Templates

Email Configuration

  1. Go to Settings → Documents → Email
  2. Select document type
  3. Configure:
    • Subject line
    • Body template
    • Attachments
  4. Set sender info
  5. Save template

Email Template

Invoice Email Template

Subject: Invoice {{invoice_number}} from {{company_name}}

Body:
Dear {{customer_name}},

Please find attached invoice {{invoice_number}}
dated {{invoice_date}} for {{total_amount}}.

Invoice Details:
- Invoice Number: {{invoice_number}}
- Date: {{invoice_date}}
- Due Date: {{due_date}}
- Amount Due: {{total_amount}}

Payment Options:
{{payment_instructions}}

If you have any questions about this invoice,
please contact us at {{company_email}}.

Thank you for your business!

{{company_name}}
{{company_address}}
{{company_phone}}

Attachments:
├─ {{invoice_number}}.pdf
└─ Terms and Conditions.pdf (optional)

How to Configure Storage

Storage Settings

  1. Go to Settings → Documents → Storage
  2. Configure:
    • Storage location
    • Retention period
    • Archive rules
  3. Set access controls
  4. Save settings

Storage Configuration

Document Storage Settings

Primary Storage:
├─ Type: Cloud (Amazon S3)
├─ Bucket: acme-documents
├─ Region: us-east-1
└─ Encryption: AES-256

Retention:
├─ Active Documents: Indefinite
├─ Archived: 7 years
├─ Deleted: 90 days recovery
└─ Compliance: Tax records 7 years

Organization:
├─ Structure: /year/month/type/
├─ Example: /2026/01/invoices/INV-2026-0001.pdf
└─ Naming: {document_number}.pdf

Backup:
├─ Frequency: Daily
├─ Location: Secondary region
└─ Retention: 30 days

How to Enable E-Signatures

E-Signature Setup

  1. Go to Settings → Documents → E-Signatures
  2. Enable e-signatures
  3. Configure provider:
    • Integration settings
    • Signing workflow
    • Notifications
  4. Test integration

E-Signature Configuration

E-Signature Settings

Provider: DocuSign
Status: Connected

Documents Enabled:
├─ Quotes: Yes
├─ Contracts: Yes
├─ Purchase Orders: Yes
└─ Invoices: No

Workflow:
├─ Request Signature: Manual/Auto
├─ Reminder: After 3 days
├─ Expiration: 30 days
└─ Authentication: Email + SMS

Notifications:
├─ Sent for Signature: Yes
├─ Viewed: Yes
├─ Signed: Yes
├─ Declined: Yes
└─ Expired: Yes

How to Create Custom Fields

Adding Custom Fields

  1. Go to Settings → Documents → Custom Fields
  2. Select document type
  3. Click Add Field
  4. Configure:
    • Field name
    • Field type
    • Position
  5. Save field

Custom Field Types

TypeDescription
TextSingle line text
Text AreaMulti-line text
NumberNumeric value
DateDate picker
DropdownSelect list
CheckboxYes/No

How to Set Document Permissions

Permission Configuration

Document Permissions

Invoices:
├─ Create: Sales, Finance
├─ View: All
├─ Edit: Sales, Finance
├─ Delete: Finance Manager
├─ Void: Finance Manager
└─ Export: Finance

Quotes:
├─ Create: Sales
├─ View: Sales, Management
├─ Edit: Sales
├─ Delete: Sales Manager
├─ Approve: Sales Manager
└─ Convert: Sales

Purchase Orders:
├─ Create: Purchasing
├─ View: Purchasing, Finance
├─ Edit: Purchasing
├─ Approve: Based on amount
├─ Delete: Purchasing Manager
└─ Receive: Warehouse

Advanced Features

Document Workflows

Approval processes:

  • Multi-level approval
  • Conditional routing
  • Deadline tracking
  • Escalation rules

Version Control

Track changes:

  • Version history
  • Change tracking
  • Compare versions
  • Restore previous

Document Linking

Related documents:

  • Quote to Order
  • Order to Invoice
  • Invoice to Receipt
  • Cross-references

Batch Processing

Bulk operations:

  • Batch printing
  • Batch emailing
  • Bulk export
  • Mass updates

Best Practices

Template Design

  • Professional layout
  • Clear information
  • Consistent branding
  • Mobile-friendly

Numbering

  • Meaningful format
  • No gaps
  • Easy tracking
  • Audit compliance

Storage

  • Organized structure
  • Regular backup
  • Access control
  • Retention policy

Security

  • Role-based access
  • Audit trails
  • Encryption
  • Compliance

Configuration

Template Settings

Navigate to Settings → Documents → Templates:

  • Design - Template editor
  • Fields - Available fields
  • Preview - Test preview
  • Publish - Activate template

Numbering Settings

  • Sequences - Number formats
  • Prefixes - Document prefixes
  • Resets - Reset periods
  • Starting - Initial numbers

Storage Settings

  • Location - Storage provider
  • Retention - Keep periods
  • Archive - Archive rules
  • Backup - Backup config

Troubleshooting

Common Issues

Template not rendering

  • Check field mappings
  • Verify data available
  • Review syntax
  • Test with sample

Numbers skipping

  • Check sequence config
  • Review recent activity
  • Verify no duplicates
  • Reset if needed

Documents not saving

  • Check storage connection
  • Verify permissions
  • Review file size
  • Check storage quota

Email not sending

  • Verify email config
  • Check SMTP settings
  • Review recipient
  • Test connection

Related Documentation

Return to Settings Overview to explore all configuration options.

Angage ERP Documentation