Ask a Question related to Coldfusion Database Access, Design and Development.
-
ysurati01 #1
Invoice entry
As I wrote in summary , want to enter Invoice and have stock entered!
I created tables like
1)Invoice
2)Supplier
3)Merchandise
As I have Invoice in my hand, would start
is supplier in database If yes have all information and contact on head like
invoice looks.
than enter invoice # with purchase date and total amount.
Now I want to start entering invoice details
Item #, Categories.. and individual price (calculated with Qty And Unit price)
And have my stock entered.
I am learning Coldfusion and try to fulfill this application but I need some
help if some one can give me some layout idea like
Start using session variables , query Like <cfquery name= getstock
datasource="xy">
Select Supplier.SupplierName, Supplier.Contact, Invoive.InvoiceNumber,
Invoice.InvoiceDate
From Supplier, Invoice
Whrer Supplier.SupplierID = Invoice.SupplierID
</Cfquery>
I need step by step general Idea.
Will u please inspire me to learn coldfusion?
ysurati01 Guest
-
Printing to an invoice template
We have Acrobat 5.0 and are operating on a Windows 2000 environment. Our Company's billing software prints onto pre-printed Invoices. Is there a way... -
Invoice Structure?
Hi Group Just trying to get some thoughts on the best / efficient way to handle this type of invoicing or some ways you may have handled this. ... -
invoice
As I can create an invoice in Web matrix presenting/displaying subtotla and the taxes and the total of the invoice thanks -
Any ideas on how to confirm data entry of an item post entry?
Access 97 is being used. Sorry for the vague subject. The database is a frontend/backend if that makes a difference. There are 3 tables,... -
Need help - Purchase invoice entry
On after update of the department combo, you use vba to re-write the rowsource for the other combos with the where clause as required. The trouble...



Reply With Quote

