Re: Can't complete Sales Orders in latest build

2008-12-28 Thread David E Jones
using the trunk live demo with a standard order, you can reproduce this message by trying to ship the order https://demo.hotwaxmedia.com/ordermgr/control/orderview?orderId=WSCO10001 Regards, Enrique R. David E Jones-3 wrote: Here's your error message: no shipments created; could

Re: Can't complete Sales Orders in latest build

2008-12-26 Thread David E Jones
Here's your error message: no shipments created; could not find anything ready and needing to be shipped It is most likely not related to OFBiz in general, but to particular data you have. If you think it might be otherwise, please respond. -David On Dec 26, 2008, at 4:14 PM, Enrique

Re: Mailing list problem

2008-12-22 Thread David E Jones
Have you tried sending a new message/thread to see if it gets through? You could also try a different email. To get details you'll probably have to email infrastruct...@apache.org, or if that doesn't work someone else among us will have to do it. The infra team is the group who handles

Re: Year End Inventory Reconciliation

2008-12-18 Thread David E Jones
If you don't care about your inventory history then it's fine. The reason a new InventoryItem is created each time inventory is received, even for non-serialized inventory, is to keep a history of stock movement, cost, freshness, etc. -David On Dec 18, 2008, at 12:59 PM, William Perng

Re: Visual Theme resources not found?

2008-12-16 Thread David E Jones
Is that in seed data? If seed data is maintained correctly it should always be safe, and a good idea whenever updating code, to also update the seed data with an ant run-install-seed. -David On Dec 16, 2008, at 9:10 AM, Adrian Crum wrote: ant clean-all then ant run-install -Adrian

Re: Security Code in new payment from order manager application

2008-12-15 Thread David E Jones
Yes, it sounds like a good feature to have when a CSR is changing an order with the customer on the phone. -David On Dec 15, 2008, at 6:04 AM, Raj Saini wrote: Hi, Order view screen has a form to add new payments to the existing order. However, in the case of a credit card there is no

Re: why geoIdTo in ShipmentCostEstimate

2008-12-09 Thread David E Jones
The concept closest to this in OFBiz is handled by the ShipmentRouteSegment and related entities. There is nothing in the checkout process for the customer to specify such information, and I'm not sure if you'd want the customer to specify such things. When manually creating a Shipment

Re: why geoIdTo in ShipmentCostEstimate

2008-12-09 Thread David E Jones
: | Ah David ! | | You are amazing, I really missed the route segment concept. It can | handle the problem of Divesh. | | Thank you very much. | | -- | Regards | Sumit Pandit | | - Original Message - | From: David E Jones [EMAIL PROTECTED] | To: user@ofbiz.apache.org | Sent: Wednesday, December

Re: barCamp2008-Beijing and ofbiz

2008-12-08 Thread David E Jones
That's great to hear. I participated in the BarCamp at the ApacheCon in New Orleans and it was really interesting. I talked with a few people about OFBiz, including one of the keynote speakers for the conference who may end up doing some big things with the project. I also presented a bit

Re: hotwaxmedia.com cert expired 12/3

2008-12-07 Thread David E Jones
. Thanks for the update. David E Jones sent the following on 12/6/2008 10:56 PM: I'm not sure where your thought line is going BJ, perhaps there is some confusion? This is a Hotwax Media issue and doesn't have anything to do with OFBiz except that one demo server (currently the main one

Re: Problem in extracting the data

2008-12-07 Thread David E Jones
Actually JSP is still supported, as is any Servlet based view, by the ControlServlet. However, JSPs never did (and never will because of the inflexibility in the standard) work with the Screen Widget, so you can't use it to compose views and tie data preparation logic to the independent

Re: MySQL database automatic periodic backup

2008-12-07 Thread David E Jones
It sounds like it would be better to keep this out of OFBiz if you don't want the data running through the Entity Engine and the applications. Yes, the service engine supports scheduled services and you can use hack-ish things to call command-line programs, but cron is way more direct

Re: hotwaxmedia.com cert expired 12/3

2008-12-07 Thread David E Jones
into it than Google, Yahoo, Microsoft, etc, etc). -David On Dec 7, 2008, at 11:09 AM, BJ Freeman wrote: I am sure you want the exact statements, so let me go thru the emails I have. However from you response, It seems not to be true. :D David E Jones sent the following on 12/7/2008 1:30 AM

