Re: Cash Register App?

2017-06-15 Thread Craig Parker
That is at least fifty kinds of awesome. I'm just getting on board here, but POS is something I'm a little worried about down the road. I feel better seeing things like this. Thanks Shi On 06/14/17 03:33, Sharan Foga wrote: Hi The login details are mentioned below but will repeat them here:

Re: Price List in Ofbiz - Robust?

2017-06-15 Thread Paul Mandeltort
OEM ID is for example the OEM marketing model number, say like an Apple MacBook Mid 2013 had a OEM ID of A1465. Categories in OFbiz are a broad data structures that integrate well with lots of things including the pricing engine. Parts get tricky, because a part itself can have a OEM, the

RE: Price List in Ofbiz - Robust?

2017-06-15 Thread james
If the OEM field doesn't really do anything what is the best field to utilize to identify a part belongs to a specific Manufacurer or OEM? Original Message Subject: Re: Price List in Ofbiz - Robust? From: Paul Mandeltort Date: Thu, June 15, 2017 1:22 pm To:

Re: Price List in Ofbiz - Robust?

2017-06-15 Thread Paul Mandeltort
I’ll chime in that the OEM ID field kind of just sits there on its own and isn’t integrated well with the rest of OFbiz. It would be a better integration to use a special category or feature for those products, then you can integrate the price rule as you said. One other caveat, try your best

Re: Price List in Ofbiz - Robust?

2017-06-15 Thread Pierre Smits
James, I am a bit puzzled with what you're trying to achieve.So you're trying to display a discounted price for products of a given OEM party, correct? Indeed, the Price Rule functionality is intended to deliver that. Unfortunately, the OOTB functionality is limited to a number of condition

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Jacques Le Roux
Ah OK, that's the point I did not get. So we would use instead gradlew 'ofbiz --load-data' 'ofbiz --test' or abbreviations, sounds good to me. I think we still should ask at least on dev ML before removing. And of course update everywhere it's needed. Jacques Le 15/06/2017 à 14:02, Taher

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Taher Alkhateeb
No problem in renaming. Why would you move these tasks to tools? That's another weird thing! The idea is to delete them, not move them! On Jun 15, 2017 2:55 PM, "Jacques Le Roux" wrote: 1) rename loadDefault by loadAll 2) ask if we want to remove loadAll and

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Jacques Le Roux
1) rename loadDefault by loadAll 2) ask if we want to remove loadAll and testIntegration Gradle tasks and replace them by creating loadAll and testIntegration scripts in tools branch. "Moving" Gradle tasks to tools is complicating things for everybody (notably committers), hence should be

RE: Price List in Ofbiz - Robust?

2017-06-15 Thread james
Anybody know if this is possible OTB with OFBIZ? Original Message Subject: Price List in Ofbiz - Robust? From: Date: Tue, June 13, 2017 9:41 am To: user@ofbiz.apache.org Team - I have always heard that pricing in Ofbiz is pretty robust and I am trying to

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Taher Alkhateeb
Why would removing it complicate things while removing testIntegration is okay? I don't understand? On Jun 15, 2017 12:48 PM, "Jacques Le Roux" wrote: In my mind it's 2 steps (in the 2nd we would move loadAll to tools) but I'm not much for that, because it

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
I think you have the wrong path in your load data. The root for your files is /themes/bootstrap/webapp/bootstrap not /themes/bootstrap/webapp So you have to store /assets/js/additional-methods.min.js as your relative ressource path in the data. Regards, Michael Brohl ecomify GmbH

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Jacques Le Roux
In my mind it's 2 steps (in the 2nd we would move loadAll to tools) but I'm not much for that, because it complicate things for everybody, not only committers Jacques Le 15/06/2017 à 11:23, Taher Alkhateeb a écrit : I am afraid you misunderstood my suggestion. I suggested removing all

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
Thank Michael Brohl, After run gradle cleanAll loadDefault ofbiz (not gradle cleanAll ofbiz like early). Loaded ok: https://user-images.githubusercontent.com/1328316/27175657-10955198-51ea-11e7-9ff7-c1ca1a44ec33.jpg But these are broken links:

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
Did you populate the database with your data and access it in the Header template of your theme? Are the static file links got rendered in your html? We'll need some more infor what you already did and what does not work concretely. Michael Am 15.06.17 um 11:31 schrieb Donhu Vy: Thank

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
Thank Deepak Dixit about suggestion #VISUAL_THEME=TOMAHAWK VyDN VISUAL_THEME=BOOTSTRAP inside general.properries and thank to Michael Brohl. But I still can not load static files from own theme (although re-run gradlew cleanAll ofbiz) My wishing:

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Taher Alkhateeb
I am afraid you misunderstood my suggestion. I suggested removing all shortcut tasks, not renaming them. So either remove everything, or rename loadDefault. What you want to do as I undsrstand is rename loadDefault and remove testIntegration. Weird choice! On Jun 15, 2017 12:03 PM, "Jacques Le

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
I added the default theme entry part in the stackoverflow answer, thanks Deepak :-) Am 15.06.17 um 11:14 schrieb Deepak Dixit: Please check general.properties file, In this file we set the default theme {code} # ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference record for

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Michael Brohl
Hi Jacques, Am 15.06.17 um 11:03 schrieb Jacques Le Roux: Hi, It's near a month I suggested to rename loadDefault by loadAll without negative comments I'm fine with this. We should promptly update all documentation and wiki pages accordingly to prevent confusion and unneccessary questions

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Deepak Dixit
Please check general.properties file, In this file we set the default theme {code} # ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference record for the current user (ie default value) VISUAL_THEME=TOMAHAWK {code} Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
Thank you. But my webapp still load TOMAHAWK as selected theme in session. How to make webapp set BOOTSTRAP as selected theme in session? From: Michael Brohl Sent: Thursday, June 15, 2017 3:58:18 PM To: user@ofbiz.apache.org Subject:

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Jacques Le Roux
Hi, It's near a month I suggested to rename loadDefault by loadAll without negative comments So I'll do it soon and will then ask if we want to move the 2 Gradle tasks "testIntegration" and "loadDefault" as scripts in the tools branch. Though it's not really the antonym of start, I finally

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
Hi Donhu, here is my answer from The file paths to the theme ressources are stored in the theme data, for example: resourceTypeEnumId="VT_HDR_JAVASCRIPT" resourceValue="/images/jquery/plugins/asmselect/jquery.asmselect-1.0.4a-beta.js" sequenceId="05"/>

How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
I have "Neon - Bootstrap Admin Theme" (https://themeforest.net/item/neon-bootstrap-admin-theme/6434477 ). My duty is integrating this bootstrap theme into Ofbiz 16.11.02. I tried 3 days, but I stucked. This is my full source code: https://gitlab.com/Donhu/ofbiz I have been create a new theme,