473,387 Members | 1,899 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Quote's Invoices Lists...

Hi,

I need someone to bounce some ideas off.

This is what I'm trying to do, I want to be able to create a script that
will spit out a quote based on the information filled in.

The part I'm stuck on is. Entering all the items in.

Ok, say I have a form, it starts off where you put in all the details
(eg, who the quote is for address phone no etc.)

Then there will be a list of items to go onto the quote.

Now this is the part I'm stuck on. I'm thinking maybe something like an
add new item button that opens a new window and then you enter in the
details for each item.
This then adds each item to the quote. Each item that is entered can be
added directly to the database. So what I'm thinking maybe is a popup
window that you fill in the details for each item, you hit submit, and
then it goes back to the origional quote page, but now with the item
added to the list.

Maybe is there java script where you can open a new window and then
refresh the parent window when the child is closed? this would then have
the items listed.

Any ideas on how to make a list for something like this? The same would
apply to people who would make invoices receipts etc.

James.
Jul 17 '05 #1
6 1795
James Smith wrote:
Hi,

I need someone to bounce some ideas off.
[...]

James.


James, it sounds like what you want is to make multiple updates to the
same page without having to reload the whole page each time. While you
can do this with a popup window and/or JavaScript, a better alternative
would be to set it up with a form that submits to an embedded Iframe.

This allows you to pseudo-dynamically update the page and avoids the
problems that come along with JavaScript. For the sake of usability,
it's best to design under the assumption that JavaScript is not
available (unless you're coding for a controlled corporate/intranet
environment).

C.J.
Jul 17 '05 #2
James Smith wrote:
Hi,

I need someone to bounce some ideas off.
[...]

James.


James, it sounds like what you want is to make multiple updates to the
same page without having to reload the whole page each time. While you
can do this with a popup window and/or JavaScript, a better alternative
would be to set it up with a form that submits to an embedded Iframe.

This allows you to pseudo-dynamically update the page and avoids the
problems that come along with JavaScript. For the sake of usability,
it's best to design under the assumption that JavaScript is not
available (unless you're coding for a controlled corporate/intranet
environment).

C.J.
Jul 17 '05 #3
James Smith wrote:
Hi,

I need someone to bounce some ideas off.
[...]

James.


James, it sounds like what you want is to make multiple updates to the
same page without having to reload the whole page each time. While you
can do this with a popup window and/or JavaScript, a better alternative
would be to set it up with a form that submits to an embedded Iframe.

This allows you to pseudo-dynamically update the page and avoids the
problems that come along with JavaScript. For the sake of usability,
it's best to design under the assumption that JavaScript is not
available (unless you're coding for a controlled corporate/intranet
environment).

C.J.
Jul 17 '05 #4
James Smith wrote:
Hi,

I need someone to bounce some ideas off.
[...]

James.


James, it sounds like what you want is to make multiple updates to the
same page without having to reload the whole page each time. While you
can do this with a popup window and/or JavaScript, a better alternative
would be to set it up with a form that submits to an embedded Iframe.

This allows you to pseudo-dynamically update the page and avoids the
problems that come along with JavaScript. For the sake of usability,
it's best to design under the assumption that JavaScript is not
available (unless you're coding for a controlled corporate/intranet
environment).

C.J.
Jul 17 '05 #5
James Smith <jn******@optusnet.com.au> wrote in message news:<41***********************@news.optusnet.com. au>...
Hi,

I need someone to bounce some ideas off.

This is what I'm trying to do, I want to be able to create a script that
will spit out a quote based on the information filled in.

The part I'm stuck on is. Entering all the items in.

Ok, say I have a form, it starts off where you put in all the details
(eg, who the quote is for address phone no etc.)

Then there will be a list of items to go onto the quote.

Now this is the part I'm stuck on. I'm thinking maybe something like an
add new item button that opens a new window and then you enter in the
details for each item.
This then adds each item to the quote. Each item that is entered can be
added directly to the database. So what I'm thinking maybe is a popup
window that you fill in the details for each item, you hit submit, and
then it goes back to the origional quote page, but now with the item
added to the list.

Maybe is there java script where you can open a new window and then
refresh the parent window when the child is closed? this would then have
the items listed.

Any ideas on how to make a list for something like this? The same would
apply to people who would make invoices receipts etc.

James.


this is actually a javascript problem, so i just give you a direction
here. as far as i understand you, you want put text in a form from a
popup. use "opener" to adress the parent window from the pop-up, so no
need to refresh.

micha
Jul 17 '05 #6
James Smith wrote:
Now this is the part I'm stuck on. I'm thinking maybe something like an
add new item button that opens a new window and then you enter in the
details for each item.
This then adds each item to the quote. Each item that is entered can be
added directly to the database. So what I'm thinking maybe is a popup
window that you fill in the details for each item, you hit submit, and
then it goes back to the origional quote page, but now with the item
added to the list. Any ideas on how to make a list for something like this? The same would
apply to people who would make invoices receipts etc.


Let the user fill in the information one-by-one, and each time submit
the form. You save the results in a session and when the user clicks
Finish (instead of Next or something like that), you process the data in
the session.

--
Pieter Nobels
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: tom | last post by:
Hi, I have built an Access DB for a child care business. Family table stores the Family info. Room the different room names, capacity etc. Price stores the various price codes and amounts. The...
4
by: Jeremy Weiss | last post by:
Thanks to much help from everyone in my previous thread, I've made it a pretty fair ways into my billing/invoicing db. I'm now needing a way to cycle through all the records in a table and create...
4
by: Peeter Ups | last post by:
I have several tables in my database. I use these to create 'quotations' that show product code, description, selling price and quantity required. Users can enter as many lines as possible and a...
9
by: StevenH | last post by:
I stumped Can someone assist me with the query for "invoices from 2002 & not from 2004" thanks
1
by: totoringo2004 | last post by:
Hello, I’d need some help guys... I know how to do it in Excel, but can’t find a way in Access... here’s a simplified overview of the problem: Let’s say I have Invoices as follows: Jan-04 $110...
5
by: astro | last post by:
I have a report/invoice that lists volume, price per unit, and extended price. My problem is being able to get the extended price by multiplying the x . With just 2 decimal places on both...
3
by: Comboni | last post by:
Creating invoices from individual Access records. I think that my question is simple, but as a newcomer to using MS Access 2003, it is beyond me. I have read through the various ‘Invoice’ inputs...
2
by: DaBrain | last post by:
I am trying to make a query on one table, an invoices table, and I want to see how many orders are in each month Year Month Count --------------------------- 2006 01 80 2006 ...
6
by: jdcallejas | last post by:
Hello, I am creating a database for my apartment complex. I have been able to desing it up to invoices... Now I am wondering how to make payments for the invoices. I wanted to have it like...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.