CVE-2023-50968: Apache OFBiz: Arbitrary file properties reading and SSRF attack

2023-12-26 Thread Nicolas Malin
Severity: important Affected versions: - Apache OFBiz through 18.12.10 Description: Arbitrary file properties reading vulnerability in Apache Software Foundation Apache OFBiz when user operates an uri call without authorizations. The same uri can be operated to realize a SSRF attack also

Re: Unit Price & Adjustments

2023-12-13 Thread Nicolas Malin
Normally if you edit your order lines like https://demo-trunk.ofbiz.apache.org/ordermgr/control/editOrderItems?orderId=DEMO10090 you have a adjustment line to add it manually Nicolas Le 20/11/2023 à 14:12, Emad Radwan a écrit : Hello Community, In the sales order workflow, is there a way

Re: how to upgrade ofbiz

2023-12-13 Thread Nicolas Malin
Hi Eugen Le 08/12/2023 à 19:05, Eugen Stan a écrit : Thanks Nicolas, Merging git / rebasing does not sound like a fun operation. How does it go in practice? How often do you encounter conflicts and how easy it is to deal with them. Do you usually make changes to the ofbiz source code? How

Re: how to upgrade ofbiz

2023-12-08 Thread Nicolas Malin
are not connected to git, I think the better way is retrieve the patch between two release tags. Nicolas Le 08/12/2023 à 14:12, Eugen Stan a écrit : Hi, How does one upgrade OFBiz from one release to the other? Do you clone the repo and rebase your changes? Regards,

Re: What controls the creation of one or more invoices?

2023-11-07 Thread Nicolas Malin
Hello Emad Your invoice is created by default from each shipment did. So if you order is linked to one shipment, you'll have only one invoice. Nicolas Le 15/10/2023 à 10:06, Emad Radwan a écrit : Hello Community, Please shed some light on this for a sales order. Let's assume the case

Re: Form reuse

2023-11-07 Thread Nicolas Malin
Hello Ernest, Can you share me your code, This would be help to spot the good solution :) Nicolas Le 13/10/2023 à 09:34, Ernest Hocking a écrit : Good afternoon everyone, I tried to use the include form directive in a plugin screen ( calling the BOM form from the manufacturing application

Re: Small report from ASF Conference

2023-11-07 Thread Nicolas Malin
Hello Nicola, Thanks a lot for your feedback. From Bratislava, we currently share at Néréide to organize the travel. We hope to see you face to face :) . Nicolas Le 12/10/2023 à 20:01, Nicola Mazzoni a écrit : Hi OFBiz users, I'm returning from Halifax, where the Apache "community

Re: Running a service instance

2023-09-21 Thread Nicolas Malin
on your ofbiz properties Let's rock Nicolas Le 21/09/2023 à 09:09, Ingo Wolfmayr a écrit : Hi everybody, I am thinking about the following setup and I am not sure if it is possible. If yes, what are the proposed configurations settings and what should be monitored in detail? Instance1: main

Re: Cookies creates by OFBiz

2023-09-18 Thread Nicolas Malin
Hello Tomek, This cookie help to follow the user connexion through the entity Visit on your website, and like this give some statistic on view page Nicolas Le 14/09/2023 à 09:23, Tomek a écrit : Hi, I'm developing a e-commerce store based on OFBiz and I have to write cookies policy. I

Re: Question on Barcode

2023-06-25 Thread Nicolas Malin
Hello Emad, Barcode example in OFBiz work only with the productId. Help yourself to implement your own screen with what you need : * create an other screen like**ProductScreens.xml#ProductBarCode.fo * create a ftl that will contains your barcode as regards to xsl-fo documentation Nicolas

Re: ECA Custom Service

2023-06-25 Thread Nicolas Malin
service with only on parameters what the getCommissionForProduct attendee. If you takeover it redefine getCommissionForProduct in your custom component. Nicolas Regards,

Re: Trial of OFbiz for a service company

2023-06-15 Thread Nicolas Malin
Hello, When you create your tax authority, do you link it to the geo IT-BA ? Nicolas Le 12/06/2023 à 17:16, specificpurpose a écrit : Hello, I'm in charge to test OFbiz as ERP and Management software for our company. I want to use OFbiz for one of our branch providing custom services

Re: Job priority

