Notify Party Shipment has arrived

2022-05-03 Thread Steven Payne
? Regards, Steven Payne Inventory Control Coordinator

Notify Party Shipment has arrived

2022-04-07 Thread Steven Payne
Hi All, Is there a way OOTB to notify a user that a shipment has arrived or a PO has been completed? I'm imagining something along the lines of when a PO is completed, the party associated with the PO gets an email notification. Any help is appreciated. Regards, Steven Payne Inventory

RE: MRP Not Working

2022-02-02 Thread Steven Payne
it is using the entity-auto create method. The status Item is there and the user login are there, so it leads me to believe it’s the requirement that is missing... But it's running MRP so it's creating the requirement in the first place... ugh. Regards, Steven Payne Inventory Control Coordinator

RE: MRP Not Working

2022-02-01 Thread Steven Payne
(ThreadPoolExecutor.java:1149) [?:1.8.0_312] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_312] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] Regards, Steven Payne Inventory Control Coordinator -Original Message- From

MRP Not Working

2022-02-01 Thread Steven Payne
] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] Regards, Steven Payne Inventory Control Coordinator

OFBiz Tutorial - A Beginners Development Guide for 18.12

2022-01-04 Thread Steven Payne
Hi All, Working my way through the tutorial and noticed that if you follow the instructions under "Preparing data for an entity" there is a picture that shows how to load the XML data, except that it's backwards. If you load the data in the order shown in the picture you will get an error

OFBiz Tutorial - 18.12 Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US]

2022-01-03 Thread Steven Payne
I managed to find an old thread online that fixed my issue. It seems that removing the non-english referenced from the file fixes the issue magically. I say magically because I can't seem to reproduce the error again.

Re: 18.12.02 checkstyleMain Failed

2022-01-03 Thread Steven Payne
> >> https://lists.apache.org/list.html?d...@ofbiz.apache.org > >> > >> So we need to have a deeper look it seems... > >> > >> Jacques > >> > >> Le 30/11/2021 à 20:27, Steven Payne a écrit : > >>> Hi All,

OFBiz Tutorial - 18.12 Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US]

2022-01-02 Thread Steven Payne
I am trying to work my way through the developers guide. When I navigate to the ofbizdemo site in "Running your first application" I get an error, rather than the "Hello World!! :)": java.lang.IllegalArgumentException: Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US] It

init-gradle-wrapper Windows

2022-01-02 Thread Steven Payne
I have run into a problem a few times while trying to run the init-gradle-wrapper command on Windows. Before you can successfully run the command, you need to set the execution policy of PowerShell7. See the link below.

Images not working

2021-12-01 Thread Steven Payne
-- Regards, Steven Payne Inventory Control Coordinator

18.12.02 checkstyleMain Failed

2021-11-30 Thread Steven Payne
it to 4 and it seems to work now. I'm running windows 10. Regards, Steven Payne Inventory Control Coordinator

18.12.01 init-gradle-wrapper Windows

2021-11-09 Thread Steven Payne
I'm using Windows 10 and I can't seem to get this to work. I run the script by calling the "init-gradle-wrapper" as per the INSTALL file provided. I get the error: "'pwsh' is not recognized as an internal or external command, operable program or batch file.". So I ran the script manually and I

Re: Username and Password Reset

2021-11-09 Thread Steven Payne
> This said, are you speaking about the demos? Which version? > > Jacques > > Le 09/11/2021 à 00:12, Steven Payne a écrit : > > > > Hi, > > > > How does one go about recovering their username and password? The site > has changed format and I can’t seem to login t

RE: Import Product Name "&"

2021-10-25 Thread Steven Payne
">" or "/>". > > > Thanks, Justine > > On Sun, Oct 24, 2021 at 12:16 PM Steven Payne > > wrote: > >> Hi Justine, >> >> You need to escape some of those characters. the "&" needs to be >> replaced with &quo

Re: Import Product Name "&"

2021-10-24 Thread Steven Payne
Hi Justine, You need to escape some of those characters. the "&" needs to be replaced with "" Regards, Steve Payne On Sun, Oct 24, 2021 at 9:57 AM Justine Nowak wrote: > Hello, > > I am trying to import our products into Ofbiz and some of our products have > a "&" in the productName field.

Re: Product Data Import xml

2021-10-07 Thread Steven Payne
Hi Justine, It means that you are missing a required field for the entity you are trying to load. I have had it where a typo will cause the loader to skip over a field, so maybe double check the spelling. If you navigate to WebTools > Entity Engine > Entity Reference - Interactive you can

Re: How to Upgrade OFBiz

2021-08-27 Thread Steven Payne
Best practice on the Wiki indicates that if the core modules need to be modified, to copy everything to another module and point everything back to the core modules. (What Nicolas said). On a side note, if anyone of the developers could show me how to update the documentation, I'd be willing

Attachments

2021-08-26 Thread Steven Payne
Is there any way OOTB to attach a file to a purchase order in OFBiz? I've tried looking at the content management system, but I can't seem to find a spot where I can associate it to the PO. Is there a tutorial somewhere that explains how to add attachments to things in OFBiz? I am thinking of

RE: Debugging OFBiz

2021-07-26 Thread Steven Payne
: https://cwiki.apache.org/confluence/display/OFBIZ/Running%20and%20Debugging%20OFBiz%20in%20Eclipse Regards, Steven Payne Inventory Control Coordinator -Original Message- From: Girish Vasmatkar Sent: July 26, 2021 6:25 AM To: ofbizuser Subject: Re: Debugging OFBiz In case you're

Debugging OFBiz

2021-07-23 Thread Steven Payne
Hi All, I am trying to setup OFBiz for debugging. I have tried following the instructions here: https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse I imported the project into eclipse and I can get it to start, but it stops right after loading a container.