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

Plan #15

Open
1 of 8 tasks
support321 opened this issue Sep 10, 2019 · 1 comment
Open
1 of 8 tasks

Plan #15

support321 opened this issue Sep 10, 2019 · 1 comment
Labels
product backlog A demanded product feature to implement
Milestone

Comments

@support321
Copy link
Owner

support321 commented Sep 10, 2019

The Plan (was Project) is the top level container for all the models. It comes with a default kanban view, the user is able to manage the details of each Plan. Following and overview of the major characteristics:

  • general details (title, plan code, partners, plan host, plan actuator, plan handler, total recipients number, project max duration(months))
  • activities details summary, like a list of Courses
  • deadlines dates with Alerts calculated with the Call rules
  • fund and Call assignment
  • economic details (budgets, down-payments, etc)
  • cutom file Attachments
  • phases of execution (with a Back button to possibly revert a Plan phase):
    • draft: the plan is still to be send to evaluation, submission date field is visibile and fillable;
    • submitted: "submission date" field must have a valid date to pass into this phase, now the start date field is now visible and fillable;
    • active: "start date" field must have a valid date to pass into this phase, the complete date field is now visible and fillable;
    • completed: "complete date" field must have a valid date to pass into this phase, the "audit date" field is now visible and fillable;
    • accounted: "accounted date" field must have a valid date to pass into this phase, the "closed date" field is now visible and fillable;
    • closed: "closed date" field must have a valid date to pass into this phase, the plan is officially closed and no more editable in this phase.

Current tasks (always on update, for history follow the comments)

  • Add new fields:
    • Plan host (res.partner AND Company)
    • Plan actuator (res.partner AND Company)
    • Plan handler (res.partner AND is_operator == True)
    • total recipients number (integer)
  • when you type on the search form, the suggested field to search in should be also: Call name, Fund name, Plan code
  • In the form view, Deadline can be commented/removed, in further development it will become all another functionality
  • add the BACK button for the phases
  • when adding or duplicating (or editing?) a plan, check if there is already an existing plan with the same plan_code. If yes, append to the plan_code value an increment like "(1)"
  • when deleting a plan from the single plan form view, the plan is deleted accordingly but the user is not redirected to the kanban view. FIX
  • when adding partner: set default filter to "Companies"
  • "Hours" and "Total Hours" must be displayed as an integer without the ".0"
@support321 support321 added the product backlog A demanded product feature to implement label Sep 10, 2019
@support321 support321 added this to the 0.2 milestone Sep 10, 2019
@BoubakerAB
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product backlog A demanded product feature to implement
Projects
None yet
Development

No branches or pull requests

2 participants