2023-06-15 Thread Nicolas Malin
) but not take the time o implement. Nicolas Le 15/06/2023 à 08:44, Ingo Wolfmayr a écrit : Hi everybody, I have seen that there is an option to define the priority of a job (LOW, HIGH, NORMAL). Where and how is it supposed to be set. For example I have the job "addToSolr" set as async ec

Re: Pricing process in the Quote

2023-06-15 Thread Nicolas Malin
Hello, The pricing for the quote is exactly the same than an order. Can you explain your attendee case ? Nicolas Le 13/06/2023 à 20:13, specificpurpose a écrit : Hi Team, Could you please help with any documentation describing the pricing settings for new quotes processes? Quick help

Re: how can I increase the size of any column of SecurityGroup entity

2023-05-20 Thread Nicolas Malin
What's didn't works ? When you recreate all the db with OFBiz after a change, or just restart OFBiz on existing database ? On the second you need to apply an ALTER TABLE on your field. For the first, check that you modified the good fieldType file. Nicolas On 20/05/2023 12:06, Mahi

Re: Uploading of file

2023-05-18 Thread Nicolas Malin
    You create you own service who load the file through createContentFromUploadedFile and after call your specific working process on second service. After for the form ckeck all form with 'type="upload" ' with a attribute of type Nicolas On 18/05/2023 00:54, Swati Srivast

Re: AW: Async Services

2023-03-07 Thread Nicolas Malin
Hello, With persist='false' your service will running on an other thread With persist='true' your service will store on jobSandbox entity for an execution throw the job poller Nicolas On 07/03/2023 08:24, Ingo Wolfmayr wrote: Hi Michael, sorry "persist". Best reg

Re: Manual for distribution build

2023-02-03 Thread Nicolas Malin
/ofbiz -d [Install] WantedBy=multi-user.target| |# ln -s /opt/ofbiz/bin/ofbiz /usr/bin/ofbiz| |# systemctl daemon-reload || # systemctl start ofbiz ||| Nicolas On 03/02/2023 13:38, Ingo Wolfmayr wrote: Hi Community, is there a description what can be done with the ofbiz.tar/zip files in build

Re: Calling grubbgroovy device from form field

2023-01-23 Thread Nicolas Malin
directly Don't forget to define your screen DisplayTestCal with the simple decorator to minimize the html code return on the response Nicolas On 24/01/2023 08:23, Taher Alkhateeb wrote: Hello, So you cannot call groovy, or any other programming language for that matter, from your

Jira non-asf account disabled

2022-12-05 Thread Nicolas Malin
[2] Cheers, Nicolas [1] https://infra.apache.org/blog/jira-public-signup-disabled.html [2] https://infra.apache.org/jira-guidelines.html#account

Re: Applying patch for ofbiz 18.12.06

2022-09-03 Thread Nicolas Malin
Hello, You can extract the needed patch with git between official tag. If you want I already do that and available from the nereide's cloud [1] but it's unofficial and own our risk Cheers, Nicolas [1] https://cloud.nereide.fr/index.php/s/8PsEJiE2LQnqGRM On 03/09/2022 04:08, Avijit Bose

Re: Success message stuck

2022-07-30 Thread Nicolas Malin
rn success() } Nicolas On 30/07/2022 05:21, Avijit Bose wrote: Hello, 1. After completion of a db row creation, the blue success message (alert) is showing but gets stuck. It does not 'goes off' of its own. Clicking the close (X) button does not work. I am using a simple create service method to creat

Re: Transforming ofbiz FIND and corresponding LIST in FTL

2022-07-18 Thread Nicolas Malin
You're welcome On 18/07/2022 10:05, Avijit Bose wrote: Thank you Nicolas it worked. regards Avijit On Mon, Jul 18, 2022 at 10:59 AM Avijit Bose wrote: I am using 18.12.05 version. As you suggested... I will try and update you all. thank you Avijit On Mon, Jul 18

Re: Transforming ofbiz FIND and corresponding LIST in FTL

2022-07-17 Thread Nicolas Malin
#CommissionRun Nicolas On 18/07/2022 05:49, Avijit Bose wrote: Dear Sir, Presently the ofbiz FIND and its corresponding LIST is written in minilang in ofbiz Forms. Pls let us all know how we can convert this into ftl file. In other words how to implement FIND and its LIST in FTL. If this can be done

Re: Viewing PDF and Image in New Tab/Window in Ofbiz

