From da040a4f7ef6a964ce47acb15fa8db448d43c107 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Mon, 19 Jan 2026 14:36:21 +0700 Subject: [PATCH] refactor(FE): Format style objects in HppPerkandangExport --- .../sale/export/HppPerkandangExport.tsx | 95 ++++++++++++++++--- 1 file changed, 80 insertions(+), 15 deletions(-) diff --git a/src/components/pages/report/sale/export/HppPerkandangExport.tsx b/src/components/pages/report/sale/export/HppPerkandangExport.tsx index 62b1faf5..9b05a88d 100644 --- a/src/components/pages/report/sale/export/HppPerkandangExport.tsx +++ b/src/components/pages/report/sale/export/HppPerkandangExport.tsx @@ -246,7 +246,12 @@ const createPDFDocument = ( HPP Telur (RP/KG) - + Nominal Sisa @@ -301,7 +306,12 @@ const createPDFDocument = ( {formatCurrency(group.egg_hpp_rp_per_kg)} - + {formatCurrency(group.egg_value_rp)} @@ -347,7 +357,12 @@ const createPDFDocument = ( HPP Telur (RP/KG) - + Nominal Sisa @@ -405,7 +420,12 @@ const createPDFDocument = ( {formatCurrency(item.egg_hpp_rp_per_kg)} - + {formatCurrency(item.egg_value_rp)} @@ -417,7 +437,11 @@ const createPDFDocument = ( TOTAL @@ -425,7 +449,11 @@ const createPDFDocument = ( ALL @@ -433,7 +461,11 @@ const createPDFDocument = ( - @@ -441,7 +473,11 @@ const createPDFDocument = ( @@ -451,7 +487,11 @@ const createPDFDocument = ( @@ -463,7 +503,11 @@ const createPDFDocument = ( @@ -473,7 +517,11 @@ const createPDFDocument = ( @@ -494,7 +542,11 @@ const createPDFDocument = ( @@ -515,7 +567,11 @@ const createPDFDocument = ( @@ -527,7 +583,11 @@ const createPDFDocument = ( @@ -539,7 +599,12 @@ const createPDFDocument = (