Archive

Posts Tagged ‘seat’

Online Seats Builder Script

September 15th, 2011 Comments off

This is for online seat builder. See instructions below:

1. Visitor chooses a style “Classic” or “Pro” (I know steps in ordering instructions attached file are a little different but I see a better flow in terms of programming so I rearranged them here).
2. Based on the previous style selection, visitor will have either 10 seats models available to select from (Classic series) or 5 models (Pro Series)
3. After visitor sees selections, visitor clicks on an appropriate model. I think either image or just by clicking on a text ink (Part number) that will select an image will work. Initial image that is selected is black. With each model there is price associated as shown in Step 3 of the PDF file you originally shared with me
4. With the seatbuilder, customer can only order 1 at a time, because the seats may be different from each other. If they want to order more than one, there needs to be a step at the end of the selections for the first seat that gives them an option to

Audience Seating Gridder Online Tickets And Payment System

May 31st, 2011 Comments off

Theaternetwork.co will be an international EVENTS CLASSIFIEDS website for theatre It is under construction.
See our ageing Australian website as well www.theatrenetwork.com.au

In addition to making money from theatre ads, we also want to take a percentage of each ticket that is sold.

We need an online booking and ticketing system. A plugin.

Our website and all the services we provide will run automatically without moderation.

So the software you design for us is to be used by people who know nothing about coding – our customers. It needs to be intuitive and clean.

The software will have a FRONT END for ticket buyers and a BACK END for people who advertise events.

BACK END
A 100×100 empty square grid will allow someone who advertises in our ‘What’s On’ section to layout their seating arrangements for their audience. The seats will be green circles, and things like the stage, tables, bar etc will be grey. An automatic numbering system that works either vertical or horizontal should FILL the seat numbers based on where seat A1 is located. Text needs to be available so they can label things. Instructions on how to use this ‘Seat Gridder’ should be provided for them with a sample seating layout.

The advertiser will then select what kind of tickets are for sale. Adult, Child, Concession, Group 10+ should be alterable defaults. Next to each ticket type, the advertiser will insert the price.

The exact date and time of all performances will then need to be provided.

They will then provide their paypal account details and check an agreement box. I will write this agreement later.

FRONT END
When a user looks at an ad on our website that is selling tickets through us, they will see the seat selector at the top of the page and be able to choose the date of the performance and ticket types. This will look the same as the finished product the advertiser created but there will be no grid lines. Seats they select will turn red. By default they will be green. The total payment will be visible to them as they go. Then they click Pay with Paypal and pay.

The money will go directly to the theatre company. They will pay me afterwards as per the agreement.

The buyer will receive a ticket by email, and the advertiser will be able to access their database any time they log in to their account.

Please see osConcert.com, seatadvisor.com, smartdraw.com, chookas.com.au for inspiration.

SUMMARY
1. Create Seat Gridder Software with accessible database
2. Integrate Ticket Email system
3. Integrate Paypal

If you bid for this, please offer a suggestion of what else would be needed, such as special needs boxes for Vegetarian meals and Wheelchairs, or other imaginative ideas you have. Better still, provide a link to similar work youve done. Also let me know if you can make this software a plugin that will work on WordPress and Joomla as well as the software already on Theaternetwork.co.

Lowest Unique Seat Auction

April 9th, 2011 Comments off

Users purchase seats for $1.00 which allows them to place 10 bids in the auction. User can purchase as many seats as they like. Auction ends when the full number of required seats have been purchased. The lowest unique price wins.

Airplane Seat Reservation

February 27th, 2010 Comments off

Compile and run java program (texpad) on airplane seat reservation.

Google Map Plus Html To Pdf

November 23rd, 2009 Comments off

I prefer to deal with larger, multiple-staff companies.

I’ve got a new potential client looking for some custom coding.

They are a large seating company, Australian based but with an international company parent.

They distribute seats mostly through their network of dealers, and wish to make their website help their dealer network sell more seats.

there is 2 parts to the project.

Part 1:

A google map function.

They have heaps of dealers located around Australia.

Each dealer’s name and contact details will be in the database.

They want to give people a list of locations on a page to choose from (drop down menu), and when the user chooses a location, a google map shows at the city or region level how many dealers are in that location.

An example would be: I choose the state of Queensland, and I am shown a map with little flags at Cairns, Townsville, Rockhampton, Brisbane and Gold Coast, each with the number of dealers floating above the flag.

If I click on a specific location flag (eg, Gold Coast), then in a space next to the google map, I am shown the business names and contact details for each dealer in that location.

(this functionality below will be used again in Part 2 of the project – would be good to have it as a reuseable module)

Put a “Save PDF” link near the top of the list of dealer contacts, and when the user clicks the “Save PDF” link, then those dealer contact details are exported into a pdf, and a dialog box appears asking the user where to save it on their computer.

Put a “Print” link near the top of the list of dealer contacts, and when the user clicks “Print”, then those dealer contact details are exported to the printer – it needs to look exactly the same as the PDF – maybe export to pdf first, then print the pdf immediately?

These PDFs and printouts need to be on A4, with company letterhead and footer for branding.

Part 2-a:

A public user can arrive on one of the client’s sites and see 3 input boxes. These boxes ask for info about the truck or car that the user wants a seat for.

