Re: Support for a POS system

2022-02-10 Thread carnel yve
Hello Jacques,
where can I get the POS source code? Can't seem to find it in the github
repo.
Thanks.

On Fri, Jan 7, 2022 at 6:20 PM Jacques Le Roux 
wrote:

> Hi Andres,
>
> You came to the right place... just a bit late:
> https://markmail.org/message/oaqxcxsrlfbiid24
>
> This said, the POS is still usable and you could use it if you find
> somebody ready to support you.
>
> I'll not. Not because I don't trust its value. But because to support you
> I'd need to move to London for a moment . And I don't want that (I live in
> south of France).
>
> I'd need to move to London, because unlike web things, you need to be on
> the spot to support things. It's not only software and always need
> adaptation.
>
> There is also the webPOS in OFBiz. I don't know if someone is currently
> supporting it.
>
> It's a short answer, I hope that helps
>
> Jacques
>
> Le 07/01/2022 à 13:57, Andres Muniz a écrit :
> > Hello!
> > I work for a charity that is looking for a replacement for izettle POS.
> > >From looking at the offer of ofbiz it seems that ofbiz does so much
> more!
> > For example, we are already tied in to Xero which our accountant
> supports.
> > Having said that, if ofbiz is really good we might consider a full
> > overhaul of our current processes.
> >
> > Would you say that ofbiz is not the tool for us?
> >
> > If it is the tool for us, we currently do not have the know-how to self
> > host (or capacity)  . Are any of you (or someone you know) willing to
> take
> > us up as a client to provide us with the service? Ideally someone in the
> > London-UK-EU area.
> >
> > Thank you for your time, sorry if this question was asked in this mailing
> > list before but I could not find the appropriate search term.
> >
> >
> >
>


Correct configuration for custom time periods

2022-02-10 Thread V
Hello Everyone,

Could someone please let me know what's the correct configuration for
custom time periods?

For example, is this configuration correct as far as dates are concerned?

Custom Time Period 1 -
- Period Type:  Fiscal Year
- Period Name: 2020
- From Date:  2020-01-01 00:00:00.000
- Thru Date: 2020-12-31 23:59:59.000

Custom Time Period 2 -
- Period Type:  Fiscal Year
- Period Name: 2021
- From Date:  2021-01-01 00:00:00.000
- Thru Date: 2021-12-31 23:59:59.000

Custom Time Period 3 -
- Period Type:  Fiscal Year
- Period Name: 2022
- From Date:  2022-01-01 00:00:00.000
- Thru Date: 2022-12-31 23:59:59.000

--
Regards


Re: Session Lost after returning from paypal

2022-02-10 Thread Michael Brohl

Hi Markus,

I don't think that this scenario will work with a localhost configuration.

For integration testing with paypal, you will need a setting with a 
domain which is reachable by PayPal. An external server or a DynDNS 
setting with a route to the localhost machine should work.


Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 10.02.22 um 08:53 schrieb Markus:

Hello Ladies and Gentleman,

I'm running Ofbiz 18.12.02 in a local installation on localhost in an 
eCommerce scenario.


I like to setup and run the paypal integration for payments properly. 
The jump to paypal and the processing at paypal works fine. The 
problem starts in the moment the system jumps back from paypal into 
the online-shop. After returning from paypal I see following:


 * Customer is log'ed out from Ofbiz and has to login again.
 * Every order is accepted in Ofbiz independent from Customers decision
   in paypal to accept or cancel the payment;
 * No order confirmation eMail is sent in case of accepting the payment.

Configuration of my paypal payment gateway looks like:

   Business Email a...@markusw.net
   Api User Name sb-xx_api1.business.example.com
   Api Password        Q4UTxBKG
   Api Signature AwTSX5gFmk3QHxjfkJUtN
   Api Environment
   Notify Url https://localhost:8443/ecommerce/control/payPalNotify
   Return Url https://localhost:8443/ecommerce/control/processorder
   Cancel Return URL https://localhost:8443/ecommerce/control/main
   Image Url https://localhost:8443/images/ofbiz_logo.gif
   Confirm Template        /order/emailconfirmation.ftl
   Redirect Url https://www.sandbox.paypal.com/webscr
   Confirm Url https://www.sandbox.paypal.com/us/cgi-bin/webscr
   Shipping Callback Url
   Require Confirmed Shipping  N

For me it looks like the session in Ofbiz got lost or was not 
re-assigned after returning from paypal.    But this is only a guess.


Does someone of you have a good idea what can be wrong?

I checked the documentation and eMail-lists already ... I appreciate 
every link to more detailed documentation.


Best regards

Markus