Quintiq file version 2.0
|
#parent: #root
|
Function CalcEstimatedTotalCost
|
{
|
TextBody:
|
[*
|
// lihongji Oct-9-2024 (created)
|
|
value := this.StorageFeesForRentedWarehouses() +
|
this.OutboundExpensesForRentedWarehouses() +
|
this.ExternalRentalWarehouseTransportationCosts() +
|
this.RentalWarehouseStorageFees() +
|
this.CleaningCost()
|
|
this.EstimatedTotalCost( value );
|
*]
|
}
|