AW: Inventory Item Detail

2022-06-21 Thread Ingo Wolfmayr
Hi Emad, when the initial record is done (for example adding product inventory with quantity 10 for productId "demoproduc"t) the inventory item gets +10 QUANTITY_ON_HAND_DIFF +10 AVAILABLE_TO_PROMISE_DIFF’ If a customer creates an order, adding quantity 2 from demoproduct an inventory item

Re: Fonts in Ofbiz

2022-06-21 Thread Avijit Bose
Referring to my previous mail I have found out a piece of css code in the following file... OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css body, textarea, input, select { font-family: Quicksand, Verdana, Arial, Helvetica, sans-serif; } Question: from where ofbiz is picking up the

Inventory Item Detail

2022-06-21 Thread Emad Radwan
Hello Community, I need your help please understanding the logic used while adding records to the subject table as demo data is not giving enough insight regarding the same. Usually, we’ll have one initial record added with every ‘inventory_item’ and fields ‘QUANTITY_ON_HAND_DIFF’ and

Re: REST API - Access token and refresh token for login

2022-06-21 Thread Michael Brohl
Hi Rishi, the client should recognize that the token is not valid or that the token based authentication failed and do a refresh of the token by re-authenticating again. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 21.06.22 um 11:26 schrieb Rishi Agr: Hi, Whenever I

Re: Creating new import spreadsheet service or modifying existing service

2022-06-21 Thread Ashish Vijaywargiya
Hello Sumesh, Please refer OFBIZ_HOME/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java file. Please read the code present inside service: productImportFromSpreadsheet Please refer my comments inline: -- Kind Regards, Ashish Vijaywargiya

REST API - Access token and refresh token for login

2022-06-21 Thread Rishi Agr
Hi, Whenever I login to the application using the rest api token, the user logs out after specific time (1800 seconds). This is because the Access token expires and the user needs to login once again to continue the activities. Do we have the feature of refresh token in here to make sure the user

Creating new import spreadsheet service or modifying existing service

2022-06-21 Thread Sumesh R Acharya
Hello community, I seen there is a productimportfromspreadsheet service in ofbiz which is used for import product entries from excel sheets in to the database. If I want to do same for some other table so will i need to create a new service for that ?? If yes how to achieve that. Or i can

Re: Fonts in Ofbiz

2022-06-21 Thread Avijit Bose
Dear Sir, I am making an app in Ofbiz. I need to change the font of the whole app. If I change in (OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css), then where will I put the font .TTF files. Example like: "Roboto-Light.ttf" regards Avijit On Tue, Jun 21, 2022 at 12:02 PM Ashish

Re: Fonts in Ofbiz

2022-06-21 Thread Ashish Vijaywargiya
Hello Avijit, What are you trying to do? Can you please provide additional details? Apache OFBiz is a theme driven project and there are a few themes that are available out of the box(OOTB). Please refer: OFBIZ_HOME/themes folder. Here you can see the style.css file present inside a flatgrey