Re: How to join two dynamic views?

2024-02-01 Thread Rishi Solanki
Dear Tomek,
To create the view link between two tables its definition and fields should
be loaded. So instead of linking two dynamic view make static view using
entitymodel.xml file and link them.

Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Jan 25, 2024 at 8:39 PM Tomek  wrote:

> Hi,
>
> I would like to create two dynamic views and link with together. It is
> possible? I try like this:
>
> // Currently the following view can be replaced by entity
> // but I assume that it will be more complex.
> final DynamicViewEntity productFacilityView = new DynamicViewEntity();
> productFacilityView.addMemberEntity("PF", "ProductFacility");
> productFacilityView.addAliasAll("PF", "", new LinkedList<>());
>
> final DynamicViewEntity view = new DynamicViewEntity();
> view.addMemberEntity("PRD", "Product");
> view.addMemberEntity("PF", productFacilityView.getEntityName());
> view.addAliasAll("PRD", "", new LinkedList<>());
>
> final ModelKeyMap modelKeyMap = new ModelKeyMap("productId", "productId");
> final List maps = new LinkedList<>();
> maps.add(modelKeyMap);
> view.addViewLink("PRD", "PF", false, maps);
> final List list =
> EntityQuery.use(delegator).from(view).queryList();
>
> But it does not work.
>
> Tomek
>
>


Re: Service availability for tenant

2023-02-23 Thread Rishi Solanki
Hi Ingo,
Yes it is possible but not out of the box available you need to add a
config entity which decides this and minor modification in the code.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Feb 16, 2023 at 6:33 PM Ingo Wolfmayr 
wrote:

> Hi Community,
>
>
>
> is it possible to make a service only available for a specific tenant. I
> have create a custom plugin want the service to be available only for the
> specific tenant.
>
>
>
> Best regards,
>
> Ingo
>
>
>
>
>
>
>
>


Re: Difference between related url and alternative url

2022-10-19 Thread Rishi Solanki
Dear Tomek,
I don't see any content type as Related URL for product. Alternative URL
means if in URL that word  is used then Ecommerce site is responsible for
render the product page and same applies to category page. Only thing is to
manage it should be unique for each product or category.

Related URLs only exists for Category which is not much clear to me. But I
guess it is related to other language url, that means, urls can be set in
language other than english. But it is only for category not for products.

HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Oct 12, 2022 at 4:56 AM Tomek  wrote:

> Hi,
>
> I'm developing a custom ecommerce store, and I would like to create
> friendly URLs for products and its categories. I have noticed that I can
> connect some product or categories with a content like "Alternative URL"
> or "Related URL" - thanks for it I can typed friendly URL to the system.
>
> But I don't know what it is the difference between "Alternative URL" and
> "Related URL" types of content? Can somebody explain me when I should
> use type "Alternative URL" and when I should use type "Related URL"?
>
> Tomek
>
>


Re: Flexibility to provide prim-key or not-null in extend-entity tag

2022-09-23 Thread Rishi Solanki
If you want to add primary key then you need to override the definition in
custom component/plugin which should be load after the component having
existing  definition load.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Sep 20, 2022 at 2:42 PM Altafhusen Makandar 
wrote:

> Can someone help me out with this scenario?
>
> On Mon, Sep 19, 2022 at 3:30 PM Altafhusen Makandar <
> altafhusen...@gmail.com>
> wrote:
>
> > Hi,
> > I have a requirement to extend a table and add a new column with
> > prim-key tag. I used the  but the prim-key does not work.
> I
> > checked the entitymodel.xsd and it does not have this feature in the
> > extend-entity tag. I also tried to provide a not-null="true" in "field"
> tag
> > but that didn't work either.
> >
> > 
> >
> > Am I missing something or is there a workaround for this?
> > Thanks in advance.
> >
>


Re: Questions regarding purchase orders

2022-09-01 Thread Rishi Solanki
Dear Emad,
If you notice then Shipment is Purchase Shipment and Item Issuance is link
with inventory item. Shipment will be incoming shipment and with item
issuance inventory received against that order.

Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Jul 5, 2022 at 2:09 PM Emad Radwan  wrote:

> Ofbiz Experts. Please have a look at this one.
>
> Regards
> Emad
>
> On Thu, 30 Jun 2022, 15:27 Emad Radwan,  wrote:
>
> > Hello Community,
> >
> > In demo data for purchase order Demo1001 why tables like the following
> are
> > being used, my understanding is that shipments and item issuance are
> > related to sales orders where goods are leaving the company?
> >
> >
> > OrderItemShipGroup
> >
> > OrderItemShipGroupAssoc
> >
> > ItemIssuance
> >
> >
> >
> > Regards,
> > Emad
> >
>


Re: Is Apache OFBiz the open source version of SAP ERP?

2022-08-01 Thread Rishi Solanki
Just for additional information this is not an open source version of SAP.
But can be considered as option of SAP as open source (no license per
machine/user or any other) which is not 100% replace SAP but on
customization it can replace the SAP. Industry and modules OFBiz supports
are below:-

*Modules:*

   -

   Accounting (GL,AR,AP,FA)
   -

   CRM
   -

   Order Management & E-Commerce / Marketplaces
   -

   Warehousing and Inventory
   -

   Manufacturing & MRP

*Industry:*

   1.

   Project Management
   2.

   Travels Industry
   3.

   Health Care Sector
   4. Retail Sector (Ecommerce)
   5.

   Insurance Sector
   6.

   Banking Sector
   7.

   HR and Payroll
   8.

   Sales Force Automation



Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Jul 27, 2022 at 6:57 AM Turritopsis Dohrnii Teo En Ming <
tdtemc...@gmail.com> wrote:

> ok.
>
> Mr. Turritopsis Dohrnii Teo En Ming
> Targeted Individual in Singapore
>
> On Tue, 26 Jul 2022 at 23:37, Jacques Le Roux
>  wrote:
> >
> > Hi,
> >
> > Not at all
> >
> > Jacques
> >
> > Le 26/07/2022 à 17:26, Turritopsis Dohrnii Teo En Ming a écrit :
> > > Subject: Is Apache OFBiz the open source version of SAP ERP?
> > >
> > > Good day from Singapore,
> > >
> > > Is Apache OFBiz the open source version of SAP ERP?
> > >
> > > Thank you.
> > >
> > > Regards,
> > >
> > > Mr. Turritopsis Dohrnii Teo En Ming
> > > Targeted Individual in Singapore
> > > 26 July 2022 Tuesday
> > > Blogs:
> > > https://tdtemcerts.blogspot.com
> > > https://tdtemcerts.wordpress.com
> >
>


Re: Purchase Order Adjustments

2022-08-01 Thread Rishi Solanki
Dear Emad,
Yes it is tried to tell the same with additional information of adjustment
types. There is no specific adjustments specific to sales order only.
And purchase order may also have the adjustments or discount, so it uses
the common types for both orders if business requires.

But if PO placed thru quotes then adjustments are not required because
approved quotes make the orders. But still it may have quantity breaks or
shipping charge or tax. Final word is PO uses the same adjustment types.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Mon, Aug 1, 2022 at 9:16 PM Emad Radwan  wrote:

> Hello Rishi,
>
> I’m talking about the applicability from a business point of view - not
> from relations between tables - for example, I understand that ‘discount’
> is a valid adjustment type in a sales order, but is it true for a purchase
> order? From a business practice view I mean?
>
> Regards,
> Emad
>
> > On 1 Aug 2022, at 5:40 PM, Rishi Solanki 
> wrote:
> >
> > Please check the OrderAdjustmentType table is link with Order Adjustment.
> >
> > It has all type of adjustment.and yes it is common for both sales and
> > purchase order.
> >
> > Best Regards,
> > Rishi
> >
> > On Thu, 28 Jul 2022, 16:51 Emad Radwan,  wrote:
> >
> >> Hello Ashish,
> >>
> >> Many thanks for the nice explanation. What about the other types of
> >> adjustments that we store in Order_adjustment table? For sales orders, I
> >> understand that this would be something like discounts, promotions,
> taxes,
> >> etc. Are there similar cases for purchase orders?
> >>
> >> Regards,
> >> Emad
> >>
> >>
> >>> On 28 Jul 2022, at 7:36 AM, Ashish Vijaywargiya <
> >> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> >>>
> >>> Hello Emad,
> >>>
> >>> A very good question!
> >>>
> >>> Purchase Orders are linked to Suppliers.
> >>>
> >>> A simple use case is this:
> >>>
> >>> - Goods(Product in OFBiz) are associated with Supplier(SupplierProduct
> >>> entity)
> >>> - Goods are linked with Inventory(InventoryItem entity, ATP and QOH)
> >>> - As ATP goes negative then a "Requirement" to purchase a goods is
> >>> generated.
> >>> - Requirements are converted into PO. You can also directly create PO
> as
> >>> well in the system.
> >>> - As you receive the Goods in the warehouse then you do the PO
> receiving
> >>> and that helps you to adjust Inventory levels(ATP and QOH).
> >>>
> >>> So to answer your question, Yes PO in OFBiz are generally created to do
> >>> inventory adjustments.
> >>>
> >>> Hope this helps.
> >>>
> >>> --
> >>> Kind Regards,
> >>> Ashish Vijaywargiya
> >>> Vice President of Operations
> >>> *HotWax Systems*
> >>> *Enterprise open source experts*
> >>> http://www.hotwaxsystems.com
> >>>
> >>>
> >>>
> >>> On Wed, Jul 27, 2022 at 9:09 PM Emad Radwan 
> >> wrote:
> >>>
> >>>> Hello Community,
> >>>>
> >>>> Is the purchase order subject to any kind of adjustments? If yes, what
> >> are
> >>>> examples of this?
> >>>>
> >>>> Regards,
> >>>> Emad
> >>
> >>
>
>


Re: Purchase Order Adjustments

2022-08-01 Thread Rishi Solanki
Please check the OrderAdjustmentType table is link with Order Adjustment.

It has all type of adjustment.and yes it is common for both sales and
purchase order.

Best Regards,
Rishi

On Thu, 28 Jul 2022, 16:51 Emad Radwan,  wrote:

> Hello Ashish,
>
> Many thanks for the nice explanation. What about the other types of
> adjustments that we store in Order_adjustment table? For sales orders, I
> understand that this would be something like discounts, promotions, taxes,
> etc. Are there similar cases for purchase orders?
>
> Regards,
> Emad
>
>
> > On 28 Jul 2022, at 7:36 AM, Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> >
> > Hello Emad,
> >
> > A very good question!
> >
> > Purchase Orders are linked to Suppliers.
> >
> > A simple use case is this:
> >
> > - Goods(Product in OFBiz) are associated with Supplier(SupplierProduct
> > entity)
> > - Goods are linked with Inventory(InventoryItem entity, ATP and QOH)
> > - As ATP goes negative then a "Requirement" to purchase a goods is
> > generated.
> > - Requirements are converted into PO. You can also directly create PO as
> > well in the system.
> > - As you receive the Goods in the warehouse then you do the PO receiving
> > and that helps you to adjust Inventory levels(ATP and QOH).
> >
> > So to answer your question, Yes PO in OFBiz are generally created to do
> > inventory adjustments.
> >
> > Hope this helps.
> >
> > --
> > Kind Regards,
> > Ashish Vijaywargiya
> > Vice President of Operations
> > *HotWax Systems*
> > *Enterprise open source experts*
> > http://www.hotwaxsystems.com
> >
> >
> >
> > On Wed, Jul 27, 2022 at 9:09 PM Emad Radwan 
> wrote:
> >
> >> Hello Community,
> >>
> >> Is the purchase order subject to any kind of adjustments? If yes, what
> are
> >> examples of this?
> >>
> >> Regards,
> >> Emad
>
>


Re: Branding in multi tenants

2022-08-01 Thread Rishi Solanki
No UI changes required if you are creating new database for each tenant
then you can simply check the Company party profile and related data.

Once you check that data can update the database values by each tenant.

Best Regards,
Rishi

On Mon, 1 Aug 2022, 02:05 Swati Srivastava,  wrote:

> Hello Community,
>
> I wanted to know if we can customize the UI like logo and name of the
> company in different tenants in Ofbiz. If yes please guide me where to make
> the changes.
>
>
>
> Thank You
>
>
>
> Regards
>
> Swati Srivastava


Re: Referencing form field from different table

2022-05-23 Thread Rishi Solanki
Dear Avijit,









Above is the overall signature you can pass entity name and constraints as
you wish.

Hope that helps!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Mon, May 23, 2022 at 4:45 PM Avijit Bose  wrote:

> Dear Sir,
>
> Second Question: How do I get ${customerAddress} from
> 'AkmCustomerAddress' table in list fieldwhen the list is finding
> the table named "AkmCustomer".
>
> regards
> Avijit
>
> On Mon, May 23, 2022 at 2:34 PM Jacques Le Roux
>  wrote:
> >
> > Hi Avijit,
> >
> > I did not read all the details. Are you looking for "dependent
> drop-downs"? If yes, you may have a look at
> >
> https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples#DropDownFieldsExampleForm_dependendDropDownFields_title
> >
> > HTH
> >
> > Jacques
> >
> > Le 23/05/2022 à 10:31, Avijit Bose a écrit :
> > > Dear Sir,
> > > My customer entity is as follows:
> > > ---
> > >   > > package-name="com.akm.ofbiz.import" title="Customer Entity">
> > >  primary
> > > sequenced ID
> > >  
> > >  
> > >  
> > >  
> > > --
> > > Then I have a customer address entity as follows:
> > > 
> > >   > > package-name="com.akm.ofbiz.import" title="Customer Address Entity">
> > >  primary
> > > sequenced ID
> > >  
> > >  
> > >  
> > >  
> > >  
> > > 
> > >
> > > I have find form as follows. This find is from "AKMCustomer" entity.
> > > ---
> > >   > > target="FindCustomers" default-entity-name="AkmCustomer">
> > >  
> > >  
> > >  
> > >  current-description="">
> > >   > > description="${customerId} - ${customerAddress}"
> > > key-field-name="customerId" entity-name="AkmCustomer">
> > >   field-name="customerId"/>
> > >  
> > >
> > >  
> > >   > > title="${uiLabelMap.customerContactPerson}">
> > >   > > widget-style="smallSubmit">
> > >   > > image-location="/images/icons/magnifier.png"/>
> > >  
> > >  
> > > ---
> > > Request question 1: How do I get the '${customerAddress}' value from
> > > 'AkmCustomerAddress' entity in the above drop down list with
> > > 'customerId' as the key value?
> > >
> > > Then I have list form as follows corresponding to the above find form:
> > > ---
> > >
> > >   > > paginate-target="FindCustomers"
> > >  default-entity-name="AkmCustomer" separate-columns="true"
> > > odd-row-style="alternate-row"
> > >  header-row-style="header-row-2"
> > > default-table-style="basic-table hover-bar">
> > >  
> > >  
> > >   > > result-map-list="listIt">
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > >  > > sort-field="false">
> > >  > > sort-field="false">
> > >  > > sort-field="false">
> > >  > > sort-field="false">
> > >   
> > > ---
> > > Request question 2: Again how do I get the 'customerAddress' field
> > > value in the list with 'customerId' as the key?
> > >
> > > In short how do I get a value from a second entity in a dropdown and
> > > list form field with a first entity key value as a reference in the
> > > second table.
> > >
> > > regards
> > > Avijit Bose
> >
>


Re: Custom Pricing on eCommerce Storefront

2021-10-06 Thread Rishi Solanki
Price with types already showing, you just need to allow other price to
show on UI. See list price and your price label for this product and can
further show for other price types. All other information already shared
with you by Aditya is best way to go with.

-
https://demo-trunk.ofbiz.apache.org/ecommerce/micro-chrome-widget-WG--p

Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Oct 6, 2021 at 1:11 PM Justine Nowak  wrote:

> Thanks Aditya, is there anyway we can also show the custom price types on
> the eCommerce storefront?
>
> On Wed, Oct 6, 2021 at 1:27 AM Aditya Sharma 
> wrote:
>
> > Hello Justine,
> >
> > Here you could find list of price types available:
> >
> >
> https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/ProductPriceType
> >
> > Here you could find the seed data for the same:
> >
> >
> https://github.com/apache/ofbiz-framework/blob/75d3367d47abae604126a97a80e715a798e7fc55/applications/datamodel/data/seed/ProductSeedData.xml#L271
> >
> > You could create prices for specific price types:
> >
> >
> https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPrices?productId=WG-9943
> >
> > For custom values, you could just create data in ProductPriceType entity.
> >
> > HTH
> > Thanks and Regards,
> > Aditya Sharma
> >
> >
> > On Wed, Oct 6, 2021 at 11:29 AM Justine Nowak 
> > wrote:
> >
> > > Hello,
> > >
> > > We want to add custom pricing types to our products. For example, we
> > have a
> > > product that will have a "Default Price" (this is what gets charged to
> > the
> > > invoice), but we also need to add other price types for example, Resell
> > > Price / MSRP / MAP price. How do we create these new types and have
> them
> > > show up on the eCommerce site without them interfering with the actual
> > > selling price?
> > >
> > > -Justine
> > >
> >
>


Re: Product Minimum Quantity

2021-10-06 Thread Rishi Solanki
Justine,
One more option you can check and see what is best suitable for your
business requirements quantity included in the product table. Here you can
add 24 and as a user purchase 1 quantity that means 24. Pieces Included is
another field can be use.

A combination of quantityUomId and quantityIncluded is good option to go
with.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Oct 6, 2021 at 9:58 AM Aditya Sharma 
wrote:

> Hi Justine,
>
> I think what you are looking for is Unit of Measure. Check this product:
> https://demo-trunk.ofbiz.apache.org/ecommerce/micro-chrome-widget-WG--p
>
> Checkout the data setup for this product here:
>
> https://github.com/apache/ofbiz-framework/blob/75d3367d47abae604126a97a80e715a798e7fc55/applications/datamodel/data/demo/OrderDemoData.xml#L564
>
> https://github.com/apache/ofbiz-framework/blob/75d3367d47abae604126a97a80e715a798e7fc55/applications/datamodel/data/demo/OrderDemoData.xml#L1837
>
> HTH
>
> Thanks and Regards,
> Aditya Sharma
>
>
> On Wed, Oct 6, 2021 at 1:07 AM Justine Nowak 
> wrote:
>
> > Hello,
> >
> > We have a product that requires is sold as 24 units how do we have the
> > system require the user to increment by 24 each time.
> >
>


Re: Choosing between Java and Groovy

2021-05-24 Thread Rishi Solanki
Groovy has significant goodies to adopt over java like easy to learn due to
java like syntax, scripting language can be use to develop services faster
than java, default packages and type casting shorten syntax makes it easy
to understand. No build and server restart require.

The only reason to use java instead is performance and accuracy, when we do
longer db operations and precise calculations then java is better
candidate. Like groovy makes some assumptions on data types and the same
applies to decimal precisions.

Additional information, bit late here but it should be helpful.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Fri, Apr 16, 2021 at 8:39 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Exactly a very important point, even in production (though on the edge in
> this case), same with Freemarker and Minilang (deprecated in favour of
> Groovy)
>
> Jacques
>
> Le 16/04/2021 à 17:03, Tomek a écrit :
> > Hi Danny,
> >
> > Thank you for your response. I prefer Java rather than Groovy. But as
> > far as I know writing services in Java required restart the server. It
> > seems that choosing Groovy is better option from productivity point of
> view.
> >
> > Tomek
> >
> > On 16.04.2021 15:49, Danny Trunk wrote:
> >> Additionally Regarding your question to choose between Java and Groovy:
> That depends on your personal preferences. You can choose whatever you want.
> >>
> >>> Tomek  hat am 16.04.2021 14:48 geschrieben:
> >>>
> >>>
> >>> Hi,
> >>>
> >>> I'am browsing the code of OFBiz and I see that the services are written
> >>> in multiple languages like Java or Groovy and even XML. Are there some
> >>> rules that help me to choose between Java and Groovy?
> >>>
> >>> Tomek
>
>


Re: Drop-Down unique values

2021-03-15 Thread Rishi Solanki
This is not available out of the box. Two options we have to achieve this,
and one option need to explore;
1. Add brands in different table and render it from there.
2. Use FTL instead and fetch data in groovy file or using any other script.
3. I'm not sure, but there is an service-name attribute under the field,
but I'm not sure if it is useful.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Mar 3, 2021 at 9:44 PM Ingo Wolfmayr 
wrote:

> Hi everybody,
>
> is it possible to get list of unique values using the widget-form
> drop-down. I want a dropdown with the brandname of the PRODUCT entity.
>
> 
> 
>  key-field-name="productId" description="${brandName}">
> 
>
>   
> 
> 
> 
>
> Thanks for any hint.
>
> Best regards,
> Ingo
>
>


Re: Feasibility for service and document exchange (EDI) between OFBiz instances

2021-01-14 Thread Rishi Solanki
Dear Raynhold,
I was trying to explain to you the same. I think I was not clear enough.
Let me try to give more insights direct automatic functionality is not
available out of the box, but yes it can be achievable with minor effort
and customization. For example, create asset functionality available in
OFBiz. But if we want to create it automatically without user interaction
then we need that data over the OFBiz running instance. The data may be in
EDI (at FTP location or in request object) or it may be REST or SOAP
request from wherever it will come we can create fixed asset automatically.

