hundertzehn / mocoapp-api-docs

https://hundertzehn.github.io/mocoapp-api-docs/
31 stars 17 forks source link

[FEATURE REQUEST] Billable total #115

Open wittwerch opened 3 years ago

wittwerch commented 3 years ago

It would be great to either

We have build a small dashboard and would like to show that value compared to the costs set in Moco, to transparently show how we're doing :)

agileapplications commented 3 years ago

Hi @wittwerch, nice idea. Send a screenshot if possible (with fake numbers) :-)

We bundle a few API updates and also consider your request. I hope to fit it in in February :+1:

Best, Tobias

agileapplications commented 3 years ago

@wittwerch Can you send the screenshot I asked? That would help us understand your request. Thanks!

wittwerch commented 3 years ago

Hi @agileapplications

Sorry for not coming back early on that. We do use the invoices from Moco to report our gross profit on a per month base.

2021-02-16_07-41-59

During a month it would be nice to show the current progress aka the billable total. We usually look at that number, because it's projection of how much we're going to be able to bill (aka gross profit).

2021-02-16_07-48-39

So in the end it would be nice to have that number per project, so that we can sum it up and show "temporarily" in the current month. Basically till we make the invoices and get the hard facts :)

nethad commented 3 years ago

@wittwerch thanks for the clarification and the screenshots. This got delayed a little internally, but we will get back to you!

agileapplications commented 3 years ago

@wittwerch So from the MOCO perspective the green number total on top of the project list (like on your screenshot) and the green one next to each project, correct?

wittwerch commented 3 years ago

Yes, exactly!

agileapplications commented 3 years ago

We haven't had the opportunity yet to work on this @wittwerch. Getting back to it...

wittwerch commented 2 years ago

Hi @agileapplications, I just wanted to ask if that is still on the roadmap?

agileapplications commented 2 years ago

@wittwerch We prepared a new /report endpoint to add also this one. Sorry for being unresponsive here. It's the first request yet and we have to provide a fast solution (performance-wise) to put this online. It will take more time unfortunately.

wittwerch commented 2 years ago

@agileapplications Thanks for the update, appreciate it! Looking forward to the new API :)

acydburn commented 2 years ago

It seems like the projects/{id}/report endpoint returns wrong numbers if several hours are marked as "bereits abgerechnet". Actually it would be nice if the values within the projects "Abrechnung" Tab would be reflected correctly:

Abrechenbare Positionen:

At the moment i think only billable_hours are returned anyways. The amount is not able to be calculated easily.

I think this is also what the original request is about... to simply return these two values for all projects. The current billable hours and amount (no date selection or anything).

wittwerch commented 2 years ago

I think this is also what the original request is about... to simply return these two values for all projects. The current billable hours and amount (no date selection or anything).

Yes, exactly. We basically want a projection of the revenue we are going to do in that month. @agileapplications Is that feature on the roadmap somehow? Would appreciate a short feedback on this.