diff --git a/src/components/pages/report/sale/export/HppPerkandangExport.tsx b/src/components/pages/report/sale/export/HppPerkandangExport.tsx index c184d49d..62b1faf5 100644 --- a/src/components/pages/report/sale/export/HppPerkandangExport.tsx +++ b/src/components/pages/report/sale/export/HppPerkandangExport.tsx @@ -246,7 +246,7 @@ const createPDFDocument = ( HPP Telur (RP/KG) - + Nominal Sisa @@ -301,7 +301,7 @@ const createPDFDocument = ( {formatCurrency(group.egg_hpp_rp_per_kg)} - + {formatCurrency(group.egg_value_rp)} @@ -347,7 +347,7 @@ const createPDFDocument = ( HPP Telur (RP/KG) - + Nominal Sisa @@ -405,7 +405,7 @@ const createPDFDocument = ( {formatCurrency(item.egg_hpp_rp_per_kg)} - + {formatCurrency(item.egg_value_rp)} @@ -417,7 +417,7 @@ const createPDFDocument = ( TOTAL @@ -425,7 +425,7 @@ const createPDFDocument = ( ALL @@ -433,7 +433,7 @@ const createPDFDocument = ( - @@ -441,7 +441,7 @@ const createPDFDocument = ( @@ -451,7 +451,7 @@ const createPDFDocument = ( @@ -463,7 +463,7 @@ const createPDFDocument = ( @@ -473,7 +473,7 @@ const createPDFDocument = ( @@ -484,14 +484,17 @@ const createPDFDocument = ( s.alias || s.name ) ) - .filter((v: string, i: number, a: string[]) => a.indexOf(v) === i) + .filter( + (v: string, i: number, a: string[]) => + a.indexOf(v) === i + ) .join(' | ') || '-'} @@ -502,14 +505,17 @@ const createPDFDocument = ( s.alias || s.name ) ) - .filter((v: string, i: number, a: string[]) => a.indexOf(v) === i) + .filter( + (v: string, i: number, a: string[]) => + a.indexOf(v) === i + ) .join(' | ') || '-'} @@ -521,7 +527,7 @@ const createPDFDocument = ( @@ -533,7 +539,7 @@ const createPDFDocument = (