Giter Site home page Giter Site logo

easybilling's Introduction

EasyBilling

Simple billing application using C#

How to setup project: 1.Project is created on visual studio 2019. 2.Install microsoft SQL 2005 and above. 3.Open sql management studio or query express and execute this script "EasyBillingSQLScripts.sql"[File is in project path]. and select EasyBilling database and execute this query INSERT [dbo].[tbl_users] ([id], [first_name], [last_name], [email], [username], [password], [contact], [address], [gender], [user_type], [added_date], [added_by]) VALUES (5, N'admin', N'admin', N'[email protected]', N'admin', N'admin@123', N'9999999999', N'WC road,rajajinagar,bengaluru', N'Not Specif', N'Admin', CAST(0x0000AD33016C9F2E AS DateTime), 1) 4.Open AppManager.cs file[ file path is "EasyBilling\BLL\Application\AppManager.cs"] and change connection string[search google to setup correct connection string for your SQL Server]. 5.Open project and run and in login page enter user name as "admin" and user password as "admin@123" and select user type as "Admin" and continue.

youtube video reference for creating project is: https://www.youtube.com/watch?v=Lttd3ohTarE&list=PLBLPjjQlnVXVnz3Hksi1th0uHXxh6Dm3h

Thanks & regards Rajesh Narayan Relyonsoftech ltd

easybilling's People

Contributors

rajeshshettysrs avatar

Watchers

James Cloos avatar  avatar

Forkers

norshibismark

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.