2022-07-17 Thread Nicolas Malin
ontentId}" link-type="anchor">                 Nicolas On 18/07/2022 05:40, Avijit Bose wrote: Dear Sir, I have a link in the form as shown below: -- -- N

Re: Can Columns in an entity be array

2022-07-13 Thread Nicolas Malin
hello Swati You can check on this file framework/entity/fieldtype/fieldtypepostgres.xml Currently there is not field type for table, feel free to improve it ! Others way, use a string as list. Nicolas On 11/07/2022 21:47, Swati Srivastava wrote: Hello, I am making a new entity

Re: Passing "CONTEXT" from FTL to Java

2022-07-08 Thread Nicolas Malin
Hello Avijit, Can you share some peace of code, I didn't understand your ftl to java ? You have a ftl template and go to java service through request call or you want to call a java code on a ftl code ? Nicolas On 28/06/2022 12:45, Avijit Bose wrote: > Dear Sir, > > Can the 'context'

Re: Caching does not work if offset and limit are used in a query

2022-07-08 Thread Nicolas Malin
Hello Rishi, Check with an EntityListIterator instead of a List, like it already done with performFind service and Form list. You extract from the data base only the segment needed through a database pointer. Nicolas On 08/07/2022 08:30, Rishi Agr wrote: > Hi, I have created a v

Re: List table field width or column size

2022-05-18 Thread Nicolas Malin
Yes use size attribute on the child element of the field Nicolas On 17/05/2022 04:01, Avijit Bose wrote: > Hello Sir, > > I am using lots of List table after performFind in ofbiz. When a > certain column data is long...it pushes the entire table leftward or > rightward disturbi

Re: Ofbiz FIND Constraints

2022-05-13 Thread Nicolas Malin
  And your target return on form with performFind like applications/order/widget/ordermgr/FieldLookupForms.xml#ListLookupOrderHeader Nicolas On 13/05/2022 06:27, Avijit Bose wrote: > Hello, > > Presently I am using FIND as mentio

Re: Urgent please. Ofbiz hang while loadAll CleanAll

2022-05-13 Thread Nicolas Malin
Emad, It's really hard to help you with few information. Give me your framework/entity/config/entityengine.xml (without password) and all log return by ofbiz after the cmd ./gradlew loadAll Thanks, Nicolas On 13/05/2022 12:56, Emad Radwan wrote: > Hello Community, > > With a fres

Re: Confused about Customer request Item table and product price relation

2022-05-13 Thread Nicolas Malin
Hello Emad, You you initialize your CustRequest, You have the functional context to resolve the product price use (invoice, order, quote). So propage your unit price on the custRequestItem. Nicolas On 10/05/2022 22:24, Emad Radwan wrote: > Hello Community, > > I need hel

Re: Help needed - Ofbiz Find from list

2022-05-13 Thread Nicolas Malin
> --- > > Problem: I am not able to search items from the ' > list-name="domesticCustomerList" ' when clicking the 'Find' button. > > Please help. > > regards > Avijit You can also remove your script and just do : ... Nicolas

Re: Product Name storage and search and image storage

2022-05-09 Thread Nicolas Malin
Hello Hussain, please help your-self : https://ofbiz.apache.org/mailing-lists.html : Un-subscribing from our Mailing Lists Nicolas On 09/05/2022 09:36, Hussain Thangal wrote: > Please unsubscribe me from user lists. > With best regards. > >> On 9 May 2022, at 9:47 AM, Rishi Agr

Re: Product Name storage and search and image storage

2022-05-09 Thread Nicolas Malin
Hello Rishi, You currently do here [1], use "Create New Product Content" and not "Override Simple Fields" After the better way would be dedicate your own screen to manage product content connected to the different services Nicolas [1] here https://demo-trunk.ofbiz.apache

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-29 Thread Nicolas Malin
I use in groovy event ***     Map requestAttrs = UtilHttp.getAttributeMap(request)     Map parameters = UtilHttp.getParameterMap(request) *** It's same with java Nicolas On 29/04/2022 04:34, Avijit Bose wrote: > Hello Nicolas, > > Could you pls give me an example or some piece of co

Re: What are the best practices to develop with OFBiz?

2022-04-28 Thread Nicolas Malin
Hello On 28/04/2022 01:39, Jean-Nicolas Boulay Desjardins wrote: > Hello! > > I notice in the documentation it says to modify the configurations inside > the framework itself. > > Is this the best practice? It's a old documentation, but currently the main that we can det

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-28 Thread Nicolas Malin
Hello, You use a raw method to resolve parameters from the request. I suggest that the problem came from the form html definition. When you submit do you analyzed the request send by your browser ? (F12 -> Network on firefox) Nicolas On 28/04/2022 05:48, Avijit Bose wrote: > M

What are the best practices to develop with OFBiz?

2022-04-27 Thread Jean-Nicolas Boulay Desjardins
Hello! I notice in the documentation it says to modify the configurations inside the framework itself. Is this the best practice? Is there a way to have those configurations somewhere else? Can everything be overwritten with the help of a plugin not just configurations but also code? Is there

Re: How do I use Linux env variables inside my XML configurations?

2022-04-27 Thread Jean-Nicolas Boulay Desjardins
Thank you for your quick response! I appreciate it! Merci ;) On Tue, Apr 26, 2022 at 3:10 AM Nicolas Malin wrote: > Salut Jean-Nicolas, > > Currently we use the issue OFBIZ-9498 [1] on our production site, it's > not perfect but do the job ! > > Nicolas > > [1] https:

Re: Notify Party Shipment has arrived

2022-04-26 Thread Nicolas Malin
Hello Steven, Create a seca on your component for the service update shipment to generate a notification when the shipment status change to completed Nicolas On 07/04/2022 23:54, Steven Payne wrote: > Hi All, > > Is there a way OOTB to notify a user that a shipment has arrived or

Re: How do I use Linux env variables inside my XML configurations?

2022-04-26 Thread Nicolas Malin
Salut Jean-Nicolas, Currently we use the issue OFBIZ-9498 [1] on our production site, it's not perfect but do the job ! Nicolas [1] https://issues.apache.org/jira/browse/OFBIZ-9498 On 25/04/2022 23:21, Jean-Nicolas Boulay Desjardins wrote: > Hi! > > How do I use Linux env variables

How do I use Linux env variables inside my XML configurations?

2022-04-25 Thread Jean-Nicolas Boulay Desjardins
Hi! How do I use Linux env variables inside my XML configurations? For example inside of framework/entity/config/entityengine.xml Thank you

Re: Receiving inventory for a product without supplier

2022-03-31 Thread Nicolas Malin
Hello Emad, A product as always a supplier, maybe in your case it's yourself. But if it's for increase your stock, you can do an inventory instead. Nicolas On 23/03/2022 21:18, Emad Radwan wrote: > Hello Community, > > While testing, I was able to achieve the subject scen

Re: Demos are back

2022-03-31 Thread Nicolas Malin
Kudos Jacques :) On 31/03/2022 08:54, Jacques Le Roux wrote: > Hi, > > The Demos are back and running :) > > Enjoy > > Jacques >

Re: Avoid creating entry in content_keyword on content and party_content creation

2022-03-22 Thread Nicolas Malin
for a Content                             Cheers, Nicolas On 22/03/2022 09:27, Altafhusen Makandar wrote: > Can someone provide some solution on this? > > On Mon, Mar 21, 2022, 09:42 Altafhusen Makandar > wrote: > >> Hi, W

Re: new user installation error.

