aptivate / kashana

Aptivate logframe django project
GNU Affero General Public License v3.0
13 stars 15 forks source link

Add "Other budget" types #61

Open chavu opened 6 years ago

chavu commented 6 years ago

Add "Other budget" types, in the same way we have TA types. This will help to group other budget lines and associate each category with a budget code from Financial system for example. Provide free-text field to enter budget code for each budget type.

martinburchell commented 5 years ago

So I'm seeing two requests here:

  1. The ability to categorise other budget lines so that they appear grouped
  2. Add a budget code field to budget lines
chavu commented 5 years ago

Yes two requests . You're correct on 1st request. The second request is to add budget code field on budget type entity not on budget line entity.

Editing: - You can still have the budget code field on the budget line entity but entering of budget codes should be done at the Admin page only per budget type. In the front-end when user selects the budget type, the system will pre-populate the budget code value into the budget line entity's field. The field should not be editable.