Re: Data Management

2008-03-19 Thread Vikas Mayur
I think the demo sites are not working, though this is a temporary problem. Instead you can test it on your local box with https://localhost:8443/ordermgr/control/findorders You can also test it from http://docs.ofbiz.org/display/OFBIZ/Alternative+Demo+Servers Hope this helps. Vikas On Tue,

Re: Data Management

2008-03-19 Thread Vikas Mayur
On Tue, Mar 18, 2008 at 9:55 PM, Vikas Mayur [EMAIL PROTECTED] wrote: There is a service findOrders in OrderLookupServices that finds the order(s) in system depending on various input conditions. Check

Some questions on Sales Order and Sales Invoice

2008-03-19 Thread james yong
Hi, I have a couple of questions. 1. Let say I logged in as an admin and created an order. From the order list tab of the Order Manager, there is a list of checkboxes for the status which includes Created, Processing, Approved, Held, Completed etc. So how can I set the status of the order to

Re: Some questions on Sales Order and Sales Invoice

2008-03-19 Thread ladroge
According the second question nothing has been missed. 2-When you create manually you must provide information according offline order. Usually this part is done by system, sales invoice from the merchant website are generated by the system. 3 - According this question i would like to have more

Withholding tax in OFBiz

2008-03-19 Thread Rashko Rejmer
Hi all, I have to configure the system to be able to apply withholding tax. Does anybody have experience with such a task? In my situation I need to issue sales invoice. The order and invoice total amounts should include the full amount of the tax, not only the part that issuer will pay to the

Re: Connecting to a legacy database (FoxPro)

2008-03-19 Thread Nattanicha Rittammanart
__ NOD32 2956 (20080318) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com __ NOD32 2959 (20080319) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

Always Data exporting

2008-03-19 Thread ladroge
I want to know if there is a output file for services or job planned. For example when i plan the service Findorder( is it possible to plan it automatically?). Thanks -- View this message in context: http://www.nabble.com/Always-Data-exporting-tp16144185p16144185.html Sent from the OFBiz -

Re: Plan services

2008-03-19 Thread BJ Freeman
there are a couple of approaches. I suggest you look at the orders status and tasks and how they gets their info. https://localhost:8443/ordermgr/control/main https://localhost:8443/ordermgr/control/tasklist then use a template like

Re: Connecting to a legacy database (FoxPro)

2008-03-19 Thread Adrian Crum
Bruno, As an alternative to using the FoxPro ODBC driver, you can use a database that supports the FoxPro DBF format: http://www.sybase.com/products/databasemanagement/advantagedatabaseserver -Adrian Bruno Busco wrote: I am working on Win XP, i have the FoxPro database and have installed

uiLabelMap access from a service?

2008-03-19 Thread Peter Felts
Does anyone know if there is a way to access a uiLabelMap (the list of local text strings, etc. associated with a language in an application /Module/config/your language here.properties) from within a service that only has access to the DispatchContext and the Map objects? What I am trying to

Question on xml and properties

2008-03-19 Thread Valentina Sirkova
Hi, I wanted to ask if it is possible and if it is a Good practice to use together .properties file and .xmls. For example you can keep some of your spanish labels in .properties file and the rest in .xml and if you don`t find the spanish labels in the .property file you could then search these

Re: Connecting to a legacy database (FoxPro)

2008-03-19 Thread Bruno Busco
OK, i can connect OFBiz to the FoxPro DB using the jdbc-odbc bridge + microsoft odbc driver. But: if i put check-on-start=true in the database tag i get lots of the following errors: 2008-03-19 22:32:57,875 (main) [ DatabaseUtil.java:1288:ERROR] Error getting column info for column. Error

Re: Connecting to a legacy database (FoxPro)

2008-03-19 Thread Nattanicha Rittammanart
Windows XP. In any case OFBiz is able to access the entity through the Web tools. Adrian, thank you for suggesting the Advantage solution. For the moment i will try to use the free solution of odbc driver. - Bruno __ NOD32 2960 (20080319) Information __ This message was checked

Re: uiLabelMap access from a service?

2008-03-19 Thread Scott Gray
Hi Peter You're not looking hard enough :-) there are a million examples of this. This example is from the first java file I opened (AgreementServices.java): errMsg = UtilProperties.getMessage(resource, AccountingDataSourceError, messageMap, locale); return

Re: uiLabelMap access from a service?

2008-03-19 Thread Mridul Pathak
Peter, Are you writing your service in Java or Minilang?? 1) If you are writing the service in Java then you can use * org.ofbiz.base.util.UtilProperties* class and its methods to access the properties files. If you specifically want to get a map of all the properties in a field you can use

Re: Some questions on Sales Order and Sales Invoice

2008-03-19 Thread Mridul Pathak
On Wed, Mar 19, 2008 at 3:53 PM, james yong [EMAIL PROTECTED] wrote: Hi, I have a couple of questions. 1. Let say I logged in as an admin and created an order. From the order list tab of the Order Manager, there is a list of checkboxes for the status which includes Created, Processing,