From 931123656b017ba9fd11f5ff9b2d45c746ccee29 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 12 Nov 2025 13:50:37 +0800 Subject: [PATCH] Added storage for occupancy printing --- src/stores/pdfinfo.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stores/pdfinfo.ts b/src/stores/pdfinfo.ts index e78c82e..48e5811 100644 --- a/src/stores/pdfinfo.ts +++ b/src/stores/pdfinfo.ts @@ -19,3 +19,7 @@ export const _signatureApprover = atom('') export const _approvedDate = atom('') export const _assessedDate = atom('') + +export const _units = atom(0) +export const _totalUnits = atom(0) +export const _floorArea = atom(0)