Re: Problem in extracting the data

2008-12-07 Thread David E Jones
I don't know what that means... could you describe what you mean by JSP being one way and would not pass parameters? -David On Dec 7, 2008, at 2:57 PM, BJ Freeman wrote: also did you not say that jsp was one way and would not pass parameters like the Ftl? David E Jones sent

Re: Problem in extracting the data

2008-12-07 Thread David E Jones
you said. David E. Jones sent the following on 7/19/2006 6:56 AM: No, this is not possible. It's not possible in the current implementation of the Screen Widget, and in fact it's not even technically possible with the JSP API. JSP is NOT a generic template technology and can't just run in any

Re: hotwaxmedia.com cert expired 12/3

2008-12-06 Thread David E Jones
I'm not sure where your thought line is going BJ, perhaps there is some confusion? This is a Hotwax Media issue and doesn't have anything to do with OFBiz except that one demo server (currently the main one, but hopefully we'll get an ASF hosted demo in the near future) is currently

Re: webpos - how to over ride price?

2008-12-04 Thread David E Jones
Are you sure that's causing this problem? That's just a warning message that doesn't stop the code from running (part of the effort to move from Double to BigDecimal, for which there is a branch going right now). -David On Dec 4, 2008, at 2:14 PM, Vince M. Clark wrote: I found the

Re: Enumeration and Type entity

2008-12-03 Thread David E Jones
A generic Enumeration is an alternative to a *Type entity when the need for set of data to track is simple and won't need extra information attached to it in the future. When those might be the case, the *Type pattern is a better way to go. -David On Dec 3, 2008, at 6:03 AM, Vikas

Re: Credit Card Transactions -- Payflow/Verisign Performance Woes

2008-12-03 Thread David E Jones
2-3 seconds does sound pretty normal. Because there is communication over the internet involved, I'd be surprised no matter how good the code is to see it under 1 second. I'm going out on a limb here... but it sounds like you're processing the orders 1 at a time. Chances are all of the

Re: getting started with ofbiz for small business accounting needs

2008-12-02 Thread David E Jones
The place I've started gathering requirements (initially in story and statement form) is here: http://docs.ofbiz.org/display/OFBREQDES/Universal+Business+Process+Library+Index There are two placeholders there for specific types of companies that I think would apply to this: •

Re: Tomcat Settings for Multiple Websites

2008-12-02 Thread David E Jones
I think in theory that should still work for Tomcat 6... unless something didn't make it in the updated integration. What sort of problem(s) are you running into? -David On Dec 2, 2008, at 4:10 AM, Sam Hamilton wrote: Hi Everyone, I am currently setting up OFBiz for multiple websites,

Re: Possible error in ofbiz?

2008-12-02 Thread David E Jones
Actually no, it is just a simple-method warning to let you know there is no value when an operation implied there would be. -David On Dec 2, 2008, at 1:57 PM, BJ Freeman wrote: could also mean that there is no field by that name. Jacek Wagner sent the following on 12/2/2008 8:38 AM: It

Re: How old is Ofbiz

2008-12-01 Thread David E Jones
For more complete history the older conference recordings might be interesting. The project was originally hosted on sourceforge, so the start date there is correct (May 2001). -David On Nov 29, 2008, at 4:01 PM, Guy Gershoni wrote: Hi All, Just wondering when work on Ofbiz started?

Re: Does the OFBiz have CRM function?

2008-12-01 Thread David E Jones
I'd say the answer is yes to all of this. It does sound like you'll want to do some more requirements gathering and gap/overlap analysis though... -David On Dec 1, 2008, at 3:47 PM, czy11421 wrote: 1. Does the OFBiz have the CRM function ? I didn't see it in the demo. 2. is OFBiz a

Re: DATABASE TYPE ERROR in EntityExpr =-=-=-=-=-=-=-=-= In entity field [TaxAuthorityRateProduct.minPurchase] - r718913

2008-11-24 Thread David E Jones
It would also be great to get some help with the type cleanup branch that Scott and I have been working on. Here is the SVN URL: http://svn.apache.org/repos/asf/ofbiz/branches/typecheckcleanup200810 (https for committers) -David On Nov 24, 2008, at 11:04 AM, Adrian Crum wrote: For

Re: Returning MARKETING_PKG_PICK products

2008-11-19 Thread David E Jones
It wouldn't surprise me if this was the case. The code there is probably just not aware of marketing packages... in other words this would require code there to explode the package into member products just like the inventory allocation and other things do. -David On Nov 19, 2008, at

Re: Variants are driving me nuts

2008-11-16 Thread David E Jones
There are tools in the catalog manager for creating variant products from a virtual product. Just create a product, set Virtual=Y, add some selectable features, and go to the Variants tab to generate variants. -David On Nov 16, 2008, at 7:19 PM, Sven Wesley wrote: Hi Scott, fast reply.

Re: Return To Vendor

2008-11-13 Thread David E Jones
Um... usually in OFBiz Vendor refers to anyone that sells anything, including the company running OFBiz and all of its suppliers. A Supplier is someone you buy from, that's correct. A Customer is someone that buys from you. -David On Nov 13, 2008, at 9:57 PM, BJ Freeman wrote:

Community Driven Marketing of Apache OFBiz

2008-11-12 Thread David E Jones
One of the things discussed at the recent conference (OFBiz Symposium @ ApacheCon US 2008) is to do more marketing of OFBiz. One of the weaknesses of the community-driven software model is that there is no central organization that consolidates profits from the software and can use them

Re: Community Driven Marketing of Apache OFBiz

2008-11-12 Thread David E Jones
FYI: the LinkedIn group site is here: http://www.linkedin.com/groups?gid=1233197 -David On Nov 12, 2008, at 12:50 PM, David E Jones wrote: One of the things discussed at the recent conference (OFBiz Symposium @ ApacheCon US 2008) is to do more marketing of OFBiz. One of the weaknesses

Re: Is it possible to send donations from an URL or something

2008-11-09 Thread David E Jones
http://www.apache.org/foundation/contributing.html -David On Nov 9, 2008, at 1:29 PM, Jacques Le Roux wrote: Hi, I'm not sure if this is the best media (ML) to use, but here is my question. I'm a commiter of the Apache OFBiz project and was a reviewer of a book recenly published

Re: Third party logistics integration

2008-11-06 Thread David E. Jones
You're in luck! There is some stuff that is included and does quite a bit OOTB in the oagis component. There are services and related templates and such for sending and receiving OAGIS XML files specifically for fulfillment purposes. Look at ofbiz/specialpurpose/oagis -David madppiper

Re: Calling a jsp page from inside screen tag

2008-11-05 Thread David E Jones
That's a tough one. If the content can only be exposed through a JSP then you have a problem because JSPs can ONLY send output to an HttpResponse object, unless you use a hack for the servlet container. In other words, you can't get a String or even a character stream of some sort from a

ApacheCon US 2008 OFBiz Training Discount - Register Now!

2008-10-28 Thread David E Jones
developers, and other interested in the base functionality of OFBiz • Presented by Trainers from Hotwax Media, Inc. (including David E. Jones and John Maw) • Will include discussion of design objectives for the OFBiz Base Applications, and some introduction to the Special Purpose applications

Re: ApacheCon US 2008 OFBiz Training Discount - Register Now!

2008-10-28 Thread David E Jones
with the training...Will the training be in detail from scratch or Do u consider the audience are well familiar with OFBiz.. Thanks --- On Wed, 10/29/08, David E Jones [EMAIL PROTECTED] wrote: From: David E Jones [EMAIL PROTECTED] Subject: ApacheCon US 2008 OFBiz Training Discount - Register

Re: entity-extend or create a new entity

2008-10-24 Thread David E Jones
The CostComponent and related entities might be helpful. -David On Oct 24, 2008, at 3:56 AM, yasin lyyas wrote: Hi all, I have a dilemma here with product cost. As we know that we keep the information about product cost in InventoryItem. But, I cannot really use the product cost from

Re: Complex queries

2008-10-21 Thread David E Jones
This has been supported in OFBiz for quite a while. Check out the EntityConditionSubSelect class in the Entity Engine. -David On Oct 21, 2008, at 1:04 PM, Angelo Matarazzo wrote: Hi, I try writing complex queries and I was wondering if there was a way to send these query to the DBMS:

Re: Webtools generated XML directory doesn't import back in

2008-10-16 Thread David E Jones
There are various ways to resolve the issue with foreign keys, and sorting files is not the easiest or most effective way to do this. BTW, the import directory service can kind of figure out the file order for you by trying a directory of files over and over and in each pass removing the

Re: Urgent Prod Issue: payment capture workflow / processing

2008-10-15 Thread David E Jones
Nick, What might be most helpful is to describe the symptoms and errors you're actually seeing instead of an interpretation of them (it's hard to guess at whether you interpretation is correct or not, or what that might mean relative to what people know about the system). For example,

OFBiz Symposium at ApacheCon US 2008

2008-10-09 Thread David E Jones
You have just over 3 weeks to finish getting ready for ApacheCon. That may include preparing for a presentation if you're a speaker (more speakers at this conference than there were attendees at the first OFBiz User Conference!). If you're not a speaker you might still want to share by

Re: Wiki changes

2008-10-03 Thread David E Jones
Did that user remove other information in the wiki when making these changes? I ask because if so that's not playing nice and unless we hear from them I'll disable their account. -David On Oct 3, 2008, at 6:07 AM, Jacques Le Roux wrote: Thanks Scott, Yes, it's ASP, apart if they use

Re: Wiki changes

2008-10-03 Thread David E Jones
Okay, I've changed the password on that account so they can't login again. On a side note: didn't remove the account as it appears removing accounts in Confluence is not all that easy! -David On Oct 3, 2008, at 12:23 PM, Jacques Le Roux wrote: Hi David, From: David E Jones [EMAIL

ApacheCon Travel Assitance

2008-09-29 Thread David E Jones
Another message from the ASF Travel Assistance Committee about ApacheCon assitance: - The Travel Assistance Committee is taking in applications for those wanting to attend ApacheCon US 2008 between the 3rd and 7th November 2008 in New Orleans. The Travel Assistance Committee

Re: Main New features in OFBiz updated

2008-09-29 Thread David E Jones
I haven't reviewed it yet, but it's a good thing to do in general so thank you for working on this Marco. -David On Sep 29, 2008, at 9:41 AM, [EMAIL PROTECTED] wrote: Hi to all, I have updated the Main New Features in OFBiz document in confluence from May to September 2008. It's not

Re: Customers e-mail verification to complete registration

2008-09-28 Thread David E Jones
Bruno, The closest thing to this in OFBiz that I'm aware of is the contact list registration, which does require that you verify an email address before the user is fully registered and receives emails through the contact list. Is there a reason you want to do email verification? It's

Travel Assistance for ApacheCon

2008-09-25 Thread David E Jones
Forwarding a message from the Travel Assistance Committee: The Travel Assistance Committee is taking in applications for those wanting to attend ApacheCon US 2008 between the 3rd and 7th November 2008 in New Orleans. The Travel Assistance Committee is looking

Re: admin userLogin password has changed

2008-09-15 Thread David E Jones
If you search around the seed data you might find other interesting accounts... like flexadmin, same pw. -David On Sep 15, 2008, at 9:30 PM, BJ Freeman wrote: if you got this message The following error occurred during login: The account for user login id admin has been disabled.since

Re: Bundle of products

2008-09-12 Thread David E. Jones
You may also want to look at the Marketing Package* product types. These are meant for physical goods, so the code for fulfillment of digital product files (if that's what you're planning to use) may need some changes to work nicely with it. -David euronymous wrote: Hi list we are curious

Re: Differents currencies in one webstore

2008-09-11 Thread David E Jones
Actually, you don't have to have one ProductStore per currency. The currency setting on the store is only the default currency. If you add something to the UI to change the currency then it should work fine. On the other hand you do have to have a ProductPrice record for each currency

Re: view-entity column seperator

