refactor(FE): Remove credit_note and ppn fields

This commit is contained in:
rstubryan
2026-01-14 16:57:52 +07:00
parent c5baff6f33
commit e134f0994b
4 changed files with 0 additions and 47 deletions
-4
View File
@@ -12,9 +12,7 @@ export type CustomerPaymentRow = {
weight: number;
average_weight: number;
price: number;
credit_note: number;
final_price: number;
ppn: number;
total_price: number;
payment_amount: number;
accounts_receivable: number;
@@ -28,9 +26,7 @@ export type CustomerPaymentSummary = {
total_qty: number;
total_weight: number;
total_initial_amount: number;
total_credit_note: number;
total_final_amount: number;
total_ppn: number;
total_grand_amount: number;
total_payment: number;
total_accounts_receivable: number;