This commit is contained in:
anhduy-tech
2026-01-26 12:51:17 +07:00
parent 559f8169c9
commit d56fa82f14
6 changed files with 46 additions and 10 deletions

View File

@@ -1700,6 +1700,7 @@ class Payment_Schedule(AutoCodeModel):
updater = models.ForeignKey(User, null=False, related_name='+', on_delete=models.PROTECT)
entry = models.JSONField(null=True)
detail = models.JSONField(null=True)
batch_date = models.DateField(null=True)
ovd_days = models.IntegerField(null=True)
penalty_amount = models.DecimalField(null=True, max_digits=15, decimal_places=2)
penalty_paid = models.DecimalField(null=True, max_digits=15, decimal_places=2)