Re: Installation trouble

2020-01-25 Thread L
Java version, that was it! I installed jdk-1.8.0 and as soon as I defined JAVA_HOME it works. I am able to list the tasks and run the app. It works beautifully so far albeit a little complicated for a very small operation. The "Demo and Test Setup Guide" could use some updating as it's

Re: Installation trouble

2020-01-23 Thread L
./gradlew loadAll doesn't do anything and supplies no output. It just returns to the CLI instantly: [root@localhost ofbiz]# ./gradlew loadAll [root@localhost ofbiz]# On 1/22/20 9:08 AM, Parminder S. Lehal wrote: The problem lies with the download files. Some of the zip files *even the latest

Re: Installation trouble

2020-01-23 Thread L
And this still does not help why my gradlew seems to do nothing. I've been through the README.md and I met all the requirements (not many listed). What in the README did I miss? Excerpts from the README: The first requirement to run OFBiz is to have the Java Development Kit (JDK) version 8

Installation trouble

2020-01-22 Thread L
Having trouble getting this working.  I the installation docs are pretty thin on details. I started with a clean install of CentOS7 updated:     [root@localhost ~]# cat /etc/redhat-release Followed these instructionsQuick & Easy Setup:

patch: exception because of table change in trunk

2015-10-30 Thread Christopher L
Hi. I have apparently lost access to open jira issues, so this is the only way I can think of to submit a patch. org.ofbiz.product.config.ProductConfigItemContentWrapper.java is causing exceptions because the table structure has been changed, and the code refers to a column that no longer

RE: patch: exception because of table change in trunk

2015-10-30 Thread Christopher L
> > R13.07 r1711525 > > R12.04 r1711526 > > > > Actually since https://issues.apache.org/jira/browse/OFBIZ-6680 it not yet > done, I will revert changes in releases branches and will rather backport > all soon (before committing for > https://issues.apache.

Error on MyCommunications for 9.04

2009-06-08 Thread John - L
Hello Everyone I'm fairly new to OFBiz but I've just been doing some testing on the 9.04 online demo (version 781712) and got the following error message: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen

Re: Error on MyCommunications for 9.04

2009-06-08 Thread John - L
Freeman wrote: works on my 9.04 production. not sure if you updated from svn if so you might want to ant clean then ant run-install (if you loading demo) or ant run John - L sent the following on 6/8/2009 3:19 PM: Hello Everyone I'm fairly new to OFBiz but I've just been doing some

Removing/hiding saved Credit Card data

2008-10-28 Thread Lindsey L.
Hello, I tried searching previous posts about how to stop OFBiz from saving credit card data, as it is very risky, but did not come up with the information I needed. I saw a few posts that said it should be configurable somewhere, but I was wondering if anyone has more specific data, i.e. where

RE: Removing/hiding saved Credit Card data

2008-10-28 Thread Christopher L
What credit card data specifically? Just card number and expiration date? It wouldn't be very hard to remove the data, maybe a few hours of coding max (not configuration). I'd make sure you can reconcile things like charge-backs, via some mechanism at your processor. Further, depending on

Ofbiz save order functionality

2008-09-10 Thread Christopher L
Hi. In case you haven't been watching the list, I uploaded the patch. https://issues.apache.org/jira/browse/OFBIZ-1945 C

RE: Ofbiz save order functionality

2008-09-10 Thread Christopher L
Oops, that was not meant for the list. Please ignore. C From: [EMAIL PROTECTED] To: user@ofbiz.apache.org Subject: Ofbiz save order functionality Date: Wed, 10 Sep 2008 10:13:24 -0500 Hi. In case you haven't been watching the list, I uploaded the patch.

RE: Configurable Product in Quote

2008-07-21 Thread Christopher L
IIRC, the price shown in eCommerce is the price of the default configuration, and the configuration option prices are relative to that. Why is it done that way? Before, eCommerce showed the base price in the catalog, but this base price was unattainable. There's more info available in jira

RE: POS - Additional Info working with questions

2008-07-08 Thread Christopher L
: Thanks! I'll update soon On Tue, Jul 1, 2008 at 12:06 PM, Christopher L [EMAIL PROTECTED] wrote: In ofbiz, persistence is handled by framework/entity. When you are looking through other code, if you see any references to delegator, that's a tip that something is going

RE: POS - Additional Info working with questions

