Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions finance/v1/rm_cost.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ message RMCost {
optional double cr_rate = 36;
optional double sr_rate = 37;
optional double pr_rate = 38;
// V2: Valuation flag actually used after AUTO cascade (CL→SL→FL fallback).
// Equals valuation_flag when explicit, or the resolved choice when AUTO.
RMValuationFlag valuation_flag_used = 39;
// V2: Marketing flag actually used after AUTO cascade (SP→PP→FP fallback).
RMMarketingFlag marketing_flag_used = 40;
Comment on lines +127 to +129
}

// V2: RMCostDetail is one row per (cost_id, item_code, grade_code) — full
Expand Down
Loading