feat(FE): calculation penjualan telur + peti

This commit is contained in:
randy-ar
2026-02-05 04:41:46 +07:00
parent dfd86a04e0
commit cb22fd1037
7 changed files with 166 additions and 53 deletions
+2
View File
@@ -38,6 +38,8 @@ export type BaseSalesOrder = {
vehicle_number: string;
marketing_type: string;
convertion_unit: string;
total_peti: number;
weight_per_convertion: number;
};
export type BaseDeliveryOrder = {