Webstore Design/Functionality

2024-05-11 Thread james productive1 . com
Good morning we are looking for someone who has worked extensively with the 
webstore module.  We are looking to put together a design template that is 
comparable to what Shopify or Big Commerce offers.  If you are a consultant 
that has this expertise, please let us know ASAP.

Sincerely

James


Email Sending

2023-08-24 Thread james
Anyone have any issues send via googles SMTP?  We are now getting error
messages..

Thanks,

James


Front end/ Backend Opentaps/Ofbiz Developer

2023-08-14 Thread james
Good morning - Does anyone know of any good front end and backend
developers for Opentaps/Ofbiz?  We are currently trying to finish up an
e-commerce project. If so please let me know

Thanks,


James


POS Integration

2023-08-08 Thread james
We are integrating a POS system to Ofbiz.  One of the challenges is we
want orders from POS to come in as Order w/ Payment inside of Ofbiz but
these orders do not require inventory reservation or the shipping
process.  What should happen is the order comes in and decreases
inventory immediately and create a closed invoice.  Is this possible?

Thanks,

James


RE: Error Closing a Time Period

2023-08-08 Thread james
Thanks Paul!

 Original Message 
Subject: Re: Error Closing a Time Period
From: Paul Foxworthy 
Date: Sun, March 05, 2023 9:51 pm
To: user@ofbiz.apache.org

Hi again James,

I have found resetOrgGLAccountBalances in the OpenTAPS codebase in
GitHub:

https://github.com/opentaps/opentaps-1/blob/49f3ebcd3645b7e76fe3d71f43904ce65d7901b8/opentaps/financials/servicedef/services_ledger_ext.xml#L296

So the OpenTAPS community could probably help you more than OFBiz. If
you
use the link above you will see the class where the service is
implemented,
and I presume the web tools in OpenTAPS will also tell you.

Hope that helps.

Paul Foxworthy


On Mon, 6 Mar 2023 at 15:34, Paul Foxworthy  wrote:

> Hi James,
>
> You can use the web tools to see all services and how they have been
> implemented. On the trunk demo site,
> https://demo-trunk.ofbiz.apache.org/webtools/control/ServiceList .
>
> Neither closeAllTimePeriods nor resetOrgGLAccountBalances are listed in
> services in the trunk, and those services are not in the stable demo of
> version 18.12 either. Could they be customisations in your OFBiz?
>
> Closing a period is saying that you have reviewed the accounts and no more
> transactions will be added. For a large organization, closing a period is
> an important part of financial controls and reporting. Once a person in a
> CFO or similar role has closed the books, people can't make additional
> changes to the accounts for those periods.
>
> Apart from using webtools to find the implementation of those services, my
> general advice is - grep is your friend. Search your code base for those
> service names and the error message. From the error messages, I gather
> there is a closeAllTimePeriods service that closes for multiple time
> periods. There *is* a service closeFinancialTimePeriod, so I wonder if
> closeAllTimePeriods is calling that service repeatedly for different time
> periods. So you could add additional logging to work out which period is
> failing, and then run a trial balance report to try and identify why the
> trial balance doesn't total zero as it should.
>
> Hope that helps.
>
> Paul Foxworthy
>
> On Tue, 21 Feb 2023 at 07:39,  wrote:
>
>> We are trying to close a time period and we are getting the following
>> error:
>> "could not commit transaction for service [closeAlltimePeriods] call
>> Roll Back error could not commit transaction, was rolled back instead
>> because of Error in Service [resetOrgGLAccountBalances] Cannot reset GL
>> Account balances: resulting trial balance are not equal"
>>
>> Here is my question. 1. What exactly does closing a period do? 2. How
>> can I see the transaction so we can fix?
>>
>> Thanks,
>>
>> James
>>
>>
>>
>
> --
> Coherent Software Australia Pty Ltd
> PO Box 2773
> Cheltenham Vic 3192
> Australia
>
> Phone: +61 3 9585 6788
> Web: http://www.coherentsoftware.com.au/
> Email: i...@coherentsoftware.com.au
>


-- 
Coherent Software Australia Pty Ltd
PO Box 2773
Cheltenham Vic 3192
Australia

Phone: +61 3 9585 6788
Web: http://www.coherentsoftware.com.au/
Email: i...@coherentsoftware.com.au


Error Closing a Time Period

2023-02-20 Thread james
We are trying to close a time period and we are getting the following
error:
"could not commit transaction for service [closeAlltimePeriods] call
Roll Back error could not commit transaction, was rolled back instead
because of Error in Service [resetOrgGLAccountBalances] Cannot reset GL
Account balances: resulting trial balance are not equal"

Here is my question.  1. What exactly does closing a period do?  2. How
can I see the transaction so we can fix?

Thanks,

James




Call Center Software w/ Ofbiz

2022-05-19 Thread james

Anyone have any experience with open source call center software
integrated or built within Ofbiz. Software like Osdial or comparable. 
The requirement would be the ability to power dial or auto dial.  All
asterisk base

Thanks,

James


Looking for a ofbiz Resources

2022-04-22 Thread james
We are currently seeking Ofbiz front end and backend experiences
resources. If you are anyone you know are interested please contact me. 

Thanks,

James


RE: Ofbiz Inventory Value and Average Costs Adjustments

2022-03-30 Thread james
Perfect!  Thank you.  Do you know what entities are used to calculate
moving average?

 Original Message 
Subject: Re: Ofbiz Inventory Value and Average Costs Adjustments
From: Richard Fleming 
Date: Tue, March 29, 2022 5:11 pm
To: "user@ofbiz.apache.org" 

 Product_Average_cost on 17.12. 

Rick

 On Tuesday, March 29, 2022, 01:48:07 PM MDT, ja...@productive1.com
 wrote: 
 
 Good afternoon All.  Can anyone tell me where a products inventory
moving average is stored.  I am assuming this number is used in
financial transactions when the system is writing out the Average Cost
Value adjustment when a product ships.  I have been looking and can not
find where this is stored.

Thanks,

James


Ofbiz Inventory Value and Average Costs Adjustments

2022-03-29 Thread james
Good afternoon All.  Can anyone tell me where a products inventory
moving average is stored.  I am assuming this number is used in
financial transactions when the system is writing out the Average Cost
Value adjustment when a product ships.  I have been looking and can not
find where this is stored.

Thanks,

James


RE: Ofbiz Service crmsfa.reReserveInventoryByOrderPriority

2022-03-07 Thread james
Any thoughts on this?

 Original Message 
Subject: Ofbiz Service crmsfa.reReserveInventoryByOrderPriority
From: 
Date: Sun, February 27, 2022 5:55 pm
To: "user@ofbiz.apache.org" 

This service has a Description in which it Cancels and re-reserves all
orderItemShipGrpInvRes in a sequence defined by the
OrderShipGroupPriority entity, so that inventory is reallocated by order
priority. Can this be limited to just a product and not an order? Can
this re-reserve be restricted to just a group of warehouses. Will the
re reserve process go cross inventory items for the same product?

Thanks,

James


Ofbiz Service crmsfa.reReserveInventoryByOrderPriority

2022-02-27 Thread james
This service has a Description in which it Cancels and re-reserves all
orderItemShipGrpInvRes in a sequence defined by the
OrderShipGroupPriority entity, so that inventory is reallocated by order
priority.  Can this be limited to just a product and not an order?  Can
this re-reserve be restricted to just a group of warehouses.  Will the
re reserve process go cross inventory items for the same product?

Thanks,

James


RE: Workflow in OFBIZ

2022-02-17 Thread james
Thank you.  Is there anything to install to get Event Driven Services
monitor events and to send email?


 Original Message 
Subject: Re: Workflow in OFBIZ
From: Jacques Le Roux 
Date: Wed, February 16, 2022 1:39 pm
To: user@ofbiz.apache.org

This complete my answer:
https://cwiki.apache.org/confluence/display/OFBIZ/Service+Engine+Guide#ServiceEngineGuide-ecas

Le 16/02/2022 à 21:36, Jacques Le Roux a écrit :
> Hi James,
>
> Here you go:
> What's the recommended workflow engine in OFBiz? Is it Shark?:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=82706476#FAQTipsTricksCookbookHowTo-WorkflowEngine
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Project+Overview#ApacheOFBizProjectOverview-WorkEffort
>
> HTH
>
> Jacques
>
> Le 16/02/2022 à 20:29, ja...@productive1.com a écrit :
>> Is there any builtin workflow in Ofbiz. For example when an order
>> requires approval an email alert goes to the approver.  Or when an order
>> is ready to pick and pack an email alert goes to the warehouse? If so
>> where is this configured.  If not is there any script we can call from
>> an external source to achieve this?
>>
>> Thanks,
>>
>> James
>


Workflow in OFBIZ

2022-02-16 Thread james
Is there any builtin workflow in Ofbiz.  For example when an order
requires approval an email alert goes to the approver.  Or when an order
is ready to pick and pack an email alert goes to the warehouse?  If so
where is this configured.  If not is there any script we can call from
an external source to achieve this?

Thanks,

James


Re: Control ID Value

2022-02-12 Thread James Yong
Hi Emad,

If you are using trunk version, you may want to look at the following 2 
properties:
widget.dev.namedBorder=SOURCE
widget.dev.cmd.openSourceFile=idea ${sourceLocation}

There is a patch for trunk version at 
https://issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-10351
which may work for you as well.

Regards,
James

On 2022/02/12 14:09:33 Emad Radwan wrote:
> Hello Giulio,
> 
> Thanks again for the suggested trick and it's amazing.
> 
> Another related issue, please. Is there something similar for tracking 
> ‘visited’ code? The fact that Ofbiz execution depends on a lot of XML files 
> makes debugging a bit hard. 
> 
> So, I’ll really appreciate it if there’s some admin screen that shows which 
> modules/functions/services were executed while running a certain screen.
> 
> Regards,
> 
> Emad
> 
> > On 12 Feb 2022, at 3:13 PM, Giulio Speri - MpStyle Srl 
> >  wrote:
> > 
> > Hello Emad,
> > 
> > To perform that kind of check, you'll find a useful tool in the Webtools
> > backoffice application, named *Entity Engine*.
> > Once in the Webtools, you'll find the *EntityEngine* menu voice and from
> > there  different kinds of operations can be performed through specific
> > Tabs.
> > IMO the two most useful tools are *Entity Data Maintenance* and *Entity SQL
> > Processor*.
> > The *Entity Data Maintenance* lists all the entities and view entities in
> > the ofbiz db, and you can search for records in a specific table: with this
> > tool you should be able to do the "related" search you desire. In fact, for
> > example, if you search for the table Party and the PK "1", the entity
> > engine will show you obviously that record, but also it lists in a
> > drop-down element all the related entities and view-entities (ie:
> > PartyRole, PartyContactMech,...) letting the user explore related data.
> > This is a fast way to check all the values and entities related to a table.
> > 
> > The *Entity SQL Processor* is a tool with which you can perform SQL queries
> > to the db.
> > 
> > I hope I've been helpful.
> > 
> > Best regards,
> > Giulio
> > 
> > On Sat, Feb 12, 2022, 13:19 Emad Radwan  wrote:
> > 
> >> Hello Community,
> >> 
> >> Part of my strategy in understanding Ofbiz internal design is by
> >> inspecting values created in the DB, I do that by searching for values that
> >> I enter in Ofbiz GUI and trying to find what different tables contain such
> >> values.
> >> 
> >> When the Primary key value for a certain entity - Party for example - is
> >> open for data entry such as in the ‘Create Customer’ screen, it’ll be easy
> >> for me to achieve the above. On the other hand, in tables that the primary
> >> key is filled internally by a ‘sequence number’ that wouldn’t be possible.
> >> 
> >> My question here is, is there a way to control what kind of value is being
> >> inserted in such PK fields so I can find in my DB search all related tabes
> >> that was used while creating a certain transaction from the GUI?
> >> 
> >> Regards,
> >> 
> >> Emad
> 
> 