2008-07-01 Thread Christopher L
are saved and whatnot. Thanks Chris! On Tue, Jul 1, 2008 at 12:58 AM, Christopher L [EMAIL PROTECTED] wrote: What class and method are you currently using? I can't find the email I sent to you detailing my research. C -- Date: Mon, 30 Jun 2008 15:59

RE: POS - receipt template question

2008-06-27 Thread Christopher L
different types of data. holy shit. You made my day Chris. Thanks! P.S. It builds now, I just gotta see if it prints the right receipt later! On Thu, Jun 26, 2008 at 7:38 PM, Christopher L [EMAIL PROTECTED] wrote: You are correct. Read these and try again. :) http

RE: POS - receipt template question

2008-06-26 Thread Christopher L
It's passed in the method parameters. public void printReceipt(PosTransaction trans, boolean printStoreCopy) C Date: Thu, 26 Jun 2008 17:47:56 -0400 From: [EMAIL PROTECTED] To: user@ofbiz.apache.org Subject: POS - receipt template question All, How in the devil does Receipt.java know

RE: POS - receipt template question

2008-06-26 Thread Christopher L
, prepReceipt, 3, null); I know it's syntax and my inability to know what to pass and wherebut any help would be fantastic. Thanks... I know your busy, so I'll wait patiently! Ta-Ta! On Thu, Jun 26, 2008 at 6:26 PM, Christopher L [EMAIL PROTECTED] wrote: It's passed in the method

RE: Service [ofbGcPurchase] threw an unexpected exception/error

2008-06-18 Thread Christopher L
IIRC, this is due to your buying gift certificates in the POS, but not having a gift card processor set up. It might not be a bad idea for us to not have so many gift cards available in the POS and also not have them dominate the center of the screen in the POS. Everyone seems to run into

RE: Configurable Items - Issue?

2008-06-17 Thread Christopher L
Could you send me the XML for the item you added? There are some quirks to the way that configurable item prices are displayed vs how they are entered. C Date: Tue, 17 Jun 2008 11:07:53 -0400 From: [EMAIL PROTECTED] To: user@ofbiz.apache.org Subject: Configurable Items - Issue? I've

RE: pos multiple printer

2008-06-13 Thread Christopher L
It's two printers, one POS. Generally, what happens in this scenario is when an order is entered, there's a printout in the kitchen that tells the cooks what to make. I just looked at the JPOS objects and I didn't see any support for multiple printers. I'm going to have to think about this

RE: CC Payment - POS

2008-06-12 Thread Christopher L
From: Christopher L [EMAIL PROTECTED] Program your MSR to work as a keyboard, not a human interface device (HID) if you can. Change the device from NullMSR (I think) to GenericMSR in framework/base/pos-configuration.xml. Use the device in specialpurpose/pos/config/jpos.xml

RE: Tell me - 3-D Secure Implementation

2008-04-17 Thread Christopher L
Ok, I checked the eFunds (ClearCommerce) site, and I don't see anything that resembles a 3-D Secure API. Further, the API used for the ofbiz payment integration, TMK, doesn't support 3-D Secure in *any* fashion. So, the error received is meaningless as you shouldn't be using the ClearCommerce

RE: POS - Printer problems continued

2008-04-12 Thread Christopher L
to use -Djava.ext.dirs ? Not sure it's still right but you may be interested by this http://www.yoda.arachsys.com/java/extensions.html Jacques From: Christopher L [EMAIL PROTECTED] Now that you mention the $JAVA_HOME/jre/lib/ext directory... I haven't always had success when

RE: ClearCommerce API for HSBC Processing

2008-04-08 Thread Christopher L
Look in applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce. You will also need to change the store payment settings. They can be found in the store setup under payment. By my recollection, there tended to not be many items that needed customization per specific

RE: POS - Printer problems continued

2008-04-06 Thread Christopher L
Now that you mention the $JAVA_HOME/jre/lib/ext directory... I haven't always had success when directions call for putting files in that directory. In particular, the only way I was able to get my cash drawer working in linux is to put the serial port configuration file

Customizing product search and display pages

2008-03-25 Thread George L
to modify the display fields etc) Could some one please guide me with a good starting point to explore this. Any idea of how to replace the current components with ofbiz compatible customizations will be of very much help. -- Thanks George L

RE: database upgrade question

