DonkeyKongJr / pimlify

A vue (pwa) to take orders for our most favorite restaurant. All data is stored in firebase.
MIT License
1 stars 0 forks source link

Add packaging costs to menu items #54

Open DonkeyKongJr opened 6 years ago

DonkeyKongJr commented 6 years ago

Is your feature request related to a problem? Please describe. Some restaurants have packaging costs on various items. To cover those it should be possible to add the costs per item (or globally) to a menu item.

Describe the solution you'd like When creating/adding new menu items there should be a field packagingCosts which stores the costs per item. This costs are automatically added when accessing the order overview as individual costs.

This definition could be redefined. Another way could be a global packagingCost item which can be enabled on each menu item, but this would require that the packaging cost in a restaurant is always the same.