You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAS users should be able to add/edit the fuel charges for each CTA fuel via a UI. This would be changing data in the ggircs_parameters.fuel_charge table. The UI for this can re-use some aspects of the un-mapped fuels component.
Acceptance Criteria:
Given I am logged in to the ggircs app
When I am on the landing page
Then I can navigate to a CTA management page
And I can see a selectable list of the CTA fuels on the left side of the screen
Given I am in the CTA management UI
When I select a CTA fuel type
Then I can see the related fuel charges and tax periods for that fuel
Given I am in the CTA management UI
When I need to add a fuel charge for an upcoming reporting year
Then I can add fuel charge data for that year
Given I am in the CTA management UI
When I need to edit a fuel charge
Then I can edit fuel charge data
Development Checklist:
user can navigate to a CTA management page
fuel charge data can be edited
new fuel charge data can be added (ie: for upcoming reporting years)
dates cannot overlap when adding/editing rate periods
The text was updated successfully, but these errors were encountered:
log in with your idir and from the dashboard click Manage tax rates for carbon-taxed fuels
from there you should be able to select fuel types on the left and edit/create rate periods on the right
Let me know if you'd like to go over this together
Thanks @dleard! I appreciate the instructions :) Perhaps I don't have the needed permissions as I'm not able to select (or see) any fuel types in order to edit/create rate periods (see screenshot).
Ah, yes that's because of the issue here in #430, which could really be a bug rather than tech debt I suppose. The permissions are not in sync with the database being dropped in dev. I cycled the pod and you should be able to see fuels now.
Description:
CAS users should be able to add/edit the fuel charges for each CTA fuel via a UI. This would be changing data in the ggircs_parameters.fuel_charge table. The UI for this can re-use some aspects of the un-mapped fuels component.
Acceptance Criteria:
Given I am logged in to the ggircs app
When I am on the landing page
Then I can navigate to a CTA management page
And I can see a selectable list of the CTA fuels on the left side of the screen
Given I am in the CTA management UI
When I select a CTA fuel type
Then I can see the related fuel charges and tax periods for that fuel
Given I am in the CTA management UI
When I need to add a fuel charge for an upcoming reporting year
Then I can add fuel charge data for that year
Given I am in the CTA management UI
When I need to edit a fuel charge
Then I can edit fuel charge data
Development Checklist:
The text was updated successfully, but these errors were encountered: