Add name_of_asset field to receipt processing and update related logic in DocumentProcessor
This commit is contained in:
@@ -91,6 +91,7 @@ class DBReceipt(Base):
|
||||
receipt_location = Column(String, nullable=True)
|
||||
calculated_tax = Column(Float, nullable=True)
|
||||
is_depreciable = Column(String, nullable=True) # Store as string "True"/"False"
|
||||
name_of_asset = Column(String, nullable=True) # Name/description of the asset
|
||||
cca_rate = Column(Float, nullable=True)
|
||||
useful_life = Column(Integer, nullable=True)
|
||||
residual_value = Column(Float, nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user