salesforce-quotation-car-park-excluded-from-av-computation

In Runwal’s Quotation module, car parking is structurally isolated from Agreement_Value__c — it is an additive to Grand_Total__c, not an input to AV. QuotationManagementServices builds car parking as a separate UI section, and Quotation__c has 9 independent car park fields stored alongside (not rolled into) AV. Root cause is in InventoryCostServices.getAllCharges() — validate whether car parking amounts feed AV or only Grand Total.