Giter VIP home page Giter VIP logo

furnishings_shop's Introduction

Furnishings_Shop

Managment tool for furnishings shop 1.button Open File - choice excel file withs orders from local computer 2.button Show Data - show all data from file in new window 3.button Add Item - open new window for input data of new item. 4.button Remove Item- remove choiced in data grid window from dataset. 5.button Accept Changes - accept changes to (for) excel file. 6.button Choice ID - show choiced order data in otdel`nii window . ID of order for choice put in text box raspolojenii bottom button Choice ID. button Save Changes- save changes in data Set. button Print Order - print order in PDF format. Clear text Box - Double click Left mouse Button on text box field. 7.button Balance - show how many are left money pay for All orders. 9.button Left - show times delivery left .for orders in condition. Date Now - Date Order < numder days (in text box Time Left). Clear text Box - Double click Left mouse Button on text box field. 10.button Query - show Query window. button Search - search results for choiced conditions. Price condition -- <,>,=,<=,>= Balance condition -- <,>,=,<=,>= Telephone condition -- =. conditions works - one, both , all together. button Clear - clear data in text fields.

furnishings_shop's People

Contributors

monruss11 avatar

Stargazers

 avatar

Watchers

 avatar

furnishings_shop's Issues

Suggest to use var where appropriate

For example, this:

Double width  = SystemParameters.FullPrimaryScreenWidth;

could be converted to this:

var width  = SystemParameters.FullPrimaryScreenWidth;

Consider using int.TryParse()

For parsing the integers, consider using int.TryParse() instead of Int32.Parse. This should help with better error handling. In current implementation, there is no try/catch block surrounging Int32.Parse, so not sure what happens when user enters invalid input.

Coding standard: suggest to use camel case

For example, Item_Furnishings better to be renamed to ItemFurnishings. Same applies to internal variables, properties etc.

I believe you can user built-in refactor options in Visual Studio to do it quicker.

You can look at the .NET classes to see how these are named and use them as example. Also, there are plenty resources in the web to take a look at:
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions
https://google.github.io/styleguide/csharp-style.html

Address warnings as errors

I've got several warnings when building:
image

I think it's a good habit to treat warnings as errors, this could be set in the project Build properties (set it for all configurations):
image

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.