Web POS and other few questions

2015-11-16 Thread Hammad Afridi
Hello there,I have been looking into ofbiz to see if it fits with what I am 
looking to do.I am looking to develop a cloud based POS system and wondering if 
it is feasible to use ofbiz,I would appreciate if someone can advise on the 
following please: 1. The first thing was multi-tenancy, it seems this is 
possible (though manually you have to add tenant) but web pos doesnt seem to 
have this support. When you login into ofbiz with tenantid and then click on 
web pos it ask for login again. Not sure how the tenant management is handled 
there? Any ideas? I can see externalLoginKey in the url is that connected to 
each tenant in any way? What changes are needed to make sure we login into POS 
for a particular tenant ?
2. The other question is with regards to multitenancy. Has anyone used 
multitenant ofbiz in production and have done any load/performance benchmarks 
as to how many tenants can be used in one instance without compromising 
performance? What are the best practices ?
3. If I disable components I don't need and then try creating tenant, will 
there be tables generated for components that are disabled ?   Regards,
 Hammad Ali Khan Afridi  
 Mobile 0044 7534171187 Skype      hammad.afridi
 


Re: POS Setup

2015-11-16 Thread Ganesh Bawne
Thank you for your reply.

Just come back from Diwali Vacation so little late in reply ;)

Now, I am specifically looking for WebPOS hardware implementation as wan't
to use remote db to avoid order sync calls.  If anyone has done something
with WebPOS then it will be most helpful to me.

Though, I am checking with other brands/model for JavaPOS and if it work
then surely update table in the page.

Thanks,
Ganesh



On Tue, Nov 10, 2015 at 6:27 PM, Pierre Smits 
wrote:

> Hi Ganesh,
>
> If you have experience with a different brand and/or model receipt printer
> than listed in the page provided, please update the table in the page.
>
> Best regards,
>
> Pierre Smits
>
> *OFBiz Extensions Marketplace*
> http://oem.ofbizci.net/oci-2/
>
> On Tue, Nov 10, 2015 at 1:00 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
> > Have a look at
> > https://cwiki.apache.org/confluence/display/OFBIZ/POS+System
> >
> > AFAIK you can't use the WebPOS with a JavaPOS receipt printer
> >
> > Jacques
> >
> >
> > Le 09/11/2015 19:24, Ganesh Bawne a écrit :
> >
> >> I successfully ran the POS after load-demo on 14.12 branch.
> >> I would like to use it for small shop... does the receipt printing /
> Cash
> >> drawer work with the POS. If yes, may I know which hardware I can use?
> >>
> >> Also, does anyone used WebPOS with any receipt printer?
> >>
> >> Thanks,
> >> Ganesh
> >>
> >> On Mon, Nov 9, 2015 at 5:45 PM, Jacques Le Roux <
> >> jacques.le.r...@les7arts.com> wrote:
> >>
> >> Right!
> >>>
> >>> Jacques
> >>>
> >>>
> >>> Le 09/11/2015 10:15, Pierre Smits a écrit :
> >>>
> >>> I guess you meant to say the 14.12 branch.
> 
>  Best regards,
> 
>  Pierre Smits
> 
>  *OFBiz Extensions Marketplace*
>  http://oem.ofbizci.net/oci-2/
> 
>  On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux <
>  jacques.le.r...@les7arts.com> wrote:
> 
>  Mmm, this is annoying, you will not be able to easily run a POS
> version
>  in
> 
> > R13. I recommend that you check out the R14.07 branch rather. It has
> > the
> > POS working and will be officially released soon, you will just be a
> > bit
> > ahead...
> >
> > Jacques
> >
> >
> > Le 09/11/2015 04:14, Craig Parker a écrit :
> >
> > I've got 13.07.02 running.  How do I "check out" POS?  I understand
> > that
> >
> >> I can just grab 12.something, but I kind of wanted to run the newer
> >> version
> >> of OfBiz and get the hang of subversion in the process.  Is there a
> >> document?
> >>
> >>
> >>
> >>
> >>
>



-- 
Thanks & Regards
Ganesh Bawne
Enterprise Software Developer
Viithiisys Pvt. Ltd.
http://www.viithiisys.com


a question for write services by java

2015-11-16 Thread ??????
hi,
every time i change my java code, i have to do 'ant load-demo' to make it 
go into effect . is it a simple way to do that?  thanks

Re: a question for write services by java

2015-11-16 Thread Gil portenseigne

Hello,

Just by doing 'ant build' or simply 'ant' will compile your java code, 
no need to load-data.


Gil

On 17/11/2015 08:43, ?? wrote:

hi,
 every time i change my java code, i have to do 'ant load-demo' to make it 
go into effect . is it a simple way to do that?  thanks