| Summary: | Add CSV output to budget-sync | ||
|---|---|---|---|
| Product: | Libre-SOC Organisation | Reporter: | Jacob Lifshay <programmerjake> |
| Component: | Planning | Assignee: | Jacob Lifshay <programmerjake> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | libre-soc-org, programmerjake |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.libre-soc.org/show_bug.cgi?id=464 | ||
| NLnet milestone: | --- | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: | ||
|
Description
Jacob Lifshay
2021-04-25 05:45:02 BST
I pushed a fix for this, I adjusted the generated CSVs for milestones to include columns for: budget_excluding_subtasks: value from bugzilla budget_including_subtasks: value from bugzilla fixed_budget_excluding_subtasks: value guessimated to hopefully be consistent fixed_budget_including_subtasks: value guessimated to hopefully be consistent submitted_excluding_subtasks: sum of all payments that are submitted and/or paid paid_excluding_subtasks: sum of all payments that are paid I also adjusted it to include all bugs that have payments and/or money assigned, rather than just those bugs with payments. I'm assuming nlnet is quite capable of dividing one column by another to derive percentages (paid_excluding_subtasks * 100% / budget_excluding_subtasks) lkcl, if you're happy with this, please mark this fixed assuming fixed since no one complained |