Quote Management - Migz93/3dq GitHub Wiki
The Quote Management system in 3DQ allows you to create, view, edit, duplicate, and delete quotes. This guide explains how to effectively manage your quotes.
To access the Quote Management page:
- Click on Quotes in the sidebar navigation
The Quote Management page displays a list of all your quotes with key information:
- Quote number
- Title
- Customer name
- Date
- Total cost
- Actions (View, Edit, Duplicate, Delete)
You can:
- Sort the list by clicking on column headers
- Filter by title, customer name, or quote number using the search box
- Click on a quote to view its details
To create a new quote using the Quote Builder:
- Navigate to the Quotes section
- Click the Create Quote button
- Follow the step-by-step process (see Quote Builder)
To view a quote:
- Find the quote in the list
- Click on the quote or the View button (eye icon)
The quote view page shows:
- General information (title, customer name, date, quantity)
- Filament details and costs
- Hardware components and costs
- Print setup details and costs
- Labor breakdown and costs
- Financial summary (per-unit costs when quantity > 1, subtotal, markup, discount, tax, total)
- Actions (Edit, Duplicate, Delete, Generate Invoices)
To edit an existing quote:
- Find the quote in the list
- Click the Edit button (pencil icon)
- Make your changes in the Quote Builder
- Save the updated quote
The duplicate feature is useful for creating similar quotes without starting from scratch:
- Find the quote in the list
- Click the Duplicate button (copy icon)
- A new quote will be created with the same details but a new quote number
- You can edit the duplicated quote as needed
To delete a quote:
- Find the quote in the list
- Click the Delete button (trash icon)
- Confirm the deletion
Note: Deleting a quote will permanently remove it and all associated data. This action cannot be undone.
From the quote view page, you can generate invoices:
- Click Generate Client Invoice for a customer-facing invoice
- Click Generate Internal Invoice for a detailed cost breakdown invoice
For more information, see Invoice Generation or Invoicing System.
Quotes are automatically assigned a number in the format {prefix}-{number}
, where:
-
{prefix}
is the quote prefix configured in Settings (default: "3DQ") -
{number}
is a sequential number padded with leading zeros
For example: "3DQ-0001", "3DQ-0002", etc.
To change the quote prefix:
- Navigate to Settings
- Update the "Quote Prefix" field
Quotes include several financial calculations:
The sum of all costs (filament, hardware, power, depreciation, labor).
A percentage added to the subtotal to determine the selling price.
markup_amount = subtotal * (markup_percent / 100)
A percentage reduction applied after markup.
discount_amount = (subtotal + markup_amount) * (discount_percent / 100)
A percentage applied after markup and discount (if tax rate is greater than zero).
tax_amount = (subtotal + markup_amount - discount_amount) * (tax_rate / 100)
The final price after all calculations.
final_total = subtotal + markup_amount - discount_amount + tax_amount
For more detailed information, see Calculations Reference and Tax Configuration.
- Use descriptive titles: Make quote titles clear and descriptive
- Include customer details: Always include accurate customer information
- Document special requirements: Use the notes field for special instructions
- Review before finalizing: Double-check all inputs and calculations
- Archive instead of delete: Consider keeping old quotes for reference
- Consistent markup: Use consistent markup percentages for similar jobs
- Regular backups: Ensure your quotes are backed up regularly