Giter Club home page Giter Club logo

spaghetto-restaurant-manager's Introduction

The Spaghetto Restaurant Manager

The all new fancy restaurant managing program has just come into the market! Manage your restaurant’s menu, inventory, and economics in unison, and make informed choices when staying afloat amongst the pandemic!

(Submission for a hackathon)

Features

Current Level: 2

  • Creating your own dishes
  • Managing inventory
    • View items' net worth
    • Dependency list of dishes
  • Finances
    • Transaction History (filterable by income/expenses)
    • Procedurally generated loans/subsidies with variable requirements and negotiable terms
    • Generating dish sales considering multiple factors
      • Viewing the profit made by each dish
    • Tweaking your current number of employees
  • Autosave system for resuming management across sessions

You can download a windows executable of this program here.


License

GNU GPLv3.0

spaghetto-restaurant-manager's People

Contributors

jakesfilms avatar thegamecracks avatar

Watchers

 avatar

spaghetto-restaurant-manager's Issues

[Feature Request] Improve documentation for submission

Is your feature request related to a problem? Please describe.
Since this source code is going to be submitted with an executable, there should be more info on setting up the source code.

Describe the solution you'd like
Add the required Python version in README.md and create a requirements.txt file with the third-party GUI libraries.

[Feature Request] Add transaction history

Is your feature request related to a problem? Please describe.
This is related to #4 with the addition of buying items. I want to be able to see what items were bought, the cost of each transaction, and the time at which the transactions were done.

Describe the solution you'd like
There should be a command called "history" under the inventory command that displays the transactions in chronological order.

[Feature Request] Add option to buy more inventory

Describe the solution you'd like
In the current CLI, I want a subcommand of "inventory" that lets me enter the item I want to buy, the quantity, the unit it is measured in (if I don't already have it in inventory), and the total cost of it, and it updates the business's balance and inventory correspondingly.

[Feature Request] Entering nothing when creating a dish does not cancel the process, creates a new dish instead

Describe the bug
When entering nothing while creating a dish, it states that the creation is cancelled yet proceeds to requests for the items of the dish. Entering nothing when requested for the dish's items creates an empty dish.

To Reproduce
Steps to reproduce the behavior:

  1. Use "add"
  2. Enter nothing
  3. Enter nothing again
  4. Empty dish is created despite cancel messages.

Expected behavior
Creation of dish is cancelled

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
Windows 98 (2020)

Additional context
Add any other context about the problem here.

[Feature Request] Show average price per quantity of item

Is your feature request related to a problem? Please describe.
Seeing the quantity and total value of a particular item in inventory is nice and all, however I'm also interested in the price of each quantity of the item.

Describe the solution you'd like
There should be another line stating what the price per quantity of the item is.
It should take into consideration the different unit prices I use when purchasing more of it; buying 20 at the price of $10 (unit price: $2.00) and then buying 10 for $10 (unit price: $1.00) should tell me the average price per quantity is $1.50.

[Feature Request] Add loans and subsidies

Is your feature request related to a problem? Please describe.
With the low sales, it's hard to stay afloat make a profit selling dishes (there's no taxes, mortgages, or wages, so being inactive with no dishes costs less than actually being a restaurant).

Describe the solution you'd like
Allow the business to apply for loans/subsidies based on the last month's revenue/expenses and number of employees.

Example loans/subsidies:
Example Loans and Subsidies

[Feature Request] Combining items to make dishes

Is your feature request related to a problem? Please describe.
What kind of resturant management doesn't have any way of managing dishes?! 🍵🥟 ☕

Describe the solution you'd like
I want a "dishes" interface inside "inventory" that provides these commands:

  • add: Add a dish to the business, consisting of:
    • The name of the dish
    • A list of items required and their quantities
  • remove: Remove a dish by name
  • show: Show a dish and its requirements by name
  • list: List all dishes by name

[Feature Request] Add basic finance management

Is your feature request related to a problem? Please describe.
Level 2 is about expanding beyond just a "balance" to having more realistic control over the business's finances.

Describe the solution you'd like
At the start when setting up the business, it should ask for the number of employees.
Once the business is created, there should be a "finances" interface with the commands:

  • employees: On intro, show the number of employees
    • count: View the number of employees
    • increase <number>: Self-explanatory
    • decrease <number>: Self-explanatory
  • expenses: List negative transactions the business has taken
  • revenue: Show the business's revenue per month
    • Business class: this should be a stub
    • Restaurant class: this should generate a realistic revenue for each dish in the menu .
      • Dish class: add revenue attribute

For the inventory interface, the total value of each item should be shown in the list command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.