Re: Moving Average Inventory

2018-08-29 Thread Vaibhav Jain
Hello James, *cogsMethodId *column of *PartyAcctgPreferance *entity is used to define the COGS method There are four COGS methods are defined in the OFBiz - LIFO - FIFO - Average cost - Inventory item cost *ProductAverageCost* entity is used to store the average cost of a product an

Re: Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

2018-08-29 Thread Swapnil Mane
Hi Shane, Glad it works for you. Indeed, trying yourself is the best way to learn. I would suggest you subscribe the OFBiz mailing list [1]. A lot of things happen over these lists, you can learn many things from there. [1] https://ofbiz.apache.org/mailing-lists.html - Best Regards, Swapnil M M

Re: Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

2018-08-29 Thread Swapnil Mane
Hi Shane, Welcome to the community! On cursory view, I suspect there might be typo at following line in your code Instead of having createOfbizDemoEvent, it might be createOfbizDemoEventcreateOfbizDemo in your code. If this is not case, please share the your code snippet, so we can better help

Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

2018-08-29 Thread Shane F. MacIntyre
I’ve been slowly going through the guide found here: https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+16.11 But I have gotten stuck. Somewhere around the “Customizing User Interface”, I’ve stumbled, and can’t trace where the problem is. When I

Re: Webpos session timeout

2018-08-29 Thread Frank Herrman
It seems I got it to work somehow, but not in the right way. I installed ofbiz without the full demo data (which caused me many more issues, so I wouldn't recommend doing that...), in that case you need to manually create the terminals yourself in the database. That was not the issue though, I a

Re: SEO Optimizer

2018-08-29 Thread Jacques Le Roux
Hi James, Also have a look at the ecomseo alternative https://issues.apache.org/jira/browse/OFBIZ-5312 (sorry much and long posts) Broadly, If you use the ecommerce component, it's the same code but different URLs which are more easy for SEO See https://demo-trunk.ofbiz.apache.org/ecomseo Ja

Re: SEO Optimizer

2018-08-29 Thread Swapnil Mane
Similar thing can be done for category https://demo-trunk-ofbiz.apache.org/catalog/control/EditCategoryContent?productCategoryId=GB_TYS_GMS - Best Regards, Swapnil M Mane, HotWax Systems On Wed, Aug 29, 2018 at 7:39 PM Swapnil Mane wrote: > Hi James, > > You c

Re: SEO Optimizer

2018-08-29 Thread Swapnil Mane
Hi James, You can do this in Content section for Product (under Catalog Menu) https://demo-trunk-ofbiz.apache.org/catalog/control/EditProductContent?productId=GZ-2644 In 'Create New Product Content' section, you can create various product contents like Page Title, Meta Keywords, Meta Description

SEO Optimizer

2018-08-29 Thread james
Is there an area in Ofbiz that you can enter page title, keywords, metadata, etc for each product on your website and each category on the site to optimize it for SEO? Thanks, James

Re: How to use bootstrap 4 for my UI

2018-08-29 Thread Madhi Krishnan
Hii julien.. Thank you for your time... On Fri, Aug 24, 2018 at 12:39 PM Julien NICOLAS wrote: > Hi Madhi, > > I understand that it's not easy to create a new theme but as Taher told > you, you must start by Customizing an existing theme. This is what I've > done several years ago with success.