Skip to content
New issue

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

Extended Additional Information field support #419

Open
tinne opened this issue Sep 7, 2020 · 0 comments
Open

Extended Additional Information field support #419

tinne opened this issue Sep 7, 2020 · 0 comments

Comments

@tinne
Copy link
Member

tinne commented Sep 7, 2020

Currently, additional information can be added to contracts in a very simple way:

In the Create or Edit Contract form, a string can be input as a name to a New Attribute. This attribute is a textual attribute that can be given with any contract of the project. Additional information fields can never be removed, renamed or rearranged.

Additional information are an important feature for reporting. In order to do this more adequately, the feature shall be extended:

  • Additional information shall have a data type. It may come as text (all existing fields), date (Gregorian, precision day), and monetary amount (two digits, as always).
  • Additional information shall be assigned to either Budget or Contract (all existing fields).
  • Their name shall be unique within the project.
  • It shall be possible to rename, reorder or remove additional fields. Reordering is currently for information purposes only. Existing fields should be given some defined order.

I suggest to give information fields a top level view on their own.

The detail view of a Budget should list all information field values in a similar way to the Contract default view.

The Budget report shall honour the data type of the information field when rendering a project report. It shall allow for Contract and Budget information fields.

The Contract report shall allow for Contract information fields and render them in accordance with the Budget report.

Successd #99.

@tinne tinne changed the title Reorder Additional Information fields Extended Additional Information field support Sep 7, 2020
@tinne tinne added this to To do in Current business demands Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants