Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - hassanalizadeh

#1
Get Help / Re: Help for Table generation
September 10, 2020, 11:37:07 AM
Thank you very much for answering. I removed all constrains. There are only major time constraints.
#2
Get Help / Help for Table generation
September 10, 2020, 09:38:15 AM
Hello dear.
I am a school planner. I have to deliver the program to the manager in a few days. I do not have much time. I have not been able to produce the table for several weeks. I'm helpless. Help me if you can. I sent you the file.
Thank you
#3
Talk It Up! / Re: Software registration in Iran
September 05, 2017, 09:57:44 PM
Hi,

1) In the Resource file I don't see  such link : D:/HassanAlizadeh/Work_Project/6000+ Icons Megapack/AllVistaIco/Folder/My Documents2.png

2) Should the notes be added to all files?
#4
Talk It Up! / Re: Software registration in Iran
September 04, 2017, 05:58:38 PM
Hi,
Please check your E-mail. Link was sent for you.
Thanks.
#5
Talk It Up! / Re: Software registration in Iran
August 31, 2017, 09:17:55 PM
Dear Volker,

Yes of course. But I have not yet decided to publish it. I am marketing FET. I still have not enough confidence to have enough customer. I also need to investigate copyright issues and legal rules. I do not want to be involved in judicial problems.
Anyway, as soon as I'm ready, I'll send the modified code to you.

Thanks a lot.
#6
Talk It Up! / Re: Software registration in Iran
August 30, 2017, 10:14:13 PM
Dear  Volker
Thank you for your detailed description.
First case: If I give the software to customers without any changes, there is no problem. Also, if I do this through a website in Persian, it also has no problem. is it right?

Second case: But if I change the code, I must first publish it under AGPL. Then I treat the first one.
In this case, will I be allowed to insert my name, Company name and Contact in the software?

Thanks,
#7
Talk It Up! / Re: Software registration in Iran
August 29, 2017, 10:33:05 PM
Dear  Volker,
Thank you for your description. I still do not understand the concept of open source. I should study more about it. This is because copyright laws are not respected in Iran.
In any case, my wishes are:
1- Allow me to present the program to the universities of Iran legally.
2. Allow me to make changes to the appearance of the program (not code)
3. Earn money from training and services (not software itself).
please guide me.
#8
Talk It Up! / Software registration in Iran
August 29, 2017, 10:48:00 AM
Hi Authors,

I gave changes to the FET software. I made a native version for Iran universities.
Now for commercial use, it should be registered with the Supreme Informatics Council of Iran.
Am I legally allowed to register it in my name? If yes, please send me a written consent.
Otherwise, send me your personal details and complete resume to register with your name.
Of course, software registration requires software documentation. Such as design charts, architecture, etc.

Thank you
alizadeh55@gmail.com
#9
Programming Help / Fet documentation
May 05, 2017, 04:41:25 PM
Hi Fet authors

I need software documentations as follow:
1- Software  architect  diagram
2- ERD
3- Class diagram
4- Use case diagram
5- et cetera

Thanks.
#10
Thanks for your answer.
Example:
Activity table:
-----------------------------------------------------------------------------------
activity_code  |   teacher   |    students_group  |   starting_time    |    duration
----------------------------------------------------------------------------------
4356               |  Ali           |      t1_A                 |        5                  |       3
6784               |   Reza       |     t3_B                 |       8                   |       4
...
----------------------------------------------------------------------------------

subject  table:
-------------------------------------------------------------
subject_code     |     subject_name           |             field
-------------------------------------------------------------
  4584                |       OS                           |      Software
  5632                |       Art1                         |      Graphics
...
-------------------------------------------------------------

Our users like view data in tabular no in text format.
Thanks.
#11
Hi, custom version with following changes is needed:
1) All lists change to gridview (subject, teacher, activity ,...)
2) subject table : subject(subjectId, subjectName,  field)   //field is for categorize
3) Teacher table: Teacher (teacherId, TeacherName)
4) Activity table : activity(activityId, subjectId, teacherId, day, startingTime, duration, classroom)
5) All above changes for csv-xml-html exported file (needed for importing to our enrollment web-based application)
6) All form have maximize button
7) Print dialog have maximize button
8) timetable save as PDF  file for printing in another computer
9) timetable could be changed manually in gridview with conflict alarm

Thanks a lot.
#12
Programming Help / UI Theme
February 04, 2017, 12:55:04 PM
Hi,

How can I apply a Theme for all forms (all font, sixze, color, background, ...)

Thanks.
#13
Programming Help / Re: MinGW-get-setup Error
January 15, 2017, 04:27:25 PM
Hi,
Problem was solved.
Thank you for your help.
#14
Programming Help / qrc Error
January 14, 2017, 07:14:00 PM
Hi, Dear Lalescu,
Thank you. problem was solved. I compiled FET successfully!
Then I created a Resourse.qrc file for storing button images.
I assigned images to main form's button and compiled program again, Now I have 2017 warning and one qrc error.
please see screen shots and help me.

Best Regard.
#15
Programming Help / Re: MinGW-get-setup Error
January 11, 2017, 10:43:17 PM
Thank you for your attention.
I do this, But:

1- When I extract file fet-5.30.8.tar.bz2 with 7-zip, some file extensions is .u instead of .ui
2- when complie fet in Qt creator some file extensions is .o instead of .obj

What is the problem?