Skip to content

some values assigned incorrectly, some correctly. #127

Answered by enoch3712
mophilly asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the delay @mophilly

Just published the new version, please update to 0.0.28

On this point, is really simple, just remove the optionals and a description for good measure:

class ReportTotal(Contract):
    payee_gross_value: float = Field(description="The gross value of the payee, column name: 'Gross Value' position: 0")
    payee_deductions: float = Field(description="The deductions of the payee, column name: 'Deductions' position: 1")
    payee_taxes: float = Field(description="The taxes of the payee, column name: 'Taxes' position: 2")
    other_deductions: float = Field(description="The other deductions of the payee, column name: 'Other Deductions' position: 3")
    payee_net_v…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mophilly
Comment options

@enoch3712
Comment options

@mophilly
Comment options

@enoch3712
Comment options

@mophilly
Comment options

Answer selected by mophilly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants