Posted by Jerry Stuckle on 05/12/07 02:11
dnfertitta@yahoo.com wrote:
> This is my task and I'd like some direction please:
>
>
> 1. Print company that houses user PDF files
>
echo $companyName;
But not knowing where the company name is stored maxes further
discussion impossible.
> 2. User logs in and is brought to his own area
>
No biggie - keep user id and password where you can access it, and save
appropriate info in the session.
> 3. Dynamic customer inventory page is displayed based on PDF files in
> a home directory (It would be nice if the MetaTag in a PDF file could
> be used here)
>
PDF metatags don't normally contain this information. And it's very
difficult to parse a PDF file for this info if you don't have the exact
format of the PDF in the first place. XML is the typical way to go here.
> 4. Inventory page is also "order" page that allows for the ordering of
> cases of printed items
>
No problem - if you can get the inventory.
> 5. Each inventory item will have a place for entering a number of
> cases to be ordered
>
Easy enough.
> 6. Order is submitted and emailed to owner of company who inputs
> manually into billing system
>
No real problem - although automatically entering it would be better.
>
> Please point me in the right direction,
>
>
>
> Derrick
>
Way too broad to cover in a newsgroup. You need to at least get the
basic design down. Or pay someone to do it for you.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|