Skip to content

Reporting/Bug: error in allocation of emissions for RY 2024 when there is no pulp and paper: lime recovered by kiln #4862

Description

@fviduya

Describe the Bug:

Given that industry user is filling out a report for a chemical pulp mill (NAICS 322112) for reporting year 2024,
When industry user selects Solids CC as methodology in the Pulp and paper activity,
Then an error Missing Product: 'Pulp and paper: lime recovered by kiln'. Please add the product on the operation review page and report production amounts. is visible in the Allocation of Emissions page which prohibits user from continuing

Probability:

Impact:

Steps to reproduce the behaviour:

  1. Log in as bc-cas-dev
  2. Click Register an Operation under the Registration tile
  3. Fill out the operation information page with the following:
  • Primary NAICS Code: 322112
  • Operation Name: Chemical pulp mill
  • Operation Type: SFO
  • Regulated products: Pulp and paper: chemical pulp
  • Reporting activity: Pulp and paper production
  1. Click Save & Continue, fill out the required pages until you reach the end of registration
  2. Go back to the main dashboard
  3. Add the Chemical pulp mill operation to the list of 2024 reports
INSERT INTO erc.report(operation_id, operator_id, reporting_year_id)
SELECT id, operator_id, 2024
FROM erc.operation where name='Chemical pulp mill';
  1. From the main dashboard, click View past reports
  2. Click Start for chemical pulp mill operation
  3. Click Save & Continue until you reach the activity form
  4. Select Solids-CC as the methodology, fill out the required fields in the form
  5. Click Save & Continue until you reach the Production Data page
  6. Select Pulp and paper: chemical pulp and fill out the required fields
  7. Click Save & Continue
  8. Select OBPS Allocation Calculator as the methodology and allocate the emissions accordingly

Expected Result: User can click Save & Continue
Actual Result: Error Missing Product: 'Pulp and paper: lime recovered by kiln'. Please add the product on the operation review page and report production amounts. blocks the user from clicking Save & Continue

Screenshots:

Image

Additional information:

OS: [e.g. iOS]
Browser: [e.g. chrome, safari]
Version: [e.g. 22]

Additional Context

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions