Sounds like a large under taking, We would be happy to point you in some proper directions but you will need to be a lot more specific on what you are trying to achieve. Multi-level Marketing Application could mean anything.
It almost sounds just like you are making a binary tree. I don't understand question 5 though, what do you need with sms and mailing, I'm assuming that means emailing.
1. when a new user join the company and fill the new user form(suppose newuser.aspx) through the reference of existing user, he would notified by
e-mail. In mail he would get congratulation message, there own ID, Referi ID., product detail.
2. The pupose of the application is direct selling product, tracking customer and there reference, tracking reward or commission earned by each user or customer.
a. provide unic user ID for new user by provide hard copy of form. Or if a user fill online form then after checking valid product fee he should automatically get User ID through mail. and a dedicated page where he would able to check there all status like
profile, status of total user reffered by him. his reward status.
b. In admin page
Control of any user like bloking user or see the status of particular user through search
see the first ten performer of the month.
see the number of user there name and ID who is joind toaday.
control of financial status.
a. set the business logic like how much percent a user can get when he add a new user.
a. provide unic user ID for new user by provide hard copy of form. Or if a user fill online form then after checking valid product fee he should automatically get User ID through mail. and a dedicated page where he would able to check there all status like
profile, status of total user reffered by him. his reward status.
b. In admin page
Control of any user like bloking user or see the status of particular user through search
see the first ten performer of the month.
see the number of user there name and ID who is joind toaday.
control of financial status.
a. set the business logic like how much percent a user can get when he add a new user.
b. Total new user fee detail.
c. reward earned by admin, and other user.
That require you programing in Asp.net and Sql server.
You need to take a long time for this project, althrough that not very difficult.
You can post your question here when you meet some difficults.
And you may need the binary tree conception in your programe.
ALOK sharma
Member
20 Points
12 Posts
Multi-level Marketing Application
Feb 21, 2012 06:47 AM|LINK
I am a web developer. Recentaly a customer assigned me for Multi-level marketing application.
This is a new experience for me.
I am using VS 2005 as a development tool and Sql express 2005 as a database.
programming language is C#.
guide me step by step procider.
N_EvilScott
Star
8179 Points
1466 Posts
Re: Multi-level Marketing Application
Feb 21, 2012 07:57 AM|LINK
Sounds like a large under taking, We would be happy to point you in some proper directions but you will need to be a lot more specific on what you are trying to achieve. Multi-level Marketing Application could mean anything.
ALOK sharma
Member
20 Points
12 Posts
Re: Multi-level Marketing Application
Feb 21, 2012 08:51 AM|LINK
In multilevel marketing project
1. Admin is the root user. he has to add two user Left and Right (After selecting the product. and paid the ammount. )
2. Every user has to make left and right.
3. After becoming the member every user should able to see how many lef join, right join and Total pair. and there comission under there node.
4. One user can make only two node left and right. if left make one node then user is redim there commission.(money)
5.sms alert and mailing facility after becoming a new user.
N_EvilScott
Star
8179 Points
1466 Posts
Re: Multi-level Marketing Application
Feb 21, 2012 08:58 AM|LINK
It almost sounds just like you are making a binary tree. I don't understand question 5 though, what do you need with sms and mailing, I'm assuming that means emailing.
What is the purpose of the application?
ALOK sharma
Member
20 Points
12 Posts
Re: Multi-level Marketing Application
Feb 22, 2012 06:38 AM|LINK
1. when a new user join the company and fill the new user form(suppose newuser.aspx) through the reference of existing user, he would notified by
e-mail. In mail he would get congratulation message, there own ID, Referi ID., product detail.
2. The pupose of the application is direct selling product, tracking customer and there reference, tracking reward or commission earned by each user or customer.
a. provide unic user ID for new user by provide hard copy of form. Or if a user fill online form then after checking valid product fee he should automatically get User ID through mail. and a dedicated page where he would able to check there all status like profile, status of total user reffered by him. his reward status.
b. In admin page
Control of any user like bloking user or see the status of particular user through search
see the first ten performer of the month.
see the number of user there name and ID who is joind toaday.
control of financial status.
a. set the business logic like how much percent a user can get when he add a new user.
b. Total new user fee detail.
c. reward earned by admin, and other user.
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Multi-level Marketing Application
Feb 23, 2012 01:17 AM|LINK
Hi
You can refer to this link.
That require you programing in Asp.net and Sql server.
You need to take a long time for this project, althrough that not very difficult.
You can post your question here when you meet some difficults.
And you may need the binary tree conception in your programe.
http://www.codeproject.com/Articles/18976/A-simple-Binary-Search-Tree-written-in-C
http://stackoverflow.com/questions/1806511/binary-tree-in-c-sharp
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
ALOK sharma
Member
20 Points
12 Posts
Re: Multi-level Marketing Application
Feb 23, 2012 04:39 AM|LINK
your link related to sending mail is realy very helpful.
ALOK sharma
Member
20 Points
12 Posts
Re: Multi-level Marketing Application
Feb 23, 2012 04:44 AM|LINK
first of all i want to focus on database design.
how many table is suitabel for this application
plz guide me.
ALOK sharma
Member
20 Points
12 Posts
Re: Multi-level Marketing Application
Feb 23, 2012 09:57 AM|LINK
plz provide us database diagram for application.
ALOK sharma
Member
20 Points
12 Posts
Re: Multi-level Marketing Application
Feb 23, 2012 09:59 AM|LINK
or if you have some demo regard this project then plz provide linc for this