We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is to :
Storage.EstimateTypesByImportFormat holds which EstimateTypes are computed for each ImportFormat.
ComputeWithIfrsVariable could be triggered when
GetStorage().ShouldComputeWithIfrsVariable(x.EstimateType) is true
public bool ShouldComputeWithIfrsVariable(string estimateType){ return !EstimateTypesByImportFormat[ImportFormat].Contains(estimateType); }
note that DA EstimateType should be split in 2 EstimateTypes D with InputSource 7 and DN(deferralNominal) with InputSource 5(CF,OP)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is to :
Storage.EstimateTypesByImportFormat holds which EstimateTypes are computed for each ImportFormat.
ComputeWithIfrsVariable could be triggered when
GetStorage().ShouldComputeWithIfrsVariable(x.EstimateType) is true
public bool ShouldComputeWithIfrsVariable(string estimateType){
return !EstimateTypesByImportFormat[ImportFormat].Contains(estimateType);
}
note that DA EstimateType should be split in 2 EstimateTypes D with InputSource 7 and DN(deferralNominal) with InputSource 5(CF,OP)
The text was updated successfully, but these errors were encountered: