feat: time tracking in minutes
This commit is contained in:
@@ -47,5 +47,5 @@ class PaymentRecord(BaseModel):
|
||||
payroll_scheme_key: Mapped[int] = mapped_column(ForeignKey("payroll_schemas.key"), nullable=False)
|
||||
payroll_scheme: Mapped["PayrollScheme"] = relationship()
|
||||
|
||||
work_units: Mapped[int] = mapped_column(nullable=False)
|
||||
work_units: Mapped[float] = mapped_column(nullable=False)
|
||||
amount: Mapped[float] = mapped_column(Double, nullable=False)
|
||||
|
||||
Reference in New Issue
Block a user