Margin Master Handbook
Introduction
Part I · Installing
- Prerequisites
- Firewall and Network Requirements
- Microsoft Edge Download Block
- SQL Server Authentication Setup for IT Administrators
- Antivirus and Endpoint Security Exclusions
- SQL Server Tools
- Install or Upgrade SQL Server Express
- Install or Upgrade SQL Server Management Studio
Part II · Introducing the Main Window
- A Tour of the Main Window
- The Menus
- The Button Row
- The Main Data Grid
- The Summary Section
- Banners and Badges
Part III · Initial Configuration
- The Options Window
- Store Configuration
- Miscellaneous
- Export Options
- Vendor Settings
- POS / Connections Tabs
- Background Service
- AI Assistant (Experimental)
- How POS Import Works
- Supported Point-of-Sale Systems
- Data Import Workflows
- RockSolid POS Import
- Epicor Eagle FTP Import
- Epicor MySQL Compass Import
- Transact POS Import
- Paladin POS Import
- Falcon POS Import
- Spruce POS Import
- Bistrack POS Import
- RockSolid Max POS Import
- ECS POS Import
- Prosperity POS Import
- Catalyst POS Import
- Westlake POS Import
- MI9 POS Import
- AS/400 POS Import
- CounterWorks POS Import
- Dimension POS Import
- PacSoft POS Import
- ProStix POS Import
- Sympac POS Import
- Propello POS Import
- EagleVision POS Import
- MySQL/Compass Connection Configuration
- ECI VPN Requirement (Spruce, RockSolid MAX)
- Propello POS Integration Guide
- MI9 Data Pipeline — Import to Main Table
- Troubleshooting: Epicor Import Brought In 0 SKUs
- PACE POS Import
- Advantage POS Import
- General Store POS Import
- J-3 POS Import
- KeyStroke POS Import
- AutBusSystem POS Import
- Tomax POS Import
- Enterprise POS Import
- Computakey POS Import
- Redisell POS Import
- DART POS Import
- MIB POS Import
- Substruct POS Import
- DMAS POS Import
- RODS POS Import
- Procom POS Import
- Agility POS Import
- Acumen POS Import
- Cruise POS Import
- LSandE POS Import
- Retalix POS Import
- DIBCorp POS Import
- GMROI POS Import
- ECi Advantage POS Import
- Sunray POS Import
- ActivantAutomotive POS Import
- IBS POS Import
- Versys POS Import
- RMS POS Import
- TAMS POS Import
- Integrasoft POS Import
- Dynamic POS Import
- Microsoft ARS POS Import
- CDS POS Import
- Spartan POS Import
- Nitterhouse POS Import
- Jeds POS Import
- Theisens POS Import
- Emery Jensen POS Import
- SMS Pro POS Import
- Burdens POS Import
- Intact POS Import
- Bloom Retail POS Import
- NCR Counterpoint POS Import
- Horizon POS Import
- Cloud Vendor Data Sync
- Data Aging and Freshness Warnings
- Resetting Vendor and POS Data
- Rebuild Data and Rebuild Selection Lists
- Troubleshooting Vendor Sync
Part IV · Customizing the Workspace
Part V · Basic Application Functionality
Part VI · Learning Margin Master
- Understanding the Strategy Hierarchy
- Pricing Strategies
- Creating a Strategy Step
- Updating and Deleting Steps
- Reviewing a Strategy and Running It
- Shared (Premade) Strategies
- SKU-Level Exceptions
- Manage Custom Groups
- Strategy Execution Cloud Tracking
Part VII · Advanced Topics
- Importing from Excel
- Cost Break Analysis
- Cost Break Strategies
- Min/Max Strategies
- Strategy Backup & Restore
- Add Items from Catalog
- Store Grouping
Part VIII · Updates, Troubleshooting & Help
- Data Diagnostics and Missing Index Recommendations
- System Diagnostics
- Margin Master Cannot Save Settings
- SQL Server 2025 Express vs. Full License
- Support Issue Management
- Catalog Lookup
- What's New After an Update
- Version History
- Documentation and the Help Buttons
Appendix
- CTLD — Do It Best Catalog File
- MARGIN_MASTER — Ace Catalog File
- PCDITEMXREF — Do It Best SKU Classification File
- SAP_ZONE_PRICE_MARGIN_MASTER — Ace Zone Pricing File
- PCDPRODCLASS — Do It Best Product Classification Hierarchy File
- SAP_STORE_DEPT_ZONE_MARGIN_MASTER — Ace Store Zone Assignment File
- Taxonomy — Ace Product Classification File
- Mapp_Pricing — Ace MAP & IMAP Pricing File
- margin_mstr_plano — Ace Planogram File
On This Page
AppendixUpdated 2026-03-24
SAP_STORE_DEPT_ZONE_MARGIN_MASTER — Ace Store Zone Assignment File
What is this file?
The SAP_STORE_DEPT_ZONE_MARGIN_MASTER file maps each Ace store and department to a pricing zone. This determines which zone's pricing overrides the national defaults (zone 99999) for a given store. Without this file, all stores would use only the national zone pricing.
File Details
| Property | Value |
|---|---|
| File pattern | SAP_STORE_DEPT_ZONE_MARGIN_MASTER*.out |
| Format | Pipe-delimited (\|) |
| Vendor | Ace Hardware |
| Frequency | As needed |
| Cloud table | AceStoreDepartmentZoneRecords |
Raw File Fields
| Index | Raw Field | Data Type | Description |
|---|---|---|---|
| 0 | StoreNumber | string | Ace store number |
| 1 | Department | int | Department number |
| 2 | Zone | int | Assigned pricing zone |
Cloud Table Mapping
| Raw Field | Cloud Column | Notes |
|---|---|---|
| StoreNumber | StoreNumber | Leading zeros are stripped at ingestion |
| Department | Department | |
| Zone | Zone | Defaults to 99999 if parse fails |
Main Table Impact
This file does not directly populate any main table columns. Instead, it controls which zone's pricing is applied to the zone-level columns:
| Main Table Column | Effect |
|---|---|
| RetailZone | Uses the store's assigned zone Retail instead of zone 99999 |
| Level1Zone | Uses the store's assigned zone Level1 instead of zone 99999 |
| Level2Zone | Uses the store's assigned zone Level2 instead of zone 99999 |
If a store has no zone assignment for a department, the national zone 99999 pricing is used as the default.
Business Rules
- Leading zeros are stripped from store numbers during ingestion to normalize matching.
- Composite key: StoreNumber + Department + Zone.
- Zone fallback: If a zone number cannot be parsed, it defaults to 99999 (national).
