This commit is contained in:
anhduy-tech
2026-02-04 21:01:54 +07:00
parent f297a5e1b4
commit 5b360753d8
11 changed files with 552 additions and 204 deletions

View File

@@ -1694,6 +1694,8 @@ class Payment_Schedule(AutoCodeModel):
code_prefix = "SH"
code_padding = 5
code = models.CharField(max_length=30, null=True, unique=True)
link = models.CharField(max_length=100, null=True)
ref_code = models.CharField(max_length=30, null=True)
from_date = models.DateField(null=False)
to_date = models.DateField(null=False)
amount = models.DecimalField(max_digits=35, decimal_places=2)