Giter Site home page Giter Site logo

ramrajch / supermarket-billing-system Goto Github PK

View Code? Open in Web Editor NEW
14.0 5.0 3.0 1.08 MB

A QT based GUI program for printing invoice and extracting to text file of any supermarket.

QMake 1.34% C++ 98.66%
qt qtcreator invoice gui-application billing supermarket supermarket-billing-system database

supermarket-billing-system's People

Contributors

achyutthapa avatar prajwolm avatar ramrajch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

supermarket-billing-system's Issues

SuperMarket_BillingSystem

#include<stdio.h>
int main() {
int item,choclate,choclates,biscuit,biscuits,cooldrink,cooldrinks,total;
time_t t;
t = time(NULL);
struct tm tm;
tm = *localtime(&t);

getch();

char name[20];
choclate=10;
printf("enter no.of choclates:");
scanf("%d",&item);
choclates=choclateitem;
biscuit=5;
printf("enter no.of biscuit:");
scanf("%d",&item);
biscuits=biscuit
item;
cooldrink=75;
printf("enter no.of cooldrinks:");
scanf("%d",&item);
cooldrinks=cooldrink*item;

printf("enter name of customer:\n");
scanf("%s",name);
total=choclates+biscuits+cooldrinks;

printf("============================================================");
printf("\n M.P - S U P E R M A R K E T \n");
puts("\n============================================================");
printf("Name of customer (Mr/Ms):%s\n",name);

printf("Item Qty Price Amount\n");
printf("choclate %d %d %d.Rs\n",item,choclate,choclates);
printf("biscuit %d %d %d.Rs\n",item,biscuit,biscuits);
printf("cooldrink %d %d %d.Rs\n",item,cooldrink,cooldrinks);

printf("Total payable amount=%d.Rs\n",total);

printf("****\n");
printf(" THANKS FOR VISITING ");

printf("Current Time: %d:%d:%d", tm.tm_hour, tm.tm_min, tm.tm_sec);

return 0;
}

Lets meet

Please visit me this week by Monday before 2 pm.

Bug in admin.h

Hi guys.
I am unable to debug this problem.
Screenshot from 2019-06-10 07-18-19
maile 3 press gare paxi incorrect password banxa. Jabaki Change_Password() bhanne function call hunu parne.Could you guys solve it?

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.