2008-03-13 Thread Christopher L
This is an issue that has been in the back of my mind, as the current upgrade process is basically manual reconciliation. Unfortunately, it's far down on my list right now. YT, if this is a particular issue for you, you might consider some extension to the entity classes to reconcile the

RE: CC Processing - Terminal Capture Service

2008-02-19 Thread Christopher L
Capture Service Date: Tue, 19 Feb 2008 09:40:48 +0100 Hi Chris, Have a look at https://demo.hotwaxmedia.com/catalog/control/EditProductStorePaySetup?productStoreId=9000 from there you should be able to find your way Jacques From: Christopher L [EMAIL PROTECTED] Hi. I'm looking

RE: Manual Authorizations

2008-02-19 Thread Christopher L
From what I see in PaymentGatewayServices.java (PGS) there isn't a facility to record authorization numbers obtained off-line. However, it would be pretty easy (IMHO) to set up a method in PGS to set up an authorization record and record the authorization number. Then, depending on your payment

RE: CC declined, order rejected - how to keep the order, but allow user to switch to a different pay

2008-02-13 Thread Christopher L
If the customer enters a new card, the new card will have a new cvv. So I can keep things straight, here's a simplified outline of my understanding of the normal process flow in credit card payment acceptance for physical goods over the internet. 1) Customer puts items in shopping cart. 2)

RE: POS - ProductStoreID - DemoRetail and other confusions

2008-02-07 Thread Christopher L
Branden, Make sure to click on the yellow configurable pc in the POS. It allows configurable items to be used (i.e. pizza with selectable toppings) and I it would imagine would easily suit your purposes. We need to get away from the barcode centric way that we pitch the POS. Restaurants

RE: POS - ProductStoreID - DemoRetail and other confusions

2008-02-07 Thread Christopher L
of that will be assigning a productid. This will get my snowball rolling down hill I think. After which, hopefully I'll gain a bit of speed on my own! ;) Thanks! On Feb 7, 2008 11:11 AM, Christopher L [EMAIL PROTECTED] wrote: Branden, Make sure to click on the yellow configurable pc

Workeffortmgr_update permissions?

2007-12-31 Thread Christopher L
Hi. Has anyone been working on the permissions of workeffortmgr_update? I now get errors when I purchase an aggregate item through the POS with the current SVN. I have also wiped my DB and am running with the lastest demo data. If anyone can point me in the right direction on this, I'd

Re: Currency in store and eCommerce

2007-12-14 Thread Lindsey L.
Hello Jacques and David, I realize that the activity on this issue is a little old, but I have a scenario that would greatly benefit from a solution or complete documentation around this issue. Just to recap, the issue was about virtual products being set in one currency and their variants set

RE: POS - Card Present. vs. Non-Card Present transactions

2007-12-11 Thread Christopher L
I has been some years since I have been in the credit card processing industry, but would a pin entering device be specifically required, as opposed to a keyboard? I would think you could get by with a card swipe and a keyboard (numeric only or alpha numeric) that could be used to punch the

RE: Disable OLAP component

2007-12-10 Thread Christopher L
YEAR_MONTH is a reserved keyword in MySql. I believe I already fixed this issue and it has been applied in rev 593448. https://issues.apache.org/jira/browse/OFBIZ-1391 svn up should help you. Wipe your DB and run ant run-install afterward. Chris Lombardi Date: Mon, 10 Dec 2007 15:57:17

Re: Need direction in setting up a Promotion

2007-11-19 Thread Lindsey L.
then it is probably a bug. The best example of how to set this up is in the demo data with the buy x get y for z% off. -David On Nov 16, 2007, at 2:07 PM, Lindsey L. wrote: Hello, I have a promotion scenario that I have not been able to create and I was hoping I could get

RE: POS Reports

2007-11-19 Thread Christopher L
Oops. Actually, there is a Report function in the Pos. Check totals.txt under specialpurpose/pos/config and Receipt.java under specialpurpose/pos/.../device/impl. Chris Date: Sun, 18 Nov 2007 21:24:51 -0800 From: [EMAIL PROTECTED] To: user@ofbiz.apache.org Subject: POS Reports Our

Financial Reports - Income Statement

2007-11-19 Thread Christopher L
Is there an income statement report currently implemented in ofbiz? I see a menu item buried in the accounting tab, but get an error when I click on the report. To find the menu, follow these links: Accounting - Companies - Account - Income Statement This is the error I get: