+
+
TOTAL BAGS
+
{totalBags.toLocaleString()}
-
-
TOTAL KGS
-
{totalKgs.toLocaleString()}
+
+
TOTAL KGS
+
{totalKgs.toLocaleString()}
-
-
LINE ITEMS
-
{lineItemsCount}
-
-
-
SALES OFFICER
-
{salesOfficer}
+
+
ORDER ITEMS
+
{lineItemsCount}
@@ -593,7 +589,7 @@ export function CallDetail({
{/* Call Potential Card (Below Orders) */}
{callPotentialList.length > 0 && (
-
+
@@ -609,16 +605,14 @@ export function CallDetail({
const extraOrdered = callPotentialList.filter(item => item.actualPotential === 0);
const renderTable = (items: any[]) => (
-
+
{items.map((item, idx) => (
-
-
-
- {item.name}
-
+
+
+ {item.name}
-
+
Potential
{item.actualPotential}
@@ -647,11 +641,11 @@ export function CallDetail({
);
return (
-
+
{regularPotential.length > 0 && renderTable(regularPotential)}
{extraOrdered.length > 0 && (
-
+
Ordered Outside Potential