Make: (choices: Toyota, Mitsubishi, Hyundai, Ford, etc)

Model: (choices: depends on what Make the user picks. If they choose Toyota, for example, then they will see all the vehicle models made by Toyota that our client makes seats for)

Year: (choices: 1930 – 2009)

When the user clicks submit, they are shown 3 seats that our client can provide to match the user’s vehicle.

The 3 seats will be: a cheap seat, mid range seat, high price seat.

For each of the 3 types of seats, there will be a photo of the seat, price, description.

In an Admin section, have input boxes where Admin can set the prices to define what the cheap range, is, mid range and high price range. Eg 0 – 2000 = cheap, 2001 – 5000 = midrange, >5001 = high price.

Also in the database, visible only to admin, is the profit per seat.

Note: it is possible that there will be more than 3 seats that the client COULD provide to match the user’s vehicle, but they want to limit the number of options for the user to 3. So we need a function to display only the seats with the highest profit out of all possible matches.

So display the highest profit cheap seat, highest profit mid-range seat, highest profit ‘high price’ seat.

Be able to Save those results to PDF, or print.

Put a “Save PDF” link near the top of the list of seats, and when the user clicks the “Save PDF” link, then those details are exported into a pdf, and a dialog box appears asking the user where to save it on their computer.

Put a “Print” link near the top of the list of seats, and when the user clicks “Print”, then those details are exported to the printer – it needs to look exactly the same as the PDF – maybe export to pdf first, then print the pdf immediately?

These PDFs and printouts need to be on A4, with company letterhead and footer for branding.

User sees a link for “Find a Dealer”.

When clicked, this shows the Google map function described in Part 1.

It needs to only show dealers that sell the seats shown in the list. (Note: not sure if all dealers sell all seats. Can find out later).

Part 2-b:

Same as Part 2-a, except it will be a company dealer using the functionality, and researching which seats to sell to their clients on behalf of our company.

The difference is that the dealer branding will be on the PDF and printouts, instead of the company’s.

The dealer will need to log in.

The dealer contact details and logo image files will need to be held in the database ready to go into the PDFs.

The dealers have their own prices for those seats (company price + dealer profit).

The dealer prices will need to be displayed for each seat, not the company prices.

This data will be updated by Admin once ever 6 months or so.

We may need an Admin section to do the updates, but I think there is a staff member at the company with enough skill to do it direct in the SQL database.

BRANDING on the pdfs and printouts.

The PDF and printouts need to have different branding, depending on whether a dealer is using the site, or a public user.

If it is a public user, they see the company branding.

If it is a dealer, they see the dealer branding (which they will then offer to their clients as a price quote, so it needs to look like it came from the dealer)

TIME FRAME

they are looking to start some time in the next month, and wish to have it all complete in time for a re-Launch of their new website in January.

Categories: MySQL, PHP Tags: , , , , , ,

Easy Article Writing

August 28th, 2009 Comments off

I need a writer to write 4 articles (about 500 words each).
The topic relates to bicycle seats for toddlers. Here is the
list of titles for the 4 articles:

1- Toddler bicycle seat safety (how safe they are)
2- The different brands of bicycle seats (reviews, pro’s & con’s)
3- Toddler bicycle seat helmets (brands, reviews)
4- Toddler bicycle seat care and installation (difficulty or ease of installation)

This should be an easy job for anyone that has written
articles in the past. If it goes well, I am hoping to
hire the winning bidder for many more jobs in the future.

You must use the code word ‘valve’ or I will not select
you, no matter how many great reviews you have.

All articles are copyrighted to William Penn and any
infringements will be reported to the proper authorities.
I have software that will notify me if there is any
plagiarism.
Thanks!
Billy Penn

Live Auction

July 17th, 2009 Comments off

Hi
Please read all before you bid.

I want a full functionally penny auction website like (www.bidrivals.com or www.swoopo.com or www.grababid.com or www.gagen.ru) I need the web to support three countries (AUS, UK and NZ), also I need the site to show the right auction in the country that the web used in.

For example: if I am in UK and I used the site to buy it show the UK section or if I am in AUS and I used the site it show the AUS section, later if i want to see the other section the I only click on the flag.

Please make the site that support two type of auction and can be selected from admin for each item that added, first type is the normal that used in the three above sited which count down and back up if the auction raised and the second type is the Seat Auction which can admin defines a limited number of seats and limited number of bids in admin panel. Auction runs for a specific number of hours (also pre-defined in admin panel) when all seats are sold. Every user who wishes to participate in Seat Auction must buy a seat before he could participate in that auction. When user buys a seat, they get a pre-defined number of bids for that auction and they are not charged for placing those bids on specified auction. However, they cannot use these credits on any other auction. Before buying a seat, users are told how much would it cost (in terms of number of credits) to buy a seat and how many bids will they get. In Information box, virtually every information is displayed like total number of seats, credits with each seat, credits left, total possible bids that could be placed and max possible end price.

it is full site that controlled from the admin section.

please provide a demo for both sides admin and user section. we discuss the project in full details in chatting when you win the project.

Job Type:
* website design
* Ajax
* CSS

thanks

Bear