|
..:: Notification System UNITEL ::.. |
|
Article created: 21-12-2008 16:04
(admin), modified:
30-08-2009 16:54 (admin)
|
Traffic counter: 532
|
|
| |
|
Tags: mysql, php, programming,
|
| |
|
|
|
|
|
Don't let school interfere with your education. (Mark Twain)
|
|
|
Notofication System UNITEL has been created by me for replacing old ticket system. The UNITEL company, during the time I was working for them, was giving IT services for others companies (outsorceing). My notification system has been created for receiving and servicing notification ticket from other companies.
Main insist after consultation with leaders I have done for:
- easy rebuilding in the future;
- maximum flexibilities;
- maximum configurabliting from managing panel but without programmer ingerention;
- simplicity but maximum functionality.
Anyway, the system gives posibilities from end user level (person sending notification ticket):
- creating ticket;
- sending confirmation about notification (email, database);
- creating ticket number;
- sending information for customer, which technicians will get ticket and theirs phone numbers and emails;
- customer can add additional information for the ticket about problems;
- customer (and administrator as well) can close the notofication when problem is resolved;
- customer can reopen closed ticket when problem is appeared again.
From technician level system lets:
- receiving information through emails about new notification;
- reveiving information about new notofication by SMS (!!!);
- access to customer's datas;
- receiving informations about priority level;
- giving posibilities for asking customers for additional informations about the problem;
- closing and reopening tickets.

Ticket table

Opened notification
The system works till today. So long time of system living is owed because administration panel lets configure a lot of features without any ingerentions into the source of program.
| Did you like my article? To thank, please press "Like":
|
|
|
|
|
|
| |
MyAccount The system was created when I was administrator of big local internet network. Keeping all records about users on a paperworks was very difficult. Moreover the system MyAccount created for not skilled employee posibility for managing user's accounts, system makes server's configuration files like hosts, dhcp_conf etc.
[...]
|
Button Image and name or value problem Today I had a problem with image button in my form.
I had the following line:
<input name="blabla" type="image" src="http://domain.com/pict.gif">
Quickly I realised image button (used instead of submit) does not send information about "blabla". Also, there is another problem (only under IE). If you try to [...]
|
Button Submit and its Properties
Sometimes it necessary to use a few submit buttons in one form. You can define only one <form ....... action="blabla.php"> to execute only one destination file.
What can you do if in the one form you would like to use a few submit buttons like "SEND", "EDIT", "REMOVE" etc?
You can make a few buttons [...]
|
| |
|
Tags: mysql, php, programming,
|
| |
|
|
|
|
|
|
| |
| |