اسم المركبة | الانطلاق | الوصول | المدة | المسافة | وزن الشحنة | وقت الشحنة |
---|---|---|---|---|---|---|
${d.Object.name} | ${formatDate(d.StartDate)} | ${formatDate(d.EndDate)} | ${formatSeconds(d.Duration)} | ${formatDistance(d.Distance)} | ${d.Weight ?? "-"} | ${formatDate(d.WeightOutDate)} |
اسم المركبة | الانطلاق | الوصول | المدة | المسافة | وزن الشحنة | وقت الشحنة |
---|---|---|---|---|---|---|
${d.Object.name} | ${formatDate(d.StartDate)} | ${formatDate(d.EndDate)} | ${formatSeconds(d.Duration)} | ${formatDistance(d.Distance)} | ${d.Weight ?? "-"} | ${formatDate(d.WeightOutDate)} |
اسم المركبة | الانطلاق | الوصول | المدة | المسافة | وزن الشحنة | وقت الشحنة |
---|---|---|---|---|---|---|
${d.Object.name} | ${formatDate(d.StartDate)} | ${formatDate(d.EndDate)} | ${formatSeconds(d.Duration)} | ${formatDistance(d.Distance)} | ${d.Weight ?? "-"} | ${formatDate(d.WeightOutDate)} |
اسم المركبة | الانطلاق | الوصول | المدة | المسافة | وزن الشحنة | وقت الشحنة |
---|---|---|---|---|---|---|
${d.Object.name} | ${formatDate(d.StartDate)} | ${formatDate(d.EndDate)} | ${formatSeconds(d.Duration)} | ${formatDistance(d.Distance)} | ${d.Weight ?? "-"} | ${formatDate(d.WeightOutDate)} |
اسم المركبة | شحنات بوزن | شحنات بدون وزن | المجموع | الوزن (كغم) | عدد الاوزان بدون رحلة |
---|---|---|---|---|---|
${d.Object.name} | ${d.TasksWithWeightCount} | ${d.TasksWithoutWeightCount} | ${d.TasksCount} | ${d.TotalWeight} | ${d.WeightsWithoutTasksCount} |