Home > database >  You develop a local Windows catering CRM management system software with what technology direction
You develop a local Windows catering CRM management system software with what technology direction

Time:12-23

Graduation design, the topic of the specification also sent, failed, according to the guiding teacher,
According to the guiding teacher, what's not the cs bs architecture,
Is a local database to add a GUI, exe running software,


Mysql or SQL server?


Use what language, python contact more, but I heard c # development GUI drag line?

Implementation of function, into the folder, such as running exe, window appears, enter account password to log in, enter the interface,
About five modules, each module access database, visualization to add and delete,
Add a few function button, a key contact phone number,

Determine the technical means, and the rest two days finish opening report, the next two months of winter vacation, do this aspect,

Write these, realize, is that, to design the database well disguised encapsulates a GUI, this should be called a database management system
Not all kinds of architecture, simple many, database design, visual interface a lane, a connection.

Search online, nothing coherent, maybe I should from, how to design a software to start? What a guy, perfecting zhan,
Opening report to determine the technical route is not reasonable,

Ask the questions here,
What language do? (no brain c, Java, universal p, win match vs)
What kind of database? (simple mysql, SQL s) fit the white asked, give answer,
What supporting environment, tools, have development instance reference is best, but no one seems to be such a low-level, more than the web,



CodePudding user response:

The.net
Windows Form + can be used

CodePudding user response:

This is low ah, I feel web than this simple, made a local database to add and delete entityframework not five minutes
And now what books management system management system, online electronic mall management system a handful, want to mix you certainly do web

CodePudding user response:

According to your description, the most simple is two pieces of data table, a user table, field for the user name, password; A customer relationship table, fields for name, age, gender, contact number, etc.
Interface that is two, 1. The default login interface, there are three main controls, the user name input box, the password input box, the login button, the select button to add an onclick event in the user list the value of the two input box is not null if the query results is logged in, otherwise don't log in,
2. Login is simple, customer relationship management (CRM) interface open, close the login interface, customer relationship management (CRM) interface is a main data window, binding on your customer relational table, and then make a few buttons, the onclick event corresponding to add and delete functions, do a few input box used to read to add and delete information with respect to ok

CodePudding user response:

But this really you? Class set all it will
  • Related