lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

Insert new field on item suggestion #179

Closed f-odc closed 3 months ago

f-odc commented 4 months ago

When scanning a bill, sometimes an item or a price is missing. It should be possible to add a new item name or item price field to the suggestion so that not the whole structure is messed up.

Screenshot_20240604_104308

Here the price for Goldmais is missing. Currently we can only delete all the prices after the section of Goldmais and insert new prices. This requires a lot of work. The prices above the section are in the correct order, so just adding a new price to Goldmais would solve the problem.