2022-01-06 Thread Nicolas Malin
` Unix-like OS: `./gradle/init-gradle-wrapper.sh` This came from the need to delivery the release source code without binary as the ASF recommand. Nicolas On 06/01/2022 12:10, Hans Bakker wrote: > Today i installed ofbiz from scratch > > i went to: > https://cwiki.apache.or

Re: Log4j in OFBiz

2021-12-13 Thread Nicolas Malin
64a0b6e8d04b936f472b418cc8847c03b462d3a0 for more details Nicolas [1] https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.03.zip [2] https://github.com/apache/ofbiz-framework/commit/64a0b6e8d04b936f472b418cc8847c03b462d3a0 On 13/12/2021 09:50, Bs Serge wrote: > Hi all, > > I’m sure all of you are aware

Re: Build Error

2021-12-07 Thread Nicolas Malin
With pleasure :) I open a fix issue https://issues.apache.org/jira/browse/OFBIZ-12437 , I just wait some suggest before push it on the code base. Nicolas On 07/12/2021 19:04, Jeremy Olmstead wrote: > This worked, thank you so much! > > On Tue, Dec 7, 2021 at 10:51 AM Nico

Re: GlobalDecorator

2021-12-07 Thread Nicolas Malin
is unecessary because mandatory by your theme, so directly present on your theme decorator code. Nicolas On 16/11/2021 11:37, Mahi maheshwari wrote: > Hi, > > I have created the custom visual theme for my side-bar requirement by > following this doc > https://github.com/apache/ofbiz-frame

Re: Build Error

2021-12-07 Thread Nicolas Malin
avaSources exclude excludedConfigFiles // Below are necessary for unit tests run by Gradle and integration tests This error appears because the resolution of some xsd failed Nicolas On 07/12/2021 16:59, Jeremy Olmstead wrote: > I can't figure out what has changed,

Re: Images not working

2021-12-03 Thread Nicolas Malin
on the server to synchronize files and webapp. Don't hesitate if you need some additional, Nicolas On 01/12/2021 18:06, Steven Payne wrote: > Hi All, > > I've run into a problem where all the images stopped working. I've upgraded > from 17 to 18 and all the image links are broken. I c

Re: Invoice - Discount

2021-12-03 Thread Nicolas Malin
is already ready, you can generate during the paymentApplication an invoice refund with the discount and link it to the first invoice * During the payment process, generate add a "discount payment" to the invoice to not impact it. I hope this help to found the good way, Nicolas On 03/12/2021 0

Re: how to render ftl file in screen

2021-11-15 Thread Nicolas Malin
Hello Maheshwari, You need to change the GlobalDecorator. I suggest you to create a new theme that extend tomahawk and change this decorator to include your template. See https://github.com/apache/ofbiz-framework/blob/trunk/themes/docs/themes.adoc Nicolas On 15/11/2021 09:40, Mahi maheshwari

Re: custom UI requirement

2021-11-02 Thread Nicolas Malin
Create a new theme that implement your own template please read the documentation : https://github.com/apache/ofbiz-framework/blob/trunk/themes/docs/themes.adoc Nicolas On 01/11/2021 20:52, Mahi maheshwari wrote: > Hi, > I have a custom Ui requirement that goes like It will have a &g

Re: Attach original accounting documents to invoices

2021-10-21 Thread Nicolas Malin
link it with the good invoice content type. You have many example on the framework like CustRequest, Party, Product or CommunicationEvent Have fun, Nicolas [1] https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/InvoiceContent On 17/10/2021 10:44, Marius Schmidt wrote

Re: Kotlin integration

2021-10-21 Thread Nicolas Malin
Not at this time, we never confronted to the necessary to use Kotlin. If you have the possibility to add a new engine on the service engine, all contribution are welcome :) Nicolas On 17/10/2021 09:55, Marius Schmidt wrote: > Has someone tried to use Kotlin for services and events

Re: Product Detail - Extra Information

2021-10-21 Thread Nicolas Malin
Hello Justine, You want display these information on the product summary or product detail ? You have all template here https://github.com/apache/ofbiz-plugins/tree/trunk/ecommerce/template/catalog Nicolas On 21/10/2021 05:07, Justine Nowak wrote: > Hello, > > We are trying to disp

Re: Fwd: Sales Order

2021-08-31 Thread Nicolas Malin
Hello Woyce, your image isn't present on the mail, can you reproduce the problematic on the demo trunk [1] ? Nicolas [1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/main On 30/08/2021 13:37, Woyce Batkins wrote: > Just to answer my own question: > I had not configured the ac

Re: How to Upgrade OFBiz

2021-08-27 Thread Nicolas Malin
Hello, If you follow the best practice to develop your specific without change on the framework, just deploy the new ofbiz and load your plugins into. For other case all is on the wiki [1]. Nicolas [1] https://cwiki.apache.org/confluence/display/OFBIZ/Revisions+Requiring+Data+Migration

Re: Attachments

2021-08-27 Thread Nicolas Malin
Hello Steven, Your question is large, because it's important to know why you link a document. And following the response the solution can be completely different. But a simple example con be found when you create a communication or a customer request. Nicolas On 26/08/2021 16:46, Steven Payne

Re: Demos down?

2021-08-20 Thread Nicolas Malin
Demo are come back. Thanks to Chris Thistlethwaite for is help Nicolas On 19/08/2021 15:54, Nicolas Malin wrote: > I didn't find the reason, > > I asked the asf Infra team under issue INFRA-5 [1], and I will > inform when it would be fixed > > Nicolas > > [1] https:

Re: Demos down?

2021-08-19 Thread Nicolas Malin
I didn't find the reason, I asked the asf Infra team under issue INFRA-5 [1], and I will inform when it would be fixed Nicolas [1] https://issues.apache.org/jira/browse/INFRA-5 On 19/08/2021 15:13, Nicolas Malin wrote: > Hello, > > Yes the demos are down and I didn't take

Re: Demos down?

2021-08-19 Thread Nicolas Malin
Hello, Yes the demos are down and I didn't take the time with my jobto have a look. FYI Jacques is on vacation. Nicolas On 19/08/2021 15:08, G.W. Haywood wrote: > Hi there, > > At least from my perspective in England I can't seem to see the demos. > > Our monitoring system

Re: XML Exports

2021-08-11 Thread Nicolas Malin
On the server, you need to have an access to it. By experience, we create a directory export on the server to dump all into. Just a suggest, if you use import from an xml export, use a delegator without seca. Cheers, Nicolas On 11/08/2021 14:47, ja...@productive1.com wrote: > Where d

Re: OFBiz 17 vs 18

2021-07-30 Thread Nicolas Malin
We use the 18.12 branch in production since 2 two years without issues. For the migration just take care about the theme if you have your own theme that need to migrate on common-theme support. Nicolas On 29/07/2021 20:01, Carlos Navarro wrote: > Hi all, > > Hoping you are all d

Re: database upgrade

2021-07-30 Thread Nicolas Malin
Hello, Help yourself, all database change is present here https://cwiki.apache.org/confluence/display/OFBIZ/Revisions+Requiring+Data+Migration+-+upgrade+ofbiz Copy your database run different sql to migrate some entities and let's rock Nicolas On 29/07/2021 22:05, Parminder S. Lehal wrote

Run OFBiz on ubuntu (was: Re: Subscription Extension)

2021-07-26 Thread Nicolas Malin
Hello Yuresh, What OFBiz that you tried to install ? What the result of the command : $ java -version ? What command you use to run ofbiz ? Nicolas On 26/07/2021 10:42, Yuresh Akila wrote: > Hi somebody here can help me with installing ofbiz on ubuntu 20.04, will be > greatly appre

Re: Free Shipping for specific Classification of Customers

2021-07-24 Thread Nicolas Malin
Hello James, I suggest you to check with product promo rule. I think you can't use ShipmentCostEstimate due to the present of Party classification Nicolas On 24/07/2021 12:43, ja...@productive1.com wrote: > What is the best way to set up free shipping based on total amount of > order an

Re: Batch Print Invoices in OFBIZ

2021-07-16 Thread Nicolas Malin
and now * for each, call the invoice screen and store the output stream in tmp file * call cups by cmd line (through java) with the queue and tmp file That all :) Nicolas On 16/07/2021 00:39, ja...@productive1.com wrote: > Is it possible to Batch Print Invoices by Date Range OTB in Of

Re: Organization of Tests

2021-05-21 Thread Nicolas Malin
HI both, Currently I work with Gil for a customer site to different process for implement some integration and unit test dedicate to business case. We will try to share some tips on the following weeks. Nicolas On 20/05/2021 20:46, Carsten Schinzer wrote: > Hello, > > > def

Re: Setting up a new company

2021-05-10 Thread Nicolas Malin
Hello Woyce, You can edit this file https://github.com/apache/ofbiz-framework/blob/trunk/applications/accounting/data/OfbizSetupChartOfAccountsData.xml and change Company by your own party. After you can load is through webtools by Import/export tools. Nicolas On 08/05/2021 20:20, Woyce

Re: Questions to speed up learning process.

2021-05-10 Thread Nicolas Malin
res database. Nicolas

Re: Payment & Purchase order

2021-05-05 Thread Nicolas Malin
payment (from accounting component) you can only link to the invoice generate from your purchase order. Nicolas On 05/05/2021 00:24, Woyce Batkins wrote: > Hello, > I am testing the process of purchasing from a supplier and I got stuck at > the payment application step and don't

Re: How to Reset OfBiz Admin Login (Forgot Password)

2021-03-15 Thread Nicolas Malin
Hello Ben, Help yourself :)  $ grep admin README.adoc   `gradlew lAUL -PuserLoginId=myadmin` You call this with your admin id to force the reset Nicolas On 15/03/2021 05:00, Ben wrote: > Hi everyone, I recently changed the admin organization in ofbiz and can no > longer

Re: Service Engine - Thread pool

2021-03-09 Thread Nicolas Malin
On 09/03/2021 19:31, pratyush Giri wrote: > Thank you Nicolas. I appreciate the response. > > When you say the configuration works fine, what do you mean? Do you see 4 > threads getting created ( I think not as you suggested that this > configuration is not for the Ofbiz main threa

Re: Service Engine - Thread pool

2021-03-09 Thread Nicolas Malin
for improve indexes, or analyze secas or eecas not useful for your process to increase your velocity Cheers, Nicolas On 08/03/2021 22:18, pratyush Giri wrote: > Hi All, > > I researched the topic and could not find answers and hence the question. If > I was not able to figure out the

Re: AW: Add CSS/JS to backend theme from plugin

2021-02-19 Thread Nicolas Malin
grant that, it's currently not easier because each framework screen doesn't have a decorator that we can extend. Nicolas On 19/02/2021 09:32, Ingo Wolfmayr wrote: > Hi Michael, > > yes. It is in my working queue. I will create a jira with a proposal when I > am ready. > > Be

Re: Manufacturing -> Production Orders & Set Up

2021-02-09 Thread Nicolas Malin
When you task move to planned, you can set a seca on workeffort status change to run the pick list preparation. On production site, I did the same to planned move stock from a warehouse facility to production facility. Nicolas On 06/02/2021 14:46, ja...@productive1.com wrote: > Any i

Re: Embedding an HTML page in a screen

2021-02-09 Thread Nicolas Malin
Hello ReEWok, I suggest you to use a simple way: introduce a new screen that contains a ftl template to call with html iframe your reports. I move your message on user list because your question is how use ofbiz for my dev and not how improve ofbiz dev. Cheers, Nicolas On 25/01/2021 15:05

Re: How to get a service call stack?

2021-02-05 Thread Nicolas Malin
an issue if you have an idea to implement this. Cheers Nicolas On 05/02/2021 08:38, Danny Trunk wrote: > Hi Deepak Dixit, > > the use case is debugging. There's a service getting called a lot and I can't > find the origin while checking all the servicedef/entitydef XMLs. And I think

Re: Party Types

2020-12-07 Thread Nicolas Malin
on this type present on the entity with the same name. It's a simple pattern to extends a entity. Nicolas On 07/12/2020 23:20, Emad Radwan wrote: > Hi Nicolas, > > Yes, it makes sense, thank you. One more related issue please, what is the > purpose of the ‘hasTable’ flag. > > Regards, >

Re: Party Types

2020-12-07 Thread Nicolas Malin
to qualify a party with force this nature. Nicolas On 07/12/2020 19:35, Emad Radwan wrote: > Hi There, > > While navigating from the party search grid to the Party Profile there is a > logic that checks if the party is in PartyAndGroup or PartyAndPerson view > entities to decide

Re: Backing up ofbiz

2020-12-07 Thread Nicolas Malin
hed and regenerate from source as you need. Nicolas On 03/12/2020 13:15, Daniel Watford wrote: > Hello, > > What are the minimal components of an ofbiz deployment that should be > backed up such that it can be restored on a new host? > > I know we could grab a copy of

Re: Ofbiz & Excel Export

2020-09-03 Thread Nicolas Malin
che POI [2] : * Workbook workbook = new XSSFWorkbook(); [...] response.setContentType(contentType); OutputStream outputStream = response.getOutputStream(); workbook.write(outputStream); outputStream.flush(); * Let me know if you found your happiness! Cheers, Nicolas [1] https://labs.nereid

Re: Open Source - Vertical Applications

2020-07-31 Thread Nicolas Malin
and extension on dedicate plugins. Do not fear to implement your own screen with your business rule. Nicolas On 30/07/2020 22:05, Neetan Chopra wrote: > Hi there > > This is Neetan. I am a Group CTO working in Dubai. > Having worked in the Airline industry for 23 years (with Emirates) I

Re: About your contributions to the OFBiz project

2020-03-05 Thread Nicolas Malin
nstead I > was just trying to provide constructive input on the subject of using > Mocks for tests. And continue to share your vision, it's nice and important for all. No bad assumption on previous Jacopo's email, read it with positive approach. Nicolas pEpkey.asc Description: application/pgp-keys

Re: OFBiz Community Days – February 2020

2020-02-20 Thread Nicolas Malin
No problem Dan, I trusted you :) You're now assigned to this issue Nicolas On 20/02/2020 20:51, Daniel Watford wrote: > Hi Nicolas, > > I've just signed and emailed my ICLA document to secret...@apache.org > <mailto:secret...@apache.org>, so depending on how long it takes

Re: OFBiz Community Days – February 2020

2020-02-20 Thread Nicolas Malin
Hi Daniel, I loaded it on the sprint, but I can't assign it because your aren't identify as contributor. Do you have send your ICLA [1] because I didn't found you here [2] ? Nicolas [1] https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors [2] https://people.apache.org

Re: OFBiz Community Days – February 2020

2020-02-20 Thread Nicolas Malin
Thanks for this preparation Devanshu, I loaded on the sprint the minilang conversion task [1] and create some new sub tasks to convert minilang services in party component. Cheers, Nicolas [1] https://issues.apache.org/jira/browse/OFBIZ-9350 On 20/02/2020 05:41, Devanshu Vyas wrote: > He

Re: Installation trouble

2020-01-23 Thread Nicolas Malin
that unsupport by gradle 2.13 Nicolas On 23/01/2020 13:35, Daniel Watford wrote: > I can reproduce the behaviour L is seeing in a docker container - see steps > below. > > I don't have a solution yet though, sorry. > > > > Repro Steps: > > docker run -t -i openjdk:11 /

Re: Installation trouble

2020-01-23 Thread Nicolas Malin
. I can also try to find the problem with : $ ./gradlew --debug Nicolas On 22/01/2020 17:15, L wrote: > ./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]# &

Re: Installation trouble

2020-01-22 Thread Nicolas Malin
Hello L, After you download the wrapper with the help script, you just run $ ./gradlew ofbiz the command `gradle wrapper --gradle-version 2.13`need to be run if you currently have gradle on your system and you prefer to load the wrapper with it. Nicolas On 22/01/2020 00:38, L wrote: > Hav

Re: How to test DCC whether its working or not?

2019-12-31 Thread Nicolas Malin
Hello, Display on your instance first OFBiz instance a party, go to your cache maintenance [1] and check it's loaded with values. On your second instance, edit this party through webtools [2], edit it Now on your first instance [1] your cache are normally clear. Nicolas [1] webtools/control

Re: Interested in helping to organize the OFBiz Community Days?

2019-11-28 Thread Nicolas Malin
Hello, I'm also available, I propose for the next to sychronized us on Slack room Thanks to you Swapnil for maintain work on the community days Nicolas On 28/11/2019 11:27, Swapnil M Mane wrote: Great, thank you Devanshu and Sanjay for offering your help. I will sync up with you. - Best

Re: Over Packing

2019-11-21 Thread Nicolas Malin
I would checked Promotion Rule to adding the over quantity Nicolas On 21/11/2019 13:42, ja...@productive1.com wrote: Team - We have a requirement that in some situations there is a need to over pack when shipping products on a sales order. I have seen other systems that allow you to over

Re: Customer Product ID Mapping

2019-11-21 Thread Nicolas Malin
switch Product and Supplier or Other -> extend ProductRole Cheers Nicolas On 21/11/2019 13:38, ja...@productive1.com wrote: On the catalog tab I see the suppliers tab which is a good way to map the suppliers product ID to our internal product ID. What is the best way to map a customers p

Re: Support for Connecting to Remote Database with SSL

2019-11-12 Thread Nicolas Malin
Hello, OFBiz use jdbc driver so for postgresql check your ssl configuration [1] and add ssl=true on your jdbc path |'jdbc:postgresql://remote-host:5432/database?ssl=true'| ||Nicolas [1] https://jdbc.postgresql.org/documentation/91/ssl-client.html On 12/11/2019 09:27, Bagas Sanjaya wrote

Re: OFBiz upgrade guidelines : Post 16.11

2019-10-14 Thread Nicolas Malin
Hello, If you respect the separation framework / plugins the migration is easy, you can the data model modification here https://cwiki.apache.org/confluence/display/OFBIZ/Data+Migration+by+releases Nicolas On 07/10/2019 10:38, Sandeep Singh wrote: Hi All, Is there any

Re: Live Shipping Rates

2019-10-14 Thread Nicolas Malin
. Nicolas

  1   2   3   4   5   >