New to Ofbiz and Ofbiz POS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
86 messages Options
12345
Reply | Threaded
Open this post in threaded view
|

Re: New to Ofbiz and Ofbiz POS

Pierre Smits
Hi Mandeep,

These error occur due to the fact that it relies on the EntityQuery function in a framework component that is not included in the 13.07.01 release.

Regards,

Pierre

Verstuurd vanaf mijn iPad

> Op 15 nov. 2014 om 07:32 heeft mandeepmavi <[hidden email]> het volgende geschreven:
>
> Jacques below is error getting if using new release
>
>
> build:
>     [echo] [build] ========== Start Building (Compile) ==========
>
> build-framework:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> gen-src:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> gen-src:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> stubs:
>
> main-jar:
>
> rmi-jar:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> build-applications:
>
> init:
>
> prepare:
>
> classes:
>  [javac16] Compiling 1 source file to
> c:\hw\applications\content\build\classes
>  [javac16] warning: [options] bootstrap class path not set in conjunction
> with
> -source 1.6
>  [javac16] 1 warning
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> build-specialpurpose:
>
> init:
>
> prepare:
>
> classes:
>
> jar:
>
> init:
>
> prepare:
>
> classes:
>  [javac16] Compiling 62 source files to
> c:\hw\specialpurpose\pos\build\classes
>  [javac16] warning: [options] bootstrap class path not set in conjunction
> with
> -source 1.6
>  [javac16]
> c:\hw\specialpurpose\pos\src\org\ofbiz\pos\PosTransaction.java:59: e
> rror: cannot find symbol
>  [javac16] import org.ofbiz.entity.util.EntityQuery;
>  [javac16]                             ^
>  [javac16]   symbol:   class EntityQuery
>  [javac16]   location: package org.ofbiz.entity.util
>  [javac16]
> c:\hw\specialpurpose\pos\src\org\ofbiz\pos\PosTransaction.java:59: e
> rror: cannot find symbol
>  [javac16] import org.ofbiz.entity.util.EntityQuery;
>  [javac16]                             ^
>  [javac16]   symbol:   class EntityQuery
>  [javac16]   location: package org.ofbiz.entity.util
>  [javac16]
> c:\hw\specialpurpose\pos\src\org\ofbiz\pos\PosTransaction.java:437:
> error: cannot find symbol
>  [javac16]             product =
> EntityQuery.use(delegator).from("Product").whe
> re("productId", productId).cache().queryOne();
>  [javac16]                       ^
>  [javac16]   symbol:   variable EntityQuery
>  [javac16]   location: class PosTransaction
>  [javac16]
> c:\hw\specialpurpose\pos\src\org\ofbiz\pos\PosTransaction.java:496:
> error: cannot find symbol
>  [javac16]             product =
> EntityQuery.use(delegator).from("Product").whe
> re("productId", productId).cache().queryOne();
>  [javac16]                       ^
>  [javac16]   symbol:   variable EntityQuery
>  [javac16]   location: class PosTransaction
>  [javac16]
> c:\hw\specialpurpose\pos\src\org\ofbiz\pos\config\ButtonEventConfig.
> java:55: warning: [deprecation] getXmlRootElement(String) in ResourceLoader
> has
> been deprecated
>  [javac16]         Element root =
> ResourceLoader.getXmlRootElement(ButtonEventC
> onfig.BUTTON_EVENT_CONFIG);
>  [javac16]                                      ^
>  [javac16] Note: Some input files use unchecked or unsafe operations.
>  [javac16] Note: Recompile with -Xlint:unchecked for details.
>  [javac16] 3 errors
>  [javac16] 2 warnings
>
> BUILD FAILED
> c:\hw\build.xml:230: The following error occurred while executing this line:
> c:\hw\build.xml:252: The following error occurred while executing this line:
> c:\hw\macros.xml:39: The following error occurred while executing this line:
> c:\hw\common.xml:91: Compile failed; see the compiler error output for
> details.
>
> Total time: 13 seconds
>
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-Ofbiz-and-Ofbiz-POS-tp4647653p4658337.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: New to Ofbiz and Ofbiz POS

mandeepmavi
Hi Pierre
Understand. Some component like POS, WEBPOS etc are making Ofbiz super and on top of others. Leaving these behind will put this in same line.
Mandeep Mavi
Reply | Threaded
Open this post in threaded view
|

Re: New to Ofbiz and Ofbiz POS

monica ford
removing webPOS and POS back, put me in nightmare. I wasted around year on ofbiz. i was almost ready to move from Adempiere to ofbiz as my ofbiz with POS was working fine. So guys Adempiere is best choice if your requirement is POS also.
Regards
Monika
Reply | Threaded
Open this post in threaded view
|

Re: New to Ofbiz and Ofbiz POS

Patrick Kariuki
Does Ofbiz POS work with thermal printers? This was not clarified, anyone
managed to set this up? I know Epson TM series thermal printers can be abit
problematic to setup with most ERP's closed or open source.

On Sat, Nov 22, 2014 at 6:12 AM, monica ford <[hidden email]> wrote:

> removing webPOS and POS back, put me in nightmare. I wasted around year on
> ofbiz. i was almost ready to move from Adempiere to ofbiz as my ofbiz with
> POS was working fine. So guys Adempiere is best choice if your requirement
> is POS also.
> Regards
> Monika
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/New-to-Ofbiz-and-Ofbiz-POS-tp4647653p4658739.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: New to Ofbiz and Ofbiz POS

Jacques Le Roux
Administrator
You can follow https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6553930
By and large here is the POS documentation https://cwiki.apache.org/confluence/display/OFBIZ/POS+System

Jacques

Le 16/01/2015 13:22, Patrick Kariuki a écrit :

> Does Ofbiz POS work with thermal printers? This was not clarified, anyone
> managed to set this up? I know Epson TM series thermal printers can be abit
> problematic to setup with most ERP's closed or open source.
>
> On Sat, Nov 22, 2014 at 6:12 AM, monica ford <[hidden email]> wrote:
>
>> removing webPOS and POS back, put me in nightmare. I wasted around year on
>> ofbiz. i was almost ready to move from Adempiere to ofbiz as my ofbiz with
>> POS was working fine. So guys Adempiere is best choice if your requirement
>> is POS also.
>> Regards
>> Monika
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/New-to-Ofbiz-and-Ofbiz-POS-tp4647653p4658739.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
Reply | Threaded
Open this post in threaded view
|

Re: New to Ofbiz and Ofbiz POS

mandeepmavi
In reply to this post by Patrick Kariuki
Hi Patrick,
I am testing with Epsom TM-T88V. Working fine. I tried Samsung Thermal Printer but gave up.

My only issue left is "How to print Logo Image on receipt"

Mandeep
12345