Re: eCommerce Checkout

2021-10-17 Thread Giulio Speri - MpStyle Srl
Hello Justine,

If you want to remove checkout without registration (guest checkout), you
could simply remove the link from the Freemarker template and related
request from e-commerce component controller.

Similar answer for disabling user registration form.
Acting on freemarker templates you could just remove or hide The
registration button and form.
To allow login only for users/password provided by you, you should
import/create first customer data along with password.
The best way to do that, is using services that the framework provides
(give an eye to createPersonAndUserLogin service).

Same answer for Paypal Express Checkout button; plus you have to remove the
association between payment method and ProductStore in the back office.
Catalog Manager - > Stores - > Payments

Regards,
Giulio


On Sun, Oct 17, 2021, 00:41 Justine Nowak  wrote:

> Hello,
>
> How do we disable checking out without a registration? And how would we
> disable user registration, only allowing users to log in by a username and
> password provided by us.
>
> Also how do we remove the Paypal Express Checkout button on the top right
> corner.
>
> Thank you.
>


Re: Use OfBiz features trough REST, SOAP or the like?

2021-10-17 Thread Michael Brohl

Hi Marius,

no, learning OFBiz is not a bad invest. Both projects have their 
strengths and the same root as on e of the creators of OFBiz is also the 
creator and main developer of Moqui.


You should take a look at both and decide which projects suits you better.

Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 17.10.21 um 11:42 schrieb Marius Schmidt:

Hi Hans,

thanks for your reply. That looks awesome but instantly raises the 
question, if learning OfBiz is bad invest if there is Moqui around? Is 
the majority of the OfBiz community moving over to Moqui?


On 17.10.21 10:49, Hans Bakker wrote:

Hi Marius

please have a look at GrowERP: https://github.com/growerp

a Flutter ERP frontend  for Moqui and for an older version also OFBiz 
using the REST interaface.


Everything Open Source: Enjoy!

Regards,

Hans

On 10/17/21 3:10 PM, Marius Schmidt wrote:
Is it out-of-the-box possible to access the whole bunch of 
functionality OfBiz provides via SOAP or REST services or the like? 
If not, would it be an easy journey or a lot to adjust?


We could avoid the whole backend ui adjustments then and use a SPA 
instead




Re: Use OfBiz features trough REST, SOAP or the like?

2021-10-17 Thread Michael Brohl

Hi Marius,

please have a look at the REST integration plugin.

Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de

Am 17.10.21 um 10:10 schrieb Marius Schmidt:
Is it out-of-the-box possible to access the whole bunch of 
functionality OfBiz provides via SOAP or REST services or the like? If 
not, would it be an easy journey or a lot to adjust?


We could avoid the whole backend ui adjustments then and use a SPA 
instead




Re: How to facelift the backend applications

2021-10-17 Thread Michael Brohl

Hi Marius,

welcome to the project!

The OFBiz backend's philosophy is to "show it all" in regards to the 
comprehensive datamodel and the business processes it contains ootb. 
Therefore nearly every project needs some adjustments to the UI, often 
simplifying the processes and amount of UI elements. OFBiz itself is 
designed to be changed and used as a business process framework.


The newer backend themes are based on Bootstrap already. While it 
strongly depends on how far the modifications should go, you have 
several options:


- use the forms capabilities to hide and reorder fields or change for 
actions


- use the freemarker template engine to design your own templates with 
the power to change the UI in every bit


The UI and the underlying service/database layer are decoupled so if you 
change the UI you don't necessarily have to change the services as long 
as you provide all non-optional data.


To retain upgrade compatibility, you should either write your own 
backend modules or, if you only make minor modifications, mark them as 
mods to easily merge while upgrading.


Happy OFBiz journey,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 17.10.21 um 09:41 schrieb Marius Schmidt:

Hi OfBiz Mailing list,

I am currently in the process of evaluating OfBiz as core system to 
manage our newly founded IT cooperative. I might ask a couple of 
questions over the next days :). Unfortunately some of the reactions I 
got in presenting the backend were exclamations like "Really, but that 
UI looks older than me!", "that will not be fun to work with" or "do 
we have to fill all the fields?"


So after reading half of the partially outdated two OfBiz books on 
Packt, the AsciiDocs I found so far and the quite fragmented 
Confluence parts I am still not sure about this:


What would I need to do, to facelift the backend applications to e.g. 
use Bootstrap as base and hide fields we are not going to need while 
at the same time retain upgrade ability to future releases?


Best regards

Marius



Re: Use OfBiz features trough REST, SOAP or the like?

2021-10-17 Thread Marius Schmidt

Hi Hans,

thanks for your reply. That looks awesome but instantly raises the 
question, if learning OfBiz is bad invest if there is Moqui around? Is 
the majority of the OfBiz community moving over to Moqui?


On 17.10.21 10:49, Hans Bakker wrote:

Hi Marius

please have a look at GrowERP: https://github.com/growerp

a Flutter ERP frontend  for Moqui and for an older version also OFBiz 
using the REST interaface.


Everything Open Source: Enjoy!

Regards,

Hans