RE: Cycle Count/Inventory Counts

2022-01-29 Thread james
Is there an OTB process for this?

 Original Message 
Subject: Cycle Count/Inventory Counts
From: 
Date: Fri, January 28, 2022 3:44 pm
To: "user@ofbiz.apache.org" 

Is there a way to record inventory counts in mass instead of entering an
adjustment one by one? For a company with thousands of products this
could be very time consuming. 


Also anyone know how to set up sales tax by zip code?

thanks,

James


Cycle Count/Inventory Counts

2022-01-28 Thread james
Is there a way to record inventory counts in mass instead of entering an
adjustment one by one?  For a company with thousands of products this
could be very time consuming. 


Also anyone know how to set up sales tax by zip code?

thanks,

James


RE: Vendor Credits

2022-01-11 Thread james
Yes I am referring to supplier. The only issue that I am facing is there
is no way to apply the Vendor/Supplier credit to a future
Vendor/Supplier invoice. It seems the functionality only allows to apply
credits to Sales Invoices.

 Original Message 
Subject: Re: Vendor Credits
From: Pierre Smits 
Date: Tue, January 11, 2022 7:17 am
To: user@ofbiz.apache.org

Hi James,
"Vendor" is an ambiguous term. I guess you're referring to Suppliers and
Credit Invoices that are used to balance out Purchase Invoices, correct?

If so, yes. Functionality in play for RMA (return and credit invoicing)
for
customers should work similar for suppliers.

Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz <https://ofbiz.apache.org/>
since
2008 (without privileges)
Proud contributor to the ASF since 2006

*Apache Directory <https://directory.apache.org>, PMC Member*


On Tue, Jan 11, 2022 at 3:01 PM  wrote:

>
> Hi all. Is there any OTB functionality for Vendor Credits to apply
> against account. I know on the customer side we have Credit Memo that
> will cut a check and Billing Account that can apply against invoices.
> is there anything similar on the Vendor side where credits can be
> applied toward open Vendor Invoices
>
> thanks,
>
> James
>


Vendor Credits

2022-01-11 Thread james

Hi all.  Is there any OTB functionality for Vendor Credits to apply
against account.  I know on the customer side we have Credit Memo that
will cut a check and Billing Account that can apply against invoices. 
is there anything similar on the Vendor side where credits can be
applied toward open Vendor Invoices

thanks,

James


Jasper Reports - Need Help (Paid Engagement)

2021-12-13 Thread james
Good afternoon - My manager has instructed me to find a resource
familiar with JRSML files Jasper Reports that can customize invoices and
other documents in Ofbiz.  Please let me know if you have this skill or
if you know of anyone please let me know ASAP.  We only have a few
simple changes.

Thanks,

James


RE: Back Orders

2021-12-09 Thread james
Has anyone seen the attached error when creating a production run?  We
have proper dates set for the BOM and Routings.  

 Original Message 
Subject: RE: Back Orders
From: 
Date: Tue, November 16, 2021 9:55 am
To: "user@ofbiz.apache.org" 

anyone have any idea on how the system was designed to function?


 Original Message 
Subject: Back Orders
From: 
Date: Wed, November 10, 2021 12:33 pm
To: "user@ofbiz.apache.org" 

Can someone tell me how backorders are suppose to function out of the
box. Here is what I am seeing

1. Order Placed with a total of 10 items with 1 item that is back
ordered (Correct)
2. Pick List Created with 9 items (Correct)
3. When packing the system should only show 9 items but system is
showing all 10 items (incorrect)
4. After Original Order is shipped and the backordered product is
received then the backordered item is now available for picking but
should have ship group 2 but currently it has ship group 1

Am I missing something? Can anyone let me know how it is suppose to
function?


RE: Back Orders

2021-11-16 Thread james
anyone have any idea on how the system was designed to function?


 Original Message 
Subject: Back Orders
From: 
Date: Wed, November 10, 2021 12:33 pm
To: "user@ofbiz.apache.org" 

Can someone tell me how backorders are suppose to function out of the
box. Here is what I am seeing

1. Order Placed with a total of 10 items with 1 item that is back
ordered (Correct)
2. Pick List Created with 9 items (Correct)
3. When packing the system should only show 9 items but system is
showing all 10 items (incorrect)
4. After Original Order is shipped and the backordered product is
received then the backordered item is now available for picking but
should have ship group 2 but currently it has ship group 1

Am I missing something? Can anyone let me know how it is suppose to
function?


Back Orders

2021-11-10 Thread james
Can someone tell me how backorders are suppose to function out of the
box.  Here is what I am seeing

1. Order Placed with a total of 10 items with 1 item that is back
ordered (Correct)
2. Pick List Created with 9 items (Correct)
3. When packing the system should only show 9 items but system is
showing all 10 items (incorrect)
4. After Original Order is shipped and the backordered product is
received then the backordered item is now available for picking but
should have ship group 2 but currently it has ship group 1

Am I missing something?  Can anyone let me know how it is suppose to
function?


RE: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-22 Thread james
Every time there is an order the system goes through a Re-Reserve
process.  There are some circumstances where a user we need to EXCLUDE a
warehouse/facility from this re-reserve process.  Is there something OTB
for this?


 Original Message 
Subject: Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please
Help
From: Giulio Speri - MpStyle Srl 
Date: Wed, October 20, 2021 1:54 pm
To: user@ofbiz.apache.org

Hello James,

Could you please share some more details on the context of usage of the
facilities?
Are you using them for an e-commerce site (facilities associated to a
Product storie) or you use them in totally different context?

Thanks,
Giulio

On Wed, Oct 20, 2021, 20:52  wrote:

>
> Good Afternoon. We have one main warehouse and 5 virtual warehouse
> (i.e. damaged, In Transit, Repairs, etc). Ofbiz seems to re - reserve
> after every order creation and it is constantly reserving product to
> these Virtual Warehouses. How can I stop this from happening. How can
> we simply have First Come First Serve unless we want to reprioritze a
> single order at a time. This is causing a HUGE headache. Any help is
> greatly appreciatedmy boss is ALL OVER ME with this issue
>
> Thanks,
>
> James
>


Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-20 Thread james

Good Afternoon.  We have one main warehouse and 5 virtual warehouse
(i.e. damaged, In Transit, Repairs, etc).  Ofbiz seems to re - reserve
after every order creation and it is constantly reserving product to
these Virtual Warehouses.  How can I stop this from happening.  How can
we simply have First Come First Serve unless we want to reprioritze a
single order at a time.  This is causing a HUGE headache.  Any help is
greatly appreciatedmy boss is ALL OVER ME with this issue

Thanks,

James


Inventory Reservation

2021-10-07 Thread james

Is there a way NOT to reserve inventory at the time of order creation
but allow a function in the Facility so that the user can choose what
orders get inventory instead of the system choosing?

What is the meaning of the following STORE definitions

Reserve Inventory Yes or No?
Reserve Order Enum ID?
Is Immediately Fulfilled?
Balance Reserve on Order Creation
Require Inventory Yes or No?

Thanks,

James


RE: Order Reservation Priority

2021-09-16 Thread james
I only see 1, 2 or 3.  Is 1 top priority?  Can I update this in the
database as I need to set a bulk action.  Is there another way?  What is
the database table for this?

 Original Message 
Subject: Re: Order Reservation Priority
From: Yashwant Dhakad 
Date: Wed, September 15, 2021 9:52 pm
To: user@ofbiz.apache.org

Hi James,
We have a priority flag on order, you can set higher priority for the
order
which ships first and can set low priority for another order. In this
flow
the order reservation reshuffle.

On Wed, Sep 15, 2021 at 5:58 PM  wrote:

>
> Is there a way in Ofbiz reprioritize sales order reservations? Here is
> the scenario. We have inventory on hand but 0 available to promise. I
> want to give inventory to one customer over another one. Is this
> possible?
>
>
> Thanks,
>
> James
>


-- 
Kind Regards,
Yashwant Dhakad
Sr. Technical Consultant

*HotWax Systems*
*Enterprise open source experts*
cell: +91-9098240513
office: 0731-409-3684
http://www.hotwaxsystems.com


Order Reservation Priority

2021-09-15 Thread james

Is there a way in Ofbiz reprioritize sales order reservations?  Here is
the scenario.  We have inventory on hand but 0 available to promise.  I
want to give inventory to one customer over another one.  Is this
possible?


Thanks,

James


RE: Inventory Transfer

2021-08-24 Thread james

Is it possible to create an Order Type Called Inventory Transfer in
which the following is done.

Sales Order (Order Type Inventory Transfer is Created)
Order is Picker /Packed and Shipped
Ofbiz Creates a Inventory Transfer with status of In Transit
When Product Received in the Receiving Warehouse it goes to Complete.

Please let me know if anyone has customized the system to reflect this
process.
 Original Message 
Subject: Inventory Transfer
From: 
Date: Tue, August 24, 2021 4:51 am
To: "user@ofbiz.apache.org" 


Typically in a distribution environment if they are transferring
inventory to a secondary warehouse there is a need to put multiple
products on one inventory transfer. I could not find a way to do that
in Ofbiz. Is there a way to accomplish this?

Thanks,

James


Inventory Transfer

2021-08-24 Thread james

Typically in a distribution environment if they are transferring
inventory to a secondary warehouse there is a need to put multiple
products on one inventory transfer.  I could not find a way to do that
in Ofbiz.  Is there a way to accomplish this?

Thanks,

James


RE: XML Exports

2021-08-19 Thread james
Is there a real inventory transfer process in Ofbiz where you can put
multiple products on one inventory transfer and actually ship everything
on the inventory transfer?

Thanks,

James


RE: XML Exports

2021-08-11 Thread james
Where does it dump the xml files?


 Original Message 
Subject: Re: XML Exports
From: Gil Portenseigne 
Date: Wed, August 11, 2021 1:39 am
To: user@ofbiz.apache.org

Hello James,

You can find in webtools [1] several tools to export your data.
You can select the table to export or export all data.

Regards,

Gil

[1] https://demo-trunk.ofbiz.apache.org/webtools/control/xmldsdump

On Tue, Aug 10, 2021 at 07:59:03AM -0700, ja...@productive1.com wrote:
> Is there a way to get all XML data formats out of OFbiz so the template
> can be used for import?
> 
> Thanks,
> 
> James


XML Exports

2021-08-10 Thread james
Is there a way to get all XML data formats out of OFbiz so the template
can be used for import?

Thanks,

James


RE: Free Shipping for specific Classification of Customers

2021-07-29 Thread james
For some reason free shipping in promotions doesn't work.

If want to set up free shipping based on the total of the order in
"Shipping Estimate" I do not have any Price Break ID.  How and where is
the Price Break ID created?

 Original Message 
Subject: Re: Free Shipping for specific Classification of Customers
From: Nicolas Malin 
Date: Sat, July 24, 2021 11:58 am
To: user@ofbiz.apache.org

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 and only for specific classifications of customers?
>
> Thanks,
>
> James


Free Shipping for specific Classification of Customers

2021-07-24 Thread james
What is the best way to set up free shipping based on total amount of
order and only for specific classifications of customers?

Thanks,

James


Batch Print Invoices in OFBIZ

2021-07-15 Thread james
Is it possible to Batch Print Invoices by Date Range OTB in Of Biz?

Thanks,

James


Re: AW: BUILD FAILED

2021-05-10 Thread James Brett
Hi Dan

I have run 'C:\apache-ofbiz-17.12.07>init-gradle-wrapper'.

This process asks for UAC permission, then when granted, seemingly does 
nothing. Am I missing something??

