CAN anybody help m please i need it fast
create interface where user can enter animals
that he/she is buying from list of partner on a single cattle receipt. All data must be stored into
temporary data container where data will always be available to view and edit. Maximum width
of the container is limited to 750px.
That data container should be paginated with a default page size for pagination of 25 records.
Also, user should be able to sort data for this columns:
● Animal ID
● Animal name
● Animal type
● Purchase price
● Weight
Collecting all the data user should be able to see graphs representing following information:
1. Pie chart representing male/female animal ratio.
2. Bar graph representing purchase costs for every partner from the list.
Animal dataset
1. Animal ID
2. Animal name
3. Animal type
4. Birth date
5. Mother’s name
6. Farm’s name
7. Purchase price
8. Weight
9. Animal sex
10. Purchase partner (min. 5 partners in a select menu)
Data Format Description
Animal ID Numeric (Unique,
required)
Farm-based unique animal identifier.
Animal String (Required) Human readable animal name (special chars
name allowed).
Animal type Select menu: Calf, Heifer,
Cow, Bull (Required)
Type of animal that is entered into system.
Birth date Date (dd.mm.YYYY) Animal’s birth date
Mother’s
name
String Human readable mother name of current animal
Farm’s
name
String Name of the farm where animal was before it
arrived to current farm.
Purchase
price
Decimal (####.##) -
Required
Animal’s purchase price.
Weight Decimal (####.##) Weight of the animal at the moment of arrival on
the farm.
Animal sex Radio (M/F) - Required Animal sex.
Purchase
partner
Select (Required) List of min. 5 partners. Enter by your own choice.
Note
Everything is done on a client side (only HTML, CSS and JavaScript/jQuery) without any server
side technology included into project. Also, all the code must be written by you.
jax001 0 Newbie Poster
blocblue 238 Posting Pro in Training Featured Poster
jax001 0 Newbie Poster
lps 71 Posting Pro in Training
blocblue 238 Posting Pro in Training Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.