On 10/17/21 3:10 PM, Marius Schmidt wrote:
Is it out-of-the-box possible to access the whole bunch of 
functionality OfBiz provides via SOAP or REST services or the like? 
If not, would it be an easy journey or a lot to adjust?


We could avoid the whole backend ui adjustments then and use a SPA 
instead



--
DenktMit eG
Sitz der Gesellschaft: An der Herrenmühle 7-9, 61440 Oberursel
Registergericht: Amtsgericht Bad Homburg v.d.H., GenR 148
Vorstandsmitglieder: Marius Schmidt, Christian Keller, Johannes Ernst
Vorstandsvorsitzender: Marius Schmidt
Bevollmächtigter der Generalversammlung: Daniel Roth



Re: Use OfBiz features trough REST, SOAP or the like?

2021-10-17 Thread Hans Bakker

Hi Marius

please have a look at GrowERP: https://github.com/growerp

a Flutter ERP frontend  for Moqui and for an older version also OFBiz 
using the REST interaface.


Everything Open Source: Enjoy!

Regards,

Hans

On 10/17/21 3:10 PM, Marius Schmidt wrote:
Is it out-of-the-box possible to access the whole bunch of 
functionality OfBiz provides via SOAP or REST services or the like? If 
not, would it be an easy journey or a lot to adjust?


We could avoid the whole backend ui adjustments then and use a SPA 
instead




Attach original accounting documents to invoices

2021-10-17 Thread Marius Schmidt
Is it possible to attach the original accounting documents to invoices? 
The ones, we got mailed or scanned ourselves?


In the accounting software I used so far, we have some process like that:

 * Bank account transactions enter the system via API
 * Invoices arriving on the billing mail address are added as new
   entries to an "accounting document list", stating they are to-do
 * Other invoices and scans we upload to that list manually, also
   making them new entries
 * The accountant does his accounting stuff and relates bank account
   transaction and accounting documents to a  certain ledger transaction

That way I can easily review everything that happened based on a certain 
invoice document. How could the process look like in OfBiz?


Best regards, have a nice weekend,

Marius

--
DenktMit eG
Sitz der Gesellschaft: An der Herrenmühle 7-9, 61440 Oberursel
Registergericht: Amtsgericht Bad Homburg v.d.H., GenR 148
Vorstandsmitglieder: Marius Schmidt, Christian Keller, Johannes Ernst
Vorstandsvorsitzender: Marius Schmidt
Bevollmächtigter der Generalversammlung: Daniel Roth



Use OfBiz features trough REST, SOAP or the like?

2021-10-17 Thread Marius Schmidt
Is it out-of-the-box possible to access the whole bunch of functionality 
OfBiz provides via SOAP or REST services or the like? If not, would it 
be an easy journey or a lot to adjust?


We could avoid the whole backend ui adjustments then and use a SPA instead

--
DenktMit eG
Sitz der Gesellschaft: An der Herrenmühle 7-9, 61440 Oberursel
Registergericht: Amtsgericht Bad Homburg v.d.H., GenR 148
Vorstandsmitglieder: Marius Schmidt, Christian Keller, Johannes Ernst
Vorstandsvorsitzender: Marius Schmidt
Bevollmächtigter der Generalversammlung: Daniel Roth



German or austrian standardized charts of accounts

2021-10-17 Thread Marius Schmidt
Has anyone put together a german or austrian standardized chart of 
accounts like e.g. SKR03, SKR04 or SKR07?



--
DenktMit eG
Sitz der Gesellschaft: An der Herrenmühle 7-9, 61440 Oberursel
Registergericht: Amtsgericht Bad Homburg v.d.H., GenR 148
Vorstandsmitglieder: Marius Schmidt, Christian Keller, Johannes Ernst
Vorstandsvorsitzender: Marius Schmidt
Bevollmächtigter der Generalversammlung: Daniel Roth



Kotlin integration

2021-10-17 Thread Marius Schmidt
Has someone tried to use Kotlin for services and events yet with success 
and maybe wrote about it somewhere?



--
DenktMit eG
Sitz der Gesellschaft: An der Herrenmühle 7-9, 61440 Oberursel
Registergericht: Amtsgericht Bad Homburg v.d.H., GenR 148
Vorstandsmitglieder: Marius Schmidt, Christian Keller, Johannes Ernst
Vorstandsvorsitzender: Marius Schmidt
Bevollmächtigter der Generalversammlung: Daniel Roth



How to facelift the backend applications

2021-10-17 Thread Marius Schmidt

Hi OfBiz Mailing list,

I am currently in the process of evaluating OfBiz as core system to 
manage our newly founded IT cooperative. I might ask a couple of 
questions over the next days :). Unfortunately some of the reactions I 
got in presenting the backend were exclamations like "Really, but that 
UI looks older than me!", "that will not be fun to work with" or "do we 
have to fill all the fields?"


So after reading half of the partially outdated two OfBiz books on 
Packt, the AsciiDocs I found so far and the quite fragmented Confluence 
parts I am still not sure about this:


What would I need to do, to facelift the backend applications to e.g. 
use Bootstrap as base and hide fields we are not going to need while at 
the same time retain upgrade ability to future releases?


Best regards

Marius