2008-09-11 Thread David E Jones
What do those have to do with a view-entity? -David On Sep 11, 2008, at 1:14 PM, BJ Freeman wrote: is there a way in the view-entity to define a column separator and if they are quoted? so you would have ProductID, thruDate Widget,2008-09-11 12:03:58

Re: Concerned about how ofbiz is doing paginate

2008-09-09 Thread David E Jones
Your assertions are incorrect, that's not how it works. I would recommend reading up a bit more on JDBC and how ResultSet data is handled along with cursors in the database. -David On Sep 9, 2008, at 5:06 AM, ian tabangay wrote: Hi. I was taking a look at how to indicate an offset into

Re: Concerned about how ofbiz is doing paginate

2008-09-09 Thread David E Jones
to understand why it was designed like this when the use of limit and offset were one of the basics in sql pagination. ~ ian On Tue, Sep 9, 2008 at 7:40 PM, David E Jones [EMAIL PROTECTED]wrote: Your assertions are incorrect, that's not how it works. I would recommend reading up a bit

Re: Set FieldType as Unique

2008-09-08 Thread David E Jones
Use the entity - index element for a unique index. -David On Sep 8, 2008, at 5:08 AM, ian tabangay wrote: Sorry. I was talking about the entity; as in a column of a table. I wanted to ensure that a particular column in a table contains unique data and this column isn't necessarily a

Re: Chrome

2008-09-02 Thread David E. Jones
I think maybe he means the design of software by trying to talk to people on the street and overhear people chatting in random places. -David BJ Freeman wrote: you mean that the browser show people with text ballons for help. Great Idea. LOL Jacques Le Roux sent the following on 9/2/2008

Re: End-User Documentation

2008-09-01 Thread David E. Jones
Wicus wrote: Hi, We setup ofbiz with the aid of the Technical Production Setup Guide We are using a non-Demo configuration and prefer configuring ofbiz from scratch. (Rather have any issues now, than at production time) The Business Setup Guide refers to the Demo-data, which we did not

Re: Deploy Ofbiz in JBoss

2008-09-01 Thread David E. Jones
about scaling up with ofbiz(embedded tomcat), do we need to use apache for static content? and separate DB? also what kind of load balancer is recommended? etc Thanks for the help. Raj David E. Jones-2 wrote: Depending on what your site looks like, chances are 5 million page views per month

Re: FYI marketing ofbiz

2008-08-30 Thread David E. Jones
Jacques Le Roux wrote: From: BJ Freeman [EMAIL PROTECTED] I find the biggest hurdle is how to get from here to there. the intuitive part. Yes the UI is data centric, not human centric. There are not much ergonomy concerns so far in OFBiz. But as we all now, all is there, ready to be

Re: periods in FinAccountTrans

2008-08-26 Thread David E. Jones
Yes, the transaction date is the one that corresponds to the fiscal period it would be in, and the entry date may very well be different. This is an important point because if the fiscal period the transaction date would be in has closed because it was entered too late... you have a problem!

Re: Catalog Categories Rollup Question

2008-08-25 Thread David E. Jones
I'm really not sure how something like this would cause data from one place to end up in another place... Alex: to make progress on this you'd probably have to do an export of your ProductCategory and ProductCategoryRollup entities and send at least part of it over and hope someone has some

Re: high cpu utilization problems

2008-08-20 Thread David E. Jones
The synchronized was removed because of redundancy, so it wasn't necessary, and because of that redundancy there was a greater chance of deadlock. I couldn't say based on this info if it is the cause of the deadlock you are seeing. BTW, using Fisheye or just an SVN client you can look at the

Re: Plugins for OFBiz

2008-08-18 Thread David E Jones
On Aug 18, 2008, at 1:40 AM, Sam Hamilton wrote: I was wondering if anyone has considered a way to include plugins for OFBiz that allow communication to other software that cant be included due to the Apache license. For example I can see my company needing to use Pentaho for its BI but

Re: Plugins for OFBiz

2008-08-18 Thread David E Jones
Emails with supplier information. As a side note: the cost of implementation as one big bite is usually to much for a store owner. so I start them off with using the Catalog portion as a desktop application. David E Jones sent the following on 8/18/2008 8:39 AM: On Aug 18, 2008, at 1:40 AM, Sam

