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

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

Re: Difference between related url and alternative url

2022-10-19 Thread Rishi Solanki
egory. 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* Intell

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

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

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

2022-08-01 Thread Rishi Solanki
l 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/>

Re: Purchase Order Adjustments

2022-08-01 Thread Rishi Solanki
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

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 abou

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 C

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

Re: Custom Pricing on eCommerce Storefront

2021-10-06 Thread Rishi Solanki
-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

Re: Product Minimum Quantity

2021-10-06 Thread Rishi Solanki
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 thi

Re: Choosing between Java and Groovy

2021-05-24 Thread Rishi Solanki
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, eve

Re: Drop-Down unique values

2021-03-15 Thread Rishi Solanki
ibute 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 e

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

2021-01-14 Thread Rishi Solanki
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. > > Sinc

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

2021-01-13 Thread Rishi Solanki
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 th

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

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

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 S

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 P

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

Re: Demos shutdown because possible security issues

2020-09-29 Thread Rishi Solanki
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:

OFBiz Integrations

2020-09-29 Thread Rishi Solanki
m 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-

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

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

Re: Execute custom SQL

2020-09-15 Thread Rishi Solanki
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 Ja

Re: Sales Tax

2020-09-15 Thread Rishi Solanki
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/>

Re: Sales Tax

2020-09-11 Thread Rishi Solanki
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, Min

Re: Sales Tax

2020-09-10 Thread Rishi Solanki
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

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 spec

Re: Shorten the order fulfillment processs

2020-08-11 Thread Rishi Solanki
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 < jac

Re: Adding Attributes to a Product

2020-08-11 Thread Rishi Solanki
e 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:

Re: COA setup and association of GL accounts to processes

2020-08-11 Thread Rishi Solanki
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

Re: How to shorten the order fulfillment processs

2020-08-11 Thread Rishi Solanki
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

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

2020-05-06 Thread Rishi Solanki
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 < jac

Re: Multiple services run immediately

2020-04-27 Thread Rishi Solanki
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 <ht

Re: Promotional Print Company

2020-01-16 Thread Rishi Solanki
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

Re: "Bolting on" a WordPress app to OfBiz

2020-01-15 Thread Rishi Solanki
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

Re: Order Allocation

2020-01-09 Thread Rishi Solanki
t 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 a

Re: Price List Per Customer

2019-12-17 Thread Rishi Solanki
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 t

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

Re: how to setup a giftCard system in Product Store

2019-12-10 Thread Rishi Solanki
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

Re: Over Receive Quantities on a PO

2019-12-10 Thread Rishi Solanki
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

Re: Setting Up New Company from Scratch

2019-12-04 Thread Rishi Solanki
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

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

Re: Parent Company Functionality

2019-11-27 Thread Rishi Solanki
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

Re: Parent Company Functionality

2019-11-25 Thread Rishi Solanki
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: > Ri

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

Re: Parent Company Functionality

2019-11-21 Thread Rishi Solanki
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

Re: UI for data in Drop Downs

2019-11-13 Thread Rishi Solanki
, -- 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 &g

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

Re: Configurable Option NOT Tied to a component

2019-07-19 Thread Rishi Solanki
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 t

Re: Two same type of promotion applying on the cart

2019-06-20 Thread Rishi Solanki
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. > &g

Re: Two same type of promotion applying on the cart

2019-06-18 Thread Rishi Solanki
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: >

Re: OFBiz and Camel integration updated

2019-06-18 Thread Rishi Solanki
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 w

Re: OFBiz and Camel integration updated

2019-06-17 Thread Rishi Solanki
e 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 r

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*

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

Re: Plugin development with pure java

2019-05-07 Thread Rishi Solanki
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

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

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

2019-04-23 Thread Rishi Solanki
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

Re: Ofbiz Payment Integration

2019-04-08 Thread Rishi Solanki
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

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

Re: Error adding Carrier Ship Method Type ID

2019-04-03 Thread Rishi Solanki
et 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-62

Re: Ofbiz Payment Integration

2019-03-29 Thread Rishi Solanki
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.

Re: Project Cost Estimation

2019-03-28 Thread Rishi Solanki
rce. 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

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,

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

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

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 possi

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 >

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

Re: Promotion on payment methods

2018-12-12 Thread Rishi Solanki
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

Re: High availability and Load Balancing with Ofbiz

2018-12-05 Thread Rishi Solanki
/ 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: &g

Re: Maximum order quantity of a product

2018-12-04 Thread Rishi Solanki
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.hotwaxs

Re: Catlogs

2018-11-29 Thread Rishi Solanki
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

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

2018-11-24 Thread Rishi Solanki
, -- 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

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

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

2018-11-15 Thread Rishi Solanki
#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

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

Re: How to show company logo in PDF Printout

2018-11-14 Thread Rishi Solanki
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 Sof

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

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

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

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

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

Re: Delivery schedules for product categories

2018-10-18 Thread Rishi Solanki
, 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.

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

Re: Not able to gthiet the email address..

2018-10-17 Thread Rishi Solanki
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.. >

Re: Not able to gthiet the email address..

2018-10-16 Thread Rishi Solanki
, 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: &

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

Re: E-Commerce

2018-10-09 Thread Rishi Solanki
, 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, > > Accordi

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

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

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,

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

Re: Purchase order minimum and packing units

2018-09-03 Thread Rishi Solanki
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! --

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

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

2018-08-22 Thread Rishi Solanki
u 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 t

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

2018-08-21 Thread Rishi Solanki
. 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

  1   2   3   4   5   >