Marco Chávez

Results 80 comments of Marco Chávez

Oh interesting, I think @hayata-suenaga is already working on the "report bug" feature, correct?

Ah, I found you did a [pre-design](https://expensify.slack.com/archives/C01GTK53T8Q/p1681316019061749) a few weeks back. Perhaps we should close this issue, as it seems to overlap with what Hayata is currently working on.

> Yes I'm working on the high level design doc right now Cool, thanks!

It is partially a duplicate of https://github.com/Expensify/App/issues/34951 where the Pay button should be hidden when auto-reimbursement is enabled, but we'd also need to check if the user is a Reimburser...

Thanks for the proposal @bernhardoj, but this GH will be internal since it will require BE changes.

PRs up to only display the Pay button to the reimburser (and not all admins): - https://github.com/Expensify/Web-Expensify/pull/40709 - https://github.com/Expensify/App/pull/35347

Updated the [App PR](https://github.com/Expensify/App/pull/35347) from latest main and mark it ready for review

Seems there's an edge case for `indirect reimbursement`, discussing [here](https://expensify.slack.com/archives/C02NZ2HGJAZ/p1707846328342689?thread_ts=1707822000.587969&cid=C02NZ2HGJAZ)

Coming from this [convo](https://expensify.slack.com/archives/C02NZ2HGJAZ/p1707858648454169?thread_ts=1707822000.587969&cid=C02NZ2HGJAZ), we'd need to update the `Pay` button logic based on the reimbursement settings: ``` None - No pay button at all. The final report destination is...