Order Contents Dump Report Documentation¶
Menu Location: Reports > Orders > Order Contents Dump
Access Level: Manager and above
Last Updated: 2026-03-01
Overview¶
The Order Contents Dump provides a comprehensive, detailed export of all items in orders for a specified time period. This granular data is essential for inventory reconciliation, supplier reporting, financial analysis, and operational auditing.
Primary Functions:
- Export detailed order-level product data
- Reconcile inventory usage
- Generate supplier reports
- Audit order accuracy
- Analyze product distribution
- Support accounting and financial reporting
Page Layout¶
Header Section¶
- Report Title: "Order Contents Dump"
- Date Range Selector: Choose period to export
- Filter Options: Status, route, customer type
- Export Format: CSV, Excel, or PDF
- Generate Report Button: Create export file
Report Configuration¶
- Include Options: Checkboxes for data to include
- Column Selection: Choose which fields to export
- Sort Order: Configure data sorting
- Grouping: Group by order, product, or date
Preview Section¶
- Row Count: Total records to export
- Estimated File Size: Download size
- Sample Rows: First 10 rows preview
Report Configuration¶
Date Range Selection¶
Preset Ranges:
- Today: Current day's orders
- Yesterday: Previous day
- This Week: Monday to today
- Last Week: Previous full week
- This Month: Month to date
- Last Month: Previous full month
- Custom: Specific date range
Best Practices:
- Daily reconciliation: Use "Yesterday"
- Weekly supplier reports: Use "Last Week"
- Monthly accounting: Use "Last Month"
- Custom analysis: Use "Custom" range
Filter Options¶
Order Status:
- All statuses (default)
- Closed/Complete only (for accounting)
- Open only (for current operations)
- Cancelled (separate analysis)
Route Filter:
- All routes (default)
- Specific route (route-level analysis)
- Multiple routes (regional grouping)
- Pickup orders only
Customer Type:
- All customers (default)
- Retail/subscription customers
- Wholesale customers
- Gift recipients
- One-time purchases
Column Selection¶
Required Columns (always included):
- Order ID
- Order Date
- Product Name
- Quantity
- Unit Price
Optional Columns:
- Customer Name
- Customer ID
- Delivery Address
- Route
- Product SKU
- Product Category
- Line Item Total
- Order Total
- Delivery Fee
- Tax Amount
- Payment Method
- Order Status
- Fulfillment Date
- Tracking Number
Custom Columns:
- Select specific fields needed
- Reduces file size
- Faster processing
Data Export Formats¶
CSV Export (Most Common)¶
Characteristics:
- Plain text comma-separated values
- Opens in Excel, Google Sheets
- Smallest file size
- Best for data analysis
- Universal compatibility
Use Cases:
- Import to accounting software
- Pivot table analysis
- Supplier reporting
- Inventory systems
Excel Export¶
Characteristics:
- Native Excel format (.xlsx)
- Formatted headers
- Can include formulas
- Larger file size
- Preserves data types
Use Cases:
- Financial reporting
- Presentation to stakeholders
- Complex analysis with formulas
- Formatted reports
PDF Export¶
Characteristics:
- Formatted document
- Printable
- Read-only
- Professional appearance
- Cannot analyze data easily
Use Cases:
- Printed reports
- Archiving
- Sharing with non-analysts
- Audit documentation
Data Structure¶
One Row Per Line Item¶
Example:
| Order ID | Date | Customer | Product | Quantity | Price | Total |
|---|---|---|---|---|---|---|
| 10001 | 2026-03-01 | John Doe | Apples | 2 lbs | $3.50/lb | $7.00 |
| 10001 | 2026-03-01 | John Doe | Milk | 1 gal | $5.99 | $5.99 |
| 10002 | 2026-03-01 | Jane Smith | Apples | 3 lbs | $3.50/lb | $10.50 |
Structure:
- One row = one product in one order
- Same order ID repeated for each product
- Allows product-level analysis
- Easy to sum/filter by product or order
Common Use Cases¶
Use Case 1: Daily Inventory Reconciliation¶
Goal: Verify physical inventory matches order fulfillment
Steps:
- Set Date Range: Yesterday
- Filter: Closed/Complete orders only
- Select Columns: Product Name, SKU, Quantity, Route
- Export as CSV
- Open in Excel
- Create pivot table: Products (rows) × Sum of Quantity (values)
- Total quantities used per product
- Compare to inventory decrease
- Investigate any discrepancies
Result: Daily inventory accuracy verification
Use Case 2: Weekly Supplier Report¶
Goal: Send usage report to meat supplier
Steps:
- Set Date Range: Last Week
- Filter: Closed orders
- Select Columns: Product, SKU, Quantity, Product Category
- Export as CSV
- Filter to Product Category: "Meat & Seafood"
- Remove unnecessary columns
- Sum quantities by product
- Format as supplier-friendly report
- Email to supplier
Example Export:
| Product | SKU | Quantity Ordered |
|---|---|---|
| Ground Beef 1lb | MB001 | 180 lbs |
| Chicken Breast | MB002 | 145 lbs |
| Pork Chops | MB003 | 92 lbs |
Result: Supplier visibility into your usage
Use Case 3: Monthly Accounting Reconciliation¶
Goal: Verify revenue recognition matches fulfilled orders
Steps:
- Set Date Range: Last Month
- Filter: Closed/Complete only (recognized revenue)
- Select Columns: Order ID, Date, Product, Quantity, Price, Line Total, Order Total, Tax, Payment Method
- Export as Excel
- Pivot table: Date (rows) × Sum of Order Total (values)
- Daily revenue totals
- Compare to payment processing reports
- Reconcile any differences
- Provide to accountant
Result: Accurate monthly financial close
Use Case 4: Product Distribution Analysis¶
Goal: Understand which products go to which routes
Steps:
- Set Date Range: Last 90 Days
- Filter: All routes
- Select Columns: Product, Quantity, Route
- Export as CSV
- Pivot table: Products (rows) × Routes (columns) × Sum of Quantity (values)
- Heatmap of product distribution
- Identify route-specific preferences
- Optimize route-specific inventory staging
Example Insights:
- Route 1 (urban): High demand for specialty produce
- Route 5 (rural): High demand for meats, potatoes
- Action: Stage inventory by route preferences
Result: Optimized fulfillment efficiency
Use Case 5: Audit Order Accuracy¶
Goal: Verify customer received what they ordered
Steps:
- If customer complaint about missing item
- Set Date Range: Specific order date
- Filter: Specific customer or order ID
- Export all columns
- Review line items for that order
- Compare to packing sheet
- Compare to customer's claim
- Determine if item was in order, omitted, or substituted
- Resolve customer issue appropriately
Result: Data-backed customer service resolution
Advanced Analysis Examples¶
Pivot Table: Revenue by Product Category¶
Steps in Excel:
- Import CSV dump
- Insert Pivot Table
- Rows: Product Category
- Values: Sum of Line Total
- Sort descending by Sum
- Identify top revenue-generating categories
Formula: Average Order Value¶
In Excel:
- Dump includes Order Total column
- Remove duplicate Order IDs (one row per order)
- Formula:
=AVERAGE(Order_Total_Column) - Calculates mean order value
Chart: Products Sold Over Time¶
Steps:
- Import dump with Date column
- Pivot: Date (rows) × Product (columns) × Sum of Quantity (values)
- Create line chart
- Visualize product trends over time
Troubleshooting¶
Export File Too Large¶
Solutions:
- Reduce date range (export in smaller batches)
- Deselect unnecessary columns
- Filter to specific routes or categories
- Export as CSV instead of Excel (smaller file)
- Use file compression (.zip)
Data Appears Incorrect¶
Check:
- Correct date range selected?
- Filters applied as intended?
- Cancelled orders included/excluded correctly?
- Time zone settings correct?
Solutions:
- Clear filters, re-apply carefully
- Verify date range matches intention
- Check filter logic (include vs. exclude)
- Spot-check a few orders in admin for accuracy
Excel Won't Open File¶
Possible Causes:
- File too large (Excel has row limits)
- File corrupted during download
- CSV encoding issues
Solutions:
- Break into smaller date ranges
- Re-download file
- Open in Google Sheets (higher limits)
- Use database tool for very large datasets
Missing Expected Orders¶
Check:
- Order status filter (are you excluding some statuses?)
- Date range (orders might be outside range)
- Route filter (limiting to specific routes?)
- Customer type filter
Solutions:
- Set Status filter to "All"
- Expand date range
- Remove route/customer filters
- Verify orders exist in system for that period
Related Pages¶
- Orders - View individual orders
- Product Quantities Over Time - Aggregated product trends
- Bestselling Results - Top products summary
- Weekly Open to Closed Comparison - Fulfillment tracking
- Inventory Management - Inventory levels
Best Practices¶
Regular Exports¶
- Daily: Export previous day for inventory reconciliation
- Weekly: Export for supplier reporting
- Monthly: Export for accounting close
- Quarterly: Archive for historical records
Data Hygiene¶
- Consistent naming: Standard file naming (e.g., "OrderDump_2026-03-01.csv")
- Organized storage: Dedicated folder for exports
- Archive old exports: Keep 12-24 months accessible
- Document filters: Note what filters were applied
Analysis Efficiency¶
- Template pivot tables: Save Excel templates for common analyses
- Automated imports: Script regular imports to accounting systems
- Saved filter sets: Document useful filter combinations
- Share with team: Standardize reports across team
Security¶
- Customer data: Exports contain PII, handle securely
- Access control: Only authorized personnel download
- Secure storage: Encrypt or password-protect exports
- Retention policy: Delete old exports per company policy
Quick Reference Card¶
| Task | Action/Location |
|---|---|
| Daily inventory reconciliation | Date: Yesterday, Status: Closed, Export CSV |
| Weekly supplier report | Date: Last Week, Filter category, Export |
| Monthly accounting | Date: Last Month, Status: Closed, All columns |
| Specific order audit | Filter by Order ID or Customer |
| Product distribution analysis | Include Route column, Pivot by route |
| Revenue by category | Include Category + Line Total, Pivot |
| Customer purchase history | Filter by Customer ID or name |
| Export for Excel analysis | Select Excel format |
| Quick small export | CSV format, minimal columns |
| Professional report | PDF format with all details |
FAQs¶
How detailed is the dump?¶
Line-item level detail - one row per product per order. Most comprehensive data export available.
Can I get customer contact information?¶
Yes, if you select customer-related columns. Handle this data securely per privacy policies.
How far back can I export?¶
Typically 2-3 years of historical data. Check with administrator for system's data retention.
Can I schedule automatic exports?¶
Some systems support scheduled reports. Check Settings > Scheduled Reports or contact administrator to configure.
What's the maximum date range?¶
No hard limit, but large ranges create large files. For exports >100K rows, consider breaking into smaller batches.
Can I filter to specific products?¶
Report shows all products in orders. After export, filter in Excel to specific products you want to analyze.
Do totals include tax and fees?¶
Depends on column selection. "Line Total" is product × quantity. "Order Total" includes tax/fees if you select that column.
Can I see cancelled line items?¶
Yes, if you include Cancelled orders in Status filter. Cancelled items show status in export.
How do I import to QuickBooks/Xero?¶
Export as CSV, then use your accounting software's import feature. Map columns to their corresponding fields.
Can I export in other formats?¶
CSV, Excel, and PDF are standard. For other formats (JSON, XML), may require custom development or export CSV then convert.
Change Log¶
2026-03-01¶
- Initial documentation created
- All sections completed following template structure
End of Documentation
For additional help, contact your system administrator or Kiva Logic support.