On 2021/05/10 06:43:43, Daniel Watford  wrote: 
> Hi James,
> 
> The gradlew script is not included with ofbiz releases, you need to
> retrieve it by running the init-gradle-wrapper script. See section 2.1 here
> - Apache OFBiz User Manual (ofbizextra.org)
> <https://ofbizextra.org/ofbiz_adocs/docs/asciidoc/user-manual.html>
> 
> 
> On Mon, 10 May 2021 at 07:29, James Brett  wrote:
> 
> > Hi Ingo
> >
> > Neither of these folders are in the installation directory.
> >
> > Thanks for your help,
> >
> > James.
> >
> > On 2021/05/07 08:10:57, Ingo Wolfmayr  wrote:
> > > Hi James,
> > >
> > > I asume your gradle version is not up to date. Can you go into your
> > Ofbiz installation directory look for the hidden .gradle folder and let us
> > know if you see the folder "4.5.1". If not, delete the content of the
> > folder, build Ofbiz and check again.
> > >
> > > Best regards
> > > Ingo
> > >
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: James Brett 
> > > Gesendet: Donnerstag, 6. Mai 2021 10:50
> > > An: user@ofbiz.apache.org
> > > Betreff: BUILD FAILED
> > >
> > > Hi allcd .
> > >
> > > I need some help installing ofbiz. After running the gradle
> > init-gradle-wrapper command  receive the following. Your help is greatly
> > appreciated!:
> > >
> > > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build
> > failed with an exception.
> > > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file
> > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went
> > wrong:
> > > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem
> > occurred evaluating root project 'ofbiz'.
> > > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not
> > find method metadataSources() for arguments
> > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
> > on
> > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with
> > --stacktrace option to get the stack trace.
> > >
> >
> 
> 
> -- 
> Daniel Watford
> 


Re: RE: BUILD FAILED

2021-05-10 Thread James Brett
Hi Katie

Thanks for your help. Can you be more specific - Where do I get the 
gradle-wrapper.jar file from?

I realised that I was using an outdated version of gradle and have since 
updated to v6.9. The build appeared to make more progress than previous but has 
still failed with the following result:

Gradle 6.9


Build time:   2021-05-07 07:28:53 UTC
Revision: afe2e24ababc7b0213cc44970aa18035fc0e

Kotlin:   1.4.20
Groovy:   2.5.12
Ant:  Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM:  1.8.0_292 (AdoptOpenJDK 25.292-b10)
OS:   Windows 10 10.0 amd64

C:\Users\jbret>cd C:\apache-ofbiz-17.12.07

C:\apache-ofbiz-17.12.07>gradle init-gradle-wrapper

FAILURE: Build failed with an exception.

* What went wrong:
Task 'init-gradle-wrapper' not found in root project 'ofbiz'.

* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option 
to get the stack trace. Run with --info or --debug option to get more log 
output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 49s

On 2021/05/10 06:35:54, "Katie Qiu"  wrote: 
> Hi James,
> 
> You need to install gradle-wrapper.jar file and put it in the folder at 
> project folder -> gradle -> wrapper
> 
> Thanks
> Katie
> 
> -Original Message-
> From: James Brett [mailto:jbrett.m...@gmail.com] 
> Sent: Sunday, May 09, 2021 11:27 PM
> To: user@ofbiz.apache.org
> Subject: Re: BUILD FAILED
> 
> Hi Girish
> 
> Thank you for your reply. Gradlew doesn't seem to work either and returns the 
> following:
> 
> C:\Users\jbret\Downloads\apache-ofbiz-17.12.07\apache-ofbiz-17.12.07>gradlew 
> init-gradle-wrapper
> Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
> 
> C:\Users\jbret\Downloads\apache-ofbiz-17.12.07\apache-ofbiz-17.12.07>gradlew 
> gradlew
> Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
> 
> On 2021/05/07 10:51:17, Girish Vasmatkar  
> wrote: 
> > "gradle gradlew'" does nothing.
> > 
> > Please use *gradlew* instead of *gradle*.
> > 
> > *gradle* command will use the version that is found on your PATH and 
> > chances of mismatch exists.
> > 
> > Best Regards,
> > Girish
> > 
> > On Fri, May 7, 2021 at 1:41 PM Ingo Wolfmayr 
> > wrote:
> > 
> > > Hi James,
> > >
> > > I asume your gradle version is not up to date. Can you go into your 
> > > Ofbiz installation directory look for the hidden .gradle folder and 
> > > let us know if you see the folder "4.5.1". If not, delete the 
> > > content of the folder, build Ofbiz and check again.
> > >
> > > Best regards
> > > Ingo
> > >
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: James Brett 
> > > Gesendet: Donnerstag, 6. Mai 2021 10:50
> > > An: user@ofbiz.apache.org
> > > Betreff: BUILD FAILED
> > >
> > > Hi allcd .
> > >
> > > I need some help installing ofbiz. After running the gradle 
> > > init-gradle-wrapper command  receive the following. Your help is 
> > > greatly
> > > appreciated!:
> > >
> > > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: 
> > > Build failed with an exception.
> > > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file 
> > > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went 
> > > wrong:
> > > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem 
> > > occurred evaluating root project 'ofbiz'.
> > > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not 
> > > find method metadataSources() for arguments 
> > > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66
> > > $_closure68@a85644c]
> > > on
> > > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with 
> > > --stacktrace option to get the stack trace.
> > >
> > 
> 
> 


Re: AW: BUILD FAILED

2021-05-10 Thread James Brett
Hi Ingo

Neither of these folders are in the installation directory.

Thanks for your help,

James.

