feat(FE-356): Display egg production and HPP in PDF export

This commit is contained in:
rstubryan
2025-12-20 10:26:18 +07:00
parent 982a5d0d11
commit 804aa700d3
@@ -319,7 +319,7 @@ const createPDFDocument = (
<Text>{formatCurrency(group.average_doc_price_rp)}</Text>
</View>
<View style={[pdfStyles.tableCellRight, { flex: 1.2 }]}>
<Text>-</Text>
<Text>{formatCurrency(group.egg_value_rp)}</Text>
</View>
<View style={[pdfStyles.tableCellRight, { flex: 1 }]}>
<Text>{formatCurrency(group.hpp_rp)}</Text>