From: Phil D. <ph...@du...> - 2003-07-07 05:19:42
|
RE: ConfirmDispatch_Invoice.php - I tried it as you said and see the problem ... sorry I didn't understand the snag - will put the fix in the next release we seem to be averaging one a week at the mo. There are some other issues too - I notice that my PrintCustTrans.php and WWW_Users.php have introduced a few blemishes - losing session variables for pagesize and the active module for the menu options to show. You can always over-ride the calculated freight cost anyway at the time of invoice - are you talking about at the time of order ? Yes - there are a number ( countless :-( ) of things the system won't currently do as you point out. Not sure how to deal with mutliple taxes on one invoice - any solution is going to be messy I fear. Another few tax fields on the invoice are possiblities but ugly. The system is not set up for multi-currency bank accounts - all bank accounts are in the company's functional currency. There's a whole new can of worms there. For mutli-company log in why not seperate URL's for each company - different logo and company name on the page so all easy?? I think every company will want slightly different stationery - hey you can charge for such modifications and the client/customer feels special and its easy to do as part of the installation. > > Re. ConfirmDispatch_Invoice.php > The change for looking at non-completed items fixes the following scenario : > > 1- Create an order with 4 items > 2- enter the dispatch items page, and enter the full quantity for 2 of the > items, process > 3- main menu and go back to the dispatch page > 4- enter a partial quantity for the remaining 2 items, process > 5- you receive the error "This order has been changed or invoiced ..." - it > is looking for the 2 items that are completed in step 2 > > Re : Custoemr Freight Charge > How about adding an edit box to enter this when the auto-calc flag is off ? > I already had this but didn't merge it. > > Re: Opening in a separate window > I sort of had a feeling this would cause problems on different browsers, I'm > an IE guy so I naively assume anything that works here is OK...well my > rationale for displaying reports in a separate window is : > 1 - to be able to view multiple invoices, recepits at the same time > 2 - pressing "back" from a report display does not usually work > Maybe we could have a way to set the display inline/separate option from > web-erp ? > > Re: Jasper > I agree it's not the way to go now - most low-cost hosting providers do not > even have JSP support so this would be a big limiting factor anyways. I > still haven't got round to testing r&os for Arabic output, will do shortly. > I'll have a look at the converted one later today !! > > A number of items that I think may come up : > > 1 - Having more than one tax item on an invoice. Here sometimes there are up > to 3 different taxes on an invoice. I guess I could add an inventory > category for them and set them as dummy items or so, and set the GL codes to > VAT ? (I know nothing about accounting) > 2 - Storing a currency with a bank account. > 3 - multi-company login. login would be company/user/pass. Different > companies would link to different DBs. > 4 - items in invoices,orders, etc. I've been gathering these from a number > of potential clients. They all have a number of static fields either at the > top or bottom of the invoice/order (eg. in a purchase order a line for the > purchasing manager to sign). Maybe in the company prefs we could add a > section for form customization. This would be limited to adding static text > lines to the form. > > cheers for now > Sherif > > |