On 2021/05/07 08:10:57, Ingo Wolfmayr  wrote: 
> Hi James,
> 
> I asume your gradle version is not up to date. Can you go into your Ofbiz 
> installation directory look for the hidden .gradle folder and let us know if 
> you see the folder "4.5.1". If not, delete the content of the folder, build 
> Ofbiz and check again.
> 
> Best regards
> Ingo
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: James Brett  
> Gesendet: Donnerstag, 6. Mai 2021 10:50
> An: user@ofbiz.apache.org
> Betreff: BUILD FAILED
> 
> Hi allcd .
> 
> I need some help installing ofbiz. After running the gradle 
> init-gradle-wrapper command  receive the following. Your help is greatly 
> appreciated!:
> 
> 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build 
> failed with an exception.
> 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file 
> 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
> 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred 
> evaluating root project 'ofbiz'.
> 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not find 
> method metadataSources() for arguments 
> [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
>  on 
> org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with 
> --stacktrace option to get the stack trace.
> 


Re: BUILD FAILED

2021-05-10 Thread James Brett
Hi Girish

Thank you for your reply. Gradlew doesn't seem to work either and returns the 
following:

C:\Users\jbret\Downloads\apache-ofbiz-17.12.07\apache-ofbiz-17.12.07>gradlew 
init-gradle-wrapper
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

C:\Users\jbret\Downloads\apache-ofbiz-17.12.07\apache-ofbiz-17.12.07>gradlew 
gradlew
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

On 2021/05/07 10:51:17, Girish Vasmatkar  
wrote: 
> "gradle gradlew'" does nothing.
> 
> Please use *gradlew* instead of *gradle*.
> 
> *gradle* command will use the version that is found on your PATH and
> chances of mismatch exists.
> 
> Best Regards,
> Girish
> 
> On Fri, May 7, 2021 at 1:41 PM Ingo Wolfmayr 
> wrote:
> 
> > Hi James,
> >
> > I asume your gradle version is not up to date. Can you go into your Ofbiz
> > installation directory look for the hidden .gradle folder and let us know
> > if you see the folder "4.5.1". If not, delete the content of the folder,
> > build Ofbiz and check again.
> >
> > Best regards
> > Ingo
> >
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: James Brett 
> > Gesendet: Donnerstag, 6. Mai 2021 10:50
> > An: user@ofbiz.apache.org
> > Betreff: BUILD FAILED
> >
> > Hi allcd .
> >
> > I need some help installing ofbiz. After running the gradle
> > init-gradle-wrapper command  receive the following. Your help is greatly
> > appreciated!:
> >
> > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build
> > failed with an exception.
> > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file
> > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
> > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem
> > occurred evaluating root project 'ofbiz'.
> > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not find
> > method metadataSources() for arguments
> > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
> > on
> > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with
> > --stacktrace option to get the stack trace.
> >
> 


Re: BUILD FAILED

2021-05-07 Thread James Brett
Hi Girish

This is the resulting failure from running 'gradle gradlew' command.

C:\apache-ofbiz-17.12.07>gradle gradlew

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105

* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not find method metadataSources() for arguments 
> [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@3f9b7fe1]
>  on 
> org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@35d26ad2.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Total time: 13.747 secs

On 2021/05/07 07:24:42, James Brett  wrote: 
> Hi Girish
> 
> Thanks for your reply. I'm sorry I should have mentioned, I am not a 
> developer so I don't quite understand. What is the command I should enter to 
> run 'gradlew'?
> 
> Thanks again,
> 
> James.
> 
> On 2021/05/06 10:57:59, Girish Vasmatkar  
> wrote: 
> > Hi James
> > 
> > Since you're running "gradle", instead of "gradlew", chances are there is a
> > version mismatch because gradlew will make sure to download the compatible
> > gradle version to use for installation of OFBiz version in question. Using
> > gradle will use the version that's on your "PATH" which may or may not be
> > compatible.
> > 
> > Could you please try with "gradlew" once?
> > 
> > Best,
> > Girish
> > 
> > 
> > 
> > On Thu, May 6, 2021 at 3:58 PM James Brett  wrote:
> > 
> > > Hi Jacques
> > >
> > > My apologies - I thought I had already subscribed.
> > >
> > > After I ran 'gradle init-gradle-wrapper' command (which failed), I ran
> > > 'gradle --debug' which returned the errors in my original post. I am using
> > > Windows 10.
> > >
> > > Thanks,
> > >
> > > James.
> > >
> > > On 2021/05/06 09:26:30, Jacques Le Roux 
> > > wrote:
> > > > Hi James,
> > > >
> > > > Your message has been moderated, else it would not have reached this
> > > Mailing List.
> > > >
> > > > Please subscribe to the user ML for such questions and then use your
> > > email client.
> > > > See why here http://ofbiz.apache.org/mailing-lists.html.
> > > >
> > > > You will get a better support, people can answer you on the ML.
> > > > The wider the audience the better the answers you might get.
> > > >
> > > > Also it's more work for moderators who have to accept your messages as
> > > long as you have not subscribed.
> > > > I'll personally no longer accept them (other moderators still could).
> > > >
> > > > Thanks
> > > >
> > > > This said, could you tell us more about what you exactly did after
> > > init-gradle-wrapper? On what environment (OS) are you?
> > > >
> > > > Jacques
> > > >
> > > > Le 06/05/2021 à 10:50, James Brett a écrit :
> > > > > Hi all
> > > > >
> > > > > I need some help installing ofbiz. After running the gradle
> > > init-gradle-wrapper command  receive the following. Your help is greatly
> > > appreciated!:
> > > > >
> > > > > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE:
> > > Build failed with an exception.
> > > > > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > > > > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file
> > > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > > > > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went
> > > wrong:
> > > > > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem
> > > occurred evaluating root project 'ofbiz'.
> > > > > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not
> > > find method metadataSources() for arguments
> > > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
> > > on
> > > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > > > > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > > > > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with
> > > --stacktrace option to get the stack trace.
> > > >
> > > >
> > >
> > 
> 


Re: BUILD FAILED

2021-05-07 Thread James Brett
Hi Jacques

I'm sorry I should have mentioned that I am not a developer - I ran the debug 
because it was suggested by the resulting build failure.

Thanks for your help,

James.

On 2021/05/06 11:16:51, Jacques Le Roux  wrote: 
> What did you expect to do with 'gradle --debug'?
> 
> Please refer to 
> https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html (and 
> subscribe to user ML, don't expect direct answers from 
> me, TIA)
> 
> HTH
> 
> Jacques
> 
> Le 06/05/2021 à 11:33, James Brett a écrit :
> > Hi Jacques
> >
> > My apologies - I thought I had already subscribed.
> >
> > After I ran 'gradle init-gradle-wrapper' command (which failed), I ran 
> > 'gradle --debug' which returned the errors in my original post. I am using 
> > Windows 10.
> >
> > Thanks,
> >
> > James.
> >
> > On Thu, May 6, 2021 at 9:27 PM Jacques Le Roux 
> > mailto:jacques.le.r...@les7arts.com>> wrote:
> >
> > Hi James,
> >
> > Your message has been moderated, else it would not have reached this 
> > Mailing List.
> >
> > Please subscribe to the user ML for such questions and then use your 
> > email client.
> > See why here http://ofbiz.apache.org/mailing-lists.html 
> > <http://ofbiz.apache.org/mailing-lists.html>.
> >
> > You will get a better support, people can answer you on the ML.
> > The wider the audience the better the answers you might get.
> >
> > Also it's more work for moderators who have to accept your messages as 
> > long as you have not subscribed.
> > I'll personally no longer accept them (other moderators still could).
> >
> > Thanks
> >
> > This said, could you tell us more about what you exactly did after 
> > init-gradle-wrapper? On what environment (OS) are you?
> >
> > Jacques
> >
> > Le 06/05/2021 à 10:50, James Brett a écrit :
> > > Hi all
> > >
> > > I need some help installing ofbiz. After running the gradle 
> > init-gradle-wrapper command  receive the following. Your help is greatly 
> > appreciated!:
> > >
> > > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: 
> > Build failed with an exception.
> > > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file 
> > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went 
> > wrong:
> > > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem 
> > occurred evaluating root project 'ofbiz'.
> > > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not 
> > find method metadataSources() for arguments
> > 
> > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
> >  on
> > 
> > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with 
> > --stacktrace option to get the stack trace.
> >
> 


Re: BUILD FAILED

2021-05-07 Thread James Brett
Hi Girish

Thanks for your reply. I'm sorry I should have mentioned, I am not a developer 
so I don't quite understand. What is the command I should enter to run 
'gradlew'?

Thanks again,

James.

On 2021/05/06 10:57:59, Girish Vasmatkar  
wrote: 
> Hi James
> 
> Since you're running "gradle", instead of "gradlew", chances are there is a
> version mismatch because gradlew will make sure to download the compatible
> gradle version to use for installation of OFBiz version in question. Using
> gradle will use the version that's on your "PATH" which may or may not be
> compatible.
> 
> Could you please try with "gradlew" once?
> 
> Best,
> Girish
> 
> 
> 
> On Thu, May 6, 2021 at 3:58 PM James Brett  wrote:
> 
> > Hi Jacques
> >
> > My apologies - I thought I had already subscribed.
> >
> > After I ran 'gradle init-gradle-wrapper' command (which failed), I ran
> > 'gradle --debug' which returned the errors in my original post. I am using
> > Windows 10.
> >
> > Thanks,
> >
> > James.
> >
> > On 2021/05/06 09:26:30, Jacques Le Roux 
> > wrote:
> > > Hi James,
> > >
> > > Your message has been moderated, else it would not have reached this
> > Mailing List.
> > >
> > > Please subscribe to the user ML for such questions and then use your
> > email client.
> > > See why here http://ofbiz.apache.org/mailing-lists.html.
> > >
> > > You will get a better support, people can answer you on the ML.
> > > The wider the audience the better the answers you might get.
> > >
> > > Also it's more work for moderators who have to accept your messages as
> > long as you have not subscribed.
> > > I'll personally no longer accept them (other moderators still could).
> > >
> > > Thanks
> > >
> > > This said, could you tell us more about what you exactly did after
> > init-gradle-wrapper? On what environment (OS) are you?
> > >
> > > Jacques
> > >
> > > Le 06/05/2021 à 10:50, James Brett a écrit :
> > > > Hi all
> > > >
> > > > I need some help installing ofbiz. After running the gradle
> > init-gradle-wrapper command  receive the following. Your help is greatly
> > appreciated!:
> > > >
> > > > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE:
> > Build failed with an exception.
> > > > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > > > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file
> > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > > > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went
> > wrong:
> > > > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem
> > occurred evaluating root project 'ofbiz'.
> > > > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not
> > find method metadataSources() for arguments
> > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
> > on
> > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > > > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > > > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > > > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with
> > --stacktrace option to get the stack trace.
> > >
> > >
> >
> 


Re: BUILD FAILED

2021-05-06 Thread James Brett
Hi Jacques

My apologies - I thought I had already subscribed.

After I ran 'gradle init-gradle-wrapper' command (which failed), I ran 'gradle 
--debug' which returned the errors in my original post. I am using Windows 10.

Thanks,

James.

On 2021/05/06 09:26:30, Jacques Le Roux  wrote: 
> Hi James,
> 
> Your message has been moderated, else it would not have reached this Mailing 
> List.
> 
> Please subscribe to the user ML for such questions and then use your email 
> client.
> See why here http://ofbiz.apache.org/mailing-lists.html.
> 
> You will get a better support, people can answer you on the ML.
> The wider the audience the better the answers you might get.
> 
> Also it's more work for moderators who have to accept your messages as long 
> as you have not subscribed.
> I'll personally no longer accept them (other moderators still could).
> 
> Thanks
> 
> This said, could you tell us more about what you exactly did after 
> init-gradle-wrapper? On what environment (OS) are you?
> 
> Jacques
> 
> Le 06/05/2021 à 10:50, James Brett a écrit :
> > Hi all
> >
> > I need some help installing ofbiz. After running the gradle 
> > init-gradle-wrapper command  receive the following. Your help is greatly 
> > appreciated!:
> >
> > 20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build 
> > failed with an exception.
> > 20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
> > 20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file 
> > 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
> > 20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
> > 20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred 
> > evaluating root project 'ofbiz'.
> > 20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not find 
> > method metadataSources() for arguments 
> > [build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
> >  on 
> > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
> > 20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
> > 20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
> > 20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with 
> > --stacktrace option to get the stack trace.
> 
> 


BUILD FAILED

2021-05-06 Thread James Brett
Hi all

I need some help installing ofbiz. After running the gradle init-gradle-wrapper 
command  receive the following. Your help is greatly appreciated!:

20:48:24.713 [ERROR] [org.gradle.BuildExceptionReporter]
20:48:24.720 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed 
with an exception.
20:48:24.729 [ERROR] [org.gradle.BuildExceptionReporter]
20:48:24.735 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
20:48:24.741 [ERROR] [org.gradle.BuildExceptionReporter] Build file 
'C:\apache-ofbiz-17.12.07\build.gradle' line: 105
20:48:24.747 [ERROR] [org.gradle.BuildExceptionReporter]
20:48:24.754 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
20:48:24.762 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred 
evaluating root project 'ofbiz'.
20:48:24.768 [ERROR] [org.gradle.BuildExceptionReporter] > Could not find 
method metadataSources() for arguments 
[build_87kry1wo6oq9n2cqpmtyx198q$_run_closure3$_closure62$_closure66$_closure68@a85644c]
 on 
org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository_Decorated@40ce9049.
20:48:24.777 [ERROR] [org.gradle.BuildExceptionReporter]
20:48:24.784 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
20:48:24.791 [ERROR] [org.gradle.BuildExceptionReporter] Run with --stacktrace 
option to get the stack trace.


Re: Does ofbiz generate an invoice after product is ordered and paid

2021-05-03 Thread James Yong
Hi Katie,

You may be interested in the book OFBiz E-Commerce Out-Of-The-Box.

Other OFBiz-related books can be found in 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Related+Books

Regards,
James

On 2021/05/01 07:21:58, "Katie Qiu"  wrote: 
> Hi,
> 
>  
> 
> I ordered a product, and put it to cart, then paid it by credit card on
> ofbiz demo db. After the process is done, does ofbiz create an invoice for
> the order? Would someone please tell me what happens in ofbiz database after
> a product is ordered and paid on ecommerce site.
> 
>  
> 
>  
> 
> Thanks,
> 
> Katie
> 
> 


Promotions

2021-04-16 Thread james
Does anyone know if there can be a promotion on terms?  For example. 
Buy $5000 your terms are net 90.  Buy 10,000 your terms are net 120. 
Buy 15,000 invoice due Jan 1st etc?

Thanks,

James


Deposit on Purchase Order

2021-04-08 Thread james

We have a situation where we need to put a deposit down on a Purchase
Order similar to how it done on a sales order.  Anyone know the best way
to accomplish this.  On the sales side there is a payment created but I
don't know how it's applied to the invoice once the invoice is created. 
Any help in this process is much appreciated.

Thanks,

James


Apply Payment to GL Account

2021-03-30 Thread james

In AR there is the ability to Apply Payment to GL Account.  Does anyone
know the business reason why a payment would be applied to a GL Account?
 Anyone know how to record a deposit on a purchase Order?

Thanks,

James


Agreements "Pricing"

2021-03-29 Thread james
Good afternoon I see that I can set up an Agreement and have random
pricing set up to a Party.  Is it possible to use an agreement to set up
pricing set you to a Party Classification instead of a customer.  There
is no formula used to calculate the price...it is just random.  So again
agreements can be used to add multiple products and pricing at a part
level but can this be done at a party classification level?

Thanks,

James


Down Payment Against a Purchase Order

2021-02-16 Thread james
Can someone explain how you can take a deposit for a Purchase Order? 
How does Ofbiz handle that?

Thanks,

James




RE: Manufacturing -> Production Orders & Set Up

2021-02-06 Thread james
Any idea or direction of where I can look?

 Original Message 
Subject: Manufacturing -> Production Orders & Set Up
From: 
Date: Wed, February 03, 2021 9:09 pm
To: "user@ofbiz.apache.org" 

All we are setting up a BOM, Routing and Routing Tasks that operates as
follows

My Routing will consist of the following Routing Tasks

Task 1
Task 2
Task 3

My BOM is made up of 5 Products
Product 1 - Associated with Task 1
Product 2-Associated with Task 1
Product 3-Associated with Task 2
Product 4-Associated with Task 2
Product 5-Associated with Task 2

When running the production run I want product picked based on the tasks
they are associated with. Is this possible? 

We are having issues where ALL of the BOM is not showing up on the
Production run

Thanks,

James


Re: How to get a service call stack?

2021-02-05 Thread James Yong
Hi Danny,

This jira issue may be useful for you:
https://issues.apache.org/jira/browse/OFBIZ-10351

Regards,
James

On 2021/02/04 15:10:37, Danny Trunk  wrote: 
> Hello,
> 
> let's imagine Service A is calling Service B directly through 
> dispatcher.runSync and Service C is running as an SECA action of Service B. 
> The call stack would be: Service A -> Service B -> Service C (through SECA)
> 
> Or let's imagine Service D is running as an EECA action of entity Product. 
> The call stack would be: Product Entity -> Service D (through EECA)
> 
> Is it possible to get that information somehow?
> I can't find anything helpful in DispatchContext or GenericDispatcher.
> 
> Output into a log file would be great.
> 
> Kind regards
> Danny.
> 


Manufacturing -> Production Orders & Set Up

2021-02-03 Thread james
All we are setting up a BOM, Routing and Routing Tasks that operates as
follows

My Routing will consist of the following Routing Tasks

Task 1
Task 2
Task 3

My BOM is made up of 5 Products
Product 1 - Associated with Task 1
Product 2-Associated with Task 1
Product 3-Associated with Task 2
Product 4-Associated with Task 2
Product 5-Associated with Task 2

When running the production run I want product picked based on the tasks
they are associated with.  Is this possible?  

We are having issues where ALL of the BOM is not showing up on the
Production run

Thanks,

James


Check Register

2020-11-23 Thread james
Is there a check register in Ofbiz?

Thanks,

James


Authorize.net Integration

2020-10-14 Thread james
We have integration with Authorize.net on the order which works great
when a customer wants to pay for the order in advance via credit card. 
Is there anywhere in Ofbiz that lets you pay for an order or invoice
with credit card after the order has been invoiced and is now in a
complete status.  There are several business cases where the
order/invoice needs to be paid via a credit card after order is
completed.  It does not let you do it on the order.  Is there some where
else we should be looking?

Thanks,

James


Journal Entries for Reverse Assembly

2020-09-09 Thread james

All - This may be a question for Sharan Foga but I will put it out to
the group.  Can someone explain to me the proper accounting transaction
for Reverse Assemblies?  Also where in Ofbiz is this configured?

Thanks,

James


RE: System Set Up - Data Upload

2020-08-24 Thread james
Where can I get demo data files?

 Original Message 
Subject: Re: System Set Up - Data Upload
From: Pritam Kute 
Date: Sun, August 23, 2020 9:05 pm
To: user@ofbiz.apache.org

Hello James,

For directly uploading data to the database, you can use the XML data
uploader tool at the backend.

https://localhost:8443/webtools/control/EntityImport

You need to prepare data in XML format and then upload it using this
tool.
For preparing XML data files, you can refer to demo data files in OFBiz.

Kind Regards,
--
Pritam Kute


On Sun, Aug 23, 2020 at 7:28 PM  wrote:

> Team - After reviewing the import feature of Ofbiz it seems to be
> lacking when it comes to data upload. How are some of you uploading
> data like Pricing, Agreements, Detail Product Information, Starting
> inventory quantities, product categories, customer classifications, etc.
> Has any developed any templates? Can some of these be uploaded
> directly to the database?
>
> Thanks,
>
> James
>


System Set Up - Data Upload

2020-08-23 Thread james
Team - After reviewing the import feature of Ofbiz it seems to be
lacking when it comes to data upload.  How are some of you uploading
data like Pricing, Agreements, Detail Product Information, Starting
inventory quantities, product categories, customer classifications, etc.
 Has any developed any templates?  Can some of these be uploaded
directly to the database?

Thanks,

James


Re: Unable to impersonate

2020-08-21 Thread James Yong
Hi Gil,

Thanks for the info. 
I managed to test the function.

Regards,
James

On 2020/08/19 15:34:27, Gil Portenseigne  wrote: 
> Hello James,
> 
> When i met this issue, that means that the user you try to impersonate
> has not the permission for the current webapp.
> 
> Gil
> 
> On Wed, Aug 19, 2020 at 02:34:21PM -, James Yong wrote:
> > Hi all,
> > 
> > I logged in as admin and tried to impersonate other accounts, but keep 
> > getting "You cannot login to this application" error.
> > Anyone know why?
> > I am using trunk version.
> > 
> > Regards,
> > James
> 


Unable to impersonate

2020-08-19 Thread James Yong
Hi all,

I logged in as admin and tried to impersonate other accounts, but keep getting 
"You cannot login to this application" error.
Anyone know why?
I am using trunk version.

Regards,
James


Cycle Count or Physical Inventory

2020-08-01 Thread james

is there support for counting physical inventory of even cycle counting
using the ABC methodology within Ofbiz?

Thanks,

James


MyPortal - Demo Access

2020-06-29 Thread james
Is there a demo trunk for the MyPortal Access for employees?  If so is
there a URL and credentials?  What function is available in the portal
for employees?

Thanks,

James


RE: Price tier

2020-06-05 Thread james
Ok Great so we can add a new Product Price Type.  Let's Say we add 3 new
Product Price Types.  Tier 1, Tier 2, Tier 3.  Can price rules be set up
to utilize a percentage of these new Product Price Types?

 Original Message 
Subject: Re: Price tier
From: Pierre Smits 
Date: Fri, June 05, 2020 4:18 am
To: user@ofbiz.apache.org

Hi James,

That is a way to do it, but I suspect it will add a lot to manage prices
for each product. A simpler way would be to define the discounts as
percentages of one of standard price definitions of the product (based
on
the ProductPriceType, see [1]). That way you only have to maintain 1
price
per product, instead of 1 per tier per product.

Another way is to have a fixed discount amount per tier, again being the
selected standard price.

As always, OFBiz offers a lot of flexibility to have it dealing with
such
price variations as you like...

[1]
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=ProductPriceType

Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz <https://ofbiz.apache.org/>
since
2008 (without privileges)

*Apache Trafodion <https://trafodion.apache.org>, Vice President*
*Apache Directory <https://directory.apache.org>, PMC Member*
Apache Incubator <https://incubator.apache.org>, committer
Apache Steve <https://steve.apache.org>, committer


On Fri, Jun 5, 2020 at 12:52 PM  wrote:

> Since each product as a unique price in each tier would i need to create
> a rule for each product for each tier?
>
>  Original Message 
> Subject: Re: Price tier
> From: Pierre Smits 
> Date: Thu, June 04, 2020 11:18 pm
> To: user@ofbiz.apache.org
>
> Hi James,
>
> Price maintenance can be the most laborious task of PIM. Ofbiz offers
> both
> extensive capabilities through price rules (see [1]) as well as the
> echnical flexibility to help you with this. Have a look at the demo data
> provided codebase. If you have suggestions how to improve the demo data
> regarding this, please let us know.
>
> Without having the complete picture you have, defining price rules per
> product category could help you here.
>
> [1]
>
> https://demo-stable.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
>
> Met vriendelijke groet,
>
> Pierre Smits
> *Proud* *contributor** of* Apache OFBiz <https://ofbiz.apache.org/>
> since
> 2008 (without privileges)
>
> *Apache Trafodion <https://trafodion.apache.org>, Vice President*
> *Apache Directory <https://directory.apache.org>, PMC Member*
> Apache Incubator <https://incubator.apache.org>, committer
> Apache Steve <https://steve.apache.org>, committer
>
>
> On Fri, Jun 5, 2020 at 12:32 AM  wrote:
>
> > What is the best way to handle the below tiered pricing by product with
> > quantity breaks in Ofbiz? If we have to set this up by product by tier
> > this will be a nightmare
> >
> >
> >
> > Item Sales 1 (0-6) (6-35) 36-71 72+
> > ISB79963 3.65 3.1 2.55 2.3
> > ISB79965 1.85 1.6 1.3 1.17
> > ISB79970 13.99 11.95 9.85 8.87
> > ISB79971 11.99 10.25 8.45 7.61
> > ISB79972 5.75 4.95 3.99 3.59
> > ISB79973 3.85 3.3 2.7 2.43
> > ISB79975 1.55 1.35 1.1 0.99
> > ISB79980 12.99 10.99 9.25 8.33
> > ISB79981 10.99 9.5 7.85 7.07
> > ISB79982 5.75 4.85 3.99 3.59
> > ISB79983 3.85 3.25 2.7 2.43
> > ISB79985 2.05 1.75 1.5 1.35
> > ISB79988 2.55 2.2 1.8 1.62
> >
>


RE: Price tier

2020-06-05 Thread james
Since each product as a unique price in each tier would i need to create
a rule for each product for each tier?

 Original Message 
Subject: Re: Price tier
From: Pierre Smits 
Date: Thu, June 04, 2020 11:18 pm
To: user@ofbiz.apache.org

Hi James,

Price maintenance can be the most laborious task of PIM. Ofbiz offers
both
extensive capabilities through price rules (see [1]) as well as the
echnical flexibility to help you with this. Have a look at the demo data
provided codebase. If you have suggestions how to improve the demo data
regarding this, please let us know.

Without having the complete picture you have, defining price rules per
product category could help you here.

[1]
https://demo-stable.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000

Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz <https://ofbiz.apache.org/>
since
2008 (without privileges)

*Apache Trafodion <https://trafodion.apache.org>, Vice President*
*Apache Directory <https://directory.apache.org>, PMC Member*
Apache Incubator <https://incubator.apache.org>, committer
Apache Steve <https://steve.apache.org>, committer


On Fri, Jun 5, 2020 at 12:32 AM  wrote:

> What is the best way to handle the below tiered pricing by product with
> quantity breaks in Ofbiz? If we have to set this up by product by tier
> this will be a nightmare
>
>
>
> Item Sales 1 (0-6) (6-35) 36-71 72+
> ISB79963 3.65 3.1 2.55 2.3
> ISB79965 1.85 1.6 1.3 1.17
> ISB79970 13.99 11.95 9.85 8.87
> ISB79971 11.99 10.25 8.45 7.61
> ISB79972 5.75 4.95 3.99 3.59
> ISB79973 3.85 3.3 2.7 2.43
> ISB79975 1.55 1.35 1.1 0.99
> ISB79980 12.99 10.99 9.25 8.33
> ISB79981 10.99 9.5 7.85 7.07
> ISB79982 5.75 4.85 3.99 3.59
> ISB79983 3.85 3.25 2.7 2.43
> ISB79985 2.05 1.75 1.5 1.35
> ISB79988 2.55 2.2 1.8 1.62
>


Price tier

2020-06-04 Thread james
What is the best way to handle the below tiered pricing by product with
quantity breaks in Ofbiz?  If we have to set this up by product by tier
this will be a nightmare



ItemSales 1 (0-6)  (6-35)   36-71   72+
ISB799633.653.1 2.552.3
ISB799651.851.6 1.3 1.17
ISB7997013.99   11.95   9.858.87
ISB7997111.99   10.25   8.457.61
ISB799725.754.953.993.59
ISB799733.853.3 2.7 2.43
ISB799751.551.351.1 0.99
ISB7998012.99   10.99   9.258.33
ISB7998110.99   9.5 7.857.07
ISB799825.754.853.993.59
ISB799833.853.252.7 2.43
ISB799852.051.751.5 1.35
ISB799882.552.2 1.8 1.62


RE: Rental

2020-05-20 Thread james
Paul - How does the process work?  How does the monthly invoicing work? 
How do you track the ins and outs of the assetwhat if there are
multiple of the same asset that is rented?

 Original Message 
Subject: Re: Rental
From: Paul Mandeltort 
Date: Tue, May 19, 2020 2:47 pm
To: user@ofbiz.apache.org

Haven’t used it but this might be a place to look, looks like you can
configure products/rentals against an asset. 


https://demo-trunk.ofbiz.apache.org/catalog/control/EditProduct?productId=RoomStd
<https://demo-trunk.ofbiz.apache.org/catalog/control/EditProduct?productId=RoomStd>

https://demo-trunk.ofbiz.apache.org/accounting/control/ListFixedAssetProducts?fixedAssetId=RentalShip
<https://demo-trunk.ofbiz.apache.org/accounting/control/ListFixedAssetProducts?fixedAssetId=RentalShip>


--Paul

> On May 19, 2020, at 3:23 PM, ja...@productive1.com wrote:
> 
> Is there a OTB function in ofbiz to handle rentals of propane tanks? 
> How do the monthly invoice occur? Is it automated? How do you stop
> rental charges when cylinder is returned?
> 
> Thanks,
> 
> James


Rental

2020-05-19 Thread james
Is there a OTB function in ofbiz to handle rentals of propane tanks? 
How do the monthly invoice occur?  Is it automated?  How do you stop
rental charges when cylinder is returned?

Thanks,

James


Multiple Websites

2020-04-24 Thread james
Hello - Can someone point me in the right direction to configure
multiple web sites in Ofbiz.  We have one instance and we have 3 stores
configured.  We now need to know how we can configure for these ofbiz
stores to have different physical websites.

Thanks,

James


Link Party

2020-04-23 Thread james
Can someone tell me what the Link Party functionality is used for?

Thanks,

James


Settlements in Ofbiz

2020-04-15 Thread james
Can someone tell me how Ofbiz settlement and bank reconciliation is
designed to work.  Here is the process.

1. Customer Makes a payment and we receive into Ofbiz
2. We make a physical deposit to the bank.  The deposit could be made up
of several payment receipts
3. We reconcile our physical bank account by deposit (not necessarily
each transaction as we already identified each transaction in the
deposit


Which Ofbiz functionality overlays each one of these steps?

Thanks,

Quincy


Re: Right align table column

2020-03-17 Thread James Yong
Hi Daniel,

Thanks for the solution. 
Surprised that the css style isn't available out of the box.

Regards,
James

On 2020/03/14 16:55:18, Daniel Watford  wrote: 
> Hi James,
> 
> Please take a look at this test plugin for a demonstration -
> https://github.com/danwatford/ofbizGridTest
> 
> Place the plugin contents in folder $ofbiz/plugins/gridTest and then
> clean/build/run according to the README.md file.
> 
> This plugin displays GlAccounts on its main page.
> 
> In the GridTestForms.xml file note use of the title-style and widget-style
> attributes for the Field elements..
> 
> Columns can be right-aligned using CSS - see GridTest.css.
> 
> GridTest.css is included in the main screen by:
> 
>  value="/gridTest/css/GridTest.css" global="true"/>
> 
> Try applying different styles to get different effects. I've included a few.
> 
> Hope that helps,
> 
> Dan.
> 
> 
> On Sat, 14 Mar 2020 at 09:44, James Yong  wrote:
> 
> > Hi all,
> >
> > How can I right-align certain columns in grid widget?
> >
> > Regards,
> > James
> >
> 
> 
> -- 
> Daniel Watford
> 


Right align table column

2020-03-14 Thread James Yong
Hi all,

How can I right-align certain columns in grid widget?

Regards,
James 


eCommerce/Solr- Ofbiz/Opentaps Expert

2020-01-31 Thread james
Team - We are in search of an Ofbiz/opentaps eCommerce expert that can
enhance to OTB ecommerce provided.  Also looking for someone with
experience in SOLR.  If you are this individual or know of someone
please let me know.

Thanks.

James


RE: Over ship

2020-01-29 Thread james
Setting at the internal organization level.  What entities would be
affected?

 Original Message 
Subject: Re: Over ship
From: Pierre Smits 
Date: Wed, January 29, 2020 6:45 am
To: user@ofbiz.apache.org

Hi James,

I would say that the technical implementation of such a feature should
not
be that difficult.

The question is more related to the use-case. Where do you envision that
this is controlled to allow over-shipping
? Meaning, should this be:

 1. a generic setting for the internal organisation allowing this, or
 2. a setting in an agreement between the internal organisation and the
 opposite party to allow this for all orders under the agreement, or
 3. a setting on the order allowing it for the specific order?

I can imagine that flexibility dictates that #3 overrides #2, and #2
overrides #1

Best regards,

Pierre Smits

*Apache Trafodion <https://trafodion.apache.org>, Vice President*
*Apache Directory <https://directory.apache.org>, PMC Member*
Apache Incubator <https://incubator.apache.org>, committer
*Apache OFBiz <https://ofbiz.apache.org>, contributor (without
privileges)
since 2008*
Apache Steve <https://steve.apache.org>, committer


On Wed, Jan 29, 2020 at 2:32 PM  wrote:

> Team - There are several instances where a business will need to over
> ship a sales order. Products like Netsuite and SAP allow for this.
> What is the best way to accomplish this in Ofbiz
>
> Example:
>
> Customer Orders 100LBs of GZ-1000
> In the warehouse they pack and ship 105LBS
> Invoice should be for 105LBS
>
> Today Ofbiz does not allow this, but what are the related
> tables/entities that need to be modified to make this work?
>
> Thanks,
>
> James
>
>


Over ship

2020-01-29 Thread james
Team - There are several instances where a business will need to over
ship a sales order.  Products like Netsuite and SAP allow for this. 
What is the best way to accomplish this in Ofbiz

Example:  

Customer Orders 100LBs of GZ-1000
In the warehouse they pack and ship 105LBS
Invoice should be for 105LBS

Today Ofbiz does not allow this, but what are the related
tables/entities that need to be modified to make this work?

Thanks,

James



Re: Start Service on Ofbiz Startup

2020-01-28 Thread James Yong
Hi Ingo,

You can implement an OFBiz Container and declare it in your custom 
ofbiz-component.xml file.
Also see Container.java from the sources.

Another possible solution is to implement ServletContextListener and declare it 
in your custom web.xml file.

Regards,
James 

On 2020/01/28 09:58:14, Ingo Wolfmayr  wrote: 
> Hi everybody,
> 
> is it possible to start a service when Ofbiz has started and is ready?
> 
> Use case: I need to startup a connection to an external storage system. In my 
> case a TCP/IP connection that is permanent.
> 
> Best regards,
> Ingo
> 
> 
> 


RE: Solr Demo

2020-01-27 Thread james
Michael we are looking to be able to look for a product in ofbiz like a
google search and the system will look in all indexes, including
keywords, features, variants, etc

So if i searched for something like "500 watt lightbulb 100v 5000K"

it will return all products that have those keywords, features or
combination thereof.  Is that a part of the standard demo?

Thanks,

Quincy
 Original Message 
Subject: Re: Solr Demo
From: Michael Brohl 
Date: Sun, January 26, 2020 11:24 pm
To: user@ofbiz.apache.org

Hi James,

the official demos include the Solr integration. I'm not sure what you 
are missing, can you specify more detailed what you like to see?

Thanks,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 27.01.20 um 02:15 schrieb ja...@productive1.com:
> Is there a demo of the Solr integration with Ofbiz?
>
> Thanks,
>
> James


Solr Demo

2020-01-26 Thread james
Is there a demo of the Solr integration with Ofbiz?

Thanks,

James


Error Invoking Service

2020-01-23 Thread james

We are getting the following error when adding a product on a Purchase
Order:

The Following Errors Occurred:
Failed to add item due to internal error:
org.opentaps.foundation.service.ServiceException:
org.ofbiz.service.ServiceAuthException: You do not have permission to
invoke the service [createSupplierProduct] (You do not have permission
to invoke the service [createSupplierProduct])
(org.ofbiz.service.ServiceAuthException: You do not have permission to
invoke the service [createSupplierProduct] (You do not have permission
to invoke the service [createSupplierProduct])).

I looked and my user is the admin user.  Anyone know where to look to
resolve this?

Thanks,

James


Promotional Print Company

2020-01-15 Thread james

Anyone have any experience with print promotional companies that have
the following process

1. Enter RFQ from the customer
2. Convert RFQ to a Quote and call vendors and send Request for Purchase
Quote to Vendors
3. Update the quote with their Purchase Quote from all Vendors.  Select
Vendors per product
4. Convert Quote to an Order and at same automatically create a Purchase
Order to Vendors based on the selection from #3
5. Production Order created based on Sales Order (Configuration Item)
6. After production marry Inventory Item ID to the correct Sales Order


Thanks,

James


Re: How to debug Groovy scripts.

2020-01-14 Thread James Yong
Hi Robert,

Welcome. Glad to know you are doing good with the debugging.

Best Regards,
James

On 2020/01/12 02:51:43, Robert Wynkoop  wrote: 
> James,
> 
> Wow.  It has been since 2010, since I used InteliliJ.
> 
> It freaking just works.  I love the key mapping(Double shift, Double cntl)
> to search and run anything.
> 
> In Eclipse I had been trying ofbizDebug task, vs in here I used ofbiz from
> the debug menu.
> 
> Thanks.
> 
> 
> On Fri, Jan 10, 2020 at 6:42 PM James Yong  wrote:
> 
> > Hi Robert,
> >
> > Debugging groovy scripts should work in IntelliJ IDEA Community Edition.
> >
> > Also see
> > https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Intellij+IDEA
> >
> > Regards,
> > James
> >
> > On 2020/01/10 15:46:20, Robert Wynkoop  wrote:
> > > How do I debug the Groovy scripts?
> > >
> > > In netbeans and eclipse, the groovy file does not seem to be on the class
> > > path.
> > >
> > > I'm unable to set break points.  Any tips to configure so I can debug
> > OFBiz
> > > Java embedded Groovy.
> > >
> > > [image: 2020-01-10 09_40_18-ofbiz-framework - Apache NetBeans IDE
> > 11.2.jpg]
> > >
> > > Thanks,
> > >
> > > Robert Wynkoop
> > >
> >
> 


Re: How to debug Groovy scripts.

2020-01-10 Thread James Yong
Hi Robert,

Debugging groovy scripts should work in IntelliJ IDEA Community Edition.

Also see 
https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Intellij+IDEA

Regards,
James

On 2020/01/10 15:46:20, Robert Wynkoop  wrote: 
> How do I debug the Groovy scripts?
> 
> In netbeans and eclipse, the groovy file does not seem to be on the class
> path.
> 
> I'm unable to set break points.  Any tips to configure so I can debug OFBiz
> Java embedded Groovy.
> 
> [image: 2020-01-10 09_40_18-ofbiz-framework - Apache NetBeans IDE 11.2.jpg]
> 
> Thanks,
> 
> Robert Wynkoop
> 


Order Allocation

2020-01-06 Thread james
Is there a way to allow the user to select what products (serialized or
lot) that they would like to allocate to an order rather than have the
system auto allocate based on FIFO?

We sell pipe by weight.  Each pipe has a unique weight in pounds.  If a
customer orders 1 pounds of pipe that could consist of several
different pieces of the same item.  We are trying to manage via serial
number or lot.  What is the best way to handle this in Ofbiz?

Thanks,

James


RE: Price List Per Customer

2019-12-17 Thread james

Yashwant - Thanks!  It seems we are getting closer but on the 2nd screen
of the order I do not see agreements drop down.  There is only
workeffort ID.  Am I missing something?
 Original Message 
Subject: Re: Price List Per Customer
From: Yashwant Dhakad 
Date: Sun, December 15, 2019 9:53 pm
To: user@ofbiz.apache.org

Hi James,
I dig into the workflow and found that we need to pass agreementId in
calculateProductPrice service. If you see the order entry process in
ordermgr
<https://demo-trunk.ofbiz.apache.org/ordermgr/control/emptycart> and
the second screen ask the user to select agreementId from the dropdown
and
if you select the agreement then you will see the agreement price in the
shopping cart.

Apart from this, please verify that the product should be associated
with
agreement(AgreementProductAppl
<https://demo-trunk.ofbiz.apache.org/catalog/control/ViewProductAgreements?productId=GZ-1000>
).

Thanks & Regards
--
Yashwant Dhakad


On Fri, Dec 13, 2019 at 11:10 PM  wrote:

> I have agreement items get up with GZ-1001 and a price of .95. Do I
> need to have agreement terms configured too?
>
>  Original Message 
> Subject: RE: Price List Per Customer
> From: 
> Date: Fri, December 13, 2019 10:35 am
> To: user@ofbiz.apache.org
>
>
> Yashwant - I updated this and it is still pulling in the default price
> and not the price in the sales agreement. Is there any other
> configuration points I may be missing?
>  Original Message 
> Subject: Re: Price List Per Customer
> From: Yashwant Dhakad 
> Date: Thu, December 12, 2019 10:16 pm
> To: user@ofbiz.apache.org
>
> Hi James,
> You have created an incorrect record in Agreement entity customer should
> be
> from party id and the company should be in to party id. Here is the demo
> data for reference:
>  partyIdTo="Company" roleTypeIdFrom="CUSTOMER"
> roleTypeIdTo="INTERNAL_ORGANIZATIO" agreementTypeId="SALES_AGREEMENT"
> description="Agreement for DemoCustomer"/>
>
>
> Thanks & Regards
> --
> Yashwant Dhakad
>
>
> On Fri, Dec 13, 2019 at 2:11 AM  wrote:
>
> > Nicola - Can you tell me the correct way to configure this to work? I
> > have the customer as the Party To and the Company as the Party From. I
> > have an agreement item set up with the a specific price for GZ-1001. Is
> > there any other set up? On the sales order it is still using the
> > default pricing. Any help is much appreciated
> >
> >  Original Message 
> > Subject: Re: Price List Per Customer
> > From: Nicola Mazzoni 
> > Date: Thu, September 26, 2019 10:26 am
> > To: user@ofbiz.apache.org
> >
> > Hi James,
> > Sure!
> >
> > Accounting -> agreements -> agreements item -> *Agreement Item Type Id =
> > pricing *
> >
> >
> >
> >
> https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000=0001
> >
> >
> >
> > N
> >
> >
> > Il giorno gio 26 set 2019 alle ore 17:13  ha
> > scritto:
> >
> > > Thank you Suraj & Nicola!
> > >
> > > I don't see where you can add product and pricing in agreements. Was
> > > this something you customized or was it OTB? Can you point me to the
> > > area in the demo environment?
> > >
> > > Thanks,
> > >
> > > James
> > >
> > >  Original Message 
> > > Subject: Re: Price List Per Customer
> > > From: Nicola Mazzoni 
> > > Date: Wed, September 25, 2019 7:01 am
> > > To: user@ofbiz.apache.org
> > >
> > > Hello James,
> > > I have also successfully used AGREEMENT for customer-specific prices.
> > > Regards
> > > N
> > >
> > > Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> > > suraj.khur...@hotwax.co> ha scritto:
> > >
> > > > Hello James,
> > > >
> > > > It looks like a B2B scenario where every customer is quoted a
> different
> > > > price.
> > > > You can also explore Agreement model for this, IMO, it will be more
> > > > manageable than managing separate price rules for every customer.
> > > >
> > > > HTH
> > > > --
> > > > Best Regards,
> > > > Suraj Khurana
> > > > Technical Consultant
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Tue, Sep 24, 2019 at 9:48 PM  wrote:
> > > >
> > > > > We have a situation where we have custom prices specifically to
> each
> > > > > customer. These are not priced on a percentage of another price
> list
> > > > > ...pricing is random per product per customer. Do Use Price Rules I
> > > > > would need to create a price rule for every product/customer
> > > > > combination. Is there an easy way to create a custom price book per
> > > > > customer?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > James
> > > > >
> > > >
> > >
> > >
> > > --
> > > Nicola Mazzoni
> > >
> > >
> > > *Mp Styl**e Srl*
> > > via Meucci, 37
> > > 41019 Limidi di Soliera (MO)
> > > T 059/684916
> > > M 347/9905529
> > >
> > > www.mpstyle.it
> > >
> >
> >
> > --
> > Nicola Mazzoni
> >
> >
> > *Mp Styl**e Srl*
> > via Meucci, 37
> > 41019 Limidi di Soliera (MO)
> > T 059/684916
> > M 347/9905529
> >
> > www.mpstyle.it
> >
>


RE: Price List Per Customer

2019-12-13 Thread james
I have agreement items get up with GZ-1001 and a price of .95.  Do I
need to have agreement terms configured too?

 Original Message 
Subject: RE: Price List Per Customer
From: 
Date: Fri, December 13, 2019 10:35 am
To: user@ofbiz.apache.org


Yashwant - I updated this and it is still pulling in the default price
and not the price in the sales agreement. Is there any other
configuration points I may be missing?
 Original Message 
Subject: Re: Price List Per Customer
From: Yashwant Dhakad 
Date: Thu, December 12, 2019 10:16 pm
To: user@ofbiz.apache.org

Hi James,
You have created an incorrect record in Agreement entity customer should
be
from party id and the company should be in to party id. Here is the demo
data for reference:
 


Thanks & Regards
--
Yashwant Dhakad


On Fri, Dec 13, 2019 at 2:11 AM  wrote:

> Nicola - Can you tell me the correct way to configure this to work? I
> have the customer as the Party To and the Company as the Party From. I
> have an agreement item set up with the a specific price for GZ-1001. Is
> there any other set up? On the sales order it is still using the
> default pricing. Any help is much appreciated
>
>  Original Message 
> Subject: Re: Price List Per Customer
> From: Nicola Mazzoni 
> Date: Thu, September 26, 2019 10:26 am
> To: user@ofbiz.apache.org
>
> Hi James,
> Sure!
>
> Accounting -> agreements -> agreements item -> *Agreement Item Type Id =
> pricing *
>
>
>
> https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000=0001
>
>
>
> N
>
>
> Il giorno gio 26 set 2019 alle ore 17:13  ha
> scritto:
>
> > Thank you Suraj & Nicola!
> >
> > I don't see where you can add product and pricing in agreements. Was
> > this something you customized or was it OTB? Can you point me to the
> > area in the demo environment?
> >
> > Thanks,
> >
> > James
> >
> >  Original Message 
> > Subject: Re: Price List Per Customer
> > From: Nicola Mazzoni 
> > Date: Wed, September 25, 2019 7:01 am
> > To: user@ofbiz.apache.org
> >
> > Hello James,
> > I have also successfully used AGREEMENT for customer-specific prices.
> > Regards
> > N
> >
> > Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> > suraj.khur...@hotwax.co> ha scritto:
> >
> > > Hello James,
> > >
> > > It looks like a B2B scenario where every customer is quoted a different
> > > price.
> > > You can also explore Agreement model for this, IMO, it will be more
> > > manageable than managing separate price rules for every customer.
> > >
> > > HTH
> > > --
> > > Best Regards,
> > > Suraj Khurana
> > > Technical Consultant
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Tue, Sep 24, 2019 at 9:48 PM  wrote:
> > >
> > > > We have a situation where we have custom prices specifically to each
> > > > customer. These are not priced on a percentage of another price list
> > > > ...pricing is random per product per customer. Do Use Price Rules I
> > > > would need to create a price rule for every product/customer
> > > > combination. Is there an easy way to create a custom price book per
> > > > customer?
> > > >
> > > > Thanks,
> > > >
> > > > James
> > > >
> > >
> >
> >
> > --
> > Nicola Mazzoni
> >
> >
> > *Mp Styl**e Srl*
> > via Meucci, 37
> > 41019 Limidi di Soliera (MO)
> > T 059/684916
> > M 347/9905529
> >
> > www.mpstyle.it
> >
>
>
> --
> Nicola Mazzoni
>
>
> *Mp Styl**e Srl*
> via Meucci, 37
> 41019 Limidi di Soliera (MO)
> T 059/684916
> M 347/9905529
>
> www.mpstyle.it
>


RE: Price List Per Customer

2019-12-13 Thread james

Yashwant - I updated this and it is still pulling in the default price
and not the price in the sales agreement.  Is there any other
configuration points I may be missing?
 Original Message 
Subject: Re: Price List Per Customer
From: Yashwant Dhakad 
Date: Thu, December 12, 2019 10:16 pm
To: user@ofbiz.apache.org

Hi James,
You have created an incorrect record in Agreement entity customer should
be
from party id and the company should be in to party id. Here is the demo
data for reference:
 


Thanks & Regards
--
Yashwant Dhakad


On Fri, Dec 13, 2019 at 2:11 AM  wrote:

> Nicola - Can you tell me the correct way to configure this to work? I
> have the customer as the Party To and the Company as the Party From. I
> have an agreement item set up with the a specific price for GZ-1001. Is
> there any other set up? On the sales order it is still using the
> default pricing. Any help is much appreciated
>
>  Original Message 
> Subject: Re: Price List Per Customer
> From: Nicola Mazzoni 
> Date: Thu, September 26, 2019 10:26 am
> To: user@ofbiz.apache.org
>
> Hi James,
> Sure!
>
> Accounting -> agreements -> agreements item -> *Agreement Item Type Id =
> pricing *
>
>
>
> https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000=0001
>
>
>
> N
>
>
> Il giorno gio 26 set 2019 alle ore 17:13  ha
> scritto:
>
> > Thank you Suraj & Nicola!
> >
> > I don't see where you can add product and pricing in agreements. Was
> > this something you customized or was it OTB? Can you point me to the
> > area in the demo environment?
> >
> > Thanks,
> >
> > James
> >
> >  Original Message 
> > Subject: Re: Price List Per Customer
> > From: Nicola Mazzoni 
> > Date: Wed, September 25, 2019 7:01 am
> > To: user@ofbiz.apache.org
> >
> > Hello James,
> > I have also successfully used AGREEMENT for customer-specific prices.
> > Regards
> > N
> >
> > Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> > suraj.khur...@hotwax.co> ha scritto:
> >
> > > Hello James,
> > >
> > > It looks like a B2B scenario where every customer is quoted a different
> > > price.
> > > You can also explore Agreement model for this, IMO, it will be more
> > > manageable than managing separate price rules for every customer.
> > >
> > > HTH
> > > --
> > > Best Regards,
> > > Suraj Khurana
> > > Technical Consultant
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Tue, Sep 24, 2019 at 9:48 PM  wrote:
> > >
> > > > We have a situation where we have custom prices specifically to each
> > > > customer. These are not priced on a percentage of another price list
> > > > ...pricing is random per product per customer. Do Use Price Rules I
> > > > would need to create a price rule for every product/customer
> > > > combination. Is there an easy way to create a custom price book per
> > > > customer?
> > > >
> > > > Thanks,
> > > >
> > > > James
> > > >
> > >
> >
> >
> > --
> > Nicola Mazzoni
> >
> >
> > *Mp Styl**e Srl*
> > via Meucci, 37
> > 41019 Limidi di Soliera (MO)
> > T 059/684916
> > M 347/9905529
> >
> > www.mpstyle.it
> >
>
>
> --
> Nicola Mazzoni
>
>
> *Mp Styl**e Srl*
> via Meucci, 37
> 41019 Limidi di Soliera (MO)
> T 059/684916
> M 347/9905529
>
> www.mpstyle.it
>


RE: Price List Per Customer

2019-12-12 Thread james
Nicola - Can you tell me the correct way to configure this to work?  I
have the customer as the Party To and the Company as the Party From.  I
have an agreement item set up with the a specific price for GZ-1001.  Is
there any other set up?  On the sales order it is still using the
default pricing.  Any help is much appreciated

 Original Message 
Subject: Re: Price List Per Customer
From: Nicola Mazzoni 
Date: Thu, September 26, 2019 10:26 am
To: user@ofbiz.apache.org

Hi James,
Sure!

Accounting -> agreements -> agreements item -> *Agreement Item Type Id =
pricing *


https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000=0001



N


Il giorno gio 26 set 2019 alle ore 17:13  ha
scritto:

> Thank you Suraj & Nicola!
>
> I don't see where you can add product and pricing in agreements. Was
> this something you customized or was it OTB? Can you point me to the
> area in the demo environment?
>
> Thanks,
>
> James
>
>  Original Message 
> Subject: Re: Price List Per Customer
> From: Nicola Mazzoni 
> Date: Wed, September 25, 2019 7:01 am
> To: user@ofbiz.apache.org
>
> Hello James,
> I have also successfully used AGREEMENT for customer-specific prices.
> Regards
> N
>
> Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> suraj.khur...@hotwax.co> ha scritto:
>
> > Hello James,
> >
> > It looks like a B2B scenario where every customer is quoted a different
> > price.
> > You can also explore Agreement model for this, IMO, it will be more
> > manageable than managing separate price rules for every customer.
> >
> > HTH
> > --
> > Best Regards,
> > Suraj Khurana
> > Technical Consultant
> >
> >
> >
> >
> >
> >
> > On Tue, Sep 24, 2019 at 9:48 PM  wrote:
> >
> > > We have a situation where we have custom prices specifically to each
> > > customer. These are not priced on a percentage of another price list
> > > ...pricing is random per product per customer. Do Use Price Rules I
> > > would need to create a price rule for every product/customer
> > > combination. Is there an easy way to create a custom price book per
> > > customer?
> > >
> > > Thanks,
> > >
> > > James
> > >
> >
>
>
> --
> Nicola Mazzoni
>
>
> *Mp Styl**e Srl*
> via Meucci, 37
> 41019 Limidi di Soliera (MO)
> T 059/684916
> M 347/9905529
>
> www.mpstyle.it
>


-- 
Nicola Mazzoni


*Mp Styl**e Srl*
via Meucci, 37
41019 Limidi di Soliera (MO)
T 059/684916
M 347/9905529

www.mpstyle.it


Over Receive Quantities on a PO

2019-12-09 Thread james
We have a requirement to over receive the quantity of items than whats
on a Purchase Order.  For example we order 100 but receive 105.  Is
there a way to do this in Ofbiz.  Right now it gives an error.

Thanks,

James

 Original Message 
Subject: Products Requiring Configuration
From: 
Date: Mon, November 25, 2019 7:38 am
To: user@ofbiz.apache.org

Is there a way to put in constraints when putting together configuration
options in OFbiz. For example

PCOO1

Option 1
256Ram or 512RAM

If you choose 512 RAM in the Option 2 one of the selections is no longer
valid

Option2
1TB HD, 500GB HD, or 250GB HD

If you chose 512Ram then the 250GB in option 2 is no longer visible or
valid.

Is there a way to build in these dependencies and contraints?

Thanks,

James


Reverse Assembly Error

2019-11-26 Thread james
We are trying to take a product that is bought in Pounds and convert
them in grams

We have a routing disassembly task created and we have a routing task
call "Conversion"

We added the Purchasing product to the routing & routing tasks.

The issues we face is when we try and create a Reverse Assembly we are
getting the following error "Cannot Create Production Run Product
Routing Link Does Not Exist.  Is there something I am missing.  I am
able to do this with GZ-Manufacture

Thanks,

James


Products Requiring Configuration

2019-11-25 Thread james
Is there a way to put in constraints when putting together configuration
options in OFbiz.  For example

PCOO1

Option 1
256Ram or 512RAM

If you choose 512 RAM in the Option 2 one of the selections is no longer
valid

Option2
1TB HD, 500GB HD, or 250GB HD

If you chose 512Ram then the 250GB in option 2 is no longer visible or
valid.

Is there a way to build in these dependencies and contraints?

Thanks,

James


RE: Parent Company Functionality

2019-11-25 Thread james
Can you send me a link to this section?

 Original Message 
Subject: Re: Parent Company Functionality
From: Rishi Solanki 
Date: Mon, November 25, 2019 3:26 am
To: ofbizuser 

Dear James,
I would say, go for financial account or billing account to link with
parent organization (account type is variable in your case). After that
do
minor customization while setting the billing party of order as parent
organization and placing party as sub organization.

IMO, once you do this invoice should be automatically choose the parent
customer. If not then minor customization required here as well.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
skype: rishisolankii
cell: +91-98932-87847



On Mon, Nov 25, 2019 at 8:31 AM  wrote:

> Rishi - Here is the example:
>
> DemoCustomer is a customer that has ParentCustomer that is responsible
> for the AR of DemoCustomers
>
> DemoCustomer calls and Orders GZ-1000 for $1000.
>
> DemoCustomer gets invoice for $1000
>
> When we look in financials the Account Receivable should be under
> ParentCustomer since they are responsible for DemoCustomer
>
> How can Ofbiz handle this
>
>  Original Message 
> Subject: Re: Parent Company Functionality
> From: Rishi Solanki 
> Date: Thu, November 21, 2019 10:35 pm
> To: ofbizuser 
>
> Dear James,
> Please take a look at the PartyRelationship Data Model. Check the
> Internal
> Organization role and party relationship types to better understand the
> relationship among different parties.
> In your case, you have organization as customer or purchaser, and its
> sub
> organization may place the order. Ultimately, the order will be placed
> by
> employee of the organization and/or sub organization. PartyRelationship
> resolves this complexity as mentioned initially.
>
> HTH!
>
> Best Regards,
> --
> Rishi Solanki
> *CTO, Mindpath Technology*
> Intelligent Solutions
> cell: +91-98932-87847
> Skype: rishisolankii
>
>
> On Thu, Nov 21, 2019 at 6:15 PM  wrote:
>
> > I would like to better understand the role functionality in Ofbiz as it
> > relates to Parent Companies
> >
> > I have several customers in Ofbiz who order product under their own
> > account. We also have their Parent Company who is responsible for all
> > of their child accounts Accounts Receivable. Even though the child
> > accounts can place orders ...all Accounts Receivable needs to reside
> > under the Parent Account. How would this be cnfigured in Ofbiz?
> >
> > Thanks,
> >
> > James
> >
>


RE: Parent Company Functionality

2019-11-24 Thread james
Rishi - Here is the example:

DemoCustomer is a customer that has ParentCustomer that is responsible
for the AR of DemoCustomers

DemoCustomer calls and Orders GZ-1000 for $1000.

DemoCustomer gets invoice for $1000

When we look in financials the Account Receivable should be under
ParentCustomer since they are responsible for DemoCustomer

How can Ofbiz handle this

 Original Message 
Subject: Re: Parent Company Functionality
From: Rishi Solanki 
Date: Thu, November 21, 2019 10:35 pm
To: ofbizuser 

Dear James,
Please take a look at the PartyRelationship Data Model. Check the
Internal
Organization role and party relationship types to better understand the
relationship among different parties.
In your case, you have organization as customer or purchaser, and its
sub
organization may place the order. Ultimately, the order will be placed
by
employee of the organization and/or sub organization. PartyRelationship
resolves this complexity as mentioned initially.

HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
Skype: rishisolankii


On Thu, Nov 21, 2019 at 6:15 PM  wrote:

> I would like to better understand the role functionality in Ofbiz as it
> relates to Parent Companies
>
> I have several customers in Ofbiz who order product under their own
> account. We also have their Parent Company who is responsible for all
> of their child accounts Accounts Receivable. Even though the child
> accounts can place orders ...all Accounts Receivable needs to reside
> under the Parent Account. How would this be cnfigured in Ofbiz?
>
> Thanks,
>
> James
>


RE: Customer Product ID Mapping

2019-11-22 Thread james
In the fastener industry customers, suppliers, and manufacturers all
have different product IDs for the same product.  So a customer can call
in and they want to use their unique product ID when ordering.  The
supplier tab in catalog does a decent job mapping the suppliers product
ID.  Any similar feature for the customers product ID

 Original Message 
Subject: Re: Customer Product ID Mapping
From: Jacques Le Roux 
Date: Fri, November 22, 2019 4:40 am
To: user@ofbiz.apache.org

Why  customers have different IDs ?

Jacques

Le 21/11/2019 à 23:43, ja...@productive1.com a écrit :
> There can be several customers that have different IDs
>
> So GZ-1000 in the system could be:
>
> 1234 customer a
> 5736 customer b
> 5275 customer c
>
> etc
>
> Need to be able to search by customers number and use it on the print
> out for sales order
>  Original Message 
> Subject: Re: Customer Product ID Mapping
> From: Jacques Le Roux 
> Date: Thu, November 21, 2019 10:17 am
> To: user@ofbiz.apache.org
>
> Hi James,
>
> You can use "Internal Name" for your Internal Name and "Product Name" or
> "Brand Name" for the "customers product ID"
>
> https://demo-trunk.ofbiz.apache.org/catalog/control/EditProduct?productId=GZ-1000
>
> Jacques
>
> Le 21/11/2019 à 13:38, ja...@productive1.com a écrit :
>> 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 product ID to our product ID. Is there a way out
>> of the box?
>>
>>
>> Thanks,
>>
>>
>> James
>>


RE: Customer Product ID Mapping

2019-11-21 Thread james

There can be several customers that have different IDs

So GZ-1000 in the system could be:

1234 customer a
5736 customer b
5275 customer c

etc

Need to be able to search by customers number and use it on the print
out for sales order
 Original Message 
Subject: Re: Customer Product ID Mapping
From: Jacques Le Roux 
Date: Thu, November 21, 2019 10:17 am
To: user@ofbiz.apache.org

Hi James,

You can use "Internal Name" for your Internal Name and "Product Name" or
"Brand Name" for  the "customers product ID"

https://demo-trunk.ofbiz.apache.org/catalog/control/EditProduct?productId=GZ-1000

Jacques

Le 21/11/2019 à 13:38, ja...@productive1.com a écrit :
>
> 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 product ID to our product ID. Is there a way out
> of the box?
>
>
> Thanks,
>
>
> James
>


Parent Company Functionality

2019-11-21 Thread james
I would like to better understand the role functionality in Ofbiz as it
relates to Parent Companies

I have several customers in Ofbiz who order product under their own
account.  We also have their Parent Company who is responsible for all
of their child accounts Accounts Receivable.  Even though the child
accounts can place orders ...all Accounts Receivable needs to reside
under the Parent Account.  How would this be cnfigured in Ofbiz?

Thanks,

James


Over Packing

2019-11-21 Thread james
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 receive as well as over pack.  Is there a
way to do this OTB with Ofbiz?

Scenario 1  - Purchase Order for GZ-1000 quantity 100 but I need to
receive and pay for quantity of 105
Scenario 2 Sales Order GZ-1005 quantity 100 but I need to pack and
invoice quantity of 105

Is this possible OTB

Thanks,

James



Customer Product ID Mapping

2019-11-21 Thread james


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 product ID to our product ID.  Is there a way out
of the box?


Thanks,


James


RE: UI for data in Drop Downs

2019-11-13 Thread james
What about adding additional ID types in Catalog->edit product?  We need
to add the international harmonized code

 Original Message 
Subject: Re: UI for data in Drop Downs
From: Victor_Hernández 
Date: Sun, November 10, 2019 9:08 am
To: user@ofbiz.apache.org

Hi James,

Yes, definitively they are editable on webtools, e.g. MarketingCampaign

https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=MarketingCampaign


Kind Regards,
Victor

On Sun, Nov 10, 2019 at 9:46 AM  wrote:

> Can these be changed via webtools?
>
>  Original Message 
> Subject: Re: UI for data in Drop Downs
> From: Jacques Le Roux 
> Date: Sun, November 10, 2019 2:47 am
> To: user@ofbiz.apache.org
>
> Hi James,
>
> Those data are in ofbiz-framework\applications\commonext eg, Look for
> "Marketing Campaign" in *data*.xml or more precisely *seeddata*.xml
> looking for
> "source" (whole word), etc.
>
> Unfortunately some rare data files don't follow the naming, most of them
> are in plugins.
>
> HTH
>
> Jacques
>
> Le 07/11/2019 à 18:02, ja...@productive1.com a écrit :
> > There are several areas in ofbiz that has data in drop down format. It
> > seems that this data should be customized per customer but I can't find
> > and area to delete, add, or update.
> >
> > Some of the areas are as follows:
> >
> > CRM Order Manager Accounts
> > - Source
> > -Marketing Campaign
> > -Industry
> >
> > Catalog
> > - Product Store Group ID
> > - Product Content type ID
> > - ID Type
> >
> > Where can we update this content?
> >
> > Thanks,
> >
> > James
> >
> >
> >
>


RE: UI for data in Drop Downs

2019-11-10 Thread james
Can these be changed via webtools?

 Original Message 
Subject: Re: UI for data in Drop Downs
From: Jacques Le Roux 
Date: Sun, November 10, 2019 2:47 am
To: user@ofbiz.apache.org

Hi James,

Those data are in ofbiz-framework\applications\commonext eg, Look for
"Marketing Campaign" in *data*.xml or more precisely *seeddata*.xml
looking for 
"source" (whole word), etc.

Unfortunately some rare data files don't follow the naming, most of them
are in plugins.

HTH

Jacques

Le 07/11/2019 à 18:02, ja...@productive1.com a écrit :
> There are several areas in ofbiz that has data in drop down format. It
> seems that this data should be customized per customer but I can't find
> and area to delete, add, or update.
>
> Some of the areas are as follows:
>
> CRM Order Manager Accounts
> - Source
> -Marketing Campaign
> -Industry
>
> Catalog
> - Product Store Group ID
> - Product Content type ID
> - ID Type
>
> Where can we update this content?
>
> Thanks,
>
> James
>
>
>


  1   2   3   4   5   6   >