from lkcl: nlnet is having difficulty keeping track of rhe task subdivision given that many different people contribute over time. could you add CSV write to budgetsync which has, as columns, each person's amount, date requested, date paid, plus a "percentage" column showing how much of total has been paid for rhe task. each Grant should have its own separate CSV file.
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