| id |
bigint(20)
|
|
|
|
| branch_id |
int(10)
|
|
|
|
| item_id |
bigint(20)
|
|
|
|
| brand_id |
int(10)
|
|
|
|
| category_id |
int(10)
|
|
|
|
| pricing_strategy |
enum('MRP', 'COST_PRICE', 'AVERAGE_SALES_PRICE')
|
utf8_unicode_ci
|
|
|
| costing_method |
enum('FIFO', 'LIFO', 'WAVG', 'MOVING_AVG')
|
utf8_unicode_ci
|
|
|
| min_margin_percent |
decimal(6,2)
|
|
|
|
| allow_competitor_price |
tinyint(1)
|
|
|
|
| competitor_alignment_mode |
enum('IGNORE', 'MATCH_LOWEST', 'BEAT_LOWEST', 'WITHIN_RANGE')
|
utf8_unicode_ci
|
|
|
| competitor_floor_margin_pct |
decimal(6,2)
|
|
|
|
| stock_low_threshold |
int(11)
|
|
|
|
| stock_high_threshold |
int(11)
|
|
|
|
| stock_low_markup_pct |
decimal(6,2)
|
|
|
|
| stock_high_markdown_pct |
decimal(6,2)
|
|
|
|
| average_sales_lookback_days |
int(11)
|
|
|
|
| rounding_rule |
enum('NONE', 'ROUND', 'CEIL', 'FLOOR', '.99')
|
utf8_unicode_ci
|
|
|
| effective_from |
date
|
|
|
|
| effective_to |
date
|
|
|
|
| delete_status |
tinyint(1)
|
|
|
|
| created_at |
datetime
|
|
|
|
| updated_at |
datetime
|
|
|
|