That means no user interaction. Again, here we can do anything which you
know can be done by any other technologies. This is what I was trying to
explain. And if it is something Party B have the direct access to Party A
database then we can direct copy the values. But it should be allowed by
Party A.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Jan 14, 2021 at 7:41 PM Raynhold  wrote:

> Hello Rishi,
>
> thank you for your response.
>
> Since I just only scratch the surface of OFBiz regarding development, I
> don't know if it provides something to communicate to other
> applications. As far as I know OFBiz offers interfaces for SOAP/REST,
> but nothing leading out of it. Like the definition of a webhook or
> similar. Is there maybe a concept or work in progress which tries to
> achieve something like an EDI interface or similar?
>
> The requirement would be similar to this:
>
> There are 2 parties which run their own OFBiz system. (Looking to
> multi-tenant setup it should also be possible that it would also work
> there, so between the tenants)
> Party B buys in the web shop of Party A a couple of products. Now the
> information about the bought Items should be sent to Party Bs OFBiz
> instance.
> (Party A OFBiz) webshop -→ (Party B OFBiz) Asset Maintenance
>
> So that Party B does not have to create the assets manually.
>
> --
> Best regards,
> Raynhold
>
> Am 13.01.2021 um 19:56 schrieb Rishi Solanki:
> > Raynhold,
> > It is more like communicating two applications (not necessarily two
> tenants
> > of same OFBiz instance). Should exchange the data using EDI or any other
> > way (xml, json exchange etc).
> >
> > Answer is yes it is possible and can be done in the same fashion any
> other
> > Java based application does. Just need to make sure if something already
> in
> > OFBiz then use it instead of implementing the feature from scratch.
> >
> > Creating a fixed asset on some trigger is not OOTB available, but with
> some
> > custom code it is also achievable. The exact requirement would help us to
> > better answer your questions.
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > *CTO, Mindpath Technology*
> > Intelligent Solutions
> > cell: +91-98932-87847
> > LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> >
> >
> > On Tue, Jan 12, 2021 at 8:48 PM Raynhold  wrote:
> >
> >> Hello users and developers,
> >>
> >> I am tasked with the examination about the functionality of some
> >> business cases in Apache OFBiz. Mainly with the sale of products through
> >> the e-commerce application, the reception of property, plant and
> >> equipment (FixedAsset) and the preparation of a balance sheet.
> >>
> >> I would like to know if Apache OFBiz can communicate, exchange documents
> >> (EDI), with other instances or in case of a multi-tenant setup, the same
> >> instance.
> >>
> >> For example i have a multi-tenant setup with Tenant A and B
> >> Tenant A buys over the e-commerce store from B a round gizmo.
> >> Is there a way for A to get a fixed Asset of the gizmo without to create
> >> it manually?
> >>
> >> Furthermore is it possible to bind 2 services, in different instances,
> >> together like sell and buy, like in the example above? To define a
> >> business process which causes a reaction in another instance. Like the
> >> transmission of a document (EDI)?
> >>
> >> Best regards,
> >> Raynhold
> >>
> >>
>


Re: Feasibility for service and document exchange (EDI) between OFBiz instances

2021-01-13 Thread Rishi Solanki
Raynhold,
It is more like communicating two applications (not necessarily two tenants
of same OFBiz instance). Should exchange the data using EDI or any other
way (xml, json exchange etc).

Answer is yes it is possible and can be done in the same fashion any other
Java based application does. Just need to make sure if something already in
OFBiz then use it instead of implementing the feature from scratch.

Creating a fixed asset on some trigger is not OOTB available, but with some
custom code it is also achievable. The exact requirement would help us to
better answer your questions.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Jan 12, 2021 at 8:48 PM Raynhold  wrote:

> Hello users and developers,
>
> I am tasked with the examination about the functionality of some
> business cases in Apache OFBiz. Mainly with the sale of products through
> the e-commerce application, the reception of property, plant and
> equipment (FixedAsset) and the preparation of a balance sheet.
>
> I would like to know if Apache OFBiz can communicate, exchange documents
> (EDI), with other instances or in case of a multi-tenant setup, the same
> instance.
>
> For example i have a multi-tenant setup with Tenant A and B
> Tenant A buys over the e-commerce store from B a round gizmo.
> Is there a way for A to get a fixed Asset of the gizmo without to create
> it manually?
>
> Furthermore is it possible to bind 2 services, in different instances,
> together like sell and buy, like in the example above? To define a
> business process which causes a reaction in another instance. Like the
> transmission of a document (EDI)?
>
> Best regards,
> Raynhold
>
>


Re: Add menuitem from plugin

2020-12-29 Thread Rishi Solanki
Check the link type in *Menus.xml ... it is inter-app here you can give the
link to other apps ... like ecommerce.

Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Sat, Dec 26, 2020 at 5:23 PM Ingo Wolfmayr 
wrote:

> The application I am working on is an Ofbiz application. My question was
> more about: Is it somehow possible to define a menu item from a different
> ofbiz application. For examle can I  add a menu item to the "catalog" menu
> from the ecommerce plugin.
>
> Best regards,
> Inog
>
> -----Ursprüngliche Nachricht-
> Von: Rishi Solanki 
> Gesendet: Mittwoch, 23. Dezember 2020 22:53
> An: ofbizuser 
> Betreff: Re: Add menuitem from plugin
>
> Did you consider iFrames?
>
> Giving link of screens locally and rendering external application link
> using iFrame should resolve your problem.
>
> Best Regards,
> --
> Rishi Solanki
> *CTO, Mindpath Technology*
> Intelligent Solutions
> cell: +91-98932-87847
> LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>
>
>
> On Wed, Dec 23, 2020 at 12:49 PM Ingo Wolfmayr 
> wrote:
>
> > Hi everybody,
> >
> > is there an existing functionality to add a menu item from another
> > application.
> > For example: I am working on a reporting application and it would be
> > nice to have access to all facility reports from the facility
> > application without changing the product application.
> >
> > Best regards,
> > Ingo
> >
> >
> >
>


Re: Add menuitem from plugin

2020-12-23 Thread Rishi Solanki
Did you consider iFrames?

Giving link of screens locally and rendering external application link
using iFrame should resolve your problem.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Dec 23, 2020 at 12:49 PM Ingo Wolfmayr 
wrote:

> Hi everybody,
>
> is there an existing functionality to add a menu item from another
> application.
> For example: I am working on a reporting application and it would be nice
> to have access to all facility reports from the facility application
> without changing the product application.
>
> Best regards,
> Ingo
>
>
>


Re: Apache ofbiz integration with SAP

2020-11-24 Thread Rishi Solanki
Connect to SAP HANA via JDBC - SAP HANA Developer Guide for SAP HANA Studio
- SAP Library
<http://help.sap.com/saphelp_hanaplatform/helpdata/en/ff/15928cf5594d78b841fbbe649f04b4/content.htm>


In case you are interested in direct db to db integration. Here you go.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Nov 24, 2020 at 5:35 PM S K Pradeep Kumar <
s.k.pradeepku...@gmail.com> wrote:

> Hi Dinesh,
>
> If SAP supports REST API, you can write the REST API's in OFBiz and
> integrate. Recommended with Strong security.
> If SAP supports SOAP, then you can export the OFBiz services as SOAP and
> integrate.
>
> With regards,
> S K Pradeep Kumar,
> 9035009495
>
>
> On Tue, Nov 24, 2020 at 3:55 PM Dinesh Kumar Viswanath <
> dkvk103...@gmail.com>
> wrote:
>
> > Is there any option for integrating Apache OfBiz with SAP. We are looking
> > for options to integrate with SAP modules from Apache OfBiz.
> >
>


Re: Discussion: OFBiz deployment on AWS for production environment

2020-10-06 Thread Rishi Solanki
This is a great initiative Arun. I would like to join the session, if time
permits.

Thanks!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Oct 6, 2020 at 4:51 PM Arun Patidar  wrote:

> Hello team,
>
> We have started discussion about OFBiz deployment on AWS platform for
> production environment. Idea is to share and discuss the optimal way to
> deploy OFBiz on AWS platform to achieve high availability and scalability
> in the production environment.
>
> We are preparing a video series on this and will share on OFBiz youtube
> channel.
>
> Anyone from the community can join this session and share your thoughts on
> this. I will share the meeting URL with the timing of our next session
> here shortly.
>
>
> Regards
> ---
> Arun Patidar
>


Re: Demos shutdown because possible security issues

2020-09-30 Thread Rishi Solanki
Deepak/Jacques,
Thank you for your information on this. I have sent a request to subscribe
to the security mailing list. Will see and connect over it, I thought if
somewhere I can contribute. Will surely connect over the security channels.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Sep 30, 2020 at 12:55 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Rishi,
>
> I already answered to this question to Olivier on Slack:
>
> Jacques Le Roux<https://app.slack.com/team/U7KCFUGTH>10:06 <
> https://the-asf.slack.com/archives/CD3TJJJ5B/p1601021208005600>
> Hi@Olivier_H <https://the-asf.slack.com/team/UF6JPSURF>We generally
> don't discuss security issues openly. We do that in the private security ML.
> But since we had to stop the demos I'll explain you that in your own
> channel
>
> As you are a PMC member you can get more information if you subscribe to
> the security ML: secur...@ofbiz.apache.org  (Olivier could not,  he is
> only a
> committer).
> I can then explain you more there and if you want we can collaborate on
> this effort that I have started. Beware: it's a complicated stuff :)
>
> Thanks
>
> Jacques
>
> Le 30/09/2020 à 00:25, Rishi Solanki a écrit :
> > Hello Jacques/All,
> > What exactly the issues are to not starting the demos. What demo data are
> > problematic, is it reported somewhere.
> >
> > I would like to see if we can resolve and restart the demo instances
> again.
> > Any detail around the problem if anyone have then please share.
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > *CTO, Mindpath Technology*
> > Intelligent Solutions
> > cell: +91-98932-87847
> > LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> >
> >
> > On Thu, Sep 24, 2020 at 1:17 PM Jacques Le Roux <
> > jacques.le.r...@les7arts.com> wrote:
> >
> >> Ha yes indeed, thanks!
> >>
> >> Le 24/09/2020 à 09:04, itsupport a écrit :
> >>> Because you wrote:
> >>>
> >>>
> >>> On 2020/08/11 10:50:43, Jacques Le Roux wrote:
> >>>>> Hi,>
> >>>>>
> >>>>> Due to possible security issues the demos have been shutdown.>
> >>>>>
> >>>>> These possible security issues are due to the demos data.>
> >>> If it was code i would be seriously concerned .
> >>>
> >>> Sent from my Samsung Galaxy smartphone.
> >>>
> >>>
> >>>  Original message 
> >>> From: Jacques Le Roux 
> >>> Date: 24/09/20 16:47 (GMT+12:00)
> >>> To: user@ofbiz.apache.org, Shane Hollis 
> >>> Subject: Re: Demos shutdown because possible security issues
> >>>
> >>> Hi Shane,
> >>>
> >>> 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, how do you know that it's only (demo) data (which is right)
> >> and not code :) ?
> >>> Jacques
> >>>
> >>> Le 24/09/2020 à 06:03, Shane Hollis a écrit :
> >>>> Hi,
> >>>>
> >>>> We went to view the demos and saw the security message. It might be
> >>>> worth making it really clear the security issue is the data not the
> >> code
> >>>> - as it is not a good look to have a project shut for security reasons
> >> -
> >>>> especially one that handles finances. Just saying :)
> >>>>
> >>>> Shane
> >>>>
> >>>>
> >>>>
> >>>> On 2020/08/11 10:50:43, Jacques Le Roux wrote:
> >>>>> Hi,>
> >>>>>
> >>>>> Due to possible security issues the demos have been shutdo

Re: Demos shutdown because possible security issues

2020-09-29 Thread Rishi Solanki
Hello Jacques/All,
What exactly the issues are to not starting the demos. What demo data are
problematic, is it reported somewhere.

I would like to see if we can resolve and restart the demo instances again.
Any detail around the problem if anyone have then please share.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Sep 24, 2020 at 1:17 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Ha yes indeed, thanks!
>
> Le 24/09/2020 à 09:04, itsupport a écrit :
> >
> > Because you wrote:
> >
> >
> > On 2020/08/11 10:50:43, Jacques Le Roux wrote:
> > > > Hi,>
> > > >
> > > > Due to possible security issues the demos have been shutdown.>
> > > >
> > > > These possible security issues are due to the demos data.>
> >
> > If it was code i would be seriously concerned .
> >
> > Sent from my Samsung Galaxy smartphone.
> >
> >
> >  Original message 
> > From: Jacques Le Roux 
> > Date: 24/09/20 16:47 (GMT+12:00)
> > To: user@ofbiz.apache.org, Shane Hollis 
> > Subject: Re: Demos shutdown because possible security issues
> >
> > Hi Shane,
> >
> > 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, how do you know that it's only (demo) data (which is right)
> and not code :) ?
> >
> > Jacques
> >
> > Le 24/09/2020 à 06:03, Shane Hollis a écrit :
> > > Hi,
> > >
> > > We went to view the demos and saw the security message. It might be
> > > worth making it really clear the security issue is the data not the
> code
> > > - as it is not a good look to have a project shut for security reasons
> -
> > > especially one that handles finances. Just saying :)
> > >
> > > Shane
> > >
> > >
> > >
> > > On 2020/08/11 10:50:43, Jacques Le Roux wrote:
> > > > Hi,>
> > > >
> > > > Due to possible security issues the demos have been shutdown.>
> > > >
> > > > These possible security issues are due to the demos data.>
> > > >
> > > > So custom projects should not have to worry.>
> > > >
> > > > We will discuss in dev ML how to restart the demos.>
> > > >
> > > > Thanks for your patience>
> > > >
> > > > Jacques>
> > > >
> > > >
> > >
> > >
> > > All Outsourced Information Technology Limiteds work, sales and
> correspondence is covered under our terms of service and privacy policies
> found
> > at https://outsourcedit.co.nz/tandc . Our online invoicing system is
> found at https://invoice.outsourcedit.co.nz and invoices, receipts and
> quotes
> > can be accessed there. All goods and services sold are covered under the
> Sale of Goods Act and the Consumer Guarantees Act of NZ and will be liable
> > for GST where applicable.
> > >
> > >
> > Jacques Le Roux
> > 400E Chemin de la Mouline
> > 34560 Poussan
> > 04 67 51 19 38
> > 06 11 79 50 28
> >
> >
> >
> > 
> > All Outsourced Information Technology Limiteds work, sales and
> correspondence is covered under our terms of service and privacy policies
> found at
> > https://outsourcedit.co.nz/tandc .
> > Our online invoicing system is found at
> https://invoice.outsourcedit.co.nz and invoices, receipts and quotes can
> be accessed there.
> > All goods and services sold are covered under the Sale of Goods Act and
> the Consumer Guarantees Act of NZ and will be liable for GST where
> applicable.
> >
> Jacques Le Roux
> 400E Chemin de la Mouline
> 34560 Poussan
> 04 67 51 19 38
> 06 11 79 50 28
>
>


OFBiz Integrations

2020-09-29 Thread Rishi Solanki
Dear All,
In another thread on "Integration with facebook ecommerce platform" one
good suggestion came from user Andrew Williams to integrate OFBiz with
WooCommerce and WordPress. I would like to extend it to all required
integrations.

Below are the areas as per my understanding where we would require
integrations which is in general expected.

1) Payment (Amazon, Apple, PayPal, First Data etc)
2) Shipping (UPS, UPS, FEDEX, DHL etc.)
3) Other Selling Portals and Channels (Amazon, WooCommerce, Wordpress,
Shopify etc.)
4) Communication related integration. (Email, SMS, Chatbot, Whatapp etc)
5) Supporting modules like Reports tool, Sales Force etc.
6) Data Import Tool like JSON, Excel, CSV etc.

Please add more in the list. Once will have all items listed, we will push
that list over the confluence page, and all supporting docs link. Later we
can pick one by one and mark them complete from there, in this way from the
open list everyone will have the opportunity to pick any and contribute.

We can also think of creating open tickets from the approved list to work
on. Looking forward.

Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


Re: Integration with facebook ecommerce platform

2020-09-29 Thread Rishi Solanki
+1 Andrew, Shopify is also awaited by the community. @All can we have list
of all integrations we would require to do. To make it more acceptable.

Not redirecting this thread topic, and keep it to Facebook only. I will
initiate another thread.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Wed, Sep 30, 2020 at 2:24 AM Andrew Williams  wrote:

> Just saying...
>
> I would be more impressed if a WooCommerce and/or WordPress integration was
> on the cards.
>
> On Tue, Sep 29, 2020 at 1:50 PM Rishi Solanki 
> wrote:
>
> > Amit,
> > This would be a good addition. Thanks for initiating, please let me know
> if
> > I can be of any help.
> >
> > What APIs you are planning to integrate in the initially?
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > *CTO, Mindpath Technology*
> > Intelligent Solutions
> > cell: +91-98932-87847
> > LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> >
> >
> > On Sat, Sep 26, 2020 at 3:04 PM Amit Gadaley <
> > amit.gada...@hotwaxsystems.com>
> > wrote:
> >
> > > Hello All,
> > >
> > > I am wondering how facebook ecommerce platform can be integrated with
> > > OFBiz. I am sure that all of you familiar with the popularities of
> > > facebook. It has millions of millions of customers and is one of the
> > > favourite modes of shopping while doing browsing and social networking.
> > >
> > > It will be a huge benefit to both our customers and OFBiz community, if
> > we
> > > are able to integrate OFBiz with facebook ecommerce platform.
> > >
> > > I also looked at the available support
> > > <
> https://developers.facebook.com/docs/commerce-platform/order-management
> > >
> > > provided by facebook and it seems everything is available.
> > >
> > > Please feel free to provide any suggestions or inputs.
> > >
> > > --
> > > Kind Regards,
> > > Amit Gadaley
> > > *Technical Consultant*
> > > *HotWax Systems*
> > > *Enterprise open source experts*
> > > cell: +91-95845-93069
> > > office: 0731-409-3684
> > > http://www.hotwaxsystems.com
> > >
> >
>
>
> --
> Sincerely,
> Andrew Williams
> IT Director
>


Re: Integration with facebook ecommerce platform

2020-09-29 Thread Rishi Solanki
Amit,
This would be a good addition. Thanks for initiating, please let me know if
I can be of any help.

What APIs you are planning to integrate in the initially?

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Sat, Sep 26, 2020 at 3:04 PM Amit Gadaley 
wrote:

> Hello All,
>
> I am wondering how facebook ecommerce platform can be integrated with
> OFBiz. I am sure that all of you familiar with the popularities of
> facebook. It has millions of millions of customers and is one of the
> favourite modes of shopping while doing browsing and social networking.
>
> It will be a huge benefit to both our customers and OFBiz community, if we
> are able to integrate OFBiz with facebook ecommerce platform.
>
> I also looked at the available support
> <https://developers.facebook.com/docs/commerce-platform/order-management>
> provided by facebook and it seems everything is available.
>
> Please feel free to provide any suggestions or inputs.
>
> --
> Kind Regards,
> Amit Gadaley
> *Technical Consultant*
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-95845-93069
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Execute custom SQL

2020-09-15 Thread Rishi Solanki
Richard,
If you are trying to review some data then SQL fits for you. Otherwise use
delegator object to do that. There are several examples which uses the
delegator to fetch, store, remove the data from database.

Please check Find Services and CRUD services to see how it is working.
Groovy and Java engine examples best suite for you.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Mon, Sep 14, 2020 at 11:29 AM Richard Fleming  wrote:

>  Thank you Mandeep and Jacques for your kind replies
> I will look in that direction 
> -Rick
>
>
>
>
> On Sunday, September 13, 2020, 11:26:12 AM MDT, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
>  Hi Rick,
>
> Did you try https://localhost:8443/webtools/control/EntitySQLProcessor
>
> HTH
>
> Jacques
>
> Le 13/09/2020 à 16:32, Rick Fleming a écrit :
> > Hi all
> >
> > I need to execute a custom plain text query against our Postgresql
> database.
> >  "select product_id, internal_name, brand_name, description,
> small_image_url from product where page @@
> plainto_tsquery('"+searchterm+"') limit 25";
> >
> > What is the preferred way to do this in Ofbiz?
> >
> > Thanks
> > Rick
> >
>


Re: Sales Tax

2020-09-15 Thread Rishi Solanki
Ingo,
Thanks for clarifying, I would say it is fine to have these changes. If
price is included in the tax then it should not be restricted to one type.
So I think patch should be fine, and upon reviewing and working with change
functionality we will be good to discuss it further.

Others in the community may have some different thoughts, but I think it
should be fixed which ties the tax type with the feature completely.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Sat, Sep 12, 2020 at 3:15 PM Ingo Wolfmayr 
wrote:

> Hi,
>
> what you are suggesting is how I setup my products and prices - that is
> not a problem. The issue is, that using SALES_TAX with PRICE_INCLUDES_TAX =
> Y does not work out of the box as I would expect it to, therefore I made
> some changes on tax calculation on my side - that work for me and my
> customers. I also tried to explane why I use prices with tax included (
> rounding issue).
>
> My real question was: Why is the calculated tax from a price with SALES
> TAX included changed to VAT_TAX.
>
> If I sell a product for 5 Euros incl. Sales Tax to an end customer the
> rusult in ofbiz will be:
>
> 4,55 net price
> 0,45 VAT TAX
> 5,00 gross price
>
> With all my examples I just wanted to show that I have the same customer,
> same product with prices setup as net price (without tax included) the
> result will look like:
>
> 4,55 net price
> 0,45 SALES TAX
> 5,00 gross price
>
> I assume that make sense for someone but I do not understand it by now.
> Before I provide my changes as a proposal for a change I would like to be
> sure if my changes make sense for the community. Otherwise I keep it in my
> local repository.
>
> Best regards
> Ingo
>
> -Ursprüngliche Nachricht-
> Von: Rishi Solanki 
> Gesendet: Freitag, 11. September 2020 18:06
> An: ofbizuser 
> Betreff: Re: Sales Tax
>
> Exactly, what Ankush has suggested. That is why I try to simplify your
> problem first. Additionally consider the product store group setting at
> store level, and add two product price for each product with different
> product store groups (in your case one price will be 4.55 where tax will be
> calculated nad 5.00 where it won't be calculated). One for B2B and one for
> B2C. And in result you will see the pricing based on your tax authority
> setup which includes tax in price for one store and for another store it
> adds tax after price.
>
> Hope that helps!
>
> Best Regards,
> --
> Rishi Solanki
> *CTO, Mindpath Technology*
> Intelligent Solutions
> cell: +91-98932-87847
> LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>
>
>
> On Fri, Sep 11, 2020 at 4:49 PM Ankush Upadhyay <
> ankush.upadh...@hotwaxsystems.com> wrote:
>
> > Hello Ingo,
> >
> > What I understand from your shared details, you have two stores for
> > B2B and B2C and you want to show/calculate product pricing differently
> > for both of them.
> > To achieve this you have set up TaxAuthority and
> > TaxAuthorityRateProducts for different categories.
> >
> > Did you try to set store wise pricing for your product's and set
> > multiple TaxAuthority and TaxAuthorityRateProducts for price whether
> > to include tax or not?
> >
> >
> > Kind Regards,
> > Ankush Upadhyay
> > Senior Technical Consultant
> >
> > *HotWax Systems*
> > *Enterprise open source experts*
> > cell: +91-8109201285
> > office: 0731-409-3684
> > http://www.hotwaxsystems.com
> >
> >
> > On Fri, Sep 11, 2020 at 12:43 PM Ingo Wolfmayr
> > 
> > wrote:
> >
> > > Hello Rishi,
> > >
> > > basically yes. Usually the B2B price is different to the B2C price.
> > > The problem was calculating the B2C price when prices have been
> > > setup as net prices (without tax). Now and then you will have some
> > > rounding
> > inaccuracy -
> > > having 5.01 instead of 5.00. Ofbiz is doing everthing right when
> > > calculating from net price, but result is not satisfying.
> > >
> > > Best regards,
> > > Ingo
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Rishi Solanki 
> > > Gesendet: Donnerstag, 10. September 2020 23:23
> > > An: ofbizuser 
> > > Betreff: Re: Sales Tax
> > >
> > > Dear Ingo,
> > > Here is my understanding of your problem.
> > >
> > > You have two stores as B2B and B2C. On B2C store you want show or
> > > sale product with price and tax shown (

Re: Sales Tax

2020-09-11 Thread Rishi Solanki
Exactly, what Ankush has suggested. That is why I try to simplify your
problem first. Additionally consider the product store group setting at
store level, and add two product price for each product with different
product store groups (in your case one price will be 4.55 where tax will be
calculated nad 5.00 where it won't be calculated). One for B2B and one for
B2C. And in result you will see the pricing based on your tax authority
setup which includes tax in price for one store and for another store it
adds tax after price.

Hope that helps!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Fri, Sep 11, 2020 at 4:49 PM Ankush Upadhyay <
ankush.upadh...@hotwaxsystems.com> wrote:

> Hello Ingo,
>
> What I understand from your shared details, you have two stores for B2B and
> B2C and you want to show/calculate product pricing differently for both of
> them.
> To achieve this you have set up TaxAuthority and TaxAuthorityRateProducts
> for different categories.
>
> Did you try to set store wise pricing for your product's and set multiple
> TaxAuthority and TaxAuthorityRateProducts for price whether to include tax
> or not?
>
>
> Kind Regards,
> Ankush Upadhyay
> Senior Technical Consultant
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-8109201285
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>
>
> On Fri, Sep 11, 2020 at 12:43 PM Ingo Wolfmayr 
> wrote:
>
> > Hello Rishi,
> >
> > basically yes. Usually the B2B price is different to the B2C price. The
> > problem was calculating the B2C price when prices have been setup as net
> > prices (without tax). Now and then you will have some rounding
> inaccuracy -
> > having 5.01 instead of 5.00. Ofbiz is doing everthing right when
> > calculating from net price, but result is not satisfying.
> >
> > Best regards,
> > Ingo
> >
> > -Ursprüngliche Nachricht-
> > Von: Rishi Solanki 
> > Gesendet: Donnerstag, 10. September 2020 23:23
> > An: ofbizuser 
> > Betreff: Re: Sales Tax
> >
> > Dear Ingo,
> > Here is my understanding of your problem.
> >
> > You have two stores as B2B and B2C. On B2C store you want show or sale
> > product with price and tax shown (that means 4.55 + 0.45). And on B2B
> store
> > you want to sale on the same price that means 5.00 and it should not show
> > tax and as mentioned tax included in price.
> >
> > Am I correct?
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > *CTO, Mindpath Technology*
> > Intelligent Solutions
> > cell: +91-98932-87847
> > LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> >
> >
> > On Mon, Sep 7, 2020 at 9:05 PM Ingo Wolfmayr 
> > wrote:
> >
> > > Hello,
> > >
> > > I have made a few changes to the price logic to get it working for my
> > > country (AUT - Europe) using Sales Tax and I have a question before I
> > > prepare a proposal patch for the community:
> > >
> > > My Setup:
> > > Tax Authority (PriceIncludesTax=Y) with three TaxAuthorityRateProducts
> > > - Sales tax 20 - assigned to product category mwst20
> > > - Sales tax 10 - assigned to product category mwst10
> > > - Sales tax 13 - assigned to product category mwst13
> > >
> > > I created all product prices as gross price - setting
> > > "priceIncludesTax"="Y". The reason for that where some rounding issues
> > > (nothing to do with ofbiz). For example: I want to show the price to
> > > the customer as € 5,00 and not € 5,01.
> > > As I have customers that also have both B2C & B2B the b2b prices are
> > > setup as net prices (without tax) as they are shown in store without
> > > tax.  So b2c customers nice looking prices (5,00, 5,99 …) and b2b
> > customer net prices.
> > >
> > > Here comes my question part: the default logic would change the tax
> > > type to VAT_TAX, if "priceIncludesTax" is in use - so SALES_TAX will
> > > be changed to VAT_TAX. From the logic I am following in my case the
> > > tax type should not changes whether the price has set up as gross-price
> > or net-price.
> > > I am selling my customer the product for 5 Euros including 10% tax.
> > > € 4,55Net price
> > > € 0,45   Sales Tax
> > > € 5,00Payed by customer
> > >
> > > If I setup the product price with 4,55 without tax the result should
> > > be the same. Is my logic interfering with some other logic that I am
> > > not aware by now and therefore it would not make any sense to make
> > > that work in standard ofbiz?
> > >
> > > Any thought on that would be welcome.
> > >
> > > Best regards,
> > > Ingo
> > >
> > >
> >
>


Re: Sales Tax

2020-09-10 Thread Rishi Solanki
Dear Ingo,
Here is my understanding of your problem.

You have two stores as B2B and B2C. On B2C store you want show or sale
product with price and tax shown (that means 4.55 + 0.45). And on B2B store
you want to sale on the same price that means 5.00 and it should not show
tax and as mentioned tax included in price.

Am I correct?

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Mon, Sep 7, 2020 at 9:05 PM Ingo Wolfmayr 
wrote:

> Hello,
>
> I have made a few changes to the price logic to get it working for my
> country (AUT - Europe) using Sales Tax and I have a question before I
> prepare a proposal patch for the community:
>
> My Setup:
> Tax Authority (PriceIncludesTax=Y) with three TaxAuthorityRateProducts
> - Sales tax 20 - assigned to product category mwst20
> - Sales tax 10 - assigned to product category mwst10
> - Sales tax 13 - assigned to product category mwst13
>
> I created all product prices as gross price - setting
> "priceIncludesTax"="Y". The reason for that where some rounding issues
> (nothing to do with ofbiz). For example: I want to show the price to the
> customer as € 5,00 and not € 5,01.
> As I have customers that also have both B2C & B2B the b2b prices are setup
> as net prices (without tax) as they are shown in store without tax.  So b2c
> customers nice looking prices (5,00, 5,99 …) and b2b customer net prices.
>
> Here comes my question part: the default logic would change the tax type
> to VAT_TAX, if "priceIncludesTax" is in use - so SALES_TAX will be changed
> to VAT_TAX. From the logic I am following in my case the tax type should
> not changes whether the price has set up as gross-price or net-price.
> I am selling my customer the product for 5 Euros including 10% tax.
> € 4,55Net price
> € 0,45   Sales Tax
> € 5,00Payed by customer
>
> If I setup the product price with 4,55 without tax the result should be
> the same. Is my logic interfering with some other logic that I am not aware
> by now and therefore it would not make any sense to make that work in
> standard ofbiz?
>
> Any thought on that would be welcome.
>
> Best regards,
> Ingo
>
>


Re: System Set Up - Data Upload

2020-08-27 Thread Rishi Solanki
+1.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Aug 25, 2020 at 11:31 AM Anil Patel 
wrote:

> I think it will be a good idea to define use scenario specific data import
> / export strategy and also build templates to quickly implement systems.
>
> Many of us use OFBiz as
> 1) eCommerce platform,
> 2) OMS
> 3) Customer data platform
> 4) PIM
> 5) Manufacturing / production execution system.
>
> We can very put together necessary artifacts in the community.
>
>
> Thanks and Regards
> Anil Patel
> COO
> HotWax Systems
> http://www.hotwaxsystems.com
> Cell: + 1 509 398 3120
>
>
> On Tue, Aug 25, 2020 at 10:28 AM Aditya Sharma 
> wrote:
>
> > Hi James,
> >
> > Adding to Pawan's answer, you can also search reader-name="demo" in
> > ofbiz-component.xml files
> >
> >
> https://github.com/apache/ofbiz-plugins/blob/trunk/ecommerce/ofbiz-component.xml#L30
> >
> > HTH
> >
> > Thanks and regards,
> > Aditya Sharma
> >
> > On Tue, Aug 25, 2020 at 12:03 AM Pawan Verma <
> > pawan.ve...@hotwaxsystems.com>
> > wrote:
> >
> > > Hi James,
> > >
> > > You can find this demo data files under the data/ directory of each
> > > component, for example, PartyDemoData.xml.
> > >
> > > You can also search for *DemoData.xml using your prefered IDE.
> > >
> > > HTH!
> > > --
> > > Thanks & Regards
> > > Pawan Verma
> > > Technical Consultant
> > > *HotWax Systems*
> > > *Enterprise open source experts*
> > > http://www.hotwaxsystems.com
> > >
> > >
> > > On Mon, Aug 24, 2020 at 11:32 PM  wrote:
> > >
> > > > 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
> > > > >
> > > >
> > >
> >
>


Re: Shorten the order fulfillment processs

2020-08-11 Thread Rishi Solanki
+1 to Jacques on it is not exactly present in OFBiz but tricks may apply to
map the process or can go for minor quick easy customization. In my reply
in another thread, if you consider order creation before delivery then the
same process can also be used.

But for that you need to map the order statuses with your already adopted
process.

Thanks Jacques!!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Mon, Aug 10, 2020 at 7:42 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Georg,
>
> I did something like that in 2007 for an ecommerce GB company (not with
> the signed delivery note part).
> I had to add some custom code to the order entry wizard/tunnel[1] and it's
> still the same today.
> As the needs are most of the time specific there is no way to have that
> OOTB. But it's easy to add because all the bricks are present.
>
> HTH
>
> Jacques
>
> [1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry
>
> Le 07/08/2020 à 10:04, Georg Potthast 2 a écrit :
> > I hope this question will open in a new thread.
> >
> > We are planning to replace our old ERP system with an OFBiz based
> system. However, we currently have a different process than the one
> described in the wiki page OFBIZ/Order+Fulfillment+Process+Overview
> >
> > We take the orders by phone and generate a delivery note from that. Our
> driver picks the goods from our storage and delivers them to the customer.
> When he returns with a signed delivery note from the customer, we enter the
> delivery note into the ERP system. The ERP system takes a look at the
> agreement details for the customer including his price and generates an
> invoice which is sent in the mail.
> >
> > This does not seem to fit the process described in the wiki page. How
> can we use OFBiz to fit our existing process?
>
>


Re: Adding Attributes to a Product

2020-08-11 Thread Rishi Solanki
Numerice range won't work as you suspect, and for search not need to do
that. You can simply tag a feature with "> 1000" and "< 1000" as string.
You can use category or feature or even atrribute. And once search is
enable of that feature then you simply need show the tagged products. Which
can be done by all routes, the catalog manager or product creation code
needs to make sure all products tagged properly.

In this way no custom code would be required. HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Aug 11, 2020 at 6:33 PM Jason RJ  wrote:

> Hi Randy
>
> We have done something similar but using Product Features to drive the
> dropdown and Product Variants for each type, this supports search as
> expected too since features are added to search criteria as product
> keywords. Turning on layered navigation and creating custom filters in
> LayeredNavBar.ftl gives you a filter list, it might be possible to build
> a range filter that way.
>
> Jason
>
>
> On 10/08/2020 15:15, Jacques Le Roux wrote:
> > Hi Randy,
> >
> > I think this is what you are looking for
> > https://markmail.org/message/c5kxv6snztxwqwxk
> >
> > HTH
> >
> > Jacques
> >
> > Le 07/08/2020 à 22:29, Randy Evans a écrit :
> >> I am evaluating OFBiz and have set up a test instance.
> >>
> >> I am trying to enter a product that I need to add some data, one of
> >> which is numeric and the other should be selectable from a dropdown
> >> list.
> >>
> >> An example of this would be resistors which have a footprint and would
> >> be selectable from a dropdown list like "throughole","0603", "0402"
> >>
> >> The other data would be keyed in as a numeric value (the resistance).
> >>
> >> I would need to be able to search for a specific product like
> >> "throughole" and a range for the resistance like ">1000 and <1"
> >> for example.  In "Find Product" there is an advanced search but I'm
> >> not sure you can search for Attributes.
> >>
> >> It looks like CATALOG MANAGER/Products/Attributes may be what I am
> >> looking for but it is not clear if I can specify a numeric value only
> >> and also if I can set up a dropdown list.
> >>
> >>
> >>
> >> Is this type of entry and search possible with OFBiz (without custom
> >> programming)?
> >>
> >> Thanks for any information.
> >
>


Re: COA setup and association of GL accounts to processes

2020-08-11 Thread Rishi Solanki
Dear Joseph,
If you follow the demo setup then it will have a complete setup of the
company. What Akash suggested you, to get it you need to follow the
existing setup and remove/add the departments, team, sub organizations and
other internal organizations. On clicking on setup and accounting button
you would be able to see the gl account and chart of accounts for each
internal organization.

Bottom line is, to setup your own organization data you may need to look
into the existing demo data and alter it as per your organization need.

HTH!

Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Fri, Aug 7, 2020 at 12:03 PM Joseph Francois 
wrote:

> Hello Akash,
>
> Thank you for your reply.
>
> I am very new to OFBIZ. Although I understand your instructions, it is a
> bit too high-level for me to implement it. What I would like to see, if
> possible, is an actual example. What I mean is that we take the COA and the
> linked account that exist with the demo data and load it into an
> installation with no demo data.
>
> Regards,
> Joseph
>
> On Wed, 5 Aug 2020 at 19:29, Akash Jain 
> wrote:
>
> > Hello Joseph,
> >
> > They could import CoA and related data using webtools, Web Tools > XML
> Data
> > Import
> >
> > There is one more option to setup/import chart of accounts, Accounting >
> > Organization GL Settings > Setup of specific company.
> >
> > HTH
> >
> > Thanks and Regards
> > --
> > Akash Jain
> >
> > On Mon, Jul 20, 2020 at 1:40 PM joefrancois 
> wrote:
> >
> > > Hello All,
> > >
> > > I have set up OFBIZ Dev, Test, and Prod box to start. In the Dev
> > instance,
> > > have loaded an OFBIZ instance with demo data. Now for the Test and
> Prod,
> > I
> > > have only loaded the seed data. I plan to use OFBIZ standard COA for
> now.
> > >
> > > Can someone share with me how they loaded their COA and associated the
> GL
> > > accounts to the different processes?
> > >
> > > Thank you and Regards,
> > > Joseph
> > >
> > >
> > >
> > > --
> > > Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
> > >
> >
>


Re: How to shorten the order fulfillment processs

2020-08-11 Thread Rishi Solanki
Hi George,
Please refer the order statuses which are hold, created, approved,
cancelled and completed. You can map these statuses with your processes,
and if you run the OOTB process then it would also take the agreement link
with Order.

Also to match the exact process you describe, you may require minor
customization. But if you map the process with order flow then it has all
capabilities you mentioned.


Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Aug 6, 2020 at 2:23 PM Georg Potthast 2 
wrote:

> We are planning to replace our old ERP system with an OFBiz based system.
> However, we currently have a different process than the one described in
> the wiki:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview
>
> We take the orders by phone and generate a delivery note from that. Our
> driver picks the goods from our storage and delivers them to the customer.
> When he returns with a signed delivery note from the customer, we enter the
> delivery note into the ERP system. The ERP system takes a look at the
> agreement details for the customer including his price and generates an
> invoice which is sent in the mail.
>
> This does not seem to fit the process described in the wiki page. How can
> we use OFBiz to fit our existing process?
>


Re: Should the providers listed on Apache OFBiz confluence have landing page for OFBiz on their website

2020-05-06 Thread Rishi Solanki
Thanks for raising this, +1 for the idea and discussion on this, few points
needs to be consider;

- Few providers listed here does not have website, what to suggest them?
- How to encourage providers for the this?
- Finally, is it fine to identify and ask such providers on OFBiz
confluence?

Suggestion is, for quick start we can add Recommendation on page that
website should have information about Apache OFBiz. But no enforcement at
this point, as number of service providers listed and community activity
also required for project adoption IMO.

Again big +1 for discussion on the topic, and based on discussion we can
finalize how to best handle this.


Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, May 7, 2020 at 12:30 AM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Anil,
>
> That sounds legit to me
>
> Jacques
>
> Le 06/05/2020 à 18:56, Anil Patel a écrit :
> > We have many service providers listed on Apache OFBiz confluence page.
> This
> > is a good thing.
> >
> >
> https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Service+Providers
> >
> > I found that few providers don't even mention Apache OFBiz anywhere on
> > their website. Their marketing does not acknowledge or talk about
> services
> > on Apache OFBiz.
> >
> > I think it is fair for the Apache OFBiz community to require at least one
> > landing page on providers' websites describing their services related to
> > Apache OFBiz.
> >
> > I would love to know comments on this idea/concern.
> >
> > Thanks and Regards
> > Anil Patel
> > COO
> > HotWax Systems
> > http://www.hotwaxsystems.com
> > Cell: + 1 509 398 3120
>
>


Re: Multiple services run immediately

2020-04-27 Thread Rishi Solanki
Ingo,
What exactly you want to achieve, you want to run two independent services
on ECA trigger and should run independently without waiting for each other
then it would be possible. Add two ECA rules and use Sync in action.

And if you want two services run one by one on success or so then that also
possible. Add one ECA rule and two action with sync in sequence you want to
execute. The exact requirement would help to answer better.


Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Sun, Apr 26, 2020 at 6:21 PM Ankush Upadhyay <
ankush.upadh...@hotwaxsystems.com> wrote:

> Hello Ingo,
>
> Answer for question
> @Pawan: "Have you tried with mode="sync" instead of mode="async"? It should
> run both services simultaneously." Do you mean that in my example (one eca
> - two sync action services) the second service would be started without
> waiting for the first to return the result?
>
> No, with sync mode, all actions of particular service eca would execute one
> by one, If you want to go dipper to know how it works, you can review
> ServiceEcaRule.java and ServiceEcaAction.
>
>
> Kind Regards,
> Ankush Upadhyay
> Senior Technical Consultant
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-8109201285
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>
>
> On Sun, Apr 26, 2020 at 1:27 PM Ingo Wolfmayr 
> wrote:
>
> > Hello Suraj, hello Pawan, Hello Nameet
> >
> > thanks for the fast responses.
> >
> > I have read the blog article aready + adjusting the service settings is
> > one of those things I try to improve before launching a new ofbiz
> > installation in production. So I guess I can check this of :) Adding an
> > additional server would be my last resort, but always taken into account.
> >
> > When it comes to async an sync services with the example below - I just
> > want to make sure I am not folling a wrong idea:
> >
> > 1) async services would run independenly, but depend on the interval
> > services are polled. Default 30 seconds. So I will have to change this
> to 5
> > seconds in order to have thoses services started "right away".
> >  persist="true"/>
> >  
> >
> > 2) sync services - the second service would wait for the first service +
> > it is possible to use the result of service one.
> > 
> >  
> >
> > @Pawan: "Have you tried with mode="sync" instead of mode="async"? It
> > should run both services simultaneously." Do you mean that in my example
> > (one eca - two sync action services) the second service would be started
> > without waiting for the first to return the result?
> >
> > With case 1 - would it make a difference if I create a single eca service
> > definition for each service to be called? Would they be called
> > independently?
> >
> > Thanks a lot.
> > Ingo
> >
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Suraj Khurana 
> > Gesendet: Samstag, 25. April 2020 08:05
> > An: ofbizuser 
> > Betreff: Re: Multiple services run immediately
> >
> > Hello Ingo,
> >
> > Hope you are doing good.
> >
> > I am not sure about the environment you are currently trying to achieve
> > this. IMO, there are two ways:
> >
> > - For improving performance, we can set up multiple OFBiz servers in
> > parallel. Yes, we can set up two OFBiz servers, one calling sync service
> > and another dedicated for async services only.
> > Here [1] is a reference blog for more details.
> >
> > - You can increase jobs count in service engine [2], so that your OFBiz
> > server will be picking more jobs to complete at a time, be careful
> various
> > factors are responsible with this approach, like CPU core, deployed OFBiz
> > memory allocation, maximum DB threads enabled etc.
> >
> > [1]
> >
> >
> https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/apache-ofbiz-performance/
> > [2] framework/service/config/serviceengine.xml
> >
> > HTH.
> > --
> > Best Regards,
> > Suraj Khurana
> > Senior Techincal Consultant
> >
> >
> > On Fri, Apr 24, 2020 at 11:01 PM Ingo Wolfmayr 
> > wrote:
> >
> > > Hi everybody,
> > >
> > > I want to run two or more services immediately after another service
> > > has finished.
> > >
> > > For example printing creating/printing the inv

Re: Promotional Print Company

2020-01-16 Thread Rishi Solanki
Hi James,
Did you check the [1], [2]

[1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/FindRequest
[2] https://demo-trunk.ofbiz.apache.org/ordermgr/control/FindQuote

Check the service available OOTB to create order from quote. Its automation
is not available but you can use that service for your purpose. Items
listed data model and services support are available, but no business flow
directly implemented which fits completely for these business requirements.

HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Jan 16, 2020 at 4:47 AM  wrote:

>
> 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: "Bolting on" a WordPress app to OfBiz

2020-01-15 Thread Rishi Solanki
Hi Andrew,
Here you have two options as you already mentioned and both have advantages
and todos.

   - Expose all OFBiz services to interact with wordpress. and keep the
   ecommerce site on wordpress.
   - Advantage: You will have content/theme managed already working website.
  - TODOs: You need to know all the services and business. Also need to
  find a way to expose and data interaction point at both side. Data
  migration is another work needs to be done. Running two system
in parallel.
  - Rewrite the ecommerce website in the OFBiz.
   - Advantage: You will have the theme managed website but not as smart as
  wordpress to manage but on single platform.
  - TODOs: Ecommerce site rewrite and url redirects needs to be managed.

In either case data migration would be required from wordpress to OFBiz. I
would suggest to go with rewriting the ecommerce site on top of OFBiz. This
will help to take OFBiz as is, with comparatively less efforts including
testing.

As of now I do not know if Sanity around wordpress bolting exists in OFBiz.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Jan 14, 2020 at 10:20 PM Andrew Williams  wrote:

> We're wondering about the sanity of doing this. Has anyone done this?
>
> Our objective is to get authoritative customer/item data on the WordPress
> side of things.
>
> It seems like most of the work would be beating WordPress into shape, but
> the alternative is redeveloping the WordPress app as an OfBiz thingy.
>
> Thoughts?
>


Re: Order Allocation

2020-01-09 Thread Rishi Solanki
*Dear James,*
*With minor customization reservation sequence can be modified FIFO
Received, LIFO Received, FIFO Expire, LIFO Expire, Greater Unit Cost, Less
Unit Cost sequence. For serialize inventory assignment and lot inventory
you may need to do more customization.*

*I'm not sure about the serialize inventory, but Lot data mode supported in
OFBiz but no support code available.*

*HTH!*

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Tue, Jan 7, 2020 at 4:23 AM  wrote:

> 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 Rishi Solanki
James,
What Yashwant is suggesting to follow steps below;
1. Browse to URL shared by Yashwant.
2. Click on continue button.
3. You will see the workeffort id screen to select, ignore it and click on
continue.
4. On next page Add an item to cart.
5. Click on Finalize Order.
6. You will see the screen where you can select agreement ID to select.

HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Wed, Dec 18, 2019 at 1:58 AM  wrote:

>
> 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
> > &

Re: Connecting to Remote Database Question

2019-12-12 Thread Rishi Solanki
Postgres do have example in entityengine.xml. Need to change localhost from
IP address with user name and password.


Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Thu, Dec 12, 2019 at 7:01 PM Bagas Sanjaya  wrote:

> OK, but I use Postgres instead.
>
> So should I specify DB user name and password in connection URL, or
> should they be skipped?
>
> On 12/12/19 19.31, Jacques Le Roux wrote:
> > You have examples in entityengine.xml, just use the DNS or IP
> > address.Look for jdbc-uri= in entityengine.xml. You might also change
> > the port...
> >
> > Since OFBiz simply covers the JDBC driver you may refer to
> >
> >
> https://stackoverflow.com/questions/14657036/how-to-connect-to-a-remote-database-with-jdbc
> >
> >
> > or
> >
> > https://vladmihalcea.com/jdbc-driver-connection-url-strings/
> >
> > HTH
> >
> > Jacques
> >
> > Le 12/12/2019 à 12:48, Bagas Sanjaya a écrit :
> >> Hello all,
> >>
> >> How can I connect my OFBiz instance to remote database instance?
> >>
> >> Bagas
> >>
>
> --
> An old man doll... just what I always wanted! - Clara
>
> --
> An old man doll... just what I always wanted! - Clara
>


Re: how to setup a giftCard system in Product Store

2019-12-10 Thread Rishi Solanki
Shrilesh,
Please note that to get the payment method as gift card (or any other) you
need to add ProductStorePaymentSetting data of type GIFT_CARD. Then page
will show the option to pay from Gift Card.
Please check if gift card code is supported on final review page or not.
And what are the methods of authorizing and releasing payment gift card
have been setup for your store.

Hope it helps, for further diagnose the issue share the store payment setup
data.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Tue, Dec 10, 2019 at 11:30 AM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Hi Guys,
> I set up a custom gift card with a fixed price
> I can able to buy and added a gift card
> and it's also showing on a payment selection page
> but After selecting one of the gift cards
> it also redirecting me on the payment selection page
> I try selecting a payment method and a gift card
> on the final review page
> im able to see the payment method but not the gift card in selected
> it's not showing on the final review page
>
> Regards,
> Shrilesh K.
>


Re: Over Receive Quantities on a PO

2019-12-10 Thread Rishi Solanki
James,
You may need to look around ShipmentReceipt entity and related stuff, here
you can allow to accept quantity different from what ordered. But in case
it is not allowing to accept more than what order then you need to add
logic to allow it.

But if requirement is to pay what is received against order then order
needs to be change or may be need to place one more order. Which is not
OOTB available as per my memory.

HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Mon, Dec 9, 2019 at 10:32 PM  wrote:

> 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
>


Re: Setting Up New Company from Scratch

2019-12-04 Thread Rishi Solanki
Bagas,
Are you developer or business user. Following links helps you to understand
the data model and coding practices.

1) https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6556307
2)
https://cwiki.apache.org/confluence/display/OFBENDUSER/Key+data+model+reference
3) https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model

To use OFBiz you should know universal data model, there is no straight
forward approach/document know to me which can help you. May be other from
community know that and help.

Not sure, if above details helps you or not. But it will surely give you
more insights.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Wed, Dec 4, 2019 at 5:20 PM Bagas Sanjaya  wrote:

> Huh, I'm still quite not sure how I can setup my new company by manually
> editing data files (I'm newbie to OFBiz here).
>
> On 03/12/19 12.19, Rishi Solanki wrote:
> > Dear Bagas,
> > Please refer AccountingDemoData.xml L1599, Under comment  and partyId as "Company" and related
> data.
> >
> > This would help you to understand how company and its internal
> organization
> > setup in OFBiz.
> >
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > *CTO, Mindpath Technology*
> > Intelligent Solutions
> > cell: +91-98932-87847
> >
> >
> > On Mon, Dec 2, 2019 at 5:30 PM Bagas Sanjaya 
> wrote:
> >
> >> I'm sorry to hear the unresolved ofbizsetup bug from 2015, any
> workaround?
> >>
> >> On 02/12/19 18.43, Jacques Le Roux wrote:
> >>> As I said, it's incomplete:
> >>>
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22
> >>>
> >>>
> >>> Le 02/12/2019 à 12:38, Jacques Le Roux a écrit :
> >>>> That's it
> >>>>
> >>>> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit :
> >>>>> AHA! Thanks Jacques for helping.
> >>>>>
> >>>>> So to set up new company load seed data with `./gradlew "ofbiz
> >>>>> --load-data readers=seed,seed-initial", run OFBiz, and visit the
> >>>>> instance at `http://localhost:8443/ofbizsetup`
> <http://localhost:8443/ofbizsetup>
> >> <http://localhost:8443/ofbizsetup>.
> >>>>>
> >>>>> On 02/12/19 17.58, Jacques Le Roux wrote:
> >>>>>> As I said it appears only when you have ONLY loaded seed data, ie no
> >>>>>> demo data.
> >>>>>>
> >>>>>> It's then https://localhost:8443/ofbizsetup
> >>>>>>
> >>>>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit :
> >>>>>>> So where is ofbizsetup URL as you mentioned?
> >>>>>>>
> >>>>>>> On 02/12/19 16.23, Jacques Le Roux wrote:
> >>>>>>>> Hi Bagas,
> >>>>>>>>
> >>>>>>>> It's not yet complete, but if you load only seed data you will be
> >>>>>>>> able to run ofbizsetup webapp which will help you a bit
> >>>>>>>>
> >>>>>>>> HTH
> >>>>>>>>
> >>>>>>>> Jacques
> >>>>>>>>
> >>>>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit :
> >>>>>>>>> Sorry I didn't find the mentioned file on my instance (I run
> >>>>>>>>> OFBiz from git repo).
> >>>>>>>>>
> >>>>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to
> >>>>>>>>> create company data?
> >>>>>>>>>
> >>>>>>>>> On 02/12/19 12.19, Pawan Verma wrote:
> >>>>>>>>>> Hello Bagas,
> >>>>>>>>>>
> >>>>>>>>>> Thanks for A2A.
> >>>>>>>>>>
> >>>>>>>>>> You can have a look at the demo data for Organization under
> >>>>>>>>>> OrganizationDemoData.xml.
> >>>>>>>>>> If you want to do it from UI, you will be able to create this
> >>>>>>>>>> data from
> >>>>>>>>>> partymgr component as well.
> >>>>>>>>>>
> >>>>>>>>>> HTH!
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>
> >>>>>
> >>>>
> >>
> >> --
> >> An old man doll... just what I always wanted! - Clara
> >>
> >
>
> --
> An old man doll... just what I always wanted! - Clara
>


Re: Setting Up New Company from Scratch

2019-12-02 Thread Rishi Solanki
Dear Bagas,
Please refer AccountingDemoData.xml L1599, Under comment  and partyId as "Company" and related data.

This would help you to understand how company and its internal organization
setup in OFBiz.


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


On Mon, Dec 2, 2019 at 5:30 PM Bagas Sanjaya  wrote:

> I'm sorry to hear the unresolved ofbizsetup bug from 2015, any workaround?
>
> On 02/12/19 18.43, Jacques Le Roux wrote:
> > As I said, it's incomplete:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22
> >
> >
> > Le 02/12/2019 à 12:38, Jacques Le Roux a écrit :
> >> That's it
> >>
> >> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit :
> >>> AHA! Thanks Jacques for helping.
> >>>
> >>> So to set up new company load seed data with `./gradlew "ofbiz
> >>> --load-data readers=seed,seed-initial", run OFBiz, and visit the
> >>> instance at `http://localhost:8443/ofbizsetup`
> <http://localhost:8443/ofbizsetup>.
> >>>
> >>> On 02/12/19 17.58, Jacques Le Roux wrote:
> >>>> As I said it appears only when you have ONLY loaded seed data, ie no
> >>>> demo data.
> >>>>
> >>>> It's then https://localhost:8443/ofbizsetup
> >>>>
> >>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit :
> >>>>> So where is ofbizsetup URL as you mentioned?
> >>>>>
> >>>>> On 02/12/19 16.23, Jacques Le Roux wrote:
> >>>>>> Hi Bagas,
> >>>>>>
> >>>>>> It's not yet complete, but if you load only seed data you will be
> >>>>>> able to run ofbizsetup webapp which will help you a bit
> >>>>>>
> >>>>>> HTH
> >>>>>>
> >>>>>> Jacques
> >>>>>>
> >>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit :
> >>>>>>> Sorry I didn't find the mentioned file on my instance (I run
> >>>>>>> OFBiz from git repo).
> >>>>>>>
> >>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to
> >>>>>>> create company data?
> >>>>>>>
> >>>>>>> On 02/12/19 12.19, Pawan Verma wrote:
> >>>>>>>> Hello Bagas,
> >>>>>>>>
> >>>>>>>> Thanks for A2A.
> >>>>>>>>
> >>>>>>>> You can have a look at the demo data for Organization under
> >>>>>>>> OrganizationDemoData.xml.
> >>>>>>>> If you want to do it from UI, you will be able to create this
> >>>>>>>> data from
> >>>>>>>> partymgr component as well.
> >>>>>>>>
> >>>>>>>> HTH!
> >>>>>>>>
> >>>>>>>
> >>>>>
> >>>
> >>
>
> --
> An old man doll... just what I always wanted! - Clara
>


Re: Parent Company Functionality

2019-11-27 Thread Rishi Solanki
James,
Can not post the exact link because there is no direct example I could
find. But you can understand it form [1] it has fin account setup details
within company and gl account affected.

You may consider to look into the company hierarchy data in
AccountingDemoData.xml this would help you to get an idea on how hierarchy
maintain within organization after that you can apply the same for your
customer. Check the roleTypeId INTERNAL_ORGANIZATIO and related data.


[1]
https://demo-trunk.ofbiz.apache.org/accounting/control/EditFinAccount?finAccountId=ABN_CHECKING

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Mon, Nov 25, 2019 at 8:05 PM  wrote:

> 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-25 Thread Rishi Solanki
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: Goods Issue

2019-11-22 Thread Rishi Solanki
Dear Alok,
If these items are directly salable then you can consider it as finished
goods. Please have a look into the ProdudctType with parentTypeId as GOOD.

HTH!

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


On Fri, Nov 22, 2019 at 5:13 PM Alok Kumar  wrote:

> Hi,
>
> Please suggest how to book consumption of Non-BOM products eg. Stationery
> items, Spares, Consumables, Tools etc.
>
> Thanks & Regards,
>
> Alok
>


Re: Parent Company Functionality

2019-11-21 Thread Rishi Solanki
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: UI for data in Drop Downs

2019-11-13 Thread Rishi Solanki
Dear James,
Please follow [1] here you can see id type of hormonized code. Best suited
entity for your requirement is GoodIdentification having the required type
as well.

[1]
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductGoodIdentifications?productId=GZ-2644

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

On Wed, Nov 13, 2019 at 8:33 PM  wrote:

> 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: Data Migration/Tally ERP 9 to OfBiz apache

2019-08-23 Thread Rishi Solanki
No direct tool available, you may need to do custom development. Requires
knowledge of data model being used by OFBiz.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
*HotWax Systems*
*Enterprise open source experts*
cell: +91-98932-87847
http://www.hotwaxsystems.com


On Thu, Jul 25, 2019 at 1:25 PM Ranjith KR  wrote:

> Hi EveryOne,
>
> wanted  to know if any tool or option available to import data from tally
> ERP 9 to Ofbiz Apache(Accounting transactions/Invoices) please let me know
> about same.
> --
>
> *Thanks & Regards,*
>
> *Ranjith KR*
>


Re: Configurable Option NOT Tied to a component

2019-07-19 Thread Rishi Solanki
Depending upon the feature type you can introduce new feature type which is
used only for tagging and instructions purpose. Alternatively you can use
product content which are only for display purposes. My recommendation is
to go with Featue, but OFBiz provides multiple ways to achieve the
solutions to same problem.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
*HotWax Systems*
*Enterprise open source experts*
cell: +91-98932-87847
http://www.hotwaxsystems.com


On Thu, Jul 18, 2019 at 4:44 PM  wrote:

> Is there a way in Ofbiz to have a configurable option that is not tied
> to an actual component?
>
> For example in the Millwork Industry there are some things that are more
> instruction that is a product.  Like species of a door, jam size, left
> or right entry.  Is this possible?
>
> Thanks,
>
> James
>
>
>


Re: Two same type of promotion applying on the cart

2019-06-20 Thread Rishi Solanki
We all are on the same page, the discussion and point I shared is just to
add scenarios which may need to handle while developing this constraint
proposed by Pallavi in original email. OFBiz should have this support, the
points I have shared should also be keep in mind while designing this
improvement/development.


Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
*HotWax Systems*
*Enterprise open source experts*
cell: +91-98932-87847
http://www.hotwaxsystems.com


On Fri, Jun 21, 2019 at 10:38 AM Suraj Khurana 
wrote:

> Yes, I agree with you Paul.
>
> @Rishi Solanki , we can set those fields,
> but still there is fair chance that two or more promotions will be applied
> in an order.
>
> --
> Best Regards,
> Suraj Khurana
> Technical Consultant
> HotWax Systems
>
>
>
>
>
>
>
> On Fri, Jun 21, 2019 at 8:42 AM Paul Foxworthy 
> wrote:
>
> > On Wed, 19 Jun 2019 at 16:14, Rishi Solanki 
> > wrote:
> >
> >
> > > Instead of let the multiple promotion allow we can use limit per order,
> > > limit per customer and limit per promotion flags to make single
> > > applicability of promotion.
> > >
> >
> > Thanks Pritam and Rishi. In the scenario Pritam described, I often see
> > "excludes all other discounts" in the terms and conditions for a special
> > offer. It would be good for OFBiz to support that.
> >
> > Cheers
> >
> > Paul Foxworthy
> >
> > --
> > 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
> >
>


Re: Two same type of promotion applying on the cart

2019-06-19 Thread Rishi Solanki
Related discussion on dev group -
https://ofbiz.markmail.org/search/?q=Applicable%20Promo%20Recommendations#query:Applicable%20Promo%20Recommendations+page:1+mid:qvc5zimtu7txbiiy+state:results

Instead of let the multiple promotion allow we can use limit per order,
limit per customer and limit per promotion flags to make single
applicablility of promotion.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
*HotWax Systems*
*Enterprise open source experts*
cell: +91-98932-87847
http://www.hotwaxsystems.com


On Wed, Jun 19, 2019 at 11:06 AM Pritam Kute 
wrote:

> IMO It's a little bit tricky actually. It all depends on how the promotion
> manager creates promotions in the system. But agreed with Suraj that only
> one promotion with a maximum discount should be applied per cart.
>
> Again we can provide the user with an option to choose from the list of
> applicable promotions which he wants to apply on the cart.
>
> Kind Regards,
> --
> Pritam Kute
>
>
> On Wed, Jun 19, 2019 at 10:30 AM Suraj Khurana 
> wrote:
>
> > Hi Paul,
> >
> > Thanks for bringing this to everyone's attention, a simple case could be
> > following two promotions are setup in parallel:
> >
> > - A flat 200 off promotion to be available only after purchase of $2000
> on
> > product X.
> > - A flat 15% off promotion on Category ABC and interestingly X product is
> > part of ABC category.
> >
> > So when a user adds product X into cart, and cart value raises $2000,
> both
> > promotions gets applied, from companies perspective, its a loss and they
> > might only want to give one one promotion at a time.
> >
> > HTH.
> > --
> > Best Regards,
> > Suraj Khurana
> > Technical Consultant
> > HotWax Systems
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Jun 19, 2019 at 10:18 AM Paul Foxworthy 
> > wrote:
> >
> > > Hi Suraj,
> > >
> > > Why would you want the $3 promotion if it will never be applied? If
> they
> > > have different data ranges, I think two separate $3 promotions for date
> > > ranges before and after the $5 one is a much clearer way to express it.
> > >
> > > What do you think?
> > >
> > > Cheers
> > >
> > > Paul
> > >
> > > On Tue, 18 Jun 2019 at 23:16, Suraj Khurana 
> > > wrote:
> > >
> > >> Hello,
> > >>
> > >> This is very common in e-commerce business that only one promotion
> > should
> > >> be applied to any cart from business perspective, if a PriceRule is
> > active
> > >> than also one promotion should be applied with maximum value.
> > >>
> > >> As current OOTB doesn't supports this, I think we can make it
> > configurable
> > >> to use this as a feature.
> > >>
> > >> It can be a good to have feature !!
> > >> --
> > >> Best Regards,
> > >> Suraj Khurana
> > >> Technical Consultant
> > >> HotWax Systems
> > >> Enterprise open source experts
> > >> cell: 96697-50002
> > >> http://www.hotwaxsystems.com
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> On Tue, Jun 18, 2019 at 2:50 PM Jacques Le Roux <
> > >> jacques.le.r...@les7arts.com> wrote:
> > >>
> > >> > Le 18/06/2019 à 10:52, Pallavi Goyal a écrit :
> > >> > > Hello team,
> > >> > >
> > >> > > I have made two promotions-
> > >> > >
> > >> > > 1. Give flat $5 on order
> > >> > > 2. Give flat $3 on order
> > >> > >
> > >> > > Both of these are active at the same time. When I check the cart
> on
> > >> > > e-commerce, the discounts for both promotions are showing.
> > >> > >
> > >> > > Is this an expected result or only one promotion should be applied
> > to
> > >> the
> > >> > > cart which is giving a higher discount.
> > >> > >
> > >> > > Please share your thoughts.
> > >> > >
> > >> > > --
> > >> > > Thanks
> > >> > > Pallavi Goyal
> > >> >
> > >> > Hi Pallavi,
> > >> >
> > >> > IMO if the user wants to give 2 different flat promo they should be
> > >> > applied, why not?
> > >> >
> > >> > Jacques
> > >> >
> > >> >
> > >>
> > >
> > >
> > > --
> > > 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
> > >
> >
>


Re: OFBiz and Camel integration updated

2019-06-18 Thread Rishi Solanki
Dear Taher,
Thanks for your reply, I will soon start discussion on dev list. I just go
thru the code developed and basics of Apache Camel, seems it would be very
helpful to interact OFBiz with outer world. Work is really appreciated,
thanks to Bilgin for doing that.

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Mon, Jun 17, 2019 at 6:09 PM Taher Alkhateeb 
wrote:

> Hopefully the code still works. If yes, I think it would be a good
> plugin to add.
>
> Either way, I think this discussion should perhaps move to the
> development mailing list.
>
> On Mon, Jun 17, 2019 at 1:04 PM Rishi Solanki 
> wrote:
> >
> > Dear Bilgin/Taher,
> > I tried to look into the plugins and Jira could not found anything
> related.
> > Although some discussion is there but I see plugin is not added into
> OFBiz
> > till now. Can you please share any reference if I missed something?
> >
> > I see the code in the Bilgin's repo and seems we can take it as ground
> and
> > test then commit it. If Bilgin allows then extend ofbiz-camel component
> to
> > next level if possible. And it too late to reply on this thread but I
> also
> > feel that the plugin should be part of OFBiz repo.
> >
> > Please suggest if all agree then I can go ahead to create Jira, test,
> > enhance and proceed.
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > *HotWax Systems*
> > *Enterprise open source experts*
> > cell: +91-98932-87847
> > http://www.hotwaxsystems.com
> >
> > On Thu, Mar 22, 2018 at 4:00 PM Taher Alkhateeb <
> slidingfilame...@gmail.com>
> > wrote:
> >
> > > 1- create a JIRA
> > > 2- provide a patch or reference to your github repo and get some
> feedback
> > > 3- commit in $OFBIZ_HOME/plugins/
> > >
> > > Given that you're the expert in this domain, I doubt you'll get any
> > > feedback on the design. However there are a few things which might
> > > need changing, for example:
> > > - Putting apache 2 license header in files
> > > - deleting the data directory given it is empty
> > > - moving the documentation to src/docs/asciidoc
> > > - removing some commented-out code
> > >
> > > I'd help you out if you'd need my help in anything BTW.
> > >
> > > On Thu, Mar 22, 2018 at 12:59 PM, Bilgin Ibryam 
> wrote:
> > > > On Wed, Mar 21, 2018 at 4:16 PM, Taher Alkhateeb
> > > >  wrote:
> > > >> Super awesome Bilgin,
> > > >>
> > > >> Maybe we should consider moving this work to plugins given how
> useful
> > > this
> > > >> feature could be? The license is compatible and the work joins two
> great
> > > >> apache projects.
> > > >
> > > > Since there is considerable interest in this, it might be worth the
> > > > effort. What is the processes for adding things into plugins?
> > > >
> > > >
> > > >>
> > > >> On Wed, Mar 21, 2018, 1:06 PM Bilgin Ibryam 
> wrote:
> > > >>
> > > >>> hi all,
> > > >>>
> > > >>> a quick heads up. I've been getting requests to fix the ofbiz-camel
> > > >>> integration demo and finally did it.
> > > >>> It works with the latest version of OFBiz and Camel
> > > >>> Also added a nice diagram demonstrating how the integration works.
> > > >>>
> > > >>> https://github.com/bibryam/ofbiz-camel
> > > >>>
> > > >>> Cheers,
> > > >>>
> > > >>> --
> > > >>> Bilgin Ibryam
> > > >>> ASF Member | Architect at Red Hat
> > > >>> http://ofbizian.com | @bibryam
> > > >>>
> > > >>> Kubernetes Patterns http://leanpub.com/k8spatterns (in progress)
> > > >>> Camel Design Patterns https://leanpub.com/camel-design-patterns
> > > >>>
> > > >
> > > >
> > > >
> > > > --
> > > > Bilgin Ibryam
> > > > ASF Member | Architect at Red Hat
> > > > http://ofbizian.com | @bibryam
> > > >
> > > > Kubernetes Patterns http://leanpub.com/k8spatterns (in progress)
> > > > Camel Design Patterns https://leanpub.com/camel-design-patterns
> > >
>


Re: OFBiz and Camel integration updated

2019-06-17 Thread Rishi Solanki
Dear Bilgin/Taher,
I tried to look into the plugins and Jira could not found anything related.
Although some discussion is there but I see plugin is not added into OFBiz
till now. Can you please share any reference if I missed something?

I see the code in the Bilgin's repo and seems we can take it as ground and
test then commit it. If Bilgin allows then extend ofbiz-camel component to
next level if possible. And it too late to reply on this thread but I also
feel that the plugin should be part of OFBiz repo.

Please suggest if all agree then I can go ahead to create Jira, test,
enhance and proceed.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
*HotWax Systems*
*Enterprise open source experts*
cell: +91-98932-87847
http://www.hotwaxsystems.com

On Thu, Mar 22, 2018 at 4:00 PM Taher Alkhateeb 
wrote:

> 1- create a JIRA
> 2- provide a patch or reference to your github repo and get some feedback
> 3- commit in $OFBIZ_HOME/plugins/
>
> Given that you're the expert in this domain, I doubt you'll get any
> feedback on the design. However there are a few things which might
> need changing, for example:
> - Putting apache 2 license header in files
> - deleting the data directory given it is empty
> - moving the documentation to src/docs/asciidoc
> - removing some commented-out code
>
> I'd help you out if you'd need my help in anything BTW.
>
> On Thu, Mar 22, 2018 at 12:59 PM, Bilgin Ibryam  wrote:
> > On Wed, Mar 21, 2018 at 4:16 PM, Taher Alkhateeb
> >  wrote:
> >> Super awesome Bilgin,
> >>
> >> Maybe we should consider moving this work to plugins given how useful
> this
> >> feature could be? The license is compatible and the work joins two great
> >> apache projects.
> >
> > Since there is considerable interest in this, it might be worth the
> > effort. What is the processes for adding things into plugins?
> >
> >
> >>
> >> On Wed, Mar 21, 2018, 1:06 PM Bilgin Ibryam  wrote:
> >>
> >>> hi all,
> >>>
> >>> a quick heads up. I've been getting requests to fix the ofbiz-camel
> >>> integration demo and finally did it.
> >>> It works with the latest version of OFBiz and Camel
> >>> Also added a nice diagram demonstrating how the integration works.
> >>>
> >>> https://github.com/bibryam/ofbiz-camel
> >>>
> >>> Cheers,
> >>>
> >>> --
> >>> Bilgin Ibryam
> >>> ASF Member | Architect at Red Hat
> >>> http://ofbizian.com | @bibryam
> >>>
> >>> Kubernetes Patterns http://leanpub.com/k8spatterns (in progress)
> >>> Camel Design Patterns https://leanpub.com/camel-design-patterns
> >>>
> >
> >
> >
> > --
> > Bilgin Ibryam
> > ASF Member | Architect at Red Hat
> > http://ofbizian.com | @bibryam
> >
> > Kubernetes Patterns http://leanpub.com/k8spatterns (in progress)
> > Camel Design Patterns https://leanpub.com/camel-design-patterns
>


Re: OFBiz Community Days – May 2019

2019-05-25 Thread Rishi Solanki
Dear Swapnil,
Can you please help on which tickets we should consider in sprint?

Tickets Closed during the activity right?

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Fri, May 24, 2019 at 10:31 AM Swapnil M Mane 
wrote:

> Hello all,
>
> Our OFBiz community days event for May 2019 (24th – 28th May) is starting
> from today.
> Please don't forgot to update the Sprint in Jira tickets.
>
> We have created a Jira sprint "OFBiz Community Day (May 2019)" so please
> add any Jira tasks you are working on, to it.
> This Jira Sprint helps us track and report on the work done during the
> Community Days so please try to make sure your work is included.
>
> To set the sprint on an existing issue, simply click on the "Edit" option
> on the issue and select the Sprint field.
> For a new issue, please select the Sprint field at the time of Jira ticket
> creation.
>
>
> - Best Regards,
> Swapnil M Mane,
> ofbiz.apache.org
>
>
>
> On Mon, May 20, 2019 at 1:00 PM Swapnil M Mane 
> wrote:
>
> > Hello all,
> >
> > We are pleased to announce, we are reviving the celebration of OFBiz
> > community days.
> > The community days are organized once per quarter so a total of four (4)
> > events throughout the year.
> >
> > We are having a sequence of 5 days that form the Community Days. This
> > extends the time frame and gives people more flexibility to contribute.
> So
> > this month our Community Days will run from today *24th – 28th May.*
> >
> > If you are new to the concept of Community Days then please take a look
> at
> > the following wiki pages
> >
> > https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Community+Days
> >
> >
> >
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Community+Days+Dates
> >
> > Anyone can participate (and we would like to encourage as many people as
> > possible to do so :-)
> >
> > If there is an OFBiz task or particular area that you would like to work
> > on then please see if you can set aside some time over the next few days
> to
> > do it. (Even an hour will help!)
> >
> > Remember that you do not have to work on it alone, our Community Days are
> > also a chance to collaborate with others in the community.
> >
> > Our Community Days are not only coding related, we would also like to do
> > some tidy up of our wiki and our project documentation.
> >
> > *Testing, Review and Committing Patches*
> > Testing and applying patches is always an important area. Many
> > contributors from the community have provided patches for bugs and
> > improvements but before committing them we need to test to them.
> >
> > Patches can become out of date very quickly meaning that if they are not
> > tested early enough then they can miss out on being included. We have a
> > large number of patches available so this could be a good opportunity for
> > test, review and commit.
> >
> > *Documentation*
> > We know that our current documentation could be a whole lot better so any
> > contribution that helps us improve it is welcome.
> >
> > *Jira Sprint*
> >  I have created a Jira sprint "OFBiz Community Day (May 2019)" so please
> > add any Jira tasks you are working on, to it.
> > This Jira Sprint helps us track and report on the work done during the
> > Community Days so please try to make sure your work is included.
> > To set the sprint on an existing issue, simply click on the "Edit" option
> > on the issue and select the sprint field.
> >
> > *OFBiz Slack Channel*
> > If you haven't already taken a look, our OFBiz Slack channel is available
> > all the time but can be especially useful when collaborating during our
> > Community Days event. Please join our room using the link below:
> > https://s.apache.org/ofbiz-slack-channel
> >
> > To chat with users and developers of Apache OFBiz. Please create a Slack
> > account using this invite link <https://s.apache.org/slack-invite> and
> join
> > the *#ofbiz channel*. <https://s.apache.org/ofbiz-slack-channel> Please
> > do *not* ask OFBiz questions/discussion in the #general channel.
> >
> > Let's work together to improve OFBiz, have fun and enjoy working
> together.
> >
> > P.S. Thanks *Sharan Foga* for building the assets and documentation
> > related to community day, it really helps in reviving OFBiz community
> days,
> > thanks a ton :-)
> >
> >
> > - Best Regards,
> > Swapnil M Mane,
> > ofbiz.apache.org
> >
>


Re: OFBiz at ApacheCon North America, Las Vegas

2019-05-21 Thread Rishi Solanki
That is great, thanks for sharing Jacopo!

Best,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Mon, May 20, 2019 at 2:14 PM Jacopo Cappellato 
wrote:

> Hi all!
>
> We have a good news: the organizers of ApacheCon North America have offered
> to allocate a "full track" to the OFBiz project at the upcoming conference.
> This year's ApacheCon North America, is held in Las Vegas from 9 to 12 of
> September.
>
> A "full track" is made of 6 presentations. The Call For Presentations is
> closed but there are still a few slots available for OFBiz: so, if you have
> interesting content about OFBiz to present (technical details, how you are
> using it, integrations etc...) please submit your proposal and/or questions
> to the OFBiz PMC by writing an email to priv...@ofbiz.apache.org. The PMC
> will then coordinate with the you about the details/timing of the selection
> process.
>
> This is a great opportunity for the OFBiz project and for you to get in
> touch with other members of this community and of the ASF family.
>
> Best regards,
>
> Jacopo Cappellato
>
> [*] https://www.apachecon.com/acna19/index.html
>


Re: Plugin development with pure java

2019-05-07 Thread Rishi Solanki
Dear OFBiz User,
All configurations under config folder, ofbiz-component.xml, entitydef,
servicedef folders, widgets and webapp requires xml which should not be
replace, as it helps us to easily achieve complex architecture. But you can
replace all forms using any UI technologies or free market template
directly supported by OFBiz.
For business logic development there is no need to go for XML instead you
can use the complete Java or Java like scripting language groovy. Please
revert back in case you are looking for something else with more details.

HTH!

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Tue, May 7, 2019 at 4:23 PM Илья Михайлов 
wrote:

> Hallo!
>
> Is it possible plugin or app development with pure java without xml?
>
> Can you provide some examples please?
>
> Regards, Ilya
>


Re: decimal places

2019-05-01 Thread Rishi Solanki
Dear James,
If you have set the arithmatic.properties file then note that, the file
values can be override by db value. Please check your SystemProperty entity
data, and check for arithmatic properties.

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Tue, Apr 30, 2019 at 5:33 PM  wrote:

> I looked at the both of the areas below but we are still not getting 5
> decimal places on the catalog price list, purchase order unit
> price/total price, sales order unit price/total price , inventory item
> ID unit price, vendor invoice unit price/total price and sales invoice
> unit price/total price.  I would have to imagine several companies would
> have this requirement as the decimal places can make a major
> differences.  Is there anywhere else in the system where I can update
> the decimal places?  Any help is much appreciated
>
> Thanks,
>
> James
>
>  Original Message 
> Subject: Re: decimal places
> From: Ankush Upadhyay 
> Date: Thu, April 11, 2019 8:15 pm
> To: user@ofbiz.apache.org
>
> Hello James,
> Please check arithmatic.properties and UtilNumber.java.
> Thanks
> --
> Ankush Upadhyay
>
>
> On Fri, Apr 12, 2019 at 7:00 AM  wrote:
>
> > Is there a setting in Ofbiz to increase the decimal points on all prices
> > in Ofbiz? We need at least 4-5 decimal points. Any help is much
> > appreciated.
> >
> > Thanks,
> >
> > James
> >
>


Re: Applying a payment to an invoice after it has been confirmed

2019-04-23 Thread Rishi Solanki
Dear James,
As per current flow in OFBiz you can move the payment to confirm status
after applying payment to any invoice. Current system stops you if try to
do that.
Do you have any customer development with you which allows that flow, and
to answer your question it seems custom requirement can be address in your
own custom code. But it is recommended that, try to go with existing flow
as much as possible, but not always.

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Tue, Apr 23, 2019 at 5:58 PM  wrote:

> If you receive a payment in the Accounting Module and confirm it before
> applying it to an invoice there seems to be no way of applying that
> confirmed payment.  Is there a way to apply a payment after it has been
> confirmed?  Can you void the payment?  What is the best way to fix this?
>
> Thanks,
>
> James
>


Re: Ofbiz Payment Integration

2019-04-08 Thread Rishi Solanki
Dear Shrilesh,
Please refer payment method type starts with EXT_ (for example EXT_PAYPAL).
You may need to follow it, like it never handles the auth request because
in case of external payment AUTH is payment gateway responsibility and
taken care by it. Instead of service we do redirection to payment gateway
service provider URL.

It seems the returnurl you put in the configuration is not able to
entertain the response from payumoney, you may need to write proper handler
for that. In short, you can follow the EXT_PAYPAL flow.

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Mon, Apr 8, 2019 at 5:54 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Hi Rishi,
> Thank for ur reply
>
> I was thinking of external payment service like hand over the user to the
> payment gateway and after payment success or failure, he comes back to the
> website
> I created a service add a new ext_payumoney
> this is the error I'm getting
> org.apache.ofbiz.webapp.control.RequestHandlerException: Illegal response;
> handler could not process request [checkExternalPayment] and event return
> [payumoney].
>
>
> can u able to help me in that, if possible?
> And once again thank you, bro,
>
>
> Regards,
> Shrilesh K.
>
> On Fri, Mar 29, 2019 at 2:08 PM Rishi Solanki 
> wrote:
>
>> Dear Shirlesh,
>> All payment service providers basically 5 methods. Authorize, Capture,
>> Refund, Void/Release and Settle. To integrate into OFBiz you need to write
>> 5 services depending upon the payment service providers APIs.
>> To check how they get invoked, please refer ProductStorePaymentSetting
>> entity and related code in OFBiz. Also check the code in the
>> PaymentGatewayServices class to see how it uses ProductStorePaymentSetting
>> while doing checkout or payment.
>>
>> HTH!
>>
>> Best Regards,
>> --
>> *Rishi Solanki* | Sr Manager, Enterprise Software Development
>> HotWax Systems <http://www.hotwaxsystems.com/>
>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>> Indore,
>> M.P 452010
>> Linkedin: *Rishi Solanki*
>> <https://www.linkedin.com/in/rishi-solanki-62271b7/>
>> Direct: +91-9893287847
>>
>>
>> On Fri, Mar 29, 2019 at 12:11 PM Shrilesh Korgaonkar <
>> shrilesh.korgaon...@udyogmandir.in> wrote:
>>
>> > *Hi Guys,*
>> >
>> > *I'm trying to integrate PayUMoney Or PhonePe or Bhim UPI in ofbiz*
>> > *did anybody has done that before, **help me if possible?*
>> > *And if not then can anybody tell*
>> > *how to Integrate a new payment method or payment gateway?*
>> > *OR*
>> > *how does the payment method work or the structure checkout process to
>> > payment?*
>> >
>> >
>> > *Regards,*
>> > *Shrilesh K.*
>> >
>>
>


Re: Error adding Carrier Ship Method Type ID

2019-04-08 Thread Rishi Solanki
This is an entity used to create party to type PERSON or PARTY_GROUP.
Please check party type in party entity.
If you are looking for UI then go at [1]

[1]
https://demo-trunk.ofbiz.apache.org/partymgr/control/editpartygroup?create_new=Y

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Thu, Apr 4, 2019 at 10:14 PM  wrote:

> I got the party role but where do I enter party_group?
>
>
>  Original Message 
> Subject: Re: Error adding Carrier Ship Method Type ID
> From: Rishi Solanki 
> Date: Wed, April 03, 2019 11:26 am
> To: ofbizuser 
>
> James,
> Your error is simple fk error. You may need to create party, party_group
> and party_role (roleTypeId='CARRIER') data to create this data. There is
> dependency of CarrierShipmentMethod on the above entities. Please refer
> any
> data file which contains CarrierShipmentMethod records to get an idea.
>
> HTH!
>
> --
> *Rishi Solanki* | Sr Manager, Enterprise Software Development
> HotWax Systems <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P 452010
> Linkedin: *Rishi Solanki*
> <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> Direct: +91-9893287847
>
>
> On Tue, Apr 2, 2019 at 11:22 PM  wrote:
>
> >
> > Sorry - Here is the error:
> >
> >
> > Could Not complete the Creates a CarrierShipmentMethod. Problem
> > creating the carrierShipmentMethod value. Error while inserting
> > CarrierShipmentMethod (SQL Exception:(ERROR: insert or update on table
> > "carrier+shipment_method" violates foreign key constraint
> > "carr_shmeth_party" Detail: Key (party_id)=(LTL Carrier (11256)) is not
> > present in table "party".))]
> >
> >
> >
> > --- Original Message 
> > Subject: Re: Error adding Carrier Ship Method Type ID
> > From: Wolfgang Paul Rauchholz 
> > Date: Mon, April 01, 2019 12:20 pm
> > To: user@ofbiz.apache.org
> >
> > Please add error message
> >
> > Sent from my iPad
> >
> > > On 1 Apr 2019, at 21:12,  <
> ja...@productive1.com>
> > wrote:
> > >
> > > When trying to add carrier ship method ID we are getting the attached
> > > error. Has anyone seen this or can point me in the right direction to
> > > fix it?
> > >
> > > Thanks,
> > >
> > > James
> >
>


Re: Error adding Carrier Ship Method Type ID

2019-04-03 Thread Rishi Solanki
James,
Your error is simple fk error. You may need to create party, party_group
and party_role (roleTypeId='CARRIER') data to create this data. There is
dependency of CarrierShipmentMethod on the above entities. Please refer any
data file which contains CarrierShipmentMethod records to get an idea.

HTH!

--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Tue, Apr 2, 2019 at 11:22 PM  wrote:

>
> Sorry - Here is the error:
>
>
> Could Not complete the Creates a CarrierShipmentMethod.  Problem
> creating the carrierShipmentMethod value.  Error while inserting
> CarrierShipmentMethod (SQL Exception:(ERROR: insert or update on table
> "carrier+shipment_method" violates foreign key constraint
> "carr_shmeth_party" Detail: Key (party_id)=(LTL Carrier (11256)) is not
> present in table "party".))]
>
>
>
> --- Original Message 
> Subject: Re: Error adding Carrier Ship Method Type ID
> From: Wolfgang Paul Rauchholz 
> Date: Mon, April 01, 2019 12:20 pm
> To: user@ofbiz.apache.org
>
> Please add error message
>
> Sent from my iPad
>
> > On 1 Apr 2019, at 21:12,  
> wrote:
> >
> > When trying to add carrier ship method ID we are getting the attached
> > error. Has anyone seen this or can point me in the right direction to
> > fix it?
> >
> > Thanks,
> >
> > James
>


Re: Ofbiz Payment Integration

2019-03-29 Thread Rishi Solanki
Dear Shirlesh,
All payment service providers basically 5 methods. Authorize, Capture,
Refund, Void/Release and Settle. To integrate into OFBiz you need to write
5 services depending upon the payment service providers APIs.
To check how they get invoked, please refer ProductStorePaymentSetting
entity and related code in OFBiz. Also check the code in the
PaymentGatewayServices class to see how it uses ProductStorePaymentSetting
while doing checkout or payment.

HTH!

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Fri, Mar 29, 2019 at 12:11 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> *Hi Guys,*
>
> *I'm trying to integrate PayUMoney Or PhonePe or Bhim UPI in ofbiz*
> *did anybody has done that before, **help me if possible?*
> *And if not then can anybody tell*
> *how to Integrate a new payment method or payment gateway?*
> *OR*
> *how does the payment method work or the structure checkout process to
> payment?*
>
>
> *Regards,*
> *Shrilesh K.*
>


Re: Project Cost Estimation

2019-03-28 Thread Rishi Solanki
James,
This is not directly supported in OFBiz, but the setup ensure that we can
extract this data. Look into the project manager >> Select any project >>
Resources >> Select Any resource >> Rates.

This would be sum of Total hours planned for a resource * rate of resource.

HTH!

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Thu, Mar 28, 2019 at 1:21 AM  wrote:

> Does OFbiz have any project costing functionality?  If so where does it
> reside.  I want to calculate things such as  all the details
> (prospects, customers, equipment, dies, tooling, stocks, and labor
> costs) to ensure the job quotes will be profitable.
>
> Thanks,
>
> James
>


Re: Translate main menu items

2019-03-19 Thread Rishi Solanki
Server restart requires to reload the configuration changes. Also check the
locale in the current context.
HTH!


*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Tue, Mar 19, 2019 at 12:24 PM Илья Михайлов
 wrote:

> Hallo!
>
> I try to find out how translate main menu item of my custom plugin.
>
> I go to widgets folder and open menu file. See title.
>
> name="MainAppBar" title="${uiLabelMap.PharmacyApplication}"
>
> I add PharmacyApplication key to config folder UiLabels with my
> translations, but nothing happened.
>
> Where i go wrong?
>
> And how i can hide menu item if i want to?
>
> Thanks.Regards.
>


Re: Excluding with search constraint.

2019-02-28 Thread Rishi Solanki
Can you please share the search context and query conditions passed in
query. You can obtain it from ProductSearch class.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Thu, Feb 28, 2019 at 4:37 PM Ingo Wolfmayr 
wrote:

> Hi everybody,
>
> I am trying to exclude products from search result by using a search
> constraint. (LayeredNavigation.groovy)
>
> ProductSearchSession.searchAddConstraint(new
> ProductSearch.FeatureConstraint("21952", true), session); //
> ProductSearch.FeatureConstraint(productFeatureId, exclude)
>
> It results in: "FieldName mainProductId not found for entity:
> DynamicViewEntity". If I set "exclude" to false it display the products as
> expected. But I want to exclude them.
>
> Do I miss something?
>
> Best regards,
> Ingo
>


Re: Apache OFBiz Blog - January 2019 Update

2019-02-22 Thread Rishi Solanki
Thanks Deepak and everyone involved.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Fri, Feb 22, 2019 at 12:47 PM Deepak Dixit  wrote:

> Hi Everyone
>
> You can find the details of our monthly blog update at the link below::
>
> s.apache.org/ntxM
>
> Thanks to Sharan Foga, Swapnil M Mane, Suraj Khurana, Aditya Sharma,
> Michael Brohl, Jacques Le Roux and Pranay Pandey for their continued
> support.
>
> Thanks & Regards
> --
> Deepak Dixit
> ofbiz.apache.org
>


Re: Order - Product Increment/Multiples

2019-01-09 Thread Rishi Solanki
Please check the Product.quantityUomId and Product.quantityIncluded fields.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Jan 9, 2019 at 2:32 AM  wrote:

>
> Is it possible in Ofbiz OTB to set the order quantity
> increment/multiples by product.  For example GZ-1000 must be ordered in
> increments of 8so a user couldnt add 1 or 9 it would have to be 8,
> 16, 24 etc?
>
> Thanks,
>
> James
>


Re: multiples

2019-01-02 Thread Rishi Solanki
Hi Yokesh,

You may need to go for custom logic around Picklist, Shipment,
OrderShipment and ShipmentItem data creation.

This is not congfigurable at moment, but yes it is supported by data model
to club multiple orders in single shipment.

Please check the Facility > Facilities > Select Facilty > Picking

Here you can select multiple orders picked in single pick list and proceed
further. Later the pack them in single shipmemt and ship.

But the algoritham you are looking for needs to be implemented.

HTH!

--
Rishi


On Wed, 2 Jan 2019, 13:52 ygk  how to combine multiple sales order in one delivery if orders have same
> shipping point,ship to party & delivery date.
>
> But we have a requirement that the orders should get combine in a delivery
> only when shippping point,ship to party,delivery date & pricing date are
> same for orders.
>
> Please let me know is there is any standard config available
>
> Please reply ASAP .
>


Re: Promotion on payment methods

2018-12-13 Thread Rishi Solanki
James,
Here you go [1], an example to give free shipping for Utah state.

[1]
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPromo?productPromoId=9022

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Thu, Dec 13, 2018 at 7:31 PM  wrote:

>
> Rishi/Arun - How would you set up a free shipping promotion OTB?
>
>  Original Message 
> Subject: Re: Promotion on payment methods
> From: Arun Patidar 
> Date: Wed, December 12, 2018 10:50 pm
> To: Rishi Solanki 
> Cc: ofbizuser , arunpati...@apache.org
>
> Thanks Rishi for your inputs. Calling doPromotion from billing/checkout
> page will be an additional call in order process. Before calling
> doPromotion we will need to collect and set details about selected
> payment
> option to cart. WDYT?
>
>
>
> Thanks & Regards
> ---
> Arun Patidar
> Director of Information SystemsHotWax Commerce <http://www.hotwax.co>
>
>
>
> On Wed, Dec 12, 2018 at 7:27 PM Rishi Solanki 
> wrote:
>
> > Hi Arun,
> > +1 for the requirement and good idea to have this.
> >
> > I could think of two ways to achieve this.
> > 1) Add support for this in the same fashion its done for shipping method.
> > Like shipping is free on selecting some shipping method. Consider the
> other
> > value in the condition rules.
> > 2) Map the promo codes with payment method.
> >
> > Not sure about the ideas shared are good but it should work perfectly.
> >
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> >
> > On Wed, Dec 12, 2018 at 7:05 PM Arun Patidar <
> > arun.pati...@hotwaxsystems.com> wrote:
> >
> >> Hello team,
> >>
> >> Wanted to apply promotion on selected payment method during checkout.
> Now
> >> a
> >> days, it is very common use case to give additional discounts on
> specific
> >> bank's Credit card, UPI or wallet etc. Payment options selection comes
> on
> >> checkout page. So, is it good to use Promotion engine for the same?
> >>
> >>
> >> Thanks & Regards
> >> ---
> >> Arun Patidar
> >> Director of Information SystemsHotWax Commerce <http://www.hotwax.co>
> >>
> >
>


Re: Promotion on payment methods

2018-12-12 Thread Rishi Solanki
Hi Arun,
+1 for the requirement and good idea to have this.

I could think of two ways to achieve this.
1) Add support for this in the same fashion its done for shipping method.
Like shipping is free on selecting some shipping method. Consider the other
value in the condition rules.
2) Map the promo codes with payment method.

Not sure about the ideas shared are good but it should work perfectly.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Dec 12, 2018 at 7:05 PM Arun Patidar 
wrote:

> Hello team,
>
> Wanted to apply promotion on selected payment method during checkout. Now a
> days, it is very common use case to give additional discounts on specific
> bank's Credit card, UPI or wallet etc. Payment options selection comes on
> checkout page. So, is it good  to use Promotion engine for the same?
>
>
> Thanks & Regards
> ---
> Arun Patidar
> Director of Information SystemsHotWax Commerce <http://www.hotwax.co>
>


Re: High availability and Load Balancing with Ofbiz

2018-12-05 Thread Rishi Solanki
Hi Mandar,
I would suggest to take a look at below documents before finalizing way you
achieve the load balancing;
-
https://cwiki.apache.org/confluence/display/OFBIZ/Introduction+to+Load+Balancing+an+OFBiz+Cluster
-
https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/apache-ofbiz-performance/

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Dec 5, 2018 at 3:58 PM Pierre Smits  wrote:

> Hi Mandar,
>
> I suggest to set up a Multi-tier HAFO infrastructure, with:
>
>1. a cluster of web servers for the front-end (e.g. Apache HTTPD),
>ensuring that your web service has HAFO
>2. a cluster of Apache OFBiz application servers, ensuring that your
>application service has HAFO
>3. a cluster of RDBMS servers, ensuring that your persistence layer has
>HAFO, which also offers the opportunity to split between read and write
>services. If you have a huge amount of data to write to and read from
> the
>persistence layer you may consider using Apache Trafodion
><https://trafodion.apache.org> as your go-to solution as it
>transactional SQL on Hbase <https://hbase.apache.org/>/Hadoop
><https://hadoop.apache.org>.
>
> For setting up clustering of the OFBiz tier, I suggest reading up on:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Distributed+Entity+Cache+Clear+%28DCC%29+Mechanism
>
> 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, Dec 5, 2018 at 10:05 AM Mandar K  wrote:
>
> > Hello All,
> >
> > Can anyone suggest how do I achieve High availability and Load Balancing
> > with Ofbiz. We would be handling TB's of Data in the backend.
> > Any references or pointers would be appreciated
> >
> >
> >
> > Thanks and Regards,
> > manku
> >
> > --
> > Regards
> > Mandar Kulkarni
> > Adaptability is the whole mystery of life - Swami Vivekanand
> >
>


Re: Maximum order quantity of a product

2018-12-04 Thread Rishi Solanki
Hi Deepak,
Generally these kind of requirement temporary at any ecommerce site. Either
business wants to sale limited edition initially or want to give discount
on maximum X quantity.
If you are looking for the second option that is, discount on maximum X
quantity then it can be achievable thru promotion by setting quantity rules
and use limit per order etc.
In other case where business wants to sale limited edition and limit the
purchase quantity per person then in general it should have some time frame
and after that no limit on quantity should be applicable. So I consider it
specific requirement for time and business.

I second with Pierre's suggestion that instead of modifying existing model
should utilize the entity attributes. Also as shared in original email by
Deepak MINIMUM_ORDER_PRICE  can go with the MAX_ORDER_PRICE and it won't
affect the existing model. But for this particular requirement I think we
can go with entity attributes and may also think of using it for minimum
order quantity.

@Pritam IMO, as we already have the rules engine for price, IMO adding one
more for quantity not worth enough. And agree on the fact no existing
support available on such requirement OOTB.

Finally, my suggestion is to go with attributes or similar model for
maximum quantity and we can change the minimum logic as well if all agree
ootb.

Brainstorming done in the past for minimum quantity as well -
https://issues.apache.org/jira/browse/OFBIZ-3633
But now I think if something can be easily handle using attributes then why
to go for complex calculation done in the past. Attributes seems to better
way to go with.

Thanks!

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Mon, Dec 3, 2018 at 4:18 PM Pritam Kute 
wrote:

> Hello Deepak,
>
> As far as I know, there is no direct support available in OFBiz for your
> requirement. But it would be a good addition to the codebase if we can
> design full features around quantity rules, in a similar fashion as "Price
> Rules".
>
> There can be the multiple cases around quantity which we can handle such as
> 1. Min/Max product quantity to be ordered.
> 2. Rule-based product quantity handling such as based on already added
> products in the cart.
>
> Just a thought!
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Mon, Dec 3, 2018 at 3:38 PM Pierre Smits 
> wrote:
>
> > Hi Deepak,
> >
> > Instead of modifying the model for the entity such a parameter could be
> set
> > as an attribute of the product. IMO, we have dozens of *Attr entities
> that
> > are greatly under-utilised in favour of adding fields to their associated
> > parent entity.
> >
> > 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 Mon, Dec 3, 2018 at 9:43 AM Deepak Nigam 
> > wrote:
> >
> > > Hello all,
> > >
> > > I need to set the maximum order quantity for a particular product for
> the
> > > e-commerce site. I have provided the client-side validation for the
> same
> > > but it is easily breakable using request interceptors. Also, I don't
> want
> > > to hardcode it at the backend, considering multiple clients of the ERP
> > > solution.
> > >
> > > As far as I know, we can set the minimum order quantity using product
> > price
> > > type "MINIMUM_ORDER_PRICE". Is there a way by which we can set the
> > maximum
> > > order quantity of a given product (both from front-end and backend)?
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Nigam
> > > HotWax Systems Pvt. Ltd
> > >
> >
>


Re: Catlogs

2018-11-29 Thread Rishi Solanki
Please check [1] . This is not applicable exactly to your case but most
near to your requirements. As Pritam suggested you can use from date and
thru date for the same.
Alternatively, consider Gift Card/Voucher as payment method link with an
Fin Account associated. Add the amount in the gift card and customer can
use it as payment method for next purchase.

[1]
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPromoRules?productPromoId=9012

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Thu, Nov 29, 2018 at 10:35 AM Pritam Kute 
wrote:

> Hi Yokesh,
>
> Both the promotions can be easily doable using promotion codes. You can
> create the promotion codes and send it to the customer's email address.
> While creating promotion codes, you can take advantage of fromDate and
> thruDate fields to fulfill the redemption criteria.
>
> Hope this helps.
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Wed, Nov 28, 2018 at 5:15 PM ygk  wrote:
>
> >  How to set promo for below 2 condition
> >
> > 1.Buy for Rs. 10,000 and get Rs 500 gift voucher (which can be redeemed
> > immediately on the next purchase)
> >
> > 2.Buy for Rs. 10,000 and get Rs 500 gift voucher (which can be redeemed
> > from the next day)
> >
> >
> > Kindly suggest.
> >
> >
>


Re: Using OFBiz with DB2 for i (AS400) database

2018-11-24 Thread Rishi Solanki
Thanks for update Robert, this is great to see evidence that OFBiz scales
for large set of data.
The performance issue you had, could you please share its details. As far
as I know OFBiz can handle millions of products without any issue. Like
what you have setup in the cache and how it helps you to resolve your
performance problem.

Also do you need any external tool to resolve it or OFBiz was capable to do
that after setting the cache etc.

May be you like to share your experience with community on how easy or
difficult it was to overcome from the problem you were having.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Fri, Nov 23, 2018 at 7:26 PM robertpic 
wrote:

> Update
>
> We are running Ofbiz since 16 months (B2B) and now B2C without any troubles
> on DB2 (on AS/400 aka iSeries aka Power7/8/9).
>
> https://shop.odoerfer.com/ <https://shop.odoerfer.com/>
>
> We had some performance issues because of the big product tree (> 70.000
> products). We used the ofbiz caching to hold the tree one day inside the
> cache/memory.
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>


Re: Product Configuration

2018-11-19 Thread Rishi Solanki
The configurable product generally assemble after order. So production run
associated with order will create inventory for it, and then can be
assigned to order item. This is what OFBiz services suggested to go with.


--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Nov 20, 2018 at 12:53 AM  wrote:

> Can you receive an item that is a product configuration?  How do you get
> it in inventory?
>
> Thanks,
>
> James
>
>  Original Message 
> Subject: Re: Product Configuration
> From: Julien NICOLAS 
> Date: Wed, November 14, 2018 3:01 am
> To: user@ofbiz.apache.org
>
> Hi Yokesh,
>
> If you prefer to understand it by using OFBiz as a standard user, let's
> follow below instructions.
>
>
> Let's configure a computer.
>
> 1 base computer, 1 RAM of 8Gb, 2 type of SSD (128 and 256)
>
> Create the computer with "Configurable Good" type. Define a sale price
> (around 800€ for a good one ;)
>
> Create the 8Gb RAM product whit "Finish Good" type. Define a sale price.
>
> Create 2 other Finish Good for SSD 128 and SSD 256 and define them a
> sale price.
>
> In the Web Application "Configurations" click on the "Create New" button
>
> _A choice for the RAM quantity :_
>
> Config item type : Single Choice
>
> Config Item Name : Quantity of RAM
>
> => Click on the Update button
>
> You are now in the choice options. Create new configuration option, go
> to "Config Options" tab and in the "Create New Config Options" define
> the 8Gb RAM option.
>
> Config Option Name : 8Gb RAM (1x8Gb)
>
> Description : 8Gb RAM (1x8Gb)
>
> Sequence Num : 10 /(the first option in the list)/
>
> The screen add a new screenlet "Add Product Component".
>
> Select the 8Gb RAM previously created and a Quantity of 1, sequ num 10
> then click on the "Create" button.
>
> Now add another config option. In the "Edit Config Options" screenlet,
> click on the "Create New Config Options" button and create the new
> config options :
>
> Config Option Name : 16Gb RAM (2x8Gb)
>
> Description : 16Gb RAM (2x8Gb)
>
> Sequence Num : 20
>
> In the "Add Product Component" add the same 8Gb RAM product but keyin 2
> in quantity.
>
> _SSD Options_
>
> Click the "[New Config Item]" button and do the same as the the RAM (but
>
> change the product for each config options)
>
> _*Link Computer and Config Options*_
>
> Go to the application "Catalog", tab "Products", select the computer
> previously created then find the button "Configurations".
>
> Here, you'll find the "Add Products Configs" screenlet. Select the RAM
> in first and the sequence num 10.
>
> IMPORTANT !!! In the "Config Type Id" you MUST select "Question" to let
> the choice to the user.
>
>
> That's all. It's as simple as that ;)
>
>
>
> Le 14/11/2018 à 10:00, yokeshwaran2...@gmail.com a écrit :
> > How to setup a configurable product in ofbiz, also how to map the
> associated products within a configurable product to be shown in e commerce.
> >
> >
> > Regards,
> > Yokesh.
> >
>


Re: What is the better way to reserve inventory for the item?

2018-11-15 Thread Rishi Solanki
Hi Rahul,
Please review your ProductStore setup, especially
ProductStore.reserveInventory and ProductStore.reserveOrderEnumId fields
values.
For auto invoking the reservation the reserveInventory flag should be Y.
The reserveOrderEnumId decides the reservation algorithm. Business Setup
Guide at [1] would be helpful to understand it better.

Also you may like to check the other product store inventory related flags
and options. As far as your current problem reserveInventory flag should
work for you.

[1]
https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-storeSetup

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Thu, Nov 15, 2018 at 3:45 PM Pierre Smits  wrote:

> Hi Rahul,
>
> Which version of OFBiz (release/branch) are you using? Recently there have
> been some developments that may impact the answer.
>
> 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 Thu, Nov 15, 2018 at 10:38 AM Rahul Vangari 
> wrote:
>
> > Hi,
> >
> > I am using the Ofbiz OOB functionality.
> >
> >   * I have created a sales order and I have inventory for the goods in
> > my facility. However, when I go to packing, I get message that there
> > is nothing ready for packing.
> >   * I manually call the reserveOrderItemInventory service to reserve the
> > required items on the order.
> >   * Then when I go to packing, I am able to successfully pack the items
> > and create the shipment.
> >   * My question is that instead of manually calling the
> > reserveOrderItemInventory - what is the better way to reserve
> > inventory for the item or what steps do I have to carry out in the
> > applicationso that I can successfully use the packing transaction?
> >
> > --
> > Regards,
> > Rahul Vangari.
> > vnnogile Solutions Private Limited
> > www.vnnogile.com
> >
> >
>


Re: What are the portal Pages and Portlets

2018-11-14 Thread Rishi Solanki
Madhi,
In addition to Jacques suggestion, you may also interested in more
technical insights -

https://cwiki.apache.org/confluence/display/OFBIZ/Developing+Portlets


--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Nov 14, 2018 at 5:35 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Madhi,
>
> I'll try to be brief. Portlets are nothing more than widget screens in
> OFBiz. Portal pages are used to construct pages using portlets. So it's
> mostly
> a technology used in OFBiz to allow users to build their own screens using
> existing portlets without touching code.
>
> I'm not an user of this technology and it seems they are few minor issues
> with it that you might cross while using it (nothing really bad).
>
> You can try it at
> https://demo-trunk.ofbiz.apache.org/example/control/ManagePortalPages?parentPortalPageId=EXAMPLE
>
> So you can add columns and in these columns add portlets that you move
> from places to places afterward.
>
> Technically this should help you:
> https://issues.apache.org/jira/browse/OFBIZ-1999
>
> HTH
>
> Jacques
>
>
> Le 09/11/2018 à 20:09, Madhi Krishnan a écrit :
> > Hey all
> > Can anyone explain me what are potral Pages and portlets..
> > What is the concept of these technology and how they have been
> implemented
> > in ofbiz..
> > I was exploring ofbiz and got introduces with the portal pages in the
> > ViewProfile request..
> > Thank You..
> >
>
>


Re: How to show company logo in PDF Printout

2018-11-14 Thread Rishi Solanki
Schumann,
In the chaining the SimpleDecorator included and you are at correct place
to show your logo. Consider the following suggestion to debug at your end.
- Add some text message to confirm weather the decorator has been included
or not.
- If previous is fine, then are you able to render logo by direct hit from
browser and appending the image path after base url.

It seems something incorrectly setup at your end, so you need to check at
path and other items. I'm able to see the OFBiz logo  at demo sites. Please
cross check at your end.


--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Nov 14, 2018 at 3:06 PM Schumann Ye 
wrote:

> Dear Gurus,
>
> Can anyone give me a hint how to show company logo in the PDF printout?
> I’ve tried many times but failed and here below is my case (I’m using
> 16.11.03 & 16.11.04):
>
>
> 1.Go to “Manufacturing Manager” – “JobShop” and find any existing
> Production Run;
>
> 2.Click on any one and then go into “EditProductionRun” interface;
>
> 3.Then click “Print (PDF)” and I am expecting company logo in the left
> upper corner (but it just doesn’t show);
>
> 4.I check the links and find that it’s calling “SimpleDecorator”
> Screen from /framework/common/widget/CommonScreens.xml;
>
> I believe the following within the “SimpleDecorator” should work:
>
> 
>
> The absolute link address is
> /framework/images/webapp/images/ofbiz_logo.gif;
>
>
>
> Because the logo is controlled by the following codes within the file
> “Simple.fo.ftl”:
>
> 
>
> <#if logoImageUrl??>
>
>overflow="hidden" height="40px"
>
>   content-height="scale-to-fit"/>
>
> 
>
>   
>
>
> 5.However I try, I just could not show the logo in the PDF printout
> file.
>
> My analysis is either the “SimpleDecorator” hasn’t been called during the
> chaining or somewhere goes wrong that I don’t know whereabout.
>
> Pls help!
> Many thanks!
>
> Schumann
> +86-18001501800
>
>
> 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
>
>


Re: Product Configuration

2018-11-14 Thread Rishi Solanki
For UI here you go -
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductConfigs?productId=PC001
To check the data model used, please review the DemoConfigurator.xml of
ecommerce plugins in trunk.

HTH

--
Rishi Solanki
Sr Manager, Enterprise Software Development!
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Nov 14, 2018 at 2:30 PM yokeshwaran2...@gmail.com <
yokeshwaran2...@gmail.com> wrote:

> How to setup a configurable product in ofbiz, also how to map the
> associated products within a configurable product to be shown in e commerce.
>
>
> Regards,
> Yokesh.
>


Re: Supplier mapping for a product

2018-11-14 Thread Rishi Solanki
Yokesh,
In addition to Pritam, you may also need to think of how inventory get
managed for each supplier if they are selling from your website.
In general it is good to go with supplier data model for this kind of
requirement.


--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Nov 14, 2018 at 1:43 PM Pritam Kute 
wrote:

> Hi Yokesh,
>
> You can associate product suppliers from the following screen [1]
>
> There is no any UI available on the OFBiz e-commerce OOTB, for now, to
> display all suppliers available for the particular product and allow the
> user to select the supplier. You can think of customization for this case.
> Currently, the OOTB support of associating the suppliers to the product is
> just for procurement purpose only.
>
> Hope this helps.
>
> [1]:
>
> https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProductSuppliers?productId=WG-9943
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Wed, Nov 14, 2018 at 12:28 PM Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
> > Ha also forgot to say that as long as you have not subscribed to the
> OFBiz
> > user ML your posts on the Nabble forum are not visible. So nobody can
> help
> > you.
> >
> > For instance your similar post dated from the 12 is not visible there,
> see?
> >
> > http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
> >
> >
> > Le 14/11/2018 à 07:53, Jacques Le Roux a écrit :
> > > Hi Yokesh,
> > >
> > > Your message has been moderated.
> > >
> > > Please subscribe to the user ML for such questions and then use your
> > email client rather than the Nabble forum (as the forum says to you)
> > > See also why here http://ofbiz.apache.org/mailing-lists.html
> > >
> > > You will get a better support and it's more fair to share with
> everybody
> > > 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 personaly no longer accept them (other moderators still could)
> > >
> > >
> > > Thanks
> > >
> > > Jacques
> > >
> > >
> > > Le 13/11/2018 à 12:10, ygk a écrit :
> > >> How to map multiple supplier for a single product and that should get
> > >> reflected in ofbiz e commerce in a product detailed page with option
> of
> > >> selecting supplier.
> > >>
> > >>
> > >> Regards,
> > >> Yokesh
> > >>
> > >>
> > >>
> > >> --
> > >> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
> > >>
> > >
> > >
> >
> >
>


Re: Setting up Promotions(Limiting Dollar amount for Promotions)

2018-11-12 Thread Rishi Solanki
Please check the -
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPromoRules?productPromoId=9011
Here you can set all conditions and actions. Conditions to set when
promotion should apply and actions is for what to apply.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Mon, Nov 12, 2018 at 6:00 PM Pritam Kute 
wrote:

> Hello Yokesh,
>
> You can review demo promotions created at the following link [1].
>
> This will help you get the idea about how you can create promotions in
> OFBiz.
> [1]:
> https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProductPromo
>
> Please let me know if you have any questions.
>
> Regards
> --
> Pritam Kute
>
>
> On Mon, Nov 12, 2018 at 5:05 PM yokesh  wrote:
>
> > Hi all,
> >
> > By setting up the promo rule as given below,
> >
> > Condition1:
> > If cart sub total is less than or equal to 1000$, the order percent
> > discount
> > should be 5%
> >
> > Condition2:
> > If cart sub total is greater than or equal to 1000$, the order amount
> flat
> > is 50
> >
> > How to achieve this?
> >
> >
> > Regards,
> > Yokesh.
> >
> >
> >
> > --
> > Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
> >
>


Re: Add StateProvince for addresses

2018-11-11 Thread Rishi Solanki
Jiargei,
Yes it is possible, to better understand it review the Geo and GeoAssoc
entity data for USA. Reference files GeoData.xml and GeoData_US.xml.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Nov 11, 2018 at 8:26 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Le 11/11/2018 à 07:50, jiar...@gmail.com a écrit :
> > Is it possible to add provinces to countries?
> >
> > I am from Austria and the are Not listed
> >
> > Kind regards
> >
> Hi,
>
> Your message has been moderated.
>
> Please use and subscribe to the user ML for such questions
> see why here http://ofbiz.apache.org/mailing-lists.html
> You will get a better support and it's more fair to share with everybody
>
> The wider the audience the better the answers you might get
>
> This said, yes it's possible see recently
> https://issues.apache.org/jira/browse/OFBIZ-10596
>
> Thanks
>
> Jacques
>
>


Re: How to store big character data in postgres.

2018-10-27 Thread Rishi Solanki
Either you should go for Content data model and store your query in
ElectronicText.textData field.
Or you should use very-long field type for your purpose where your are
storing the query data.


--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sat, Oct 27, 2018 at 1:48 PM Madhi Krishnan <
madhi.krish...@udyogmandir.in> wrote:

> Hey all..
> I'm trying to store a sql query in postgres..
> but it's not storing because of query being too long..
> can any one tell me how to store big character data ..
> and i got something call ''clob'' .
> if Anyone have come  exapmle of clob will be good..
> Thank You
>


Re: Delivery schedules for product categories

2018-10-18 Thread Rishi Solanki
Dear Wolfgang,
Could you please share the details one more time with some example you
wanted to achieve. Also challenge you are facing is not much clear. I again
read your email, and feels I replied to your question without proper
attention.
Please share the details one more time with some example, will help us to
understand your requirement.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Oct 17, 2018 at 6:54 PM Wolfgang Paul Rauchholz <
wp.rauchh...@gmail.com> wrote:

> Thank you Rishi,
>
> I tried t Catalog option too, but it poses the same challenges I cannot
> overcome which is to define a delivery schedule (from...to) for each
> category (or catalog)
> Products from Category 1 can only be delivered in week from Oct 22 - 28
> Products from Category 2 can only be delivered in week from Oct 29 - Nov 4
> Products from Category 3 can only be delivered in week from Nov 5 - Nov 11
> etc...
>
> Or am I missing something?
>
> Wolfgang
>
>
> On Wed, Oct 17, 2018 at 2:01 PM Rishi Solanki 
> wrote:
>
> > Two ways to achieve this;
> > Setup Catalog for each week and configure them in ProductStoreCatalog.
> > And as per your approach use ProductCategoryRollup for the same.
> >
> > Refer OrderDemoData.xml to understand it better.
> >
> > Best Regards,
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> >
> > On Wed, Oct 17, 2018 at 2:29 PM wp.rauchh...@gmail.com <
> > wp.rauchh...@gmail.com> wrote:
> >
> > > After testing with ofbiz, I need advice from experts if the following
> is
> > > possible.
> > >
> > > Background:
> > > We need to show in e-Commerce a schedule of parts in weekly buckets for
> > > the next six weeks. I use categories for this. Example
> > > •   Product Category Name: Products week 42: 15/10 – 21/10
> > > •   Product Category Name: Products week 43: 22/10 – 28/10
> > > •   Product Category Name: Products week 44: 29/10 – 4/11
> > > •   Product Category Name: Products week 45: 5/11 – 11/11
> > >
> > > The customer can order products in any of these weeks; but these will
> > also
> > > be delivered only in that same week.
> > > I set the THROUGH DATE in Category Roll-up to the end of each
> > > corresponding week (21/10, 28/10, etc..). The category will disappear
> > once
> > > this date is passed. This is what we need.
> > >
> > > Challenge:
> > > I have not been able to define for product categories delivery valid
> > dates
> > > from – to. If a customer enters an order e.g. for wk 44, he/she can
> > enter a
> > > deliver for another week.
> > >
> > > Thanks for your insight. Wolfgang
> > >
> > >
> >
>
>
> --
>
> Wolfgang Rauchholz
>


Re: Delivery schedules for product categories

2018-10-17 Thread Rishi Solanki
Two ways to achieve this;
Setup Catalog for each week and configure them in ProductStoreCatalog.
And as per your approach use ProductCategoryRollup for the same.

Refer OrderDemoData.xml to understand it better.

Best Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Oct 17, 2018 at 2:29 PM wp.rauchh...@gmail.com <
wp.rauchh...@gmail.com> wrote:

> After testing with ofbiz, I need advice from experts if the following is
> possible.
>
> Background:
> We need to show in e-Commerce a schedule of parts in weekly buckets for
> the next six weeks. I use categories for this. Example
> •   Product Category Name: Products week 42: 15/10 – 21/10
> •   Product Category Name: Products week 43: 22/10 – 28/10
> •   Product Category Name: Products week 44: 29/10 – 4/11
> •   Product Category Name: Products week 45: 5/11 – 11/11
>
> The customer can order products in any of these weeks; but these will also
> be delivered only in that same week.
> I set the THROUGH DATE in Category Roll-up to the end of each
> corresponding week (21/10, 28/10, etc..). The category will disappear once
> this date is passed. This is what we need.
>
> Challenge:
> I have not been able to define for product categories delivery valid dates
> from – to. If a customer enters an order e.g. for wk 44, he/she can enter a
> deliver for another week.
>
> Thanks for your insight. Wolfgang
>
>


Re: Not able to gthiet the email address..

2018-10-17 Thread Rishi Solanki
Hi Madhi,
I have loaded the data you provided in email over demo trunk [1] and able
to run the getPartyEmail service successfully.
You must did something wrong in your code, and I guess what Aditya noticed
partyId as 10035 is hardcoded in your code, which should be problem at your
end.

[1]
https://demo-trunk.ofbiz.apache.org/webtools/control/setSyncServiceParameters?SERVICE_NAME=getPartyEmail_NAME=pool&_RUN_SYNC_=Y

Follow the link and provide partyId as Pawan66 you shared, you will get the
service result. Usually, this kind of error in your own code can be rectify
by logging into the code.

Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847iu
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Oct 16, 2018 at 6:19 PM Madhi Krishnan <
madhi.krish...@udyogmandir.in> wrote:

> Hey Rishi..
> Here the partyId is Pawan66...
>
> The PartyContactMech definitation :-
> 
>  createdStamp="2018-10-16 16:58:00.38" createdTxStamp="2018-10-16
> 16:57:59.935" fromDate="2018-10-16 16:58:00.379"
> lastUpdatedStamp="2018-10-16 16:58:00.38" lastUpdatedTxStamp="2018-10-16
> 16:57:59.935" partyId="Pawan66"/> 
>
> ContactMech : -
>   contactMechId="10080" contactMechTypeId="EMAIL_ADDRESS"
> createdStamp="2018-10-16 16:58:00.259" createdTxStamp="2018-10-16
> 16:57:59.935" infoString="primaryem...@gmail.com"
> lastUpdatedStamp="2018-10-16 16:58:00.259" lastUpdatedTxStamp="2018-10-16
> 16:57:59.935"/> 
>
> PartyContactMechPurpose : -
> 
>  contactMechPurposeTypeId="PRIMARY_EMAIL" createdStamp="2018-10-16
> 16:58:06.382" createdTxStamp="2018-10-16 16:58:06.373" fromDate="2018-10-16
> 16:58:06.382" lastUpdatedStamp="2018-10-16 16:58:06.382"
> lastUpdatedTxStamp="2018-10-16 16:58:06.373" partyId="Pawan66"/>
> 
>
> On Tue, Oct 16, 2018 at 6:00 PM Rishi Solanki 
> wrote:
>
> > Hi Madhi,
> > Ideally it should work, can you please review the data you have prepared.
> > For better understanding, please share the ContactMech, PartyContactMech
> > and PartyContactMechPurpose xml data you have prepared to  run your
> service
> > and not getting the value.
> >
> > You can get that data from webtools, by direct browse to those records at
> > bottom.
> >
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> >
> > On Tue, Oct 16, 2018 at 5:38 PM Madhi Krishnan <
> > madhi.krish...@udyogmandir.in> wrote:
> >
> > > Hello pritam..
> > > I have already created the contactMech record with  ContactMechTypeId
> as
> > > "EMAIL_ADDRESS" and associated it with a party...
> > > and also tried by adding  the contactMechPurpose Date...but its still
> > > returning a null value..
> > >
> > >
> > > On Tue, Oct 16, 2018 at 5:05 PM Pritam Kute <
> > pritam.k...@hotwaxsystems.com
> > > >
> > > wrote:
> > >
> > > > Hello Madhi Krishnan,
> > > >
> > > > In addition to the reply from Aditya, if you don't want to add the
> > > > ContactMechPurpose data, you just need to create the ContactMech
> record
> > > > with ContactMechTypeId "EMAIL_ADDRESS" or "ELECTRONIC_ADDRESS" and
> > > > associate it with the party using PartyContactMech entity.
> > > >
> > > > Thanks and Regards
> > > > --
> > > > Pritam Kute
> > > >
> > > >
> > > > On Tue, Oct 16, 2018 at 4:56 PM Madhi Krishnan <
> > > > madhi.krish...@udyogmandir.in> wrote:
> > > >
> > > > > Hey Aditiya..
> > > > > Thanks for the reply..
> > > > > No there is no record for party id 10035
> > > > >
> > > > > On Tue, Oct 16, 2018 at 4:34 PM Aditya Sharma <
> > > > > aditya.sha...@hotwaxsystems.com> wrote:
> > > > >
> > > > > > Hi Madhi Krishnan,
> > > > > >
> > > > > > Can you find records in PartyContactWithPurpose entity using
> > webtools
> > > > > > with contactMechPurposeTypeId as PRIMARY_EMAIL and partyId as
> > 10035?
> > > > > >
> > > > > > Thanks and Regards,
> > > > > >
> > > > 

Re: Not able to gthiet the email address..

2018-10-16 Thread Rishi Solanki
Hi Madhi,
Ideally it should work, can you please review the data you have prepared.
For better understanding, please share the ContactMech, PartyContactMech
and PartyContactMechPurpose xml data you have prepared to  run your service
and not getting the value.

You can get that data from webtools, by direct browse to those records at
bottom.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Oct 16, 2018 at 5:38 PM Madhi Krishnan <
madhi.krish...@udyogmandir.in> wrote:

> Hello pritam..
> I have already created the contactMech record with  ContactMechTypeId  as
> "EMAIL_ADDRESS" and associated it with a party...
> and also tried by adding  the contactMechPurpose Date...but its still
> returning a null value..
>
>
> On Tue, Oct 16, 2018 at 5:05 PM Pritam Kute  >
> wrote:
>
> > Hello Madhi Krishnan,
> >
> > In addition to the reply from Aditya, if you don't want to add the
> > ContactMechPurpose data, you just need to create the ContactMech record
> > with ContactMechTypeId "EMAIL_ADDRESS" or "ELECTRONIC_ADDRESS" and
> > associate it with the party using PartyContactMech entity.
> >
> > Thanks and Regards
> > --
> > Pritam Kute
> >
> >
> > On Tue, Oct 16, 2018 at 4:56 PM Madhi Krishnan <
> > madhi.krish...@udyogmandir.in> wrote:
> >
> > > Hey Aditiya..
> > > Thanks for the reply..
> > > No there is no record for party id 10035
> > >
> > > On Tue, Oct 16, 2018 at 4:34 PM Aditya Sharma <
> > > aditya.sha...@hotwaxsystems.com> wrote:
> > >
> > > > Hi Madhi Krishnan,
> > > >
> > > > Can you find records in PartyContactWithPurpose entity using webtools
> > > > with contactMechPurposeTypeId as PRIMARY_EMAIL and partyId as 10035?
> > > >
> > > > Thanks and Regards,
> > > >
> > > > *Aditya Sharma* | Enterprise Software Engineer
> > > > HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
> > > > <http://www.hotwaxsystems.com/>
> > > > [image: https://www.linkedin.com/in/aditya-p-sharma/]
> > > > <https://www.linkedin.com/in/aditya-p-sharma/>
> > > >
> > > >
> > > > On Tue, Oct 16, 2018 at 3:36 PM Madhi Krishnan <
> > > > madhi.krish...@udyogmandir.in> wrote:
> > > >
> > > > > Hey all..
> > > > > Can anyone please help he to solve this below..
> > > > >
> > > > > public static Map getEmail(DispatchContext
> > > > ctx,Map > > > > extends Object> context) throws GenericEntityException,
> SQLException,
> > > > > GenericServiceException{
> > > > > LocalDispatcher dispatcher=ctx.getDispatcher();
> > > > > Map successResult=ServiceUtil.returnSuccess();
> > > > > String partyId="10035";
> > > > > Map input=UtilMisc.toMap("partyId",partyId);
> > > > > Map
> serviceResult=dispatcher.runSync("getPartyEmail",
> > > > > input,360,true);
> > > > > String email="";
> > > > > if(serviceResult != null) {
> > > > > email=(String)serviceResult.get("emailAddress");
> > > > > successResult.put("outValue", email);
> > > > > }
> > > > > else {
> > > > > successResult.put("outValue", "Returns a null Value");
> > > > > }
> > > > > return successResult;
> > > > > }
> > > > >
> > > > > Trying to retrive the email address of a partyId..using the out of
> > the
> > > > box
> > > > > service Named as getPartyEmail...but it's returning a null value
> for
> > > > > email...
> > > > >
> > > > > Thank You..
> > > > >
> > > >
> > >
> >
>


Re: Error when receiving purchase order

2018-10-13 Thread Rishi Solanki
Hi Wolfgang,
Could you please share the default gl account setup data set in the
InvoiceItemType and GlAccount at your end?
The error you are getting should not come with correct data setup.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Fri, Oct 12, 2018 at 11:33 PM wp.rauchh...@gmail.com <
wp.rauchh...@gmail.com> wrote:

> Sorry for re-sending this email, but I cannot get past this error.
>
> Thanks for helping.
>
> I set the tax account in GL ACCOUNT DEFAULTS..
> Would you please help me to fix this one. Thank you. Wolfgang
>
> The Following Errors Occurred:
> Error trying to begin transaction, could not process method: The current
> transaction is marked for rollback, not beginning a new transaction and
> aborting current operation; the rollbackOnly was caused by: Error in
> simple-method [Post a AcctgTrans
>
> [file:/usr/local/ofbiz.17.12/applications/accounting/minilang/ledger/AcctgTransServices.xml#postAcctgTrans]]:
> [Gl account id is not set for 2 or mapping not found for account type
> Gl account id is not set for 3 or mapping not found for account type
> TAX_ACCOUNT]
>
>
> Wolfgang
>


Re: E-Commerce

2018-10-09 Thread Rishi Solanki
Dear Shrilesh,
As mentioned by Pritam you need to do customization to match your
requirement. And what I have suggested will give you basic idea of (if you
follow the advance search request in code) what services and code used to
implement. You can further use the same code to filter the search, just
need to send ajax request instead of using the form.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Oct 9, 2018 at 2:11 PM Pritam Kute 
wrote:

> Hi Shrilesh,
>
> According to the above discussions, I guess you need to implement faceted
> search which is nowadays more
> popular on the e-commerce sites. [1]
>
> The integration of the Apache Solr in OFBIz is at a very basic level for
> now. So, I recommend you to write a custom implementation
> for integrating stand-alone Apache Solr and achieving the results you want.
> I suggest you
> go through the documentation of Apache Solr for digging up more into it.
> [2]
>
> Hope this helps you.
>
> [1]:
>
> https://image.slidesharecdn.com/seeleysolrfacetseurocon2011-111021104018-phpapp01/95/the-many-facets-of-apache-solr-yonik-seeley-5-728.jpg?cb=1341583996
> [2]: http://lucene.apache.org/solr/resources.html
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Tue, Oct 9, 2018 at 1:25 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > the solution u send that file or plugin is not working . it is not
> loading
> > any data as well as in starting ofbiz it is not responding to my request
> > i understand u but Can u plz ellobrate
> >
> > On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute <
> pritam.k...@hotwaxsystems.com
> > >
> > wrote:
> >
> > > Hi Shrilesh,
> > >
> > > Product filtering is not supported OOTB on e-commerce for now. You need
> > to
> > > customize the solution.
> > > You can use Apache Solr for enhancing the search capabilities. You can
> > use
> > > stand-alone Apache Solr server for this. Currently, the work is in
> > progress
> > > to
> > > integrate Apache Solr in embedded mode in Apache OFBiz. [1]
> > >
> > > [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
> > >
> > > Thanks and Regards
> > > --
> > > Pritam Kute
> > >
> > >
> > > On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > Could you please let me know if product filtering is supported ootb
> in
> > > case
> > > > of ofbiz? E.g. when user searches for something in given category, i
> > want
> > > > to show not only products but also filtering pane on left hand side
> > using
> > > > which one can narrow down what they r looking for
> > > >
> > >
> >
>


Re: E-Commerce

2018-10-08 Thread Rishi Solanki
Shrilesh,
Please refer 
https://demo-trunk.ofbiz.apache.org/ecommerce/control/advancedsearch

It will have all basic filters added with basic form. You may need to alter
this as per your requirements.


Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Mon, Oct 8, 2018 at 6:09 PM Shi Jinghai  wrote:

> " E.g. when user searches for something in given category ", I guess it's
> a frontend javascript filter, right?
>
>
> -邮件原件-
> 发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com]
> 发送时间: 2018年10月8日 17:27
> 收件人: user@ofbiz.apache.org
> 主题: Re: E-Commerce
>
> Hi Shrilesh,
>
> Product filtering is not supported OOTB on e-commerce for now. You need to
> customize the solution.
> You can use Apache Solr for enhancing the search capabilities. You can use
> stand-alone Apache Solr server for this. Currently, the work is in progress
> to
> integrate Apache Solr in embedded mode in Apache OFBiz. [1]
>
> [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Could you please let me know if product filtering is supported ootb in
> case
> > of ofbiz? E.g. when user searches for something in given category, i want
> > to show not only products but also filtering pane on left hand side using
> > which one can narrow down what they r looking for
> >
>


Re: eCommerce Use Case

2018-09-10 Thread Rishi Solanki
James,
Please check the price rules screen for details -
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
Here you can select the Input as Party Classification and assign condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:

> Awesome.  Thanks!
>
> How do you actually assign the party classification to the category so
> that only that group sees it?
>
>  Original Message 
> Subject: Re: eCommerce Use Case
> From: Giulio Speri - MpStyle Srl 
> Date: Fri, September 07, 2018 1:31 pm
> To: user@ofbiz.apache.org
>
> Hi James,
>
> In our ecommerce implementation we faced a similar situation.
> We had some customers that should see a certain discount only on some
> products and only after login.
> We used "meta" categories, along with Party Classification Groups and
> Price
> rules.
>
>  "meta" category is simply a catalog category that should contain the
> products that only a certain group of customer (party classification
> group)
> will see after login.
>
> Once you've created the product category and the party classification
> group, you can set up a Price Rule, with "product category" and "party
> classification" as activating conditions and a discount action type,
> based
> on your needs, as price rule action.
>
> Hope it helps,
>
> Giulio
>
>
>
>
> Il 07/Set/2018 17:53,  ha scritto:
>
>
> I was wondering with how roles worked in Ofbiz if the following is
> possible:
>
> I want to have whole customers and retail customer shop on the same
> website. Obviously wholesale customers would see their pricing when
> they log in but there is also a few more products that I want only
> wholesale customers to see when they log in. Is it possible to have
> products or categories that some customer hgroups can see and others can
> not?
>
> Thanks,
>
> James
>


Re: Purchase order minimum and packing units

2018-09-05 Thread Rishi Solanki
I'm not sure about the code support (need to check inventory receiving
service for that), but yes Data Model supports this.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Sep 5, 2018 at 6:48 AM  wrote:

> Rishi - So does it give you the ability to purchase in one UOM and sell
> in another OOTB?
>
> So I buy quantity of 1 which will potentially put 100 in inventory
>
>
>
>  Original Message 
> Subject: Re: Purchase order minimum and packing units
> From: Rishi Solanki 
> Date: Tue, September 04, 2018 2:12 am
> To: ofbizuser 
>
> Hi Frank,
> As shared by Suraj, I'm up for using the quantity UOM over marketing
> package. Also Agreement is best suited for the minimum order amount.
> So I would go with Suraj's suggestion.
>
> HTH!
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
>
> On Tue, Sep 4, 2018 at 1:55 PM Suraj Khurana <
> suraj.khur...@hotwaxsystems.com> wrote:
>
> > Hi Frank,
> >
> > For packing units, IMO, there could be two possible solution for this
> case.
> > One is to setup product in OFBiz of type marketing package (if supplier
> > have multiple packing quantities this fits best), this is available OOTB
> > and services available to decompose marketing package into singular units
> > that can be used for selling, you can setup marketing packages and use
> them
> > for PO and individual product can be used for selling purpose.
> >
> > On the other hand, it seems more feasible and less confusing to setup
> > quantity UOM while creating PO. This requires some custom changes as per
> > business while creating PO. SupplierProduct also have quantityUomId field
> > which can be used for this. Data model support is available OOTB and we
> can
> > define conversion quantity as per package quantity from Supplier.
> >
> > For Order minimum, IMO, we can use agreement model to achieve this. We
> > could have an agreement with supplier about minimum order amount and can
> > have some custom logic to check that agreement and allow user to place
> > order or not.
> >
> > HTH.
> >
> > --
> > Thanks and Regards,
> > Suraj Khurana
> > Omnichannel OMS Technical Expert
> > HotWax Systems
> >
> > On Tue, Sep 4, 2018 at 12:36 PM, Frank Herrman 
> > wrote:
> >
> > > Hi Rishi,
> > >
> > > Thank you for your reply. I see there are two fields: 'units included'
> > and
> > > 'order qty increments', should I use the latter in my case? It is not
> > that
> > > we order 1 product which contain 6 products, but that we are required
> to
> > > purchase them per 6. So the costprice of the product is the price of 1
> > > product, not a box of 6.
> > >
> > > The minimum order quantity is set on the product level, but I want to
> set
> > > it on the supplier level. Furthermore I would like to have a minimum
> > order
> > > _amount_. I am not required to order a minimum number of one specific
> > > product from a supplier, but I do need to have a minimum order amount
> > which
> > > can be spread over multiple products.
> > >
> > > Kind regards,
> > >
> > > Frank
> > >
> > > Op 04-09-18 07:26 heeft Rishi Solanki 
> > > geschreven:
> > >
> > > Hi Frank,
> > > For packing units and minimum purchase please refer to
> > SupplierProduct
> > > entity fields minimumOrderQuantity and unitsIncluded. This modeling
> > > supportive for purchasing from supplier. It works for all possible
> > > business
> > > use cases including yours.
> > > For sales minimum amount/quantity you may need to setup the
> > > ProductPrice
> > > for that product of type MINIMUM_ORDER_PRICE. Once setup the customer
> > > won't
> > > be able to purchase that product below that amount. On the basis of
> > > requirement you can decide the price to match the minimum
> > > amout/quantity.
> > >
> > > All this support OOTB available. HTH!
> > >
> > > --
> > > Rishi Solanki
> > > Sr Manager, Enterprise Software Development
> > > HotWax Systems Pvt. Ltd.
> > > Direct: +91-9893287847
> > > http://www.hotwaxsystems.com
> > > www.hotwax.co
> > >
> > >
> > > On Tue, Sep 4, 2018 at 1:10 AM Frank

Re: Purchase order minimum and packing units

2018-09-04 Thread Rishi Solanki
Hi Frank,
As shared by Suraj, I'm up for using the quantity UOM over marketing
package. Also Agreement is best suited for the minimum order amount.
So I would go with Suraj's suggestion.

HTH!

Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Sep 4, 2018 at 1:55 PM Suraj Khurana <
suraj.khur...@hotwaxsystems.com> wrote:

> Hi Frank,
>
> For packing units, IMO, there could be two possible solution for this case.
> One is to setup product in OFBiz of type marketing package (if supplier
> have multiple packing quantities this fits best), this is available OOTB
> and services available to decompose marketing package into singular units
> that can be used for selling, you can setup marketing packages and use them
> for PO and individual product can be used for selling purpose.
>
> On the other hand, it seems more feasible and less confusing to setup
> quantity UOM while creating PO. This requires some custom changes as per
> business while creating PO. SupplierProduct also have quantityUomId field
> which can be used for this. Data model support is available OOTB and we can
> define conversion quantity as per package quantity from Supplier.
>
> For Order minimum, IMO, we can use agreement model to achieve this. We
> could have an agreement with supplier about minimum order amount and can
> have some custom logic to check that agreement and allow user to place
> order or not.
>
> HTH.
>
> --
> Thanks and Regards,
> Suraj Khurana
> Omnichannel OMS Technical Expert
> HotWax Systems
>
> On Tue, Sep 4, 2018 at 12:36 PM, Frank Herrman 
> wrote:
>
> > Hi Rishi,
> >
> > Thank you for your reply. I see there are two fields: 'units included'
> and
> > 'order qty increments', should I use the latter in my case? It is not
> that
> > we order 1 product which contain 6 products, but that we are required to
> > purchase them per 6. So the costprice of the product is the price of 1
> > product, not a box of 6.
> >
> > The minimum order quantity is set on the product level, but I want to set
> > it on the supplier level.  Furthermore I would like to have a minimum
> order
> > _amount_. I am not required to order a minimum number of one specific
> > product from a supplier, but I do need to have a minimum order amount
> which
> > can be spread over multiple products.
> >
> > Kind regards,
> >
> > Frank
> >
> > Op 04-09-18 07:26 heeft Rishi Solanki 
> > geschreven:
> >
> > Hi Frank,
> > For packing units and minimum purchase please refer to
> SupplierProduct
> > entity fields minimumOrderQuantity and unitsIncluded. This modeling
> > supportive for purchasing from supplier. It works for all possible
> > business
> > use cases including yours.
> > For sales minimum amount/quantity you may need to setup the
> > ProductPrice
> > for that product of type MINIMUM_ORDER_PRICE. Once setup the customer
> > won't
> > be able to purchase that product below that amount. On the basis of
> > requirement you can decide the price to match the minimum
> > amout/quantity.
> >
> > All this support OOTB available. HTH!
> >
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> >
> > On Tue, Sep 4, 2018 at 1:10 AM Frank Herrman 
> > wrote:
> >
> > > Hi there,
> > >
> > > I am currently looking into the purchase orders within Ofbiz. I
> > would like
> > > to define two things:
> > >
> > > Packing units
> > > Many products are packaged in boxes in sets of multiple items. The
> > > supplier delivers them per 6, we sell them per 1. Now there is an
> > option
> > > per product per supplier to enter the minimum order quantity. This
> > does not
> > > seem to ensure I will buy the product in this example per 6. I can
> > also
> > > order 7 in that case. I want the system to let me only order 6, 12,
> > 18 etc.
> > > What is the best way to go there?
> > >
> > > Order minimum
> > > Many suppliers require me to place orders of a minimum amount and
> > > sometimes a minimum quantity (usually it’s amount). Where can I set
> > this
> > > up? This is also something that does not seem to work well with the
> > > requirements module. Every order that makes my QoH go below my
> > minimum
> > > quantity a requirement is created. I can make a purchase order out
> > of it,
> > > but that will only contain that specific product. When I order
> with a
> > > supplier I want to be able to select from all the products he
> > provides that
> > > are below the QoH, and not in separate purchase orders. Is this
> > possible as
> > > well?
> > >
> > > Thank you in advance again.
> > >
> > > Kind regards,
> > >
> > > Frank
> > >
> > >
> >
> >
> >
>


Re: Purchase order minimum and packing units

2018-09-03 Thread Rishi Solanki
Hi Frank,
For packing units and minimum purchase please refer to SupplierProduct
entity fields minimumOrderQuantity and unitsIncluded. This modeling
supportive for purchasing from supplier. It works for all possible business
use cases including yours.
For sales minimum amount/quantity you may need to setup the ProductPrice
for that product of type MINIMUM_ORDER_PRICE. Once setup the customer won't
be able to purchase that product below that amount. On the basis of
requirement you can decide the price to match the minimum amout/quantity.

All this support OOTB available. HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Sep 4, 2018 at 1:10 AM Frank Herrman  wrote:

> Hi there,
>
> I am currently looking into the purchase orders within Ofbiz. I would like
> to define two things:
>
> Packing units
> Many products are packaged in boxes in sets of multiple items. The
> supplier delivers them per 6, we sell them per 1. Now there is an option
> per product per supplier to enter the minimum order quantity. This does not
> seem to ensure I will buy the product in this example per 6. I can also
> order 7 in that case. I want the system to let me only order 6, 12, 18 etc.
> What is the best way to go there?
>
> Order minimum
> Many suppliers require me to place orders of a minimum amount and
> sometimes a minimum quantity (usually it’s amount). Where can I set this
> up? This is also something that does not seem to work well with the
> requirements module. Every order that makes my QoH go below my minimum
> quantity a requirement is created. I can make a purchase order out of it,
> but that will only contain that specific product. When I order with a
> supplier I want to be able to select from all the products he provides that
> are below the QoH, and not in separate purchase orders. Is this possible as
> well?
>
> Thank you in advance again.
>
> Kind regards,
>
> Frank
>
>


Re: OFBiz Sanity Test Automation

2018-08-23 Thread Rishi Solanki
+1, and yes go for 17.12 + Trunk. And first pick the 17.12 as it would be
stable compare to trunk,


--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Thu, Aug 23, 2018 at 2:09 PM Sanjay Yadav 
wrote:

> Yes, Michael:).Thanks.
>
> Thanks, Jacques.
>
> Best Regards,
>
> *Sanjay Yadav* | Manager, Enterprise Quality Assurance
> HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
> <http://www.hotwaxsystems.com/>
> 80, Scheme No. 78, Indore, M.P. 452010, India
> Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav
> <https://www.linkedin.com/in/sanjay-yadav/>
>
> On Wed, Aug 22, 2018 at 12:55 PM Michael Brohl 
> wrote:
>
> > +1 Sanjay,
> >
> > as I mentioned in
> >
> >
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Sanity+Test?focusedCommentId=71014351#comment-71014351
> > ;-)
> >
> > Regards,
> >
> > Michael Brohl
> > ecomify GmbH
> > www.ecomify.de
> >
> >
> > Am 22.08.18 um 08:22 schrieb Sanjay Yadav:
> > > Hello All,
> > >
> > > I am planning to automate below sanity test script. Please feel free to
> > > share your thoughts.
> > > https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Sanity+Test
> > >
> > > Which OFBiz version I should target?
> > > Do I need to create a JIRA ticket before starting on it?
> > >
> > > Best Regards,
> > >
> > > *Sanjay Yadav* | Manager, Enterprise Quality Assurance
> > > HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
> > > <http://www.hotwaxsystems.com/>
> > > 80, Scheme No. 78, Indore, M.P. 452010, India
> > > Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav
> > > <https://www.linkedin.com/in/sanjay-yadav/>
> > >
> >
> >
> >
>


Re: GST rates on the basis of product price or price range

2018-08-22 Thread Rishi Solanki
I have now one question, weather you would like to model the min item price
and max item price. Or you are unable to fetch the data of product of
specific price range.
My answer intended to resolve the second problem which is fetching the
data. Also the HSN code is one categorization of products, but it might be
further categorized on the basis of price. Extending the entity should be
the last option to go with when we have alternate ways to handle, this also
means I'm not against the extending entity but it should be last option to
go with.

We can talk on more insights of problem you are facing.

Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Aug 22, 2018 at 1:46 PM Vaibhav Jain 
wrote:

> Hello Rishi,
>
> I am working on the GST of India.
>
> One of the business rules of the GST is like:
> - Tax is applied on the basis of HSN code which is managed using
> ProductCategory entity
> - Same HSN code may have different GST rate on the basis of price
> - Goods of sale value not exceeding Rs. 1000 per piece would be taxed at 5%
> and the goods of sale value exceeding Rs. 1000 per piece would be taxed at
> 12%.
>
> As per the GST rules and existing data model price range should be
> maintained in *TaxAuthorityRateProduct* entity instead of using
> *ProductCategory* entity.
>
> One of the solutions is we can extend the *TaxAuthorityRateProduct* entity
> and introduce a new column *maxItemPrice. *Now, *minItemPrice* and*
> maxItemPrice *columns can be used to filter the records on the basis of the
> price range.
>
> Please suggest can we extend the entity or do we have any other/better
> solution to manage this scenario.
>
> Vaibhav Jain
> Sr. Enterprise Software Engineer
> HotWax Systems
> m: 782-834-1900 e: vaibhav.j...@hotwaxsystems.com
>
>
> On Tue, Aug 21, 2018 at 11:20 PM Rishi Solanki 
> wrote:
>
> > Vaibhav,
> > Instead of trying to fetch product on field value, go for creating
> > categories for your need and make product members of them.
> > For example you may create categories 0-100, 101-200, 201-300 of type
> > OTHER_SEARCH type as many as you want. Finally associate the products
> with
> > desired categories. After that you fetching would be easy at code level.
> >
> > It will take time to setup but data fetching would be easy and
> configurable
> > easily (may be you can use some triggers to associate)
> >
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> >
> > On Tue, Aug 21, 2018 at 2:42 PM Vaibhav Jain <
> > vaibhav.j...@hotwaxsystems.com>
> > wrote:
> >
> > > Hello all,
> > >
> > > *Business case:*
> > > Goods and Service Tax is India allow to apply different tax rates on
> > > the same product/product category on the basis of product
> > > price(transactional value).
> > >
> > > *Problem: In fetching data for a specific price range*
> > >
> > >- In OFBiz the *TaxAuthorityRateProduct* entity is used to define
> the
> > >tax rates for any product category.
> > >- *TaxAuthorityRateProduct*.*minItemPrice* can be used to manage
> > >different tax rates on the basis of the product price but it is
> > > difficult
> > >to fetch the data on the basis of a specific price range using
> single
> > >column(minItemPrice)
> > >
> > >
> > > Vaibhav Jain
> > > Sr. Enterprise Software Engineer
> > > HotWax Systems
> > > m: 782-834-1900 e: vaibhav.j...@hotwaxsystems.com
> > >
> >
>


Re: GST rates on the basis of product price or price range

2018-08-21 Thread Rishi Solanki
Vaibhav,
Instead of trying to fetch product on field value, go for creating
categories for your need and make product members of them.
For example you may create categories 0-100, 101-200, 201-300 of type
OTHER_SEARCH type as many as you want. Finally associate the products with
desired categories. After that you fetching would be easy at code level.

It will take time to setup but data fetching would be easy and configurable
easily (may be you can use some triggers to associate)

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Aug 21, 2018 at 2:42 PM Vaibhav Jain 
wrote:

> Hello all,
>
> *Business case:*
> Goods and Service Tax is India allow to apply different tax rates on
> the same product/product category on the basis of product
> price(transactional value).
>
> *Problem: In fetching data for a specific price range*
>
>- In OFBiz the *TaxAuthorityRateProduct* entity is used to define the
>tax rates for any product category.
>- *TaxAuthorityRateProduct*.*minItemPrice* can be used to manage
>different tax rates on the basis of the product price but it is
> difficult
>to fetch the data on the basis of a specific price range using single
>column(minItemPrice)
>
>
> Vaibhav Jain
> Sr. Enterprise Software Engineer
> HotWax Systems
> m: 782-834-1900 e: vaibhav.j...@hotwaxsystems.com
>


  1   2   3   4   >