Re: where to get last stable build

2008-08-16 Thread David E Jones
Yes, as BJ said this is not a code or system error, in fact it means the system is functioning properly. If you try to login more than the times configured in the security.properties file then the account will be disabled for the time configured in the same file. -David On Aug 16,

Re: Merchant banking costs - ofbiz accounts

2008-08-14 Thread David E Jones
You could certainly write something to do this, and possibly even configure something to do it (haven't looked into that though...). Usually you don't know exactly what your gateway and bank fees will be because contracts can get complicated and such. The more common practice I've seen

Re: Deploy Non Ofbiz components into Ofbiz: Is it a good practice?

2008-08-12 Thread David E Jones
On Aug 11, 2008, at 11:37 PM, ian tabangay wrote: Will do and Ill include how to deploy the war file into ofbiz. But I would like to get the group's comment first on deploying non-ofbiz webapps into ofbiz. What I wanted to do was to remove the need to have another instance of tomcat

Re: Sub-ledgers in Ofbiz ?

2008-08-12 Thread David E Jones
On Aug 11, 2008, at 1:59 PM, kunal aggarwal wrote: Hi BJ, I have done posting in GL accounts through this child parent relationship but by sub-ledger I mean that one among following should work : 1. two corresponding postings to two GL accounts i.e. one child and its parent. This leads

Re: GST/VAT on purchases

2008-08-11 Thread David E Jones
don't want it to be a incomplete ERP. Roger. David E Jones-2 wrote: In general we don't plan on doing sales tax calculation for purchase orders because it is EXTREMELY complicated. In order to do it properly, you have to know more about your supplier than a customer usually does. In some places

Re: GL Account defaults - Party Gl Accounts

2008-08-10 Thread David E Jones
On Aug 10, 2008, at 9:57 PM, brijesh m wrote: Hi friends, whats the use of General Ledger - Setup - GL Account defaults - Party Gl Accounts as OFBiz does not supports the concept of Sub-ledgers. How do you know OFBiz doesn't support sub-ledgers? -David

Re: BillingAccount credit sale payments

2008-08-07 Thread David E Jones
What do receivables have to do with agreements, except perhaps to determine terms on invoices or something? The main entities, and related functionality to look at, are the BillingAccount (has credit limit, and all invoices and payments relevant are attached to it), and of course

Re: BillingAccount credit sale payments

2008-08-07 Thread David E Jones
What's the difference... I see none. -David On Aug 7, 2008, at 11:51 PM, BJ Freeman wrote: so how is correct you or Jacopo David E Jones sent the following on 8/7/2008 10:46 PM: What do receivables have to do with agreements, except perhaps to determine terms on invoices or something

Re: how to set security and permissions precedence

2008-08-05 Thread David E Jones
On Aug 4, 2008, at 11:19 PM, Milind W wrote: hi BJ, That arrow left the quiver sooner then I would have liked. But anyways as I said, I definitely agree that people who have written this have every right to benefit and prosper from their effort, specially after having given away most of it

Re: Work in Progress as product type

2008-07-27 Thread David E Jones
Community is about taking AND giving and working together to solve problems and forward. If you want support on your terms, or in other words you won't accept the many helpful replies already given and try to understand them and the system better, then community may not work for you.

Re: Work in Progress as product type

2008-07-27 Thread David E Jones
of the box from the community I have just put forward a simple scenario in front of the community and wants to discuss thats it. Thanks Brijesh M. David E Jones [EMAIL PROTECTED] wrote: Community is about taking AND giving and working together to solve problems and forward. If you want support on your

Re: Regarding category-include screen of CatalogScreens.xml file

2008-07-26 Thread David E Jones
Look a little harder for the reason, and you'll find it. In general it is more likely that there is a reason than that the person who wrote it decided it would be fun, or wasn't smart enough to recognize it could be significantly more simple In this case it is so we can configure the

Re: Dynamic service name

2008-07-25 Thread David E Jones
Nope because then it will try to call a service called serviceName. You have to have the string expansion for this, because technically what you want even in that case is: service-name=${serviceName} and not service-name=serviceName ... and so you need string expansion anyway. -David

Re: distributed application

2008-07-25 Thread David E Jones
... or just use the Entity Sync stuff that is conveniently included in OFBiz... -David On Jul 25, 2008, at 4:04 AM, Jaskooner Singh wrote: There are many products available that do database synconisation and replication. Some are platform specific and some are platform neutral. Check

Re: Question About Facilities

2008-07-25 Thread David E Jones
This is a good question, and I'm surprised as I look at the data model to see no Facility to Facility relationship. It was probably years ago, but I thought there was a simple parentFacilityId or something on the Facility entity that would implement a simple hierarchy for Facilities.

Re: Question About Facilities

2008-07-25 Thread David E Jones
would you implement a building with multiple floors and a floor with multiple rooms seems a way to have one to many would be necessary. David E Jones sent the following on 7/25/2008 12:05 PM: This is a good question, and I'm surprised as I look at the data model to see no Facility to Facility

Re: Dynamic service name

2008-07-24 Thread David E Jones
This seems to be more of a simple-method problem than a service engine one. Basically when the call-service operation in the simple-method runs it doesn't expand the service-name attribute's value, so this doesn't work. The only way to do it would be to change the implementation of

Re: Question about ECAs

2008-07-24 Thread David E Jones
thinking there isn't and I'll have to write some code to keep a history of status changes. -Adrian David E Jones wrote: Are you wondering about when to use an EECA versus when to use an SECA? In general you should not use EECAs for anything business process related, but rather for data

Re: Order status

2008-07-23 Thread David E Jones
And consider re-phrasing (re-stating) the question as well. To be honest I'm surprised Jacopo is answering as personally I have no idea what you are trying to ask... -David On Jul 23, 2008, at 4:22 AM, Jacopo Cappellato wrote: I would suggest to carefully read the messages and use less

Re: Accounting Reports Payroll

2008-07-19 Thread David E Jones
This is an important point. Your question is about functionality, and that is what the trunk is all about, so the trunk is what you need to look at. This is especially important in this case because a LOT of new accounting functionality has been added in the last 1.5 years since the

Re: Reserve Inventory for Approved Order

2008-07-19 Thread David E Jones
When you look at the order in the Order Manager do you see inventory reservations listed (ie with inventory item IDs and such)? If not you may have an issue with your ProductStore setup or something. For example you may have the is immediately fulfilled flag set to Y or the reserve

Re: Membership Entity

2008-07-18 Thread David E Jones
BJ: what does discounts in a store or group of stores have to do with subscriptions? Ian: more information is definitely needed, and one easy way to communicate it is the process you want for the company and customer to go through. You might consider the entities that related

Re: How to use labels that contains a period with in a ftl

2008-07-18 Thread David E Jones
Yes, thanks Bilgin. In my haste the other morning I totally forgot to whack that period when adding the square braces. BTW, there are quite a few examples of this in various FTL files, especially when using the Static[org.ofbiz].staticMethod() type of pattern. There are also some

Re: GST/VAT on invoiced time entries

2008-07-17 Thread David E Jones
On Jul 16, 2008, at 9:25 PM, Guy Gershoni wrote: Hi David, Thanks heaps for your quick and patient reply... the good spirit of the mailing lists is one reason I love Ofbiz. On Thu, Jul 17, 2008 at 1:06 PM, David E Jones [EMAIL PROTECTED] wrote: Right now the tax calculation is only done

Re: How to use labels that contains a period with in a ftl

2008-07-17 Thread David E Jones
Try: ${uiLabelMap.[checkhelper.select_shipping_destination]} But yeah, it is probably better to avoid periods in label names... -David On Jul 17, 2008, at 7:24 AM, Vikas Mayur wrote: I come across to use a label checkhelper.select_shipping_destination defined in OrderUiLabel in a ftl

Re: How to use labels that contains a period with in a ftl

2008-07-17 Thread David E Jones
. I am getting a parse exception and freemarker editor is also showing an error. - Vikas On Thu, Jul 17, 2008 at 7:01 PM, David E Jones [EMAIL PROTECTED] wrote: Try: ${uiLabelMap.[checkhelper.select_shipping_destination]} But yeah, it is probably better to avoid periods in label names

Re: GST/VAT on invoiced time entries

2008-07-16 Thread David E Jones
Right now the tax calculation is only done for orders, and not for invoices. You will see taxes on invoices if they come from an order with taxes, but there isn't anything to calculate tax directly on an invoice right now. You can certainly add these invoice items manually, or also of

Re: Question related to use of WorkEffortAssoc entity in OFBiz.

2008-07-15 Thread David E Jones
something around such aspects in the best practices. I could begin by using the detailled recommandations below... David could you provide a plan to follow ? I believe it's very important for contributors to keep mains and other applications clean. Jacques From: David E Jones [EMAIL PROTECTED

Re: test

2008-07-15 Thread David E Jones
This email made it directly to the list without being moderated, so you must be on it. Perhaps you're the victim of an over-zealous junk filter or something? -David On Jul 15, 2008, at 8:25 PM, Vince M. Clark wrote: I'm not getting emails from the list. Anyone else having this problem?

Re: QuickBooks style modules

2008-07-12 Thread David E Jones
I'm not sure about any Quicken export... but I know that Si did an export from OFBiz to QuickBooks (and other have done similar things, there are various mentions of it on the mailing lists). There is even a conference presentation on it from a few years ago that you can download watch

Re: QuickBooks style modules

2008-07-12 Thread David E Jones
it is not. David E Jones sent the following on 7/12/2008 11:12 AM: I'm not sure about any Quicken export... but I know that Si did an export from OFBiz to QuickBooks (and other have done similar things, there are various mentions of it on the mailing lists). There is even a conference

Re: Data migration issue ... multi-valued Party attributes?

2008-07-11 Thread David E Jones
David, The best way to communicate the data concepts you'd like help mapping is to use data statement sentences to describe what each data element (entity, field, etc) means and how it relates to other things. Don't try to match it up to your current data model, try to describe it in

Re: Load data from SAP by XML IDoc

2008-07-10 Thread David E Jones
You might want to look at the specialpurpose/oagis component for examples of the in a standards based integration implementation. -David On Thu, 10 Jul 2008 23:46:31 +0200 Amine Benkirane [EMAIL PROTECTED] wrote: Hi there, I'm sorry for the delay for my response but today was long day

Press Release for ApacheCon USA 2008 - Featuring the OFBiz Symposium

2008-07-08 Thread David E Jones
The press release for ApacheCon USA 2008 is now out: http://www.businesswire.com/portal/site/home/news/sections/?ndmViewId=news_viewnewsLang=ennewsId=20080708005856 The registration is also now open: http://us.apachecon.com/c/acus2008/ Please note how much OFBiz is mentioned in these. It's

Re: How can i implement data backup system in OFBiz

2008-07-03 Thread David E Jones
On Jul 3, 2008, at 1:44 AM, Sandip_Hazra wrote: 1) How can i implement data backup system in OFBiz? I answered a very similar question about 5 minutes ago... Let me know if you didn't see the message. 2) Is there any way to apply any user defined template to invoice , which could

Re: Promotions by Store Group

2008-07-03 Thread David E Jones
There is nothing implemented for this right now, but it certainly could be done using the existing ProductStoreGroup entity and adding a new entity, something like ProductStoreGroupPromo which would be a lot like the ProductStorePromo entity. -David On Jul 3, 2008, at 10:36 AM, Rajeev

Re: ofbiz is so slow

2008-07-02 Thread David E Jones
I guess it depends on what you mean by slow. Compared to static pages serving up dynamic pages rendered on the fly will definitely be slower, but on a machine like that you should still be able to get 50-100 pages per second. Have you gone through the Technical Production Setup Guide and

Re: ofbiz is so slow

2008-07-02 Thread David E Jones
the cache.properties file for this... -David On Jul 2, 2008, at 3:01 AM, Heidi Dehaes wrote: If you try my pages you will see i have only 1 page in 5 seconds, i guess. No i didn't tune the caching. It is rather difficult stuff for me. Heidi 2008/7/2, David E Jones [EMAIL PROTECTED]: I guess

<    3   4   5   6   7   8   9   10   11   12   >