Re: Email Sending

2023-08-25 Thread Ashish Vijaywargiya
Please refer this link as well:
https://support.google.com/accounts/answer/6010255

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Fri, Aug 25, 2023 at 3:08 PM Ashish Vijaywargiya <
ashish.vijaywarg...@hotwaxsystems.com> wrote:

> Hello James,
>
> A few months ago, Google stopped the support of actual password use in
> SMTP. You need to generate an App password and use that password in the
> application. Rest of the settings will be the same, just use app password
> now and onwards.
>
> https://support.google.com/mail/answer/185833?hl=en
>
> Please revert back if the App password is not working for you.
> Thank you.
>
> --
> Kind Regards,
> Ashish Vijaywargiya
> Vice President of Operations
> *HotWax Systems*
> *Enterprise open source experts*
> http://www.hotwaxsystems.com
>
>
>
> On Fri, Aug 25, 2023 at 5:08 AM  wrote:
>
>> Anyone have any issues send via googles SMTP?  We are now getting error
>> messages..
>>
>> Thanks,
>>
>> James
>>
>


Re: Email Sending

2023-08-25 Thread Ashish Vijaywargiya
Hello James,

A few months ago, Google stopped the support of actual password use in
SMTP. You need to generate an App password and use that password in the
application. Rest of the settings will be the same, just use app password
now and onwards.

https://support.google.com/mail/answer/185833?hl=en

Please revert back if the App password is not working for you.
Thank you.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Fri, Aug 25, 2023 at 5:08 AM  wrote:

> Anyone have any issues send via googles SMTP?  We are now getting error
> messages..
>
> Thanks,
>
> James
>


Re: Demo Data

2023-08-02 Thread Ashish Vijaywargiya
Hello Jon,

Please read the README.adoc file of Apache OFBiz project. Here you should
read about various readers - seed, seed-initial, demo, ext, ext-demo.
https://github.com/apache/ofbiz-framework/blob/trunk/README.adoc

You should use following command when you wish to load all the readers data
in the system:
>> ./gradlew cleanAll loadAll

This command will help you to see how all the data readers have been
configured in the system and how various components are interconnected with
each other.

If you wish to read additional information about data readers then please
refer this document:
https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-data-setupdata-reader-best-practices-tutorial/

Now to answer your question:

>> how can the demo data be removed but still leave the setup data i.e.
chart of accounts etc?

You can do this by following either of the options mentioned below:

- Initially you need to set up your custom component and then set up Chart
of Accounts data of type "ext" in it. And then load seed, seed-initial and
ext readers.
Reference file:
https://github.com/apache/ofbiz-framework/blob/trunk/applications/datamodel/data/demo/GlAccountDemoData.xml

- The other option can be to load seed, seed-initial in the system and then
create an "admin" user in the system. Login into the system and then create
a various Chart of Accounts using the Accounting component GUI.

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Aug 2, 2023 at 6:18 PM Jon Albright 
wrote:

> After a successful installation & then setting the default database to
> Postgres, how can the demo data be removed but still leave the setup data
> i.e. chart of accounts etc?
>
>
>


Re: Unsubscribe me

2023-08-01 Thread Ashish Vijaywargiya
Hello Krish,

It's a two step process. First you should email to "
user-unsubscr...@ofbiz.apache.org" and then you will get an email from the
automated system.
Then acknowledge that email confirming your interest to unsubscribe.

>> https://ofbiz.apache.org/mailing-lists.html

See the last line:
>> Then, reply to the email from the mailing list manager program (EZMLM)
to confirm unsubscribe.

Please try these steps and let us know in case of issues.

Thank you,
Ashish Vijaywargiya

On Tue, 1 Aug 2023 at 16:56, Krish K  wrote:

> Hi,
>
> I also want to unsubscribe. I tried the below emails. It never worked.
>
>  user-unsubscr...@ofbiz.apache.org
>  dev-unsubscr...@ofbiz.apache.org
>  commits-unsubscr...@ofbiz.apache.org
>  notifications-unsubscr...@ofbiz.apache.org
>
> Thanks,
> Krish
>
> On Tue, Aug 1, 2023 at 9:31 AM Eugen Stan  wrote:
>
> > You have to do that yourself:
> >
> > https://ofbiz.apache.org/mailing-lists.html
> >
> >
> >  > Un-subscribing from our Mailing Lists
> >
> > To unsubscribe from any of the following lists, please send an empty,
> > subjectless email to mailing list unsubscribe addresses.
> >
> >  user-unsubscr...@ofbiz.apache.org
> >  dev-unsubscr...@ofbiz.apache.org
> >  commits-unsubscr...@ofbiz.apache.org
> >  notifications-unsubscr...@ofbiz.apache.org
> >
> > Then, reply to the email from the mailing list manager program (EZMLM)
> > to confirm unsubscribe.
> >
> >
> >
> >
> > La 01.08.2023 08:11, Mayank Upadhyay a scris:
> > > Please UnSubscribe my mail-id from all OfBiz mailer alias.
> > >
> > > regards
> > > Mayank Upadhyay
> > >
> >
> > --
> > Eugen Stan
> >
> > +40770 941 271  / https://www.netdava.com
> >
>


Re: Purchase order payment method

2022-12-16 Thread Ashish Vijaywargiya
Hello Emad,

Glad to know that the details provided by me were helpful to you!

There are 4 entities that also comes into picture depending upon the use
cases:

https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=OrderTerm
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=InvoiceTerm
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=AgreementTerm
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=BillingAccountTerm

Please consider these entities as well in your exploration phase.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Fri, Dec 16, 2022 at 5:26 PM Emad Radwan  wrote:

> Many thanks, Ashish for the usual help and valuable information. I have
> good experience with most of the concepts already while working with Sales
> Orders but you completed the missing piece of the puzzle here by mentioning
> agreements that I didn't visit yet, but I can imagine how the link with
> payments and payment methods is going to be established.
>
> Thanks again and best regards,
> Emad
>
> On Fri, Dec 16, 2022 at 12:42 PM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Emad,
> >
> > I am sharing some details to understand the use case, hopefully it will
> > suffice your requirement:
> >
> > 1) Purchase Orders in the System are linked with Products(OrderItems in
> the
> > System).
> >
> > 2) Products are supplied by a Suppliers.
> > For example:
> >
> >
> https://demo-stable.ofbiz.apache.org/catalog/control/EditProductSuppliers?productId=GZ-2644
> >
> > 3) There is a concept of agreement that plays an important role in case
> of
> > Purchase Order.
> > For example:
> > https://demo-stable.ofbiz.apache.org/accounting/control/FindAgreement
> >
> > 4) Purchase Order gets associated with a Payment.
> >
> > 5) Payments are associated with Invoices. Invoices can be of different
> > types: Sales Invoice, Purchase Invoice etc.
> >
> > The last step is related to the posting of transactions into General
> > Ledger.
> >
> > - General Ledger accounts are configured/mapped accordingly so that it
> > takes care of automatic posting in case of various scenarios. What type
> of
> > Invoice is there, what type of payment is there etc.
> >
> > - Once the Purchase Order is completed into the system, it means you have
> > received the Inventory in your warehouse. The next step is to take care
> of
> > the Payment and Invoice part in the system.
> >
> > - If you do online transfer from Company Bank Account to Supplier Bank
> > Account then you can keep the transaction references either in Order Note
> > or Invoice Note or Invoice.ReferenceNum field.
> >
> > Apache OFBiz provides you the flexibility to choose the payment method.
> You
> > can either pay by Cash, Credit Card, Billing Account etc.
> >
> >
> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethodType
> > (See the Default Gl Account field in this entity)
> > The agreement between a Company and a Supplier plays an important role.
> >
> > Hope this helps!
> >
> > --
> > Kind Regards,
> > Ashish Vijaywargiya
> > Vice President of Operations
> > *HotWax Systems*
> > *Enterprise open source experts*
> > http://www.hotwaxsystems.com
> >
> >
> >
> > On Sat, Dec 10, 2022 at 11:30 PM Emad Radwan 
> > wrote:
> >
> > > Hello Community,
> > >
> > > Would you please look inti this one?
> > >
> > > Regards,
> > > Emad
> > >
> > > On Mon, Dec 5, 2022 at 1:51 PM Emad Radwan 
> > wrote:
> > >
> > > > Hello Community,
> > > >
> > > > How the subject issue is determined? In other words, how to configure
> > if
> > > > 'Company' wants to be cash or on account for their purchases?
> > > >
> > > > Regards,
> > > > Emad
> > > >
> > >
> >
>


Re: Purchase order payment method

2022-12-16 Thread Ashish Vijaywargiya
Hello Emad,

I am sharing some details to understand the use case, hopefully it will
suffice your requirement:

1) Purchase Orders in the System are linked with Products(OrderItems in the
System).

2) Products are supplied by a Suppliers.
For example:
https://demo-stable.ofbiz.apache.org/catalog/control/EditProductSuppliers?productId=GZ-2644

3) There is a concept of agreement that plays an important role in case of
Purchase Order.
For example:
https://demo-stable.ofbiz.apache.org/accounting/control/FindAgreement

4) Purchase Order gets associated with a Payment.

5) Payments are associated with Invoices. Invoices can be of different
types: Sales Invoice, Purchase Invoice etc.

The last step is related to the posting of transactions into General Ledger.

- General Ledger accounts are configured/mapped accordingly so that it
takes care of automatic posting in case of various scenarios. What type of
Invoice is there, what type of payment is there etc.

- Once the Purchase Order is completed into the system, it means you have
received the Inventory in your warehouse. The next step is to take care of
the Payment and Invoice part in the system.

- If you do online transfer from Company Bank Account to Supplier Bank
Account then you can keep the transaction references either in Order Note
or Invoice Note or Invoice.ReferenceNum field.

Apache OFBiz provides you the flexibility to choose the payment method. You
can either pay by Cash, Credit Card, Billing Account etc.
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethodType
(See the Default Gl Account field in this entity)
The agreement between a Company and a Supplier plays an important role.

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Sat, Dec 10, 2022 at 11:30 PM Emad Radwan  wrote:

> Hello Community,
>
> Would you please look inti this one?
>
> Regards,
> Emad
>
> On Mon, Dec 5, 2022 at 1:51 PM Emad Radwan  wrote:
>
> > Hello Community,
> >
> > How the subject issue is determined? In other words, how to configure if
> > 'Company' wants to be cash or on account for their purchases?
> >
> > Regards,
> > Emad
> >
>


Re: Prevent promo discount when there is already a per order disount

2022-11-16 Thread Ashish Vijaywargiya
Hello Michael,

I hope you are doing well.

Please refer to the following document written by Jacopo:
https://www.hotwaxsystems.com/ofbiz/ofbiz-development/product-promotion-engine/

I am not saying that this document will solve your use case but will help
you think on this side as well.
After this you can try creating some promotions at your end and see if it
suffices your need.

Please explore "Use Limit Per Order" and "Use Limit Per Customer" fields as
well:
https://demo-next.ofbiz.apache.org/catalog/control/EditProductPromo?productPromoId=9012

And the same fields with respect to PromoCode as well:
https://demo-next.ofbiz.apache.org/catalog/control/FindProductPromoCode?productPromoId=9012


--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Nov 16, 2022 at 9:13 PM Michael Brohl 
wrote:

> Hi everyone,
>
> is there an out-of-the-box solution for the following promotion scenario:
>
> Prevent a per product or product category promotion if there is already
> a per order promotion active.
>
> So if there is already an order percent or flat amount discount, any
> other (additional) promotions should be discarded and the user should be
> informed that those promotions cannot be combined.
>
> Any hints?
>
> Thanks and regards,
>
> Michael
>
>
>


Re: GL Account Balance

2022-10-18 Thread Ashish Vijaywargiya
Hello Emad,

The views are Virtual tables and their physical existence doesn't exist in
the database.
The views generate the data dynamically whenever we use those views in the
code.

Here is the SQL query which runs whenever we see the data
from AcctgTransEntrySums view.
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=AcctgTransEntrySums
==
SELECT ATE.GL_ACCOUNT_ID, GLA.GL_ACCOUNT_TYPE_ID, GLA.GL_ACCOUNT_CLASS_ID,
GLA.ACCOUNT_NAME, GLA.ACCOUNT_CODE, ACT.GL_FISCAL_TYPE_ID,
ATE.DEBIT_CREDIT_FLAG, SUM(ATE.AMOUNT) FROM (OFBIZ.ACCTG_TRANS_ENTRY ATE
INNER JOIN OFBIZ.ACCTG_TRANS ACT ON ATE.ACCTG_TRANS_ID =
ACT.ACCTG_TRANS_ID) INNER JOIN OFBIZ.GL_ACCOUNT GLA ON ATE.GL_ACCOUNT_ID =
GLA.GL_ACCOUNT_ID GROUP BY ATE.GL_ACCOUNT_ID, GLA.GL_ACCOUNT_TYPE_ID,
GLA.GL_ACCOUNT_CLASS_ID, GLA.ACCOUNT_NAME, GLA.ACCOUNT_CODE,
ACT.GL_FISCAL_TYPE_ID, ATE.DEBIT_CREDIT_FLAG
==

 Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Tue, Oct 18, 2022 at 8:16 PM Emad Radwan  wrote:

> Hello Ashish,
>
> Sorry for the late coming back to this one. Is there a way to view the SQL
> for AcctgTransEntrySums? I have Ofbiz using MS SQL Server and I can only
> find tables in Ofbiz DB and no views.
>
> Regards,
> Emad
>
> On Thu, Sep 1, 2022 at 2:58 PM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Emad,
> >
> > Please check the "AcctgTransEntrySums" view entity(It has all
> credit/debit
> > entries based on the GlAccount).
> >
> >
> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=AcctgTransEntrySums
> >
> > Here is the definition of View Entity from accounting-entitymodel.xml:
> >  > package-name="org.apache.ofbiz.accounting.ledger"
> > title="Sum of AcctgTransEntry entity amounts grouped by
> > glAccountId, debitCreditFlag">
> >   
> >   
> >   
> >   
> >   
> >   
> >   
> >   
> >   
> >group-by="false"/>
> >   
> >   
> >> group-by="false"/>
> >   
> >   
> > 
> >   
> > 
> >   
> >   
> > 
> >   
> > 
> >
> > Following line in the above view entity is important one:
> >  
> >
> > Please let me know if you need further assistance on this.
> >
> > --
> > Kind Regards,
> > Ashish Vijaywargiya
> > Vice President of Operations
> > *HotWax Systems*
> > *Enterprise open source experts*
> > http://www.hotwaxsystems.com
> >
> >
> >
> > On Sun, Aug 28, 2022 at 11:17 PM Emad Radwan 
> > wrote:
> >
> > > Hello Community,
> > >
> > > Does Ofbiz maintain the balance of each GL account somehow and if yes,
> > > where its kept, and in which table? I see that both GL_Accounts and
> > > GL_Accounts_organization tables have no room for that.
> > >
> > > Is it being calculated on the fly when running reports from different
> > > transactions?
> > >
> > > Regards,
> > > Emad
> >
>


Re: Default Accounting Company

2022-10-18 Thread Ashish Vijaywargiya
Correct, Giulio was saying the same thing.
You can perform the same operations from here as well:
https://demo-stable.ofbiz.apache.org/catalog/control/FindProductStoreRoles?productStoreId=9100

Please refer to the following link to understand the existing Security
Permission model in OFBiz.
https://cwiki.apache.org/confluence/x/NIBr

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Tue, Oct 18, 2022 at 4:56 PM Emad Radwan  wrote:

> Hi Giulio,
>
> Thanks. For # 1, if product store roles mean that I configure a store and
> add certain employees - Parties - to it with named roles like the
> following, then yes, this is what I want.
>
> Regards,
> Emad
>
> 
>
> On Mon, Oct 17, 2022 at 7:09 PM Giulio Speri - MpStyle Srl <
> giulio.sp...@mpstyle.it> wrote:
>
> > Hi Emad,
> >
> > I answer below.
> >
> > 1) I am not sure I fully understood your question here, but I think that
> > backoffice UI customization, alongside with Product Store Roles are
> needed
> > to achieve your goal.
> >
> > 2) ProductStoreFacility entity relates 1 or more ProductFacility to a
> > Store; the Facilities (for a Store) are basically the Warehouses where
> > products are taken/reserved from.
> > IE: if a ProductStore is setup with two Facilities A and B and a
> SalesOrder
> > for the product PRD001 comes in, then the system (if configured to check
> > and/or reserve inventory) checks in the facility A if there is enough
> > quantity for the product and, if not, checks in the Facility B.
> > You can configure each facility with a specific Sequence Number in
> > ProductStoreFacility so that you can choose the right order of
> inspection.
> >
> > 3) The ProductStorePaymentSetting controls which Payment Methods are
> shown
> > to the users for a specific ProductStore; then each PaymentMethod has its
> > own logic implemented behind.
> >
> > I hope it helps.
> >
> > Kind regards,
> > Giulio
> >
> > Il giorno lun 17 ott 2022 alle ore 14:53 Emad Radwan <
> > eradwan1...@gmail.com>
> > ha scritto:
> >
> > > Thanks Giulio and Ashish for the valuable input.
> > >
> > > Few more clarifications, please.
> > >
> > > 1 - If ofbiz is being used locally - no e-commerce - and two stores are
> > > defined, how to restrict employees - users - taking the order to be
> > limited
> > > only to one of these stores?
> > >
> > > 2 - What is the role of ProductStoreFacility? Since in demo data only a
> > few
> > > records are configured but even though much more products are available
> > > while creating orders?
> > >
> > > 3 - What exactly controls the Payment Methods presented to the user
> while
> > > creating a sales order, we have configurations in
> > > ProductStorePaymentSetting and PaymentMethod; are both used or there is
> > > extra logic here?
> > >
> > > Regards,
> > > Emad
> > >
> > > On Mon, Oct 17, 2022 at 1:26 PM Ashish Vijaywargiya <
> > > ashish.vijaywarg...@hotwaxsystems.com> wrote:
> > >
> > > > Hello Emad,
> > > >
> > > > Please refer two more entities which will help you to better
> visualise
> > > > setup of stores, facilities, products and inventories:
> > > >
> > > > - ProductFacility -
> > > >
> > > >
> > >
> >
> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=ProductFacility
> > > >
> > > >
> > >
> >
> https://demo-stable.ofbiz.apache.org/catalog/control/EditProductFacilities?productId=GZ-2644
> > > >
> > > > - InventoryItem(There is a field facilityId in this entity) -
> > > >
> > > >
> > >
> >
> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=InventoryItem
> > > >
> > > >
> > >
> >
> https://demo-stable.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse
> > > >
> > > > Please also refer to sample demo data from OrderDemoData.xml to get
> > more
> > > > details about the other important entities.
> > > >
> > > >
> > >
> >
> https://github.com/apache/ofbiz-framework/blob/trunk/applications/datamodel/data/demo/OrderDemoData.xml
> > > >
> > > > Hope this helps.
> > > >
> 

Re: Default Accounting Company

2022-10-17 Thread Ashish Vijaywargiya
Hello Emad,

Please refer two more entities which will help you to better visualise
setup of stores, facilities, products and inventories:

- ProductFacility -
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=ProductFacility
https://demo-stable.ofbiz.apache.org/catalog/control/EditProductFacilities?productId=GZ-2644

- InventoryItem(There is a field facilityId in this entity) -
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=InventoryItem
https://demo-stable.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse

Please also refer to sample demo data from OrderDemoData.xml to get more
details about the other important entities.
https://github.com/apache/ofbiz-framework/blob/trunk/applications/datamodel/data/demo/OrderDemoData.xml

Hope this helps.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Mon, Oct 17, 2022 at 12:01 AM Giulio Speri - MpStyle Srl <
giulio.sp...@mpstyle.it> wrote:

> Hi Emad,
>
> You can configure each store to be served by different facilities
> (ProductStoreFacility entity), setting to N the flag oneInventoryFacility
> and then going in the Facility tab of the Product Store and add the
> facilities you need.
>
> Giulio
>
> On Sun, Oct 16, 2022, 16:33 Emad Radwan  wrote:
>
> > Hello Community,
> >
> > Assuming more than one accounting company is defined, how Ofbiz will
> > determine which one to use?
> >
> > I see there is a configuration for the 'Store' to tell the
> > 'Pay_to_partyId', and the store is linked to Facility,
> > but again what if more than two stores are defined, which
> > facility/product/inventory mix will be used while for example creating a
> > sales order?
> >
> > Appreciate it if you shed some light on this.
> >
> > Regards,
> > Emad
> >
>


Re: Configured Taxes and Discounts

2022-10-13 Thread Ashish Vijaywargiya
Very well expressed, Steve!!

Thanks,
Ashish

On Thu, 13 Oct 2022 at 9:53 PM, Stephen Davidson  wrote:

> Greetings.
>
> There are more than a few jurisdictions in both the US and Canada that
> depending on the items sold, taxes MUST be collected by the seller, then
> forwarded to the Govt.
>
> How, if and how much taxes  to collect depends on location of seller,
> buyer, and item sold.  The fact that this is configurable is a required
> feature.  And if not applicable, the fact that it can be configured to
> '0' (default value) is quite helpful.
>
> Regards,
> Steve
> (1/3 of my career spent writing systems to handle charging taxes to
> customers -- happy enough to let the accountants figure out the amounts
> and rules that I have had to implement)
>
> On 10/13/22 09:42, ofbiz.u...@nym.hush.com wrote:
> > Be advised that the collection of taxes is illegal practice everywhere
> on planet earth.
> >
> > Stop supporting state crime.
> >
> > Remove tax collection facilities from ofbiz.
> >
> > Preserve logs about taxes allready paid, so that refunds can be
> collected.
> >
> >
> >
> > On 10/13/2022 at 3:48 PM, "Ashish Vijaywargiya" <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> >> Hello Emad,
> >>
> >> Yes, taxes and discounts are automatically added when order gets
> >> placed in
> >> the system.
> >>
> >> - Taxation information is specific to a specific Party in the
> >> system and
> >> that party can be associated with a State or a Country.
> >> Please visit this link:
> >> https://demo-
> >> stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=Tax
> >> Authority
> >>
> >> - The discounts are applied based on the Promotion and Price Rule
> >> model in
> >> OFBiz.
> >> Following links will be helpful to get more details about these
> >> two topics:
> >>
> >> https://demo-
> >> stable.ofbiz.apache.org/catalog/control/FindProductPromo
> >> https://demo-
> >> stable.ofbiz.apache.org/catalog/control/FindProductPriceRules
> >> https://www.hotwaxsystems.com/ofbiz/ofbiz-development/product-
> >> promotion-engine/
> >> https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-tutorial-
> >> price-rules/
> >>
> >> To get more details about the underneath Data Model for
> >> ProductPromo and
> >> PriceRule please visit this page:
> >> https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model+Diagra
> >> ms
> >> And then download the book with heading
> >> "OFBizDatamodelBook_Combined_20171001.pdf"
> >>
> >> Hope this helps.
> >>
> >> --
> >> Kind Regards,
> >> Ashish Vijaywargiya
> >> Vice President of Operations
> >> *HotWax Systems*
> >> *Enterprise open source experts*
> >> http://www.hotwaxsystems.com
> >>
> >>
> >>
> >> On Thu, Oct 13, 2022 at 6:01 PM Emad Radwan
> >>  wrote:
> >>
> >>> Hello Community,
> >>>
> >>> I noticed that while using the demo system and create a sales
> >> order that
> >>> some taxes and discounts are automatically added to the order
> >> when I add
> >>> one product. Where are these configured?
> >>>
> >>> Regards,
> >>> Emad
> >>>
>
> --
Sent from my iPhone


Re: Configured Taxes and Discounts

2022-10-13 Thread Ashish Vijaywargiya
All these settings are configurable. You can enable or disable settings
based on your need. Service providers or independent users can do whatever
they want.

Thanks,
Ashish

On Thu, 13 Oct 2022 at 8:12 PM,  wrote:

> Be advised that the collection of taxes is illegal practice everywhere on
> planet earth.
>
> Stop supporting state crime.
>
> Remove tax collection facilities from ofbiz.
>
> Preserve logs about taxes allready paid, so that refunds can be collected.
>
>
>
> On 10/13/2022 at 3:48 PM, "Ashish Vijaywargiya" <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> >
> >Hello Emad,
> >
> >Yes, taxes and discounts are automatically added when order gets
> >placed in
> >the system.
> >
> >- Taxation information is specific to a specific Party in the
> >system and
> >that party can be associated with a State or a Country.
> >Please visit this link:
> >https://demo-
> >stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=Tax
> >Authority
> >
> >- The discounts are applied based on the Promotion and Price Rule
> >model in
> >OFBiz.
> >Following links will be helpful to get more details about these
> >two topics:
> >
> >https://demo-
> >stable.ofbiz.apache.org/catalog/control/FindProductPromo
> >https://demo-
> >stable.ofbiz.apache.org/catalog/control/FindProductPriceRules
> >https://www.hotwaxsystems.com/ofbiz/ofbiz-development/product-
> >promotion-engine/
> >https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-tutorial-
> >price-rules/
> >
> >To get more details about the underneath Data Model for
> >ProductPromo and
> >PriceRule please visit this page:
> >https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model+Diagra
> >ms
> >And then download the book with heading
> >"OFBizDatamodelBook_Combined_20171001.pdf"
> >
> >Hope this helps.
> >
> >--
> >Kind Regards,
> >Ashish Vijaywargiya
> >Vice President of Operations
> >*HotWax Systems*
> >*Enterprise open source experts*
> >http://www.hotwaxsystems.com
> >
> >
> >
> >On Thu, Oct 13, 2022 at 6:01 PM Emad Radwan
> > wrote:
> >
> >> Hello Community,
> >>
> >> I noticed that while using the demo system and create a sales
> >order that
> >> some taxes and discounts are automatically added to the order
> >when I add
> >> one product. Where are these configured?
> >>
> >> Regards,
> >> Emad
> >>
>
> --
Sent from my iPhone


Re: Configured Taxes and Discounts

2022-10-13 Thread Ashish Vijaywargiya
Hello Emad,

Yes, taxes and discounts are automatically added when order gets placed in
the system.

- Taxation information is specific to a specific Party in the system and
that party can be associated with a State or a Country.
Please visit this link:
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=TaxAuthority

- The discounts are applied based on the Promotion and Price Rule model in
OFBiz.
Following links will be helpful to get more details about these two topics:

https://demo-stable.ofbiz.apache.org/catalog/control/FindProductPromo
https://demo-stable.ofbiz.apache.org/catalog/control/FindProductPriceRules
https://www.hotwaxsystems.com/ofbiz/ofbiz-development/product-promotion-engine/
https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-tutorial-price-rules/

To get more details about the underneath Data Model for ProductPromo and
PriceRule please visit this page:
https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model+Diagrams
And then download the book with heading
"OFBizDatamodelBook_Combined_20171001.pdf"

Hope this helps.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Thu, Oct 13, 2022 at 6:01 PM Emad Radwan  wrote:

> Hello Community,
>
> I noticed that while using the demo system and create a sales order that
> some taxes and discounts are automatically added to the order when I add
> one product. Where are these configured?
>
> Regards,
> Emad
>


Re: How to configure payment method for orders?

2022-10-13 Thread Ashish Vijaywargiya
Hello Emad,

I have just created a sales order -
https://demo-stable.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001
Here I selected Payment Method Type as "Offline Payment - EXT_OFFLINE". For
more details about PaymentMethodType please visit here -
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethodType

Now from the OrderView page click on the "Receive Payment" button. On the
next page you will see many options like Cash, Company Check, Money Order
etc.

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Thu, Oct 13, 2022 at 5:58 PM Emad Radwan  wrote:

> Hello Community,
>
> I need your help to have 'Cash' to appear while creating new sales order.
> Also, is it a general configuration in the system or related to specific
> customer / party?
>
> Regards,
> Emad
>


Re: Mappings for invoice items and order items

2022-10-06 Thread Ashish Vijaywargiya
Hello Emad,

Please see the implementation of
"createAcctgTransForSalesShipmentIssuance", this service is simply doing
AccountingTransaction entries for Sales_Shipment.
Here glAccountTypeId is hard coded for credit and debit entries.

Few other services can be of our interest:

- getGlAccountFromAccountType(If you have glAccountId then glAccountTypeId
is present in the GlAccount entity)
The description in above service definition also provides the
necessary information:

Look up a GlAccountId first in ProductGlAccount by
productId and productGlAccountTypeId, if not found,
then in organizationPartyId and glAccountTypeId 













- createAcctgTransForSalesInvoice

AcctgTrans and AcctgTransEntry are the two entities which keep the Credit
and Debit transaction entries.

Hope this helps.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Oct 5, 2022 at 9:08 PM Emad Radwan  wrote:

> Hello Ashish,
>
>
> Thanks for the great tip. I feel I'm getting closer to understanding the
> logic.
>
>
> A question please for an issue that I can't understand. Following your
> example and until we reach service
> 'createAcctgTransForSalesShipmentIssuance'  I don't understand how the
> glAccountType is determined here.
>
>
> Service 'getGlAccountFromAccountType' is handling a number of cases but I
> think it's not determining the glAccountId for this specific case. Am I
> correct? Is it determined in a later called service?
>
>
> I'm including the transaction entries here.
>
>
> Regards,
>
> Emad
>
> [
>   {
> "ACCTG_TRANS_ID": "1",
> "ACCTG_TRANS_ENTRY_SEQ_ID": "1",
> "ACCTG_TRANS_ENTRY_TYPE_ID": "_NA_",
> "DESCRIPTION": null,
> "VOUCHER_REF": null,
> "PARTY_ID": "DemoCustomer",
> "ROLE_TYPE_ID": "BILL_TO_CUSTOMER",
> "THEIR_PARTY_ID": null,
> "PRODUCT_ID": "GZ-1000",
> "THEIR_PRODUCT_ID": null,
> "INVENTORY_ITEM_ID": "9026",
> "GL_ACCOUNT_TYPE_ID": "INVENTORY_ACCOUNT",
> "GL_ACCOUNT_ID": "14",
> "ORGANIZATION_PARTY_ID": "Company",
> "AMOUNT": 4.80,
> "CURRENCY_UOM_ID": "USD",
> "ORIG_AMOUNT": 4.80,
> "ORIG_CURRENCY_UOM_ID": "USD",
> "DEBIT_CREDIT_FLAG": "C",
> "DUE_DATE": null,
> "GROUP_ID": null,
> "TAX_ID": null,
> "RECONCILE_STATUS_ID": "AES_NOT_RECONCILED",
> "SETTLEMENT_TERM_ID": null,
> "IS_SUMMARY": null,
> "LAST_UPDATED_STAMP": "2022-06-19 12:55:05.220",
> "LAST_UPDATED_TX_STAMP": "2022-06-19 12:55:03.257",
> "CREATED_STAMP": "2022-06-19 12:55:05.220",
> "CREATED_TX_STAMP": "2022-06-19 12:55:03.257"
>   },
>   {
> "ACCTG_TRANS_ID": "1",
> "ACCTG_TRANS_ENTRY_SEQ_ID": "2",
> "ACCTG_TRANS_ENTRY_TYPE_ID": "_NA_",
> "DESCRIPTION": null,
> "VOUCHER_REF": null,
> "PARTY_ID": "DemoCustomer",
> "ROLE_TYPE_ID": "BILL_TO_CUSTOMER",
> "THEIR_PARTY_ID": null,
> "PRODUCT_ID": "GZ-1000",
> "THEIR_PRODUCT_ID": null,
> "INVENTORY_ITEM_ID": null,
> "GL_ACCOUNT_TYPE_ID": "COGS_ACCOUNT",
> "GL_ACCOUNT_ID": "50",
> "ORGANIZATION_PARTY_ID": "Company",
> "AMOUNT": 4.80,
> "CURRENCY_UOM_ID": "USD",
> "ORIG_AMOUNT": 4.80,
> "ORIG_CURRENCY_UOM_ID": "USD",
> "DEBIT_CREDIT_FLAG": "D",
> "DUE_DATE": null,
> "GROUP_ID": null,
> "TAX_ID": null,
> "RECONCILE_STATUS_ID": "AES_NOT_RECONCILED",
> "SETTLEMENT_TERM_ID": null,
> "IS_SUMMARY": null,
> "LAST_UPDATED_STAMP": "2022-06-19 12:55:05.267",
> "LAST_UPDATED_TX_STAMP": "2022-06-19 12:55:03.257",
> "CREATED_STAMP": "2022-06-19 12:55:05.267",
> "CREATED_TX_STAMP&

Re: Mappings for invoice items and order items

2022-10-03 Thread Ashish Vijaywargiya
Hello Emad,

I am not 100% sure what you are trying to achieve here. So I am providing
the details based on presumptions that the below details might be helpful
to you:

1) First of all, create a Sales Order in your system from the
backend/ecommerce for a "DemoCustomer" party.

2) Then come to OrderView page, like this -
https://localhost:8443/ordermgr/control/orderview?orderId=WSCO10010

3) Click on the "Quick Ship Entire Order". You will see this link in the
mid right corner of the page.

4) Trace the request "quickShipOrder" controller request from the Order
component.

5) This is how my console log looks like when I performed quickShipOrder
operation:
https://drive.google.com/file/d/15whseNPGGDUGs5xbIvl0aPtKon8DEF4r/view?usp=sharing

6) Here in the console log you can see the reference of
"createInvoiceForOrder" as well.

You need to trace the code and understand the overall flow.

You will find that there are many triggers(EECA, SECA) written in OFBiz
which get triggered based on some conditions.

Hope this helps.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Mon, Oct 3, 2022 at 4:32 PM Emad Radwan  wrote:

> Hello Ashish,
>
> As usual, your help is so much valuable and to the point. Two more things
> please that will make it clearer for me.
>
> - In createInvoiceForOrder, I noticed that 'ServiceItems' that will be
> converted to 'billItems' are based on order items that are linked to
> products. Sorry for my ignorance but what are the other options here?
>
> - Part of my suffering with logic tracing is getting to know what services
> are being called especially since they are not called from each other all
> the time with the existence of events for example. I tried to depend on
> 'Service Logs', however, I noticed that  'createInvoiceForOrder' was not
> listed before 'createInvoiceForOrder' while I did find it in the normal
> logs. For sure this is not the best way to trace code, so if you have a
> piece of advice here I'd highly appreciate it.
>
> Best Regards,
> Emad
>
> On Sat, Oct 1, 2022 at 4:48 PM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Emad,
> >
> > We are simply getting "billItems"(List) value from the service context
> map.
> >
> > Here is the service definition of createInvoiceForOrder(Please refer
> file:
> > services_invoice.xml):
> >
> >  > location="org.apache.ofbiz.accounting.invoice.InvoiceServices"
> > invoke="createInvoiceForOrder">
> > 
> > Create an invoice from existing order
> > orderId = The orderId to associate the invoice with
> > billItems = List of ItemIssuance records to use for creating
> > the invoice
> > 
> >  > optional="false"/>
> >  > optional="false"/>
> >  > optional="true"/>
> >  > optional="true"/>
> >  > optional="true"/>
> > 
> >
> > Now you can check from where this service is being called:
> > One example from where "createInvoiceForOrder" is being called is from
> > OrderServices.java(There can be other references as well)-
> > Please refer following service implementation:
> > public static Map invoiceServiceItems(
> >
> > And then read the code of this service and see the following code
> snippet:
> > // find any service items
> > List serviceItems = new LinkedList<>();
> > if (UtilValidate.isNotEmpty(orderItems)) {
> > for (GenericValue item : orderItems) {
> > GenericValue product = null;
> > try {
> > product = item.getRelatedOne("Product", false);
> > } catch (GenericEntityException e) {
> > Debug.logError(e, "ERROR: Unable to get Product from
> > OrderItem", module);
> > }
> > if (product != null) {
> > // check for service goods
> > if ("SERVICE".equals(product.get("productTypeId"))) {
> > serviceItems.add(item);
> > }
> > }
> > }
> > }
> >
> > // now process the service items
> > if (UtilValidate.isNotEmpty(serviceItems)) {
> > // Make sure the

Re: Mappings for invoice items and order items

2022-10-01 Thread Ashish Vijaywargiya
Hello Emad,

We are simply getting "billItems"(List) value from the service context map.

Here is the service definition of createInvoiceForOrder(Please refer file:
services_invoice.xml):



Create an invoice from existing order
orderId = The orderId to associate the invoice with
billItems = List of ItemIssuance records to use for creating
the invoice








Now you can check from where this service is being called:
One example from where "createInvoiceForOrder" is being called is from
OrderServices.java(There can be other references as well)-
Please refer following service implementation:
public static Map invoiceServiceItems(

And then read the code of this service and see the following code snippet:
// find any service items
List serviceItems = new LinkedList<>();
if (UtilValidate.isNotEmpty(orderItems)) {
for (GenericValue item : orderItems) {
GenericValue product = null;
try {
product = item.getRelatedOne("Product", false);
} catch (GenericEntityException e) {
Debug.logError(e, "ERROR: Unable to get Product from
OrderItem", module);
}
if (product != null) {
// check for service goods
if ("SERVICE".equals(product.get("productTypeId"))) {
serviceItems.add(item);
}
}
}
}

// now process the service items
if (UtilValidate.isNotEmpty(serviceItems)) {
// Make sure there is actually something needing invoicing
because createInvoiceForOrder doesn't check
List billItems = new LinkedList<>();
for (GenericValue item : serviceItems) {
BigDecimal orderQuantity =
OrderReadHelper.getOrderItemQuantity(item);
BigDecimal invoiceQuantity =
OrderReadHelper.getOrderItemInvoicedQuantity(item);
BigDecimal outstandingQuantity =
orderQuantity.subtract(invoiceQuantity);
if (outstandingQuantity.compareTo(ZERO) > 0) {
billItems.add(item);
}
}
// do something tricky here: run as a different user that can
actually create an invoice, post transaction, etc
Map invoiceResult = null;
try {
GenericValue permUserLogin = ServiceUtil.getUserLogin(dctx,
context, "system");
Map invoiceContext =
UtilMisc.toMap("orderId", orderId, "billItems", billItems, "userLogin",
permUserLogin);
invoiceResult = dispatcher.runSync("createInvoiceForOrder",
invoiceContext);
if (ServiceUtil.isError(invoiceResult)) {
return
ServiceUtil.returnError(ServiceUtil.getErrorMessage(invoiceResult));
}
} catch (GenericServiceException e) {
Debug.logError(e, "ERROR: Unable to invoice service items",
module);
return
ServiceUtil.returnError(UtilProperties.getMessage(resource_error,
"OrderProblemWithInvoiceCreationServiceItems",
locale));
}


If you find it difficult to understand the control flow and learn how to do
application development in Apache OFBiz framework then you can refer to the
following document:
https://cwiki.apache.org/confluence/x/1gsBCw

Above document will help you to understand the following topics from Apache
OFBiz:
- Control Flow
- Form/Screen Widget
- Events
- Services
- Groovy
- FTL

And many more things that we can't learn from a random exploration
Please let me know if you need further help from my side.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Sat, Oct 1, 2022 at 6:22 PM Emad Radwan  wrote:

> Hello Ashish,
>
> One more thing please on the 'createInvoiceForOrder' service, how
> 'billItems'
> in line 163 are being retrieved and identified?
>
> Regards,
> Emad
>
> On Thu, Sep 1, 2022 at 8:58 AM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Emad,
> >
> > Please read the code of the service/method:
> > File: InvoiceServices.java
> >
> >
> https://github.com/apache/ofbiz-framework/blob/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/invoice/InvoiceServices.java
> > Method: createInvoiceForOrder
> >
> > See the line #461
> > createInvoiceItemContext.put("invoiceItemTypeId",
> > getInvoiceItemType(delegator, orderItem.getString("orderItemTypeId"),
> > 

Re: Question on Payment Application

2022-09-28 Thread Ashish Vijaywargiya
Hello Emad,

We have many Accounting experts in the Apache OFBiz community and I have
learned many things from them. They are:
- Jacopo - https://www.linkedin.com/in/jacopoc/
- Anil - https://www.linkedin.com/in/anilpatelhwc/
- Sharan - https://www.linkedin.com/in/sfoga/

They have helped to build the Accounting module from scratch in Apache
OFBiz and now we can see a finished component.
They referred a few books while implementing and enhancing the Accounting
module(See Index of these books):

Universal Data Model Volume 1 by Len Silverstone - All the chapters are
important one but Chapter 7 and 8 will make more sense to get a good
understanding of Accounting.
https://www.amazon.com/Data-Model-Resource-Book-Vol/dp/0471380237/ref=sr_1_2?crid=1H0EOMFJO5UJV=universal+data+model=1664349578=eyJxc2MiOiIwLjAwIiwicXNhIjoiMC4wMCIsInFzcCI6IjAuMDAifQ%3D%3D=universal+data+model%2Caps%2C322=8-2

https://www.amazon.com/Accounting-Best-Practices-Steven-Bragg-ebook/dp/B01DCOYF3I/ref=sr_1_3?keywords=accounting+best+practices=1664349689=eyJxc2MiOiIyLjU1IiwicXNhIjoiMi42OCIsInFzcCI6IjIuMTcifQ%3D%3D=accounting+best+practices%2Caps%2C294=8-3


One reference I like and refer it many times is this:
https://github.com/apache/ofbiz-framework/blob/trunk/applications/datamodel/data/seed/AccountingSeedData.xml
See the Credit and Debit entry chart present at line #210.

You should also spend some time to review the data present inside following
files:

- AccountingDemoData.xml
- GlAccountDemoData.xml
- OfbizChartOfAccountsData.xml

>> My concern here, is there any 'Process diagram / workflow
logic' that simplifies the order of using such settings.

I don't have a straight forward answer or reference of any such Process
Diagram/workflow logic document.

This is how I would imagine in a real world:

- A company maintains a General Ledger Accounts to log Credit and Debit
entries. The entries in these accounts can be automated as well as the
provision of manual entries is also required.
- Ledger entries are linked with Invoice and respective Payments.
- Invoices may be associated with Orders. And if required manually entered
Invoices can also be maintained in the system.
- And then time period based reports are there which you can refer
internally as well as you can use those reports to make the Government
happy at the time of Income Tax Return filing. :-)

I understand that the overall Accounting setup in OFBiz is a complex one,
but if you can ask specific questions then all the SMEs - Accounting will
feel glad to assist you.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Sep 28, 2022 at 1:50 AM Emad Radwan  wrote:

> Hello Ashish,
>
> Many many thanks. So much appreciated input from your side as usual.
> Talking about Sharan's work, I already read her book on the subject and it
> is very interesting and valuable. However, and this is another subject I
> know but thought you may help. I understand that Ofbiz has a rich data
> model and configuration in Accounting around which GL Account to use
> especially when creating automated transactions like those related to a
> sales invoice.
>
> By this, I mean configuration - for example - related to Payment Methods,
> Payment Types, etc. And those other settings that are available via the
> following URL. My concern here, is there any 'Process diagram / workflow
> logic' that simplifies the order of using such settings. In other words, I
> find it a bit difficult to get the logic from the code having the fact that
> Ofbiz is using multiple ways of creating services and calling them. So I'm
> wondering if such flowcharts exist to simplify the logic and explain the
> big picture.
>
>
>
> https://demo-stable.ofbiz.apache.org/accounting/control/GlAccountAssignment?organizationPartyId=Company
>
> Regards,
> Emad
>
> On Tue, Sep 27, 2022 at 11:51 AM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Emad,
> >
> > Following links will be helpful for you:
> >
> >
> >
> https://demo-stable.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=10001
> > Here you can associate the Invoices with respect to the Payment.
> >
> >
> >
> https://demo-stable.ofbiz.apache.org/accounting/control/editInvoiceApplications?invoiceId=CI1
> > Here you can associate the Payments with respect to the Invoice.
> >
> > Sales Invoices can be created in the system by the following ways.
> >
> > 1) When the Sales Order gets completed in the system then a Sales Invoice
> > gets created in the System. The payment associated with Sales Order
> creates
> > an entry in the system as a "Customer Payment". All the Transaction and
> Gl
> > related 

Re: Question on Payment Application

2022-09-27 Thread Ashish Vijaywargiya
Hello Emad,

Following links will be helpful for you:

https://demo-stable.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=10001
Here you can associate the Invoices with respect to the Payment.

https://demo-stable.ofbiz.apache.org/accounting/control/editInvoiceApplications?invoiceId=CI1
Here you can associate the Payments with respect to the Invoice.

Sales Invoices can be created in the system by the following ways.

1) When the Sales Order gets completed in the system then a Sales Invoice
gets created in the System. The payment associated with Sales Order creates
an entry in the system as a "Customer Payment". All the Transaction and Gl
related postings are done automatically.
2) You can manually create Sales Invoices directly in the system and with
respect to that invoice you can do the manual entry of payment as well in
the system.

There are status transitions for Invoices as well as for the Payments in
the system. Following link can help you:
https://www.hotwaxsystems.com/ofbiz/ofbiz-ecommerce/ofbiz-invoice-processing-workflow-explained/

Types of Invoices:
https://www.hotwaxsystems.com/ofbiz/ofbiz-ecommerce/types-of-invoices-in-ofbiz/

Sharan wrote a wonderful details on Accounting, please refer following
links:
https://cwiki.apache.org/confluence/display/OFBENDUSER/02+Invoices
https://cwiki.apache.org/confluence/display/OFBENDUSER/03+Payments

Apache OFBiz provides the flexibility to the users to use the
Invoice/Payment data model based on their need.

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Tue, Sep 27, 2022 at 1:17 PM Emad Radwan  wrote:

> Hello Community,
>
> I noticed that there's no link in Ofbiz to create a payment application
> from the Payments menu.
>
> How to apply a payment or part of it to an invoice? What I can think of is
> by creating a GL Transaction!  Correct? Or there are other options?
>
> Please shed some light.
>
> Regards,
> Emad
>


Re: Mappings for invoice items and order items

2022-09-01 Thread Ashish Vijaywargiya
Acknowledged.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Thu, Sep 1, 2022 at 4:31 PM Emad Radwan  wrote:

> Hello Ashish,
>
> Many many thanks that is really very helpful.
>
> May I be greedy and ask you kindly to look at another question from me
> recently regarding ‘GL Account Balance’ as no one answered it?
>
> Thanks again and best regards,
>
> Emad
>
>
> > On 1 Sep 2022, at 8:57 AM, Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> >
> > Hello Emad,
> >
> > Please read the code of the service/method:
> > File: InvoiceServices.java
> >
> https://github.com/apache/ofbiz-framework/blob/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/invoice/InvoiceServices.java
> > Method: createInvoiceForOrder
> >
> > See the line #461
> > createInvoiceItemContext.put("invoiceItemTypeId",
> > getInvoiceItemType(delegator, orderItem.getString("orderItemTypeId"),
> >product == null ? null :
> > product.getString("productTypeId"), invoiceType, "INV_FPROD_ITEM"));
> >
> > Then see the method present inside line # 1941:
> > private static String getInvoiceItemType(Delegator delegator, String
> key1,
> > String key2, String invoiceTypeId, String defaultValue) {
> > }
> >
> > Hopefully it's self explanatory, Please let me know if you need
> > further assistance on this.
> >
> > --
> > Kind Regards,
> > Ashish Vijaywargiya
> > Vice President of Operations
> > *HotWax Systems*
> > *Enterprise open source experts*
> > http://www.hotwaxsystems.com
> >
> >
> >
> > On Wed, Aug 31, 2022 at 5:31 PM Emad Radwan 
> wrote:
> >
> >> Hello Ashis,
> >>
> >> Many thanks for the usual help! One issue please that I don't
> understand in
> >> the data itself, I noticed that for products - finished good - an
> >> invoice_item_type_id is 'INV_FPROD_ITEM' while order_item_type_id is '
> >> PRODUCT_ORDER_ITEM'
> >> but the key for 'INV_FPROD_ITEM' is 'FINISHED_GOOD' however, so how the
> >> mapping is happening? What am I missing here?
> >>
> >> For other mappings like adjustments, mappings looks fine.
> >>
> >> Please shed some light on this.
> >>
> >> Regards,
> >> Emad
> >>
> >> On Wed, Aug 31, 2022 at 6:53 AM Ashish Vijaywargiya <
> >> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> >>
> >>> Hello Emad,
> >>>
> >>> A very good question. Please refer to the records present inside
> >>> InvoiceItemTypeMap entity:
> >>>
> >>>
> >>
> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=InvoiceItemTypeMap
> >>>
> >>> Hopefully it's self explanatory.
> >>>
> >>> --
> >>> Kind Regards,
> >>> Ashish Vijaywargiya
> >>> Vice President of Operations
> >>> *HotWax Systems*
> >>> *Enterprise open source experts*
> >>> http://www.hotwaxsystems.com
> >>>
> >>>
> >>>
> >>> On Wed, Aug 31, 2022 at 1:16 AM Emad Radwan 
> >> wrote:
> >>>
> >>>> Hello Community,
> >>>>
> >>>> Let me explain my query with this when I create an order with items
> and
> >>>> possible adjustments, the auto-created invoice when the order gets
> >>>> completed we get a list of invoice items that is almost a match with
> >> both
> >>>> order items plus adjustments. My question what decides the
> >>>> invoice_item_type for each invoice item?
> >>>>
> >>>> I understand that an invoice can be not only for order; e.g. work
> >> effort,
> >>>> but I used order item vs invoice item as an example.
> >>>>
> >>>> Is it mapped somehow and is configurable, or pre-determined and
> >>> hard-coded?
> >>>>
> >>>>
> >>>> Regards,
> >>>> Emad
> >>>
> >>
>
>


Re: GL Account Balance

2022-09-01 Thread Ashish Vijaywargiya
Hello Emad,

Please check the "AcctgTransEntrySums" view entity(It has all credit/debit
entries based on the GlAccount).
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=AcctgTransEntrySums

Here is the definition of View Entity from accounting-entitymodel.xml:

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  

  
  

  


Following line in the above view entity is important one:
 

Please let me know if you need further assistance on this.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Sun, Aug 28, 2022 at 11:17 PM Emad Radwan  wrote:

> Hello Community,
>
> Does Ofbiz maintain the balance of each GL account somehow and if yes,
> where its kept, and in which table? I see that both GL_Accounts and
> GL_Accounts_organization tables have no room for that.
>
> Is it being calculated on the fly when running reports from different
> transactions?
>
> Regards,
> Emad


Re: Mappings for invoice items and order items

2022-09-01 Thread Ashish Vijaywargiya
Hello Emad,

Please read the code of the service/method:
File: InvoiceServices.java
https://github.com/apache/ofbiz-framework/blob/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/invoice/InvoiceServices.java
Method: createInvoiceForOrder

See the line #461
createInvoiceItemContext.put("invoiceItemTypeId",
getInvoiceItemType(delegator, orderItem.getString("orderItemTypeId"),
product == null ? null :
product.getString("productTypeId"), invoiceType, "INV_FPROD_ITEM"));

Then see the method present inside line # 1941:
private static String getInvoiceItemType(Delegator delegator, String key1,
String key2, String invoiceTypeId, String defaultValue) {
}

Hopefully it's self explanatory, Please let me know if you need
further assistance on this.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Aug 31, 2022 at 5:31 PM Emad Radwan  wrote:

> Hello Ashis,
>
> Many thanks for the usual help! One issue please that I don't understand in
> the data itself, I noticed that for products - finished good - an
> invoice_item_type_id is 'INV_FPROD_ITEM' while order_item_type_id is '
> PRODUCT_ORDER_ITEM'
> but the key for 'INV_FPROD_ITEM' is 'FINISHED_GOOD' however, so how the
> mapping is happening? What am I missing here?
>
> For other mappings like adjustments, mappings looks fine.
>
> Please shed some light on this.
>
> Regards,
> Emad
>
> On Wed, Aug 31, 2022 at 6:53 AM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Emad,
> >
> > A very good question. Please refer to the records present inside
> > InvoiceItemTypeMap entity:
> >
> >
> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=InvoiceItemTypeMap
> >
> > Hopefully it's self explanatory.
> >
> > --
> > Kind Regards,
> > Ashish Vijaywargiya
> > Vice President of Operations
> > *HotWax Systems*
> > *Enterprise open source experts*
> > http://www.hotwaxsystems.com
> >
> >
> >
> > On Wed, Aug 31, 2022 at 1:16 AM Emad Radwan 
> wrote:
> >
> > > Hello Community,
> > >
> > > Let me explain my query with this when I create an order with items and
> > > possible adjustments, the auto-created invoice when the order gets
> > > completed we get a list of invoice items that is almost a match with
> both
> > > order items plus adjustments. My question what decides the
> > > invoice_item_type for each invoice item?
> > >
> > > I understand that an invoice can be not only for order; e.g. work
> effort,
> > > but I used order item vs invoice item as an example.
> > >
> > > Is it mapped somehow and is configurable, or pre-determined and
> > hard-coded?
> > >
> > >
> > > Regards,
> > > Emad
> >
>


Re: Mappings for invoice items and order items

2022-08-30 Thread Ashish Vijaywargiya
Hello Emad,

A very good question. Please refer to the records present inside
InvoiceItemTypeMap entity:
https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=InvoiceItemTypeMap

Hopefully it's self explanatory.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Aug 31, 2022 at 1:16 AM Emad Radwan  wrote:

> Hello Community,
>
> Let me explain my query with this when I create an order with items and
> possible adjustments, the auto-created invoice when the order gets
> completed we get a list of invoice items that is almost a match with both
> order items plus adjustments. My question what decides the
> invoice_item_type for each invoice item?
>
> I understand that an invoice can be not only for order; e.g. work effort,
> but I used order item vs invoice item as an example.
>
> Is it mapped somehow and is configurable, or pre-determined and hard-coded?
>
>
> Regards,
> Emad


Re: Purchase Order Adjustments

2022-07-27 Thread Ashish Vijaywargiya
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: Viewing PDF and Image in New Tab/Window in Ofbiz

2022-07-18 Thread Ashish Vijaywargiya
Hello Avijit,

There can be two options:

1) If you wish to save images/pdf in the database then please go with the
option which Nicola suggested in his email. Basically content related
entities will be involved in this operation: Content, DataResource and
ImageDataResource. Please review the references in the "content" component
present inside the applications folder.

2) If you wish to keep the images/pdf on the file system then again you can
review the upload related functionality in the "content" component.
There are many examples available in the code. In this case you need to
create a webapp reference in the ofbiz-component.xml file:



Then inside webapp folder:
- webapp
-- siteresources
--- images
--- pdf

You can create your media contents inside the "siteresources" folder. In
the Form Widget you can use following code:

http://localhost:8080/siteresources/images/ofbiz_logo.png;
style="cssImgXLarge"/>

 http://localhost:8080/siteresources/pdf/pdftest.pdf;
target-window="_BLANK"/>


You can dynamically prepare the data inside groovy files for image->value
attribute and for hyperlink->target attribute and use it in the form widget
field tag.

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Mon, Jul 18, 2022 at 9:11 AM Avijit Bose  wrote:

> Dear Sir,
>
> I have a link in the form as shown below:
> --
> 
>  description="${salaryCertificateUrl}" also-hidden="false" size="25">
>   
> 
> 
> --
>
> Note: "salaryCertificateUrl" is a path of a pdf file. I DON'T WANT TO
> GENERATE PDF FILE. JUST WANT TO VIEW PRE_GENERATED PDFs. I am uploading it
> and then wants to view it from the link in my form. Same this for images.
>
> Pls let me know how do I view this.
>
> regards
> Avijit
>


Re: Passing "CONTEXT" from FTL to Java

2022-07-11 Thread Ashish Vijaywargiya
Hello Avijit,

You have shared following code snippet in your previous email:
 // Setting up all non primary key field values from context map
smsSubjectMaster.setNonPKFields(context);

"context" is just a map object from which you can get the parameters passed
to the service definition in OFBiz.

You can do similar thing in events by using similar code snippet as shown
below:

Map paramMap = UtilHttp.getParameterMap(request);
String dataResourceId;
GenericValue dataResource = delegator.makeValue("DataResource");
dataResource.setPKFields(paramMap);
dataResource.setNonPKFields(paramMap);

All the 4 points which you have shared in this email can be taken care of
either in Events or Services. You might have noticed that "delegator"(Used
to interact with entities) and "dispatcher"(call services synchronously or
asynchronously) objects are available in Events as well as in Services. So
it is our personal choice where we wish to send form data either to Events
or to Services. As I have said in the previous email that Services in OFBiz
are session less.

There are some best practices/conventions which are set in OFBiz framework:

- "context" is a map object which is generally used in the *Services.java
to read the parameters passed to the service definition.
- The other place where you will see a "context" map is the groovy files.

In groovy files you can prepare the data and put everything in the
"context" map.
This data will be used in the form which is included in the screen
definition.

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Tue, Jul 12, 2022 at 6:22 AM Avijit Bose  wrote:

> Hi Ashish,
>
> I completely understood your explanation. I also have a workable
> understanding about service and events.
>
> Firstly ... I wanted to handle and manipulate request data before storing
> it in the database.
> Secondly... It is required to insert request data into 10 different
> entities.
> Thirdly... I wanted ofbiz to create auto increment of all the primary
> fields in the database of all 10 tables and not to create them myself.
> Fourthly... It is required to get primary key of the first table and insert
> into 9 other tables as foreign keys.
>
> This is why I was trying to get the "context" in a java event.
>
> Anyway I have done it through Servlet and I am able to satisfy all the
> above 4 conditions.
>
> NOTE: If in future ofbiz release, the ofbiz core can be updated, where
> "context" can be passed from the screen itself as like other parameters,
> and it can be called in the method ...
> public static String updateStudent(HttpServletRequest request,
> HttpServletResponse response) {}, then I think it will be helpful to all
> users and the coding will be a bit easier.
>
> thank you for your help
> Avijit
>
>
> On Mon, Jul 11, 2022 at 10:09 AM Ashish Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
> > Hello Avijit,
> >
> > It looks like you are getting confused from the concept of Events and
> > Services in java. It is very well explained in the OFBiz tutorial:
> >
> >
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+18.12
> >
> > Now talking about your code snippet:
> >
> > You are calling an event from a controller so you need to get all the
> > parameters from the method
> request.getParameter("html_form_elements_name").
> >
> >
> > And once you have read all the values in events then from here you should
> > pass these values to the service where you can take care of business
> logic
> > and CRUD operations. Basically events are used to do the validations and
> > extra manipulations with the form parameters.
> >
> > If you don't want to go with the Events route then you should change your
> > controller.xml entry as shown below:
> >
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > Here you will notice that I have used the event type as "service" where
> you
> > don't need to specify the path of the service. You can specify the
> service
> > definition and implement your service either in
> Java/Groovy/XML(Minilang).
> > Services in OFBiz are session-less, so if you wish to do handling of
> > HttpSession object then you need to do it in the Events.
> >
> > All these things are very well explained in the tutorial link which I
> have
> > shared above. There is also a very good reference available for the
> > comparison between Events and Services. 

Re: Passing "CONTEXT" from FTL to Java

2022-07-10 Thread Ashish Vijaywargiya
Hello Avijit,

It looks like you are getting confused from the concept of Events and
Services in java. It is very well explained in the OFBiz tutorial:
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+18.12

Now talking about your code snippet:

You are calling an event from a controller so you need to get all the
parameters from the method request.getParameter("html_form_elements_name").


And once you have read all the values in events then from here you should
pass these values to the service where you can take care of business logic
and CRUD operations. Basically events are used to do the validations and
extra manipulations with the form parameters.

If you don't want to go with the Events route then you should change your
controller.xml entry as shown below:








Here you will notice that I have used the event type as "service" where you
don't need to specify the path of the service. You can specify the service
definition and implement your service either in Java/Groovy/XML(Minilang).
Services in OFBiz are session-less, so if you wish to do handling of
HttpSession object then you need to do it in the Events.

All these things are very well explained in the tutorial link which I have
shared above. There is also a very good reference available for the
comparison between Events and Services. Please take a look at it.

Thank you.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Sat, Jul 9, 2022 at 7:32 AM Avijit Bose  wrote:

> Hi Nicolas,
>
> First... I have a ftl file like this. Here I am calling "createStudent" in
> the controller through "<@ofbizUrl>createStudent"
> *
>  action="<@ofbizUrl>createStudent" name="regForm"
> enctype="multipart/form-data">
> 
> . blah blah blah
> 
> 
> *
>
> Second my controller as shown below
> *
> 
> 
>  invoke="createStudent"/>
> 
> 
> 
> *
> Third from the controller above I am going to a java file called
> "StudentServices" and invoking a method in the java file called
> "createStudent".
>
>
> Fourth... In the "createStudent" method of the java file... I have the
> following...
> **
> public static String createStudent(HttpServletRequest request,
> HttpServletResponse response) {
> Delegator delegator = (Delegator) request.getAttribute("delegator");
> LocalDispatcher dispatcher = (LocalDispatcher)
> request.getAttribute("dispatcher");
> GenericValue userLogin = (GenericValue)
> request.getSession().getAttribute("userLogin");
> Map result = ServiceUtil.returnSuccess();
>
> try {
> GenericValue smsSubjectMaster =
> delegator.makeValue("smsSubjectMaster");
> // Auto generating next sequence of studentId primary key
> smsSubjectMaster.setNextSeqId();
> // Setting up all non primary key field values from context map
> smsSubjectMaster.setNonPKFields(context);
> // Creating record in database for smsStudentMaster entity for
> prepared value
> smsSubjectMaster = delegator.create(smsSubjectMaster);
> //subjectId = smsSubjectMaster.getString("studentId");
> //context.putIfAbsent("subjectId", subjectId);
>   context.put("subjectId", subjectId);
> result.put("subjectId", smsSubjectMaster.getString("subjectId"));
> Debug.log("==smsSubjectMaster record created successfully
> with subjectId: "+smsSubjectMaster.getString("subjectId"));
>
> } catch (GenericEntityException e) {
> Debug.logError(e, module);
> return ServiceUtil.returnError("Error in creating record in
> smsSubjectMaster entity " +module);
> }
>
> }
> **
> In the try/catch block... pls notice this...
> "smsSubjectMaster.setNonPKFields(context);". This 'context' I am talking
> about. I want the context in this method ...
>
> public static String createStudent(HttpServletRequest request,
> HttpServletResponse response) {
> // I NEED CONTEXT HERE
> }
>
> AND NOT IN THIS METHOD
>
> public static Map createStudent(DispatchContext dctx,
> Map context){
>  ?? HERE I AM ALREADY PASSING CONTEXT AND GETTING IT
> }
>
> Now...
>
> I see a 'globalContext' in this link...
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Variables+always+available+in+screen+context
>
> Bu

Re: Question regarding Price Modifications

2022-06-24 Thread Ashish Vijaywargiya
Hello Emad,

Please refer my comments inline:

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com


On Thu, Jun 23, 2022 at 6:30 PM Emad Radwan  wrote:

> Hello Community,
>
> Few concerns on the product_price table, please.
>
> 1 - Why do we have room for the tax while usually taxes will be added via
> adjustments?
>

Apache OFBiz provides flexibility to set up taxation for any country or for
a specific region by the use of rules and conditions. The entries in
OrderAdjustment are the results of these rules and conditions with respect
to Orders.

The following URL will help you to better understand the current Tax Setup.

https://cwiki.apache.org/confluence/display/OFBENDUSER/08+Tax+Authorities
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz%27s+Tax+Authority+Data+Model



> 2 - Where we’ll use other price types other than ‘list_price’; e.g.
> DEFAULT_PRICE, SPECIAL_PROMO_PRICE
>

https://cwiki.apache.org/confluence/display/OFBENDUSER/Products


>
> Regards,
> Emad
>
>


Re: Password Change Email

2022-06-23 Thread Ashish Vijaywargiya
Hello Johan,

The forgot email
template(applications/securityext/template/email/PasswordEmail.ftl)
provided in Apache OFBiz is a sample template and you can customise it
based on your need. In the current template  is being used in the
 tag but you can use it in the email body as well.

I tried this functionality on my machine and see the console output:














  This email is in response to your request to have a new
password.

  Please ignore this email if you did not request a password
change.



  

  The value of websiteId is WebStore

  

  



  

  This link can be used only once.

  








If you will see the action attribute of form them you will notice that it
is creating a URL which will be submitted when someone clicks on "Click
Here To Reset Password".
For security reasons it is done like this.

Additional technical details:

You need to add two field values in the Website entity so that it could
take the base URL(domain name) in the email body. Those two fields are:
Website.httpHost and Website.httpsHost(
https://localhost:8443/webtools/control/ViewGeneric?entityName=WebSite=WebStore
)

Hope this helps!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Thu, Jun 23, 2022 at 3:55 PM Johan Cronje 
wrote:

> Good Day,
>
> Not sure if someone would be able to assist me, in release18.12, when
> doing the forgot password function a mail is sent with reset link. The
> code behind this is as below within
> "applications/securityext/template/email/PasswordEmail.ftl"
>
> <@ofbizUrl fullPath="true" secure="true"
> webSiteId="${webSiteId!}">passwordChange
>
> Currently this outputs only "passwordChange" however I am expecting it
> in a format like
> "https://www.hostname.com:8443/webappName/control/passwordChange; or
> "http://localhost:8443/webappName/control/passwordChange;
>
> Is this correct, or is there maybe a setting that I can change to get
> the @ofbizUrl functioning?
>
> Any advice will be appreciated.
>
> Kind Regards,
> Johan Cronjé
>


Re: Fonts in Ofbiz

2022-06-22 Thread Ashish Vijaywargiya
Hello Avijit,

You would ideally use an additional TTF file when you wish to generate PDF
files or create Desktop applications.

If you wish to use additional TTF file to generate PDF file then I will
recommend you to look for fop.properties
file(OFBIZ_HOME/framework/webapp/config/fop.properties)
Please also refer following location where additional 'NotoSans' font
specific files are present:
OFBIZ_HOME/framework/resources/fonts

Also refer to the following content from file -
OFBIZ_HOME/applications/content/widget/CommonScreens.xml:
Here you can see how the fop property "fop.font.family" is being read from
the fop.properties file.
You can easily find alternatives to read these properties in Java code.














If you are following this path then you will be able to build a platform
independent application, just put your TTF file inside OFBiz file system
and use it. Else you need to do adjustments while deploying your
application in Windows/Linux/MacOS.

The reference link shared by Jacques is also a very important one.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Wed, Jun 22, 2022 at 7:46 PM Avijit Bose  wrote:

> This might be helpful to others.
>
> Ofbiz is taking fonts from "c:\windows\fonts" folder so as all the
> browsers. To change fonts in any ofbiz theme, change your fonts in
>
> body, textarea, input, select {
> font-family: Quicksand, Verdana, Arial, Helvetica, sans-serif;
> }
>
> in the "style.css" file of the respective theme.
>
> And put the font files (*.TTF) in the "c:\windows\fonts" folder. Restart
> OFBIZ.
>
> regards
> Avijit
>
>
>
> On Wed, Jun 22, 2022 at 1:02 PM Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
> > Hi Avijit,
> >
> > I'm very bad at CSS but Mozilla team is not:
> > https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
> >
> > Jacques
> >
> > Le 22/06/2022 à 06:38, Avijit Bose a écrit :
> > > 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 above mentioned font
> > families?
> > > Is it taking from the windows OS (system) which are already installed?
> > >
> > > Comments: If it takes from the system, then one can install any fonts
> in
> > > the windows system and ofbiz is supposed to pick up that specific font,
> > if
> > > it is mentioned in the above css code. Am I thinking correctly?
> > >
> > > Pls let us know.
> > >
> > > regards
> > > Avijit
> > >
> > > On Tue, Jun 21, 2022 at 12:09 PM Avijit Bose 
> > wrote:
> > >
> > >> 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 Vijaywargiya <
> > >> ashish.vijaywarg...@hotwaxsystems.com> wrote:
> > >>
> > >>> 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 theme(OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css).
> > Same
> > >>> style.css file is also present in other themes as well.
> > >>>
> > >>> --
> > >>> Kind Regards,
> > >>> Ashish Vijaywargiya
> > >>> Vice President of Operations
> > >>> *HotWax Systems*
> > >>> *Enterprise open source experts*
> > >>> http://www.hotwaxsystems.com
> > >>>
> > >>>
> > >>>
> > >>> On Tue, Jun 21, 2022 at 10:59 AM Avijit Bose 
> > >>> wrote:
> > >>>
> > >>>> Hi,
> > >>>>
> > >>>> Pls let me know how a different font could be used in ofbiz and
> where
> > to
> > >>>> put the files.
> > >>>>
> > >>>> regards
> > >>>> Avijit
> > >>>>
> >
>


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
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com

On Tue, Jun 21, 2022 at 12:36 PM Sumesh R Acharya <7.sumesh...@gmail.com>
wrote:

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

Yes, you need to create other services.


>
> Or i can modify the above service ??
>

My recommendation for you is to create a custom component in OFBiz and
write your services in that component. Please refer following links:
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+18.12(Assuming
that you are exploring the code base of this stable branch)


>
> One thing also i need to know how to read the date fields from the excel
> sheets and convert those values to date datatype as per  the database
> columns. Please do share some resources for doing this.
>

I have used the Apache POI project when I have implemented this feature in
the Apache OFBiz project. So I request you to read more details about
Apache POI from here:
https://poi.apache.org


>
> Regards,
> Sumesh
>


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 theme(OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css). Same
style.css file is also present in other themes as well.

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com



On Tue, Jun 21, 2022 at 10:59 AM Avijit Bose  wrote:

> Hi,
>
> Pls let me know how a different font could be used in ofbiz and where to
> put the files.
>
> regards
> Avijit
>


Re: Apache OFBiz Blog Updates

2020-08-19 Thread Ashish Vijaywargiya
Thank you, Aditya!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Thu, Aug 20, 2020 at 10:19 AM Aditya Sharma 
wrote:

> Hi Everyone,
>
> A brief summary of our project news from September 2019 to July 2020 can be
> found in our monthly blog update at the links below:
>
> September 2019: https://s.apache.org/yu4pz
>
> October 2019: https://s.apache.org/h8clt
>
> November 2019: https://s.apache.org/bjoji
>
> December 2019: https://s.apache.org/6km26
>
> January 2020: https://s.apache.org/bbyyw
>
> February 2020: https://s.apache.org/2jffx
>
> March 2020: https://s.apache.org/axx6z
>
> April 2020: https://s.apache.org/h8n6y
>
> May 2020: https://s.apache.org/9udkh
>
> June 2020: https://s.apache.org/kgrr4
>
> July 2020: https://s.apache.org/rzlfy
>
>
> Thank you Sharan Foga, Swapnil M Mane, Suraj Khurana, Aditya Sharma,
> Michael
> Brohl, Jacques Le Roux, and Pranay Pandey for their continued support.
>
> Thanks and Regards,
> Aditya Sharma
>


Update about Apachecon 2019, Las Vegas(September 09 - September 12)

2019-09-26 Thread Ashish Vijaywargiya
Dear All,

I am writing this email to share the update about Apachecon 2019 which was
organized in Flamingo Hotel, Las Vegas, Nevada USA(September 09 - 12,
2019). This was my second chance to attend Apachecon conference. Last time
I attended it in New Orleans in the year 2008. Attending the 20th
anniversary of ASF was one of the best experiences of my life and also
there were so many learnings for me as an individual.

1) Flamingo Hotel and the arrangements within the hotel was very nice.
Breakfast, Lunch was also very good and the coffee, beverages were
available all the time.

2) Meeting the community members who are engaged in Apache OFBiz project
like Sharan, Nicola and my other colleague from HotWax Systems like Mike,
Ben, Desiree, Patrick, Jacopo, Anil, Divesh, Swapnil, Mridul and Deepak was
a very nice experience.

3) Sharan has organized an evening get together with some OFBiz folks and
guys from other great ASF projects: we had a pleasant time having some
drinks and sharing our impressions about the conference, plans and
memories! The other guys who joined were Paul King(PMC Chair of Groovy, One
of the founder of Groovy language and the author of the book Groovy in
Action), Lars Eilebrecht(One of the founders of HTTP project), Claude
Warren(ASF Member and associated with Apache Jena project), Chris
Dutz(Member on Plc4x project and also tac PMC member) and Justin Mclean(PMC
Chair of Mynewt and PMC of server other projects and expert of IoT). You
feel so great when you meet the core members of any of the open-source
project who are the driving force for it.

4) Meeting with James Gosling is the dream come true situation for an
individual. Deepak got a chance to meet with James Gosling and he couldn't
stop himself to take a selfie with James. Please see Deepak's pic with
James Gosling here: https://cwiki.apache.org/confluence/x/ExLABw

5) There were three sessions organized from Apache OFBiz panel and all the
sessions were a very informative one. Those sessions were:
5a) Apache OFBiz in the Cloud(s) by Deepak Dixit
5b) OFBiz in the fashion industry, an omnichannel approach by Nicola
Mazzoni.
5c) The ASF and OFBiz - How Community Makes It All Possible by Mike Bates.

More details about these presentations are available here:
https://cwiki.apache.org/confluence/x/nxWrBw

We have also taken a few photographs from the conference and those
photographs are shared here: https://cwiki.apache.org/confluence/x/ExLABw

I was reading the quote for Las Vegas and all the quotes present on this
link are true and we could feel it when we were in Vegas. :-)
Here they are: https://www.techjunkie.com/las-vegas-captions/

I would like to pass on my thanks to ASF for organizing such a nice event
each year and this 20th year anniversary was an amazing one. The organizing
committee members managed to plan such a nice and big event from the remote
locations. And as a participant, you would be amazed to see such a nice
arrangement. All the sessions were running very smoothly, you can go and
attend any of the sessions. The session details present on the mobile app
was very friendly. Keynote sessions in the big hall were the amazing one.
Such a nice events give the opportunity to all the participants to meet
with each other and plan something meaningful in the open-source world.

Thanks so much to everyone for making the open-source world so beautiful.
Together we can create so many amazing and meaningful things for our
community!

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com


Re: Request to become Contributor.

2019-09-02 Thread Ashish Vijaywargiya
Done. Thanks, Shivanand. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Aug 24, 2019 at 12:49 AM Shivanand Chhatre <
shivanand.chha...@hotwaxsystems.com> wrote:

> Hello All,
>
> Please consider my application to become OFBiz contributor. Following are
> the details.
> Full Name: Shivanand chhatre
> Jira User Name: shivanand.chhatre
> Confluence User Name: shivanand.chhatre
> Email: shivanand.chha...@hotwaxsystems.com
>
> I have already filed ICLA and is signed as well.
> https://people.apache.org/unlistedclas.html
>
>
> Kind Regards,
> Shivanand Chhatre
> Enterprise Software Engineer
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-9527987404
> office: 0731-409-3684
> *http://www.hotwaxsystems.com <http://www.hotwaxsystems.com>*
>


Re: Request to become an OFBiz Contributor

2019-07-27 Thread Ashish Vijaywargiya
Done. Thanks, Deepa. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
office: 0731-409-3684
http://www.hotwaxsystems.com



On Fri, Jul 26, 2019 at 11:09 AM Deepa Barfa 
wrote:

> Hello Team,
>
> Please register me as an OFBiz Contributor.
>
> Details:-
> Full Name:- Deepa Barfa
> User Name:- deepa.barfa
> Email Address:- deepa.ba...@hotwaxsystems.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Kind Regards,
> Deepa Barfa
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-626-000-6535
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become Contributor

2019-06-23 Thread Ashish Vijaywargiya
Done. Thanks, Harman. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sun, Jun 23, 2019 at 8:31 PM Harman Kaur 
wrote:

> Hello All,
>
> Please consider my application to become OFBiz contributor. Following are
> the details:
>
> Full Name: Harman kaur Matharu
> Jira User Name: harman.kaur
> Confluence User Name: harman.kaur
> Email id: harman.k...@hotwaxsystems.com
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
>
> Kind Regards,
> Harman Kaur
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-626-000-6535
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become Contributor.

2019-06-23 Thread Ashish Vijaywargiya
Done. Thanks, Prachi. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 6:14 PM Prachi Shastri <
prachi.shas...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> Details are as follows -
> Full Name: Prachi Shastri
> Jira username: prachi.shastri
> Confluence username: prachi.shastri
> Email : prachi.shas...@hotwaxsystem.com
> I have signed the ICLA.
>
> Kind Regards,
> Prachi Shastri
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-90986-06700
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become Contributor.

2019-06-22 Thread Ashish Vijaywargiya
Ashish Vijaywargiya 
3:44 PM (4 minutes ago)
to Rahul, user
Done. Thanks, Rahul. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, May 25, 2019 at 6:12 PM Rahul Marjiwe <
rahul.marj...@hotwaxsystems.com> wrote:

> Hello All,
>
> Please consider my application to become OFBiz contributor. Following are
> the details.
> Full Name: Rahul Marjiwe
> Jira User Name: Rahul.marjiwe
> Confluence User Name: rahul.marjiwe
> Email: rahul.marj...@hotwaxsystems.com
>
> I have already filed ICLA and is signed as well.
> https://people.apache.org/unlistedclas.html
>
>
> On Sat, May 25, 2019 at 6:06 PM Rahul Marjiwe <
> rahul.marj...@hotwaxsystems.com> wrote:
>
> > Hello All
> >
> > Please consider my application *to* *become* OFBiz contributor. Following
> > are the details...
> >
> > Full Name: Rahul Marjiwe Jira User Name: Rahul.marjiwe
> >
> > Confluence User Name: rahul.marjiwe Email:
> > rantributorhul.marj...@hotwaxsystems.com
> >
> > I have already filed ICLA and is signed as well.
> >
> > https://people.apache.org/unlistedclas.html
> >
> > --
> > Kind Regards,
> > Rahul Marjiwe
> > Enterprise Software Engineer
> >
> > *HotWax Systems*
> > *Enterprise open source experts*
> > cell: +91-9098246835
> > office: 0731-409-3684
> > http://www.hotwaxsystems.com
> >
>
>
> --
> Kind Regards,
> Rahul Marjiwe
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-9098246835
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become an OFBiz Contributor

2019-06-22 Thread Ashish Vijaywargiya
Done. Thanks, Kirti. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 12:40 PM Kirti Arora 
wrote:

> Hello All,
>
> Please consider my application to become an OFBiz Contributor. Here are the
> details:
> Full Name: Kirti Arora
> Jira username: kirti.arora
> Confluence username: kirti.arora
> Email Address: kirti.ar...@hotwaxsystems.com
>


Re: Request to become Contributor

2019-06-22 Thread Ashish Vijaywargiya
Done. Thanks, Komal. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 1:56 PM Komal Dayle 
wrote:

> Hello Team,
>
> Please register me as an OFBiz Contributor.
>
> Details:-
> Full Name:- Komal Dayle
> User Name:- komal.dayle
> Email Address:- komal.da...@hotwaxsystems.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
> Kind Regards,
> Komal Dayle
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-74151-42722
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become Contributor.

2019-06-22 Thread Ashish Vijaywargiya
Done. Thanks, Rushikesh. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 1:02 PM Rushikesh Mawal <
rushikesh.ma...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Rushikesh Mawal
> User Name: rushikesh.mawal
> Email: rushikesh.ma...@hotwaxsystems.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Kind Regards,
> Rushikesh Mawal
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-8087479341
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become Contributor.

2019-06-22 Thread Ashish Vijaywargiya
Done. Thanks, Vaibhav. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 12:36 PM Vaibhav Hood <
vaibhav.h...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Vaibhav Hood
> User Name: vaibhav.hood
> Email: vaibhav.h...@hotwaxsystems.com
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
> <
> https://www.google.com/url?q=https://people.apache.org/unlistedclas.html=D=hangouts=1561273158382000=AFQjCNEO_7pjqfbOMpyid4QHR7hHXaM92g
> >
>
> Kind Regards,
> Vaibhav Hood
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-98819-47617
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become OFBiz contributor

2019-06-22 Thread Ashish Vijaywargiya
Done. Thanks, Shubham. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 1:15 PM Shubham Choudhary <
shubham.choudh...@hotwaxsystems.com> wrote:

> Hello team,
>
> Kindly register me as a OFBiz contributor.
> Here are my account details,
>
> Full Name: Shubham Choudhary
> Jira username: shubham.choudhary
> Confluence username: shubham.choudhary
> Email Address: shubham.choudh...@hotwaxsystems.com
>
> I have also signed the ICLA
> https://people.apache.org/unlistedclas.html
>
>
> Kind Regards,
> Shubham Choudhary
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-7805885591
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


Re: Request to become Contributor

2019-06-22 Thread Ashish Vijaywargiya
Done. Thanks, Rahul. Please see this page:
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards,
Ashish Vijaywargiya
Vice President of Operations
*HotWax Systems*
*Enterprise open source experts*
cell: +91-9893479711
http://www.hotwaxsystems.com



On Sat, Jun 22, 2019 at 12:33 PM Rahul Chohal <
rahul.cho...@hotwaxsystems.com> wrote:

> Hello All
>
> Please consider my application to become an OFBiz Contributor. Here are my
> account details.
>
> Name: Rahul Chohal
> User Name: rahul.chohal
> Email: rahul.cho...@hotwaxsystems.com
>
> I have already filed ICLA and is signed as well.
> https://people.apache.org/unlistedclas.html
>
>
> Kind Regards,
> Rahul Chohal
> Enterprise Software Engineer
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-70214-19423
> office: 0731-409-3684
>
> http://www.hotwaxsystems.com
>


Re: Unsubscribe footer

2019-06-06 Thread Ashish Vijaywargiya
I don't think that Unsubscribe footer is needed in case of the mailing
list. The users who are subscribed to the mailing list because they wished
to be in touch with the communication going on within the project.
Subscription and unsubscription information from the mailing list is
publicly available and it is easily accessible on the Apache OFbiz website
- https://ofbiz.apache.org/mailing-lists.html.

The unsubscribe footer is more appropriate in the case of Newsletters. For
example, there was a time when I subscribed to the newsletter of any of the
company's or project's website but after some time I realized that the
information which is being shared in the newsletters is of less interest
for me or I am getting so many unwanted emails from the newsletter
subscription. At that point in time, it is good to have Unsubscribe link
available at the footer. I can help myself and can get unsubscribed from
the newsletter.

Thanks, Michael Brohl for working with infra and getting it removed.

--
Kind Regards,
Ashish Vijaywargiya
http://www.hotwaxsystems.com


On Thu, Jun 6, 2019 at 11:19 PM Mike  wrote:

> I agree that there should be an unsubscribe link.  I'm with Pierre.
>
> On Thu, Jun 6, 2019 at 5:23 AM Michael Brohl 
> wrote:
>
> > Thanks everyone,
> >
> > the footers are removed by Infra on my request (with apologies) with
> > reference to this discussion (see [1]).
> >
> > @Pierre: do you want to tell us why you think it's ok to act
> > independently of any community consensus or even discussion?
> >
> > Thanks,
> >
> > Michael
> >
> > [1] https://issues.apache.org/jira/browse/INFRA-18553
> >
> > Am 06.06.19 um 06:37 schrieb Swapnil M Mane:
> > > +1
> > >
> > >
> > > - Best Regards,
> > > Swapnil M Mane
> > >
> > >
> > >
> > > On Wed, Jun 5, 2019 at 5:58 PM Taher Alkhateeb <
> > slidingfilame...@gmail.com>
> > > wrote:
> > >
> > >> I would recommend removing all footers from all emails. It's not worth
> > the
> > >> extra noise for the rare occasions of some individuals not wanting to
> > >> unsubscribe.
> > >>
> > >> I would also recommend that future actions with infra to be taken by a
> > PMC
> > >> member (after community approval) since they have access to necessary
> > >> resources and are hence best fit to guide infra on the needs of the
> > >> project.
> > >>
> > >> On Wed, Jun 5, 2019, 11:09 AM Michael Brohl  >
> > >> wrote:
> > >>
> > >>> Hi all,
> > >>>
> > >>> I've already informed Infra about this step taken without approvement
> > >>> from the community, see [1]
> > >>>
> > >>> Should I ask them to remove the footers?
> > >>>
> > >>> Thanks,
> > >>>
> > >>> Michael
> > >>>
> > >>>
> > >>> [1] https://issues.apache.org/jira/browse/INFRA-18553
> > >>>
> > >>>
> > >>> Am 03.06.19 um 15:12 schrieb Michael Brohl:
> > >>>> I don't think that we need a technical enforcement, community code
> of
> > >>>> conduct should be enough.
> > >>>>
> > >>>> I don't see a problem with a longer signature from newcomers here
> and
> > >>>> there, but those who participate more often should be able to
> create a
> > >>>> shot signature which does not pollute the mail threads.
> > >>>>
> > >>>> Thanks,
> > >>>>
> > >>>> Michael
> > >>>>
> > >>>> Am 03.06.19 um 13:11 schrieb Jacques Le Roux:
> > >>>>> +1
> > >>>>>
> > >>>>> But I can't see a way to enforce that. Apart maybe asking infra,
> and
> > >>>>> even then not sure it makes sense for "external writers" who have
> > >>>>> those kinds of disclaimer messages at bottom
> > >>>>>
> > >>>>> Jacques
> > >>>>>
> > >>>>> Le 03/06/2019 à 12:36, Michael Brohl a écrit :
> > >>>>>> Good question, Taher.
> > >>>>>>
> > >>>>>> This was done without any envolvement of others. I think we should
> > >>>>>> have consensus before taking any action towards infra.
> > >>>>>>
> > >>>>>> Personally, I am not in favor of having another/additional
> > >>>>>> signatures. In the contrary, I would like to see them reduced to 1
> > >>>>>> or two lines to make them more readable.
> > >>>>>>
> > >>>>>> Some bad example with a content/noise ratio of 1:7 lines can be
> seen
> > >>>>>> below...
> > >>>>>>
> > >>>>>> Regards,
> > >>>>>>
> > >>>>>> Michael Brohl
> > >>>>>>
> > >>>>>> ecomify GmbH - www.ecomify.de
> > >>>>>>
> > >>>>>>
> > >>>>>> Am 03.06.19 um 12:24 schrieb Taher Alkhateeb:
> > >>>>>>> Why was this done without community agreement first?
> > >>>>>>>
> > >>>>>>> On Mon, Jun 3, 2019 at 8:59 AM Pierre Smits
> > >>>>>>>  wrote:
> > >>>>>>>> The unsubscribe footer is now in play for mail to dev@ofbiz.a.o
> > >>>>>>>>
> > >>>>>>>> Best regards,
> > >>>>>>>>
> > >>>>>>>> Pierre Smits
> > >>>>>>>>
> > >>>
> >
> >
>


Re: Request to become a Contributor

2019-03-30 Thread Ashish Vijaywargiya
Done. Thanks, Minal. Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>



On Sat, Mar 30, 2019 at 11:29 AM Minal Phalak <
minal.pha...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Minal Phalak
> Username: minal.phalak
> Email Address: minal.pha...@hotwaxsystems.com.
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Best Regards,
> Minal Phalak.
>


Re: Request to become contributor

2018-08-19 Thread Ashish Vijaywargiya
Done, Thanks Girish! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>



On Mon, Aug 20, 2018 at 10:24 AM Girish Vasmatkar <
girish.vasmat...@hotwaxsystems.com> wrote:

> Hello All
>
> Please consider my application to become OFBiz contributor. Following are
> the details...
>
>
> Full Name: Girish Vasmatkar
> User Name: girish.vasmatkar
> Email: girish...@gmail.com
>
> I have already filed ICLA and is signed as well.
>
> https://people.apache.org/unlistedclas.html
>
> Please let me know if any further details are needed from my side.
>
> Thanks and Regards,
> Girish Vasmatkar
>


Re: Request to become a contributor

2018-08-19 Thread Ashish Vijaywargiya
Done, Thanks Deepak! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>



On Mon, Aug 20, 2018 at 9:51 AM deepak nigam 
wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Deepak Nigam
> User Name: deepak.nigam
> Email: deepaknigam.1...@gmail.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards
> --
> Deepak Nigam
>


Re: Ofbiz vs Shopify or Magento

2017-09-17 Thread Ashish Vijaywargiya
Very well written, Taher. Thanks so much!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Sat, Sep 16, 2017 at 1:46 AM, Taher Alkhateeb <slidingfilame...@gmail.com
> wrote:

> No experience with shopify, but I list my comparison (personal subjective
> opinion) of OFBiz and magento below. I could be wrong in some points so
> please feel free to correct me.
>
> Magento Pros:
> - Large eco-system with lots of plugins
> - Refined user interface with provisions of themes both free and paid
> - Backed up by a strong firm and development partners
> - Smooth workflows for ecommerce
> - Beginner friendly
> - Usable out of the box as a deployment solution.
>
> Magento Cons:
> - Focused exclusively on ecommerce with little functionality outside of it.
> - License is restrictive
> - Considerable amount of functionality only in enterprise edition or paid
> proprietary plugins
> - Programming language is PHP ( performance / security issues ). Again my
> own opinion.
> - Steering the project is dominated by magento the company.
>
> OFBiz pros:
> - Much more than an ecommerce solution (ERP, CRM, Business Automation, and
> lots of other functionality). In fact it can even act as a backend to
> solutions like magento
> - One of the best domain models I've seen with hundreds of well thought out
> entities and relationships.
> - Solid and rich architecture for all kinds of requirements (services,
> entities, transaction management, caching, internationalization and lots
> more)
> - Very flexible and extensible due to the above two points.
> - A large suite of existing services saving time and effort in development.
> - Excellent DSL for managing almost everything
> - Supports multiple programming languages including Java and Groovy
> - Developer friendly
> - Business friendly license
> - A healthy thriving community.
>
> OFBiz cons:
> - User interface is in need of upgrade
> - Steeper learning curve
> - Not very usable out of the box and requires customization (more of a
> framework than an application)
> - Heavier on resources (it's a big system)
> - Limited plugin eco-system (work in progress)
>
> I tried to put a fair comparison, feel free to amend it and / or use it
> anywhere.
>
>
> On Sep 15, 2017 8:53 PM, <ja...@productive1.com> wrote:
>
> I agree.  I believe when you look at all the functionality of ofbiz vs
> the other two point solutions there is no comparison.  However there are
> tons of shoes that are better than Nike but the marketing machine and
> popularity of Nike make competing difficult.  In our ERP/eCommerce
> market there are cost conscious buyers who when you can sit down with
> them and explain the value of Ofbiz they will get it.
>
> Thanks,
>
> James
>
>  Original Message 
> Subject: Re: Ofbiz vs Shopify or Magento
> From: Todd Thorner <tthor...@infotinuum.com>
> Date: Fri, September 15, 2017 9:58 am
> To: user@ofbiz.apache.org
>
> Comparing features & capabilities is one thing. Calling popularity a
> form of competition is irrelevant to this or that enterprise's business
> imperative.
>
>
> That said, I have no clue regarding a features matrix. Perhaps that'd
> be a good addition to the web page.
>
>
>
> On 17-09-15 09:44 AM, ja...@productive1.com wrote:
> > I was recently asked this question..."How does Ofbiz compare to Shopify
> > and Magento.
> >
> > I was a bit bias as I have been exploring ofbiz for a few months but it
> > seems that OFbiz offers so much more than the both of them even though
> > Shopify and Magento have done a great marketing job.
> >
> > My question to the group. What are the major strengths and weakness of
> > OFbiz compared to the two and can Ofbiz REALLY compete against them?
> >
> > GO!
> >
> > Thanks,
> >
> > James
> >
>


Re: How can I check old emails

2017-08-21 Thread Ashish Vijaywargiya
Hello Sanjay,

Following links will be helpful to you!

https://lists.apache.org/list.html?user@ofbiz.apache.org

http://ofbiz.135035.n4.nabble.com/OFBiz-f135035.subapps.html

http://ofbiz.markmail.org/

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Aug 21, 2017 at 11:27 AM, Sanjay Yadav <
sanjay.ya...@hotwaxsystems.com> wrote:

> Hello,
>
> April 19, 2016. I subscribed mailing lists user@ofbiz.apache.org and
> d...@ofbiz.apache.org.
>
> Now, I want to check old emails before April 19, 2016. How can I do this?
> Please suggest. thanks!
>
>
> Best Regards,
>
> *Sanjay Yadav*
> Manager, Enterprise Quality Assurance
> HotWax Systems
>


Re: [MODERATE] Fwd: Request to Become a Contributor

2017-07-28 Thread Ashish Vijaywargiya
Done, Thanks Ayushi! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Fri, Jul 28, 2017 at 10:56 AM, Ayushi Rathod <ayushiratho...@gmail.com>
wrote:

> Hi Deepak,
>
> I have subscribed the mailing list. Please consider.
>
> My account details are as follows:
> Full Name: Ayushi Rathod
> User Name: ayushirathod44
> Email: ayushiratho...@gmail.com
>
> I have signed the ICLA: *https://people.apache.org/unlistedclas.html
> <https://people.apache.org/unlistedclas.html>*
> Thanks and Regards
>
>
> On Fri, Jul 28, 2017 at 10:55 AM, Ayushi Rathod <
> ayushi.rat...@hotwaxsystems.com> wrote:
>
> > Sure Deepak.
> >
> > Thanks
> >
> > On Mon, Jul 24, 2017 at 10:59 AM, Deepak Dixit <
> > deepak.di...@hotwaxsystems.com> wrote:
> >
> > > Hi Ayushi,
> > >
> > > Your email has been moderated,
> > > Please subscribe mailing list http://ofbiz.apache.org/
> mailing-lists.html
> > > to
> > > send email on mailing list.
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > >
> > >
> > > -- Forwarded message --
> > > From: Ayushi Rathod <ayushiratho...@gmail.com>
> > > To: user@ofbiz.apache.org
> > > Cc:
> > > Bcc:
> > > Date: Mon, 24 Jul 2017 10:07:48 +0530
> > > Subject: Request to Become a Contributor
> > > Hello,
> > >
> > > Please register me as an OFBiz Contributor.
> > >
> > > My account details are as follows:
> > > Full Name: Ayushi Rathod
> > > User Name: ayushirathod44
> > > Email: ayushiratho...@gmail.com
> > >
> > > I have signed the ICLA:
> > > https://people.apache.org/unlistedclas.html
> > > <https://www.google.com/url?q=https%3A%2F%2Fpeople.apache.
> > > org%2Funlistedclas.html=D=1=AFQjCNHVf2UABS2lcykR7HChP0QJk-
> > kI-Q
> > > >
> > >
> > > Thanks and Regards
> > >
> > > --
> > > Ayushi Rathod
> > > Enterprise Software Engineer
> > >
> >
> >
> >
> > --
> > Ayushi Rathod
> > Enterprise Software Engineer
> >
>


Re: Request to Become a Contributor

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Anushi! Please check - https://cwiki.apache.org/con
fluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 24, 2017 at 9:56 AM, Anushi Gupta <
anushi.gu...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBIz Contributor.
>
> My account details are as follows:
>
> Full Name: Anushi Gupta
> User Name: anushi.gupta10
> Email: anushi.gu...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
> Anushi Gupta
>


Re: Request to Become a Contributor

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Ujjawal! Please check - https://cwiki.apache.org/con
fluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 24, 2017 at 9:25 AM, Ujjawal Solanki <
ujjawal.sola...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Ujjawal Solanki
> User Name: ujjawal.solanki77
> Email: ujjawal...@gmail.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
> Ujjawal Solanki
>


Re: Request to Become a Contributor.

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Lalit! Please check - https://cwiki.apache.org/con
fluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 24, 2017 at 9:24 AM, Lalit Dashora <
lalit.dash...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Lalit Dashora
> User Name: lalit.dashora
> Email: lalit.dash...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Best Regards,
> --
> Lalit Dashora
>


Re: Request to Become a Contributor

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Yogesh! Please check - https://cwiki.apache.org/con
fluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 24, 2017 at 9:43 AM, Yogesh Naroliya <
yogesh.narol...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Yogesh Naroliya
> User Name: yogesh.naroliya
> Email: yogesh.narol...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
>
> Yogesh Naroliya
>


Re: Request to Become a Contributor

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Garima! Please check - https://cwiki.apache.org/con
fluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 24, 2017 at 9:06 AM, Garima Jain <jaingarima2...@gmail.com>
wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
>
> Full Name: Garima Jain
> User Name: garima.jain
> Email: jaingarima2...@gmail.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
>
> *Kind Regards*
> Garima Jain
> Indore
>


Re: Request to Become a Contributor

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Dhaval! Please check - https://cwiki.apache.org/
confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 24, 2017 at 8:55 AM, Dhaval Wagela <
dhaval.wag...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Dhaval Wagela
> User Name: dhaval.wagela
> Email: dhaval.wag...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
> Dhaval Wagela
> Enterprise Software Engineer
> HotWax Systems  <http://www.hotwaxsystems.com/
> <<http://www.hotwaxsystems.com/>>>
>


Re: Request to Become a Contributor

2017-07-25 Thread Ashish Vijaywargiya
Done, Thanks Prasheel! Please check - https://cwiki.apache.org/con
fluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Tue, Jul 25, 2017 at 1:24 PM, Prasheel Soni <
prasheel.s...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Prasheel Soni
> User Name: prasheel.soni
> Email: prasheel.s...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
> <https://www.google.com/url?q=https%3A%2F%2Fpeople.apache.
> org%2Funlistedclas.html=D=1=AFQjCNHVf2UABS2lcykR7HChP0QJk-kI-Q
> >
>
> Thanks and Regards,
> Prasheel Soni
>


Re: Request to Become a Contributor.

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Rohit. Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Sat, Jul 22, 2017 at 9:52 AM, Rohit Rai <rohit@hotwaxsystems.com>
wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Rohit Rai
> User Name: rohit.rai
> Email: rohit@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Best Regards,
> Rohit Rai
> www.hotwaxsystems.com
>


Re: Request to Become a Contributor

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Sourabh! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Sat, Jul 22, 2017 at 10:24 AM, Sourabh Jain <
sourabh.j...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Sourabh Jain
> User Name: sourabh.jain
> Email: sourabh.j...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards,
> --
> *Sourabh Jain*
> Enterprise Software Engineer
> HotWax Systems <http://www.hotwaxsystems.com/>
>


Re: Request to become a Contributor

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Praveen! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Sat, Jul 22, 2017 at 9:25 AM, Praveen Sharma <
praveen.sha...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name:Praveen Sharma
> User Name: praveen.sharma
> Email: praveen.sha...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards,
> Praveen Sharma
> Enterprise Software Engineer
> Hotwax Systems <http://www.hotwaxsystems.com/>
>


Re: Request to become a Contributor

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Pradeep! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Sat, Jul 22, 2017 at 9:55 AM, Pradeep Chaudhary <
pradeep.chaudh...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My Account Details are-
> Full Name: Pradeep Choudhary
> User Name: pradeep.choudhary1994
> Email: pradeep.chaudh...@hotwaxsystems.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Thanks and regards,
>
> --
> *Pradeep Choudhary* | Enterprise Software Engineer
> HotWax Commerce <http://www.hotwax.co/>  by  HotWax Systems
> <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> Cell phone: +91 7869696004
>
> HotWax Systems recently received 8 mentions in *The Gartner Digital
> Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
> research and advisory company. Learn more about our research here
> <https://www.gartner.com/technology/media-products/newsletters/HotWax/1-2UVLP6M/index.html>
> .
>
> [image: Inline image 1]
>


Re: Request to Become a Contributor

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Shikha! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Sat, Jul 22, 2017 at 9:03 AM, Shikha Jaiswal <
shikha.jais...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Shikha Jaiswal
> User Name: shikha.jaiswal
> Email: shikha.jais...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
>
> *Shikha Jaiswal* | Enterprise Software Engineer
> HotWax Systems <http://www.hotwaxsystems.com/>
>


Re: Request to Become a Contributor

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Sonal! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Fri, Jul 21, 2017 at 7:30 PM, Sonal Patwari <
sonal.patw...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Sonal Patwari
> User Name: sonal.patwari
> Email: sonal.patw...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards,
> Sonal Patwari
> Enterprise Software Engineer
> Hotwax Systems <http://www.hotwaxsystems.com/>
>


Re: Request to become a Contributor

2017-07-22 Thread Ashish Vijaywargiya
Done, Thanks Pawan! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Fri, Jul 21, 2017 at 10:39 AM, Pawan Verma <pawan.ve...@hotwaxsystems.com
> wrote:

> Hello,
>
> Please register me as OFBiz Contributor.
>
> My account details are:
> Full Name: Pawan Verma
> UserName: pawan.verma
> EMail: pawan.ve...@hotwaxsystems.com
>
> I have signed the ICLA-https://people.apache.org/unlistedclas.html
>
> --
> Thanks and Regards,
>
> *Pawan Verma* | Sr. Enterprise Software Engineer
> HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
> <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part ||, Near Brilliant Convention Center,
> Indore,
> M.P, India - 452010
> Cell phone: +91 9977705687
>
> HotWax Systems recently received 8 mentions in *The Gartner Digital
> Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
> research and advisory company. Learn more about our research here
> <https://www.gartner.com/technology/media-products/
> newsletters/HotWax/1-2UVLP6M/index.html>
> .
> <http://www.hotwax.co/>
>
> This e-mail and its attachments are confidential and intended for use by
> the above-named recipient(s) only. If you are not the intended recipient,
> please note that any use, modification, dissemination, edition or
> reproduction (either in whole or partially) of this e-mail and/or its
> attachments, or of the information contained herein, is strictly
> prohibited. If you have received this e-mail by mistake, please notify the
> sender immediately, and immediately delete this e-mail with its attachments
> and any copy of it from your computer system. We do not ensure the security
> of electronically transmitted information. Therefore, we take no
> responsibility in the event this email and/or its attachments may have been
> for example modified, altered and/or in the case of transmission of a
> virus. Your communication with us through such means shall signify your
> acceptance of such risks. We kindly advise you to check whether this email
> or its attachments are free of viruses.
>


Re: Request to become a contributor

2017-07-20 Thread Ashish Vijaywargiya
Done, Thanks Padma. Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Jul 20, 2017 at 10:20 AM, Padma Rawat <padma.ra...@hotwaxsystems.com
> wrote:

> Hello
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Padmavati Rawat
> User Name: padma.rawat
> Email: padmavati.raw...@gmail.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards
> Padmavati Rawat
>


Re: Contributor request

2017-07-18 Thread Ashish Vijaywargiya
Done, Thanks Sakke! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 17, 2017 at 1:47 PM, Sakke Ferraris <sa...@ferrasys.com> wrote:

> Hello,
>
> Please register me as a contributor.
>
> Name: Sakke Ferraris
> Email: sa...@ferrasys.com<mailto:sa...@ferrasys.com>
> Username in confluence: ferraris
> ICLA has been emailed to secreat...@apache.org ecreat...@apache.org>
>
>
> Best Regards,
>
> Sakke Ferraris
>


Re: Register me

2017-07-18 Thread Ashish Vijaywargiya
Done, Thanks Rubia! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Tue, Jul 18, 2017 at 9:26 AM, ELza Joseph <rubiaejos...@gmail.com> wrote:

> Subject to Correction
>
> Hello
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Rubia Elza Joseph
> User Name: rubia.joseph
> Email: rubiaejos...@gmail.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
> <https://www.google.com/url?q=https%3A%2F%2Fpeople.apache.
> org%2Funlistedclas.html=D=1=AFQjCNHVf2UABS2lcykR7HChP0QJk-kI-Q
> >
>
> Thanks and Regards
> Rubia Joseph
>
> On Tue, Jul 18, 2017 at 9:24 AM, ELza Joseph <rubiaejos...@gmail.com>
> wrote:
>
> > Hello
> >
> > Please register me as an OFBiz Contributor.
> >
> > My account details are-
> > Full Name: Rubia Elza Josetph
> > User Name: rubia.joseph
> > Email: rubiaejos...@gmail.com
> >
> > I have signed the ICLA-
> > https://people.apache.org/unlistedclas.html
> > <https://www.google.com/url?q=https%3A%2F%2Fpeople.apache.
> org%2Funlistedclas.html=D=1=AFQjCNHVf2UABS2lcykR7HChP0QJk-kI-Q
> >
> >
> > Thanks and Regards
> > Rubia Joseph
> >
>


Re: Register me

2017-07-18 Thread Ashish Vijaywargiya
Done, Thanks Aayush! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Tue, Jul 18, 2017 at 9:07 AM, aayush jain <jaayush...@gmail.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
>
> Full Name: Aayush Jain
> User Name: aayush.jain
> Email: jaayush...@gmail.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
> <https://www.google.com/url?q=https%3A%2F%2Fpeople.apache.
> org%2Funlistedclas.html=D=1=AFQjCNHVf2UABS2lcykR7HChP0QJk-kI-Q
> >
>
> Thanks and Regards
> Aayush
>


Re: Request to become a contributor

2017-07-18 Thread Ashish Vijaywargiya
Done, Thanks Priya! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Jul 17, 2017 at 2:23 PM, Priya Sharma <
priya.sha...@hotwaxsystems.com> wrote:

> Hello All,
>
> I would like to update my details here:
>
> Full Name: Priya Sharma
> User Name: priya.sharma.9362
> Email: priya.sharma.9...@gmail.com
>
> Sorry for the inconvenience.
>
> Thanks & Regards
>
>
>
> On Mon, Jul 17, 2017 at 11:03 AM, Priya Sharma <
> priya.sha...@hotwaxsystems.com> wrote:
>
> > Hello,
> >
> > Please register me as an OFBiz Contributor.
> >
> > My account details are-
> > Full Name: Priya Sharma
> > User Name: priya.sharma
> > Email: priya.sharma.9...@gmail.com <vyas.devansh...@gmail.com>
> >
> > I have signed the ICLA-
> > https://people.apache.org/unlistedclas.html
> >
> > Thanks & Regards,
> >
> > *Priya Sharma* | Enterprise Software Engineer
> >
> > HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
> > <http://www.hotwaxsystems.com/>
> > Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> > Indore, M.P 452010
> >
> > HotWax Systems recently received 8 mentions in *The Gartner Digital
> > Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
> > research and advisory company. Learn more about our research here
> > <https://www.gartner.com/technology/media-products/
> newsletters/HotWax/1-2UVLP6M/index.html>
> > .
> > <http://www.hotwax.co/>
> >
>


Re: Request to become a Contributor

2017-07-17 Thread Ashish Vijaywargiya
Done, Thanks Aishwary! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Jul 13, 2017 at 1:05 PM, Aishwary Shrivastava <
aishwary.shrivast...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Aishwary Shrivastava
> User Name: aishwary
> Email: a ishwary.shrivast...@hotwaxsystems.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
> Aishwary Shrivastava
> Enterprise Software Engineer
> HotWax Systems <http://www.hotwaxsystems.com/>
>


Re: Request to become a Contributor.

2017-07-17 Thread Ashish Vijaywargiya
Done, Thanks Humera! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Jul 13, 2017 at 12:31 PM, humera khan <humerakhan...@gmail.com>
wrote:

> Hello
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Humera Khan
> User Name: humera.khan
> Email: humerakhan...@gmail.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards
>
> Humera Khan
>


Re: Request to become a Contributor

2017-07-12 Thread Ashish Vijaywargiya
Thanks Ritesh, Done! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Jul 13, 2017 at 9:07 AM, Ritesh Kumar <
ritesh.ku...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Ritesh Kumar
> User Name: ritesh.kumar
> Email: ritesh.ku...@hotwaxsystems.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Thanks and regards
>
> --
> *Ritesh Kumar* | Enterprise Software Engineer
> HotWax Commerce <http://www.hotwax.co/>  by  HotWax Systems
> <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> Cell phone: +91 7869696004
>
> HotWax Systems recently received 8 mentions in *The Gartner Digital
> Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
> research and advisory company. Learn more about our research here
> <https://www.gartner.com/technology/media-products/newsletters/HotWax/1-2UVLP6M/index.html>
> .
>
> [image: Inline image 1]
>


Re: Request to become a Contributor

2017-07-12 Thread Ashish Vijaywargiya
Thanks Devanshu, Done! Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Wed, Jul 12, 2017 at 8:56 PM, Devanshu Vyas <vyas.devansh...@gmail.com>
wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Devanshu Vyas
> User Name: devanshu.vyas
> Email: vyas.devansh...@gmail.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> <https://people.apache.org/unlistedclas.html>
> Thanks & Regards,
> Devanshu Vyas.
>


Re: Request to become a Contributor

2017-07-12 Thread Ashish Vijaywargiya
Done, Thanks Pallavi. Please check -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Wed, Jul 12, 2017 at 1:20 PM, Pallavi Goyal <goyalpallav...@gmail.com>
wrote:

> Hello
>
> Please register me as an OFBiz Contributor.
>
> My account details are-
> Full Name: Pallavi Goyal
> User Name: pallavi.goyal
> Email: goyalpallav...@gmail.com
>
> I have signed the ICLA-
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards
> Pallavi Goyal
>


Re: Request to Become a Contributor

2017-05-29 Thread Ashish Vijaywargiya
Done. Thanks, Akshay. Please refer -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, May 29, 2017 at 9:55 AM, Akshay Patil <
akshay.pa...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Akshay Patil
> User Name: akshay.patil
> Email: akshay.pa...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards,
> Akshay Patil
> Enterprise Software Engineer
> Hotwax Systems
> http://www.hotwaxsystems.com/
>


Re: Tutorial Videos

2017-04-05 Thread Ashish Vijaywargiya
Impressive! Thanks so much Pranay!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Wed, Apr 5, 2017 at 5:51 PM, Deepak Dixit <deepak.di...@hotwaxsystems.com
> wrote:

> Hi Team,
>
> Here are some more videos from Pranay
>
> -  Setup OFBiz in IntelliJ IDEA IDE - Release 16.11 and Trunk
> <https://youtu.be/mxToh2rX7NY>
> - Setup OFBiz with MySQL <https://youtu.be/Lzmv0DCC5N4>
>
>
> Thanks Pranay for your effort.
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
>
> On Wed, Mar 22, 2017 at 7:07 PM, akash jain <akash1.ja...@gmail.com>
> wrote:
>
> > Nice videos, thanks Pranay!
> >
> > Thanks and Regards
> > --
> > Akash Jain
> >
> > On Thu, Mar 9, 2017 at 6:18 PM, Deepak Dixit <deepak.dixit@hotwaxsystems.
> > com
> > > wrote:
> >
> > > Hi Everyone,
> > >
> > > Pranay has created two video tutorials, these have been published on
> our
> > > OFBiz YouTube channel <https://www.youtube.com/user/ofbiz>:
> > > 1 - Apache OFBiz Mailing Lists <https://www.youtube.com/
> > > watch?v=bIS2kftvsq4>
> > > 2 - OFBiz Beginners Tutorial - Basic Setup Release16.11
> > > <https://youtu.be/efkB_aN-ODw>
> > >
> > > Thanks Pranay for these helpful videos.
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > > www.hotwaxsystems.com
> > >
> >
>


Re: Request to Become a Contributor

2017-03-26 Thread Ashish Vijaywargiya
Done, Please refer -> https://cwiki.apache.org/confluence/x/AIRMAg.

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Mon, Mar 27, 2017 at 9:01 AM, Nitish Mishra <
nitish.mis...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an *OFBiz** Contributor.*
> My account details are as follow:
>
> Full Name: Nitish Mishra
> User Name: nitish.mishra
> Email: nitish.mis...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
> <https://people.apache.org/unlistedclas.html>
>
> --
> Thanks and Regards,
> Nitish Kumar Mishra
> Enterprise Software Engineer
> Hotwax Systems Pvt. Ltd.
>


Re: Tutorial Videos

2017-03-22 Thread Ashish Vijaywargiya
Very nice videos. Thanks, Pranay!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Mar 9, 2017 at 6:18 PM, Deepak Dixit <deepak.di...@hotwaxsystems.com
> wrote:

> Hi Everyone,
>
> Pranay has created two video tutorials, these have been published on our
> OFBiz YouTube channel <https://www.youtube.com/user/ofbiz>:
> 1 - Apache OFBiz Mailing Lists <https://www.youtube.com/
> watch?v=bIS2kftvsq4>
> 2 - OFBiz Beginners Tutorial - Basic Setup Release16.11
> <https://youtu.be/efkB_aN-ODw>
>
> Thanks Pranay for these helpful videos.
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
>


Re: Purchase problem

2017-02-16 Thread Ashish Vijaywargiya
Can you please share the code base details? Are you using trunk or any of
the release branch?

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Fri, Feb 17, 2017 at 11:46 AM, Alfonso Barreto <ab...@yahoo.com.invalid>
wrote:

> When I try to create a purchase order, got this error on the log:
> No tag configuration found for organization [Company]PRCH_ORDER_IT
> Will appreciate any ideas.
> Many helps
>


Re: Request to Become a Contributor

2017-02-01 Thread Ashish Vijaywargiya
Hello Aditya,

Done. Please refer - https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Feb 2, 2017 at 8:52 AM, Aditya Sharma <
aditya.sha...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as an OFBiz Contributor.
>
> My account details are as follows:
> Full Name: Aditya Sharma
> User Name: aditya.sharma
> Email: aditya.sha...@hotwaxsystems.com
>
> I have signed the ICLA:
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards,
> Aditya Sharma
> Enterprise Software Engineer
> Hotwax Systems
> http://www.hotwaxsystems.com/
>


Re: To become a contributor

2016-12-18 Thread Ashish Vijaywargiya
Done, Please check - https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997

On Mon, Dec 19, 2016 at 11:30 AM, Archana Asthana <
archana.asth...@hotwaxsystems.com> wrote:

> Hi,
>
> Please register me as a contributor.
>
> Name : Archana Asthana
> Username : archana.asthana
> Email : archana.asth...@hotwaxsystems.com
>
> Please Find the link attached, reflecting my name.
> https://people.apache.org/unlistedclas.html
>
> Thanks and Regards,
> Archana
>


Re: Proposal: sending the specialpurpose/oagis component to Attic

2016-09-23 Thread Ashish Vijaywargiya
+1

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997


On Fri, Sep 23, 2016 at 2:14 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> Hi all,
>
> my proposal is to remove the "oagis" specialpurpose component from the
> trunk and record the event in our Attic page [*].
> If we will do this, the consequence will be that the component will no more
> be available in future releases: if you are using it, or plan to use it,
> speak up now! :-)
> Otherwise, its source code and interesting concepts will be always
> available in our source repository and interested parties could easily
> retrieve its sources following the instructions in our Attic page.
> The main motivation for this proposal is because of the tricky license of
> the XML schema files under specialpurpose/oagis/dtd/
> These files are an old and unmaintained version and we could not upgrade
> them because since their inclusion in OFBiz the newer versions have been
> re-licensed under an incompatible license. Even in they current license,
> they require special handling and mention in our LICENSE file and,
> considering the complexity of the subject, and the fact that the component
> has never attracted much attention (based on the questions or contributions
> received in the years), I think it would be safer if we remove it from the
> trunk.
>
> Kind regards,
>
> Jacopo
>
> [*] https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic
>


Re: To become contributor

2016-09-17 Thread Ashish Vijaywargiya
Done Aman. Please check - https://cwiki.apache.org/confluence/x/AIRMAg.
Thanks!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997


On Sat, Sep 17, 2016 at 1:12 PM, Aman Mishra <aman.mis...@hotwaxsystems.com>
wrote:

> Hello,
>
> I have filled the ICLA form and now I am sharing my confluence details -
>
> Full Name : Aman Mishra
>
> User Name : aman.mishra
>
> Email : aman.mis...@hotwaxsystems.com
>
>
> Thanks & Regards
> --
>
> Aman Mishra
>


Re: Please register me as a contributor

2016-09-17 Thread Ashish Vijaywargiya
Hello David,

This request has been taken care. Please refer this page -
https://cwiki.apache.org/confluence/x/AIRMAg
Thanks!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997


On Sat, Sep 17, 2016 at 1:04 PM, Chen David <davidc...@winwintech.cn> wrote:

> Dear Sir/Madam,
>
> Please register me as a contributor. My account details are as follows:
>
> Full Name: David Chen
> User Name: davidchen
> Email:davidc...@winwintech.cn
>
> I have signed the ICLA
> https://people.apache.org/unlistedclas.html
>
> Regards
> David Chen
>
>
>
>


Re: OFBiz Blog - June 2016 Update

2016-07-05 Thread Ashish Vijaywargiya
Looks very good Sharan. Thanks for sharing.

I think you can share the Committer survey report link in this blog as
well. That will be really helpful for any person reviewing the blog post.
Here is the link - https://cwiki.apache.org/confluence/x/P4LHAw

Thanks!

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
Connect with me on LinkedIn -
https://www.linkedin.com/in/ashishvijaywargiya1

On Tue, Jul 5, 2016 at 1:19 PM, Sharan Foga <sharan.f...@gmail.com> wrote:

> Hi All
>
> Our monthly blog update is now available at the link below
>
> https://blogs.apache.org/ofbiz/entry/apache_ofbiz_news_june_2016
>
> Thanks very much to Michael and Jacques for their help in putting it
> together.
>
> You will see that we have done a huge amount of work over the last month
> (Just look at the  by the amount of activities and the number of features,
> improvements and bug fixes that have been done!).
>
> It is great to see that OFBiz is consistently in the top 5 most active ASF
> projects for SVN commits and mailing list activity (dev list).
> https://status.apache.org/
>
> Thanks to everyone that has worked (and is continuing to work :-) on
> making OFBiz even better.
>
> Thanks
> Sharan
>
>


Re: Request to become a contributor

2016-07-01 Thread Ashish Vijaywargiya
Done, Thanks Tanmay! Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
Connect with me on LinkedIn -
https://www.linkedin.com/in/ashishvijaywargiya1

On Fri, Jul 1, 2016 at 6:51 PM, Tanmay Muley <tanmay.mu...@hotwaxsystems.com
> wrote:

> Hello,
>
> Please register me as OFBiz contributor.
> My account details are as follows :
>
> Full Name : Tanmay Muley
> User Name : tanmay.muley
> Email : tanmay.mu...@hotwaxsystems.com <renuka.sris...@hotwaxsystems.com>
>
> I have signed the ICLA
> https://people.apache.org/unlistedclas.html
> <
> https://www.google.com/url?q=https%3A%2F%2Fpeople.apache.org%2Funlistedclas.html=D=1=AFQjCNHVf2UABS2lcykR7HChP0QJk-kI-Q
> >
>
> --
> Tanmay Muley
> Enterprise Embedded Engineer
> Hotwax Systems
>


Re: [DISCUSSION] Anticipate the end of life of the 13.07 branch and backport some non-bug related changes to the 14.12 and 15.12 branches

2016-06-30 Thread Ashish Vijaywargiya
+1, Very good idea. Thanks so much Sharan!

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
Connect with me on LinkedIn -
https://www.linkedin.com/in/ashishvijaywargiya1

On Thu, Jun 30, 2016 at 12:35 PM, Sharan Foga <sha...@apache.org> wrote:

> Thanks for the response -Jacopo. (You posted a minute before I did!)
>
> Anyway I think that I might have an idea that could solve our problem –
> let's just leave 14.12 and 15.12 as unreleased branches.
>
> The jar issue is only an issue if we want to convert the unreleased
> branches into a release. Unreleased they can contain the jar files and the
> special purpose components etc – but if we want to release them then we
> need to fix the jar file problem before it can be released.
>
> Christian mentions that people are using the unreleased branches, so by
> leaving them unreleased, we are actually giving our users something that
> can help them move from 13.07.
>
> So I suggest that we seriously consider leaving 14.12 and 15.12 as
> unreleased branches.
>
> For the next point – I think our next release should be the 16.x – so that
> means that we are not backporting any changes and can take a branch
> directly from the trunk once the gradle changes have been applied.
>
> Comments anyone?
>
> Thanks
> Sharan
>
>
> On 2016-06-30 07:25 (+0200), Jacopo Cappellato <
> jacopo.cappell...@hotwaxsystems.com> wrote:
> > On Wed, Jun 29, 2016 at 11:49 AM, Christian Geisert <
> > christian.geis...@isu-gmbh.de> wrote:
> >
> > > ...
> > > My proposal is to release 14.12 ASAP, after that dropping 13.07 and
> then
> > > trying to do a release 16.x with Gradle. And a release of 15.12in
> > > between wouldn't be bad either ;)
> > >
> > >
> > Thank you Christian.
> > Your proposal makes sense but the problem is that we will not be able to
> > release (14.12, 15.12 etc...) until we have removed all the jars from the
> > distribution, and implementing this in the branches will require some
> > layout changes that will bring instability: the releases will be delayed
> > regardless and if we want to implement two different mechanisms for
> > downloading the jars for 14.12 vs the trunk and 16.x etc... than the
> > codebases will become rather different and more difficult to maintain;
> and
> > the extra effort will have to be backed up by the interested users. We
> have
> > to consider these aspects and do a reality check on resources before
> moving
> > in any direction.
> >
> > Jacopo
> >
>


Re: [DISCUSSION] Anticipate the end of life of the 13.07 branch and backport some non-bug related changes to the 14.12 and 15.12 branches

2016-06-30 Thread Ashish Vijaywargiya
+1

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
Connect with me on LinkedIn -
https://www.linkedin.com/in/ashishvijaywargiya1

On Thu, Jun 30, 2016 at 1:35 PM, Taher Alkhateeb <slidingfilame...@gmail.com
> wrote:

> Hi Sharan,
>
> Very smart idea simple and to the point. We avoid a mountain of work by
> simply not releasing. I see two major benefits of not making a new releases
> of 14 or 15
>
> 1- the compliance with no binaries issue for the ASF is automatically
> achieved without any work
> 2-  the community as a whole can now focus on the future by upgrading and
> migrating to the new releases where all the hot stuff is happening
>
> Under the special circumstances we are going through with this wake up call
> to refactor and improve the framework and the big new features being added
> it makes sense to unify our efforts.
>
> With that being said we need to focus our efforts on making a new release
> soon to have something tangible with all the goodies in the hands of our
> users.
>
> Taher Alkhateeb
> On Jun 30, 2016 10:05 AM, "Sharan Foga" <sha...@apache.org> wrote:
>
> > Thanks for the response -Jacopo. (You posted a minute before I did!)
> >
> > Anyway I think that I might have an idea that could solve our problem –
> > let's just leave 14.12 and 15.12 as unreleased branches.
> >
> > The jar issue is only an issue if we want to convert the unreleased
> > branches into a release. Unreleased they can contain the jar files and
> the
> > special purpose components etc – but if we want to release them then we
> > need to fix the jar file problem before it can be released.
> >
> > Christian mentions that people are using the unreleased branches, so by
> > leaving them unreleased, we are actually giving our users something that
> > can help them move from 13.07.
> >
> > So I suggest that we seriously consider leaving 14.12 and 15.12 as
> > unreleased branches.
> >
> > For the next point – I think our next release should be the 16.x – so
> that
> > means that we are not backporting any changes and can take a branch
> > directly from the trunk once the gradle changes have been applied.
> >
> > Comments anyone?
> >
> > Thanks
> > Sharan
> >
> >
> > On 2016-06-30 07:25 (+0200), Jacopo Cappellato <
> > jacopo.cappell...@hotwaxsystems.com> wrote:
> > > On Wed, Jun 29, 2016 at 11:49 AM, Christian Geisert <
> > > christian.geis...@isu-gmbh.de> wrote:
> > >
> > > > ...
> > > > My proposal is to release 14.12 ASAP, after that dropping 13.07 and
> > then
> > > > trying to do a release 16.x with Gradle. And a release of 15.12in
> > > > between wouldn't be bad either ;)
> > > >
> > > >
> > > Thank you Christian.
> > > Your proposal makes sense but the problem is that we will not be able
> to
> > > release (14.12, 15.12 etc...) until we have removed all the jars from
> the
> > > distribution, and implementing this in the branches will require some
> > > layout changes that will bring instability: the releases will be
> delayed
> > > regardless and if we want to implement two different mechanisms for
> > > downloading the jars for 14.12 vs the trunk and 16.x etc... than the
> > > codebases will become rather different and more difficult to maintain;
> > and
> > > the extra effort will have to be backed up by the interested users. We
> > have
> > > to consider these aspects and do a reality check on resources before
> > moving
> > > in any direction.
> > >
> > > Jacopo
> > >
> >
>


Re: [DISCUSSION] Anticipate the end of life of the 13.07 branch and backport some non-bug related changes to the 14.12 and 15.12 branches

2016-06-28 Thread Ashish Vijaywargiya
+1 for #1.
+1 for #2.

Thanks Jacopo for the detailed email. It is very helpful!

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997

On Tue, Jun 28, 2016 at 3:56 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> Hi all,
>
> as you may know we are working at migrating the build scripts of the OFBiz
> trunk from Ant to Gradle.
> Together with this important change we are also modifying, for policy
> reasons, the way we distribute the external dependencies (i.e., the jar
> files needed by OFBiz): the required jars will be downloaded at build time.
> Since these changes are not bug fixes, the current plan is to do these
> changes only in the trunk and do not backport them to the active branches,
> that are currently:
>
> * 13.07
> * 14.12
> * 15.12
>
> However, we will still have to modify these branches by removing the
> external jar files and download them using Ivy.
>
> The first concern is that we will have to work on and stabilize two fronts:
> Ivy for the 3 current release branches and Gradle for the trunk and the
> future branches.
> The second concern is that, as a consequence, we will have, for several
> years, significant differences in the setup/build steps between the old
> releases and the new ones that could cause confusion and regressions when
> bugs are backported.
>
> We have already issued 3 releases from the 13.07 branch and we have a
> tentative plan to issue one more release around February 2017 that would be
> the last release of this series.
> As regards 14.12 and 15.12 branches, no releases have been issued yet.
>
> Based on these details I would like you to consider the following
> decisions:
>
> 1) anticipate the end of life of the release branch 13.07 at now; we would
> not issue the fourth release as initially planned
> 2) once stabilized, backport to 14.12 and 15.12 all the changes required to
> build the system and download its dependencies with Gradle
>
> Please express your opinion on each of them separately, since they are
> independent (i.e., you could agree/disagree on the first/second/both).
>
> Thanks,
>
> Jacopo
>


Re: Request to become a contributor

2016-06-16 Thread Ashish Vijaywargiya
Done, Thanks Anuj! Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Fri, Jun 17, 2016 at 9:49 AM, Anuj Jain <anuj.j...@hotwaxsystems.com>
wrote:

> Hi,
>
> Please register me as an OFBiz contributor.
>
> My account details are as follows:
> Full Name: Anuj Jain
> User Name: anuj.jain
> Email: anuj.j...@hotwaxsystems.com
>
>  I have signed the ICLA
> https://people.apache.org/unlistedclas.html
>
> Thanks,
>
> --
> Anuj Jain | Enterprise Software Engineer
> Hotwax Systems
> www.hotwaxsystems.com
>


Re: Request to become a Contributor

2016-06-15 Thread Ashish Vijaywargiya
Done, Thanks Renuka. Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Thu, Jun 16, 2016 at 9:52 AM, Renuka Srishti <
renuka.sris...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as OFBiz contributor.
> My account details are as follows :
>
> Full Name : Renuka Srishti
> User Name : renuka.srishti
> Email : renuka.sris...@hotwaxsystems.com
>
> I have signed the ICLA
> https://people.apache.org/unlistedclas.html
>
> --
> Thanks,
> Renuka Srishti
> Enterprise Software Engineer
> HotWax Systems
>


Re: Request to become a Contributor

2016-06-15 Thread Ashish Vijaywargiya
Done, Thanks Gopal. Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Wed, Jun 15, 2016 at 7:21 PM, Gopal Yadav <gopal.ya...@hotwaxsystems.com>
wrote:

> Hello,
>
> Please register me as OFBiz contributor.
> My account details are as follows:
>
> Full Name: Gopal Yadav
> User Name: gopalyadav
> Email : yadav.gopa...@gmail.com
>
> I have signed the ICLA
> https://people.apache.org/unlistedclas.html
>
> --
> Thanks,
> Gopal Yadav
> Enterprise Software Engineer
> HotWax Systems
>


Re: Request to become a contributor

2016-06-14 Thread Ashish Vijaywargiya
Done, Thanks Yash. Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Tue, Jun 14, 2016 at 9:36 AM, Yash Sharma <yash.sha...@hotwaxsystems.com>
wrote:

> Hello,
>
> Please register me as a contributor. My account details are as follows.
>
> Full Name: Pradhan Yash Sharma
> User Name: PradhanYashSharma
> Email : pradhanyashsharm...@gmail.com <baghel.deepa...@gmail.com>
>
> I have signed the ICLA
> *https://people.apache.org/unlistedclas.html
> <https://people.apache.org/unlistedclas.html>*
>
> Thanks & Regards,
> --
> *Pradhan Yash Sharma*
> *HotWax Systems* | www.hotwaxsystems.com
>


Re: To become a contributor

2016-06-13 Thread Ashish Vijaywargiya
Done, Thanks Aman! Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Fri, Jun 10, 2016 at 10:48 AM, Aman Agrawal <
aman.agra...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as a contributor. My account details are as follows:
>
> Full Name: Aman Agrawal
> User Name: aman.agrawal
> Email: aman.agra...@hotwaxsystems.com
>
> I have signed the ICLA
> *https://people.apache.org/unlistedclas.html
> <https://people.apache.org/unlistedclas.html>*
>
> Regards,
> --
> Aman Agrawal,
> Enterprise Software Engineer
> Hotwax Systems, Indore
> www.hotwaxsystems.com
>


Re: Request to become a contributor

2016-06-13 Thread Ashish Vijaywargiya
Done, Thanks Chinmay! Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Mon, Jun 13, 2016 at 10:18 AM, Chinmay Patidar <
chinmay.pati...@hotwaxsystems.com> wrote:

> Hello,
>
> Please register me as a contributor. My account details are as follows:
>
> Full Name: Chinmay Patidar
> User Name: chinmay.patidar
> Email : chinmay.pati...@hotwaxsystems.com
>
> I have signed the ICLA
> https://people.apache.org/unlistedclas.html
>
> Thanks & Regards,
> Chinmay Patidar
> Enterprise Software Engineer
> Hotwax Systems
> www.hotwaxsystems.com
>


Re: OFBiz Blog May 2016 Update

2016-06-08 Thread Ashish Vijaywargiya
Looks very good, Thanks Sharan!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Wed, Jun 8, 2016 at 7:12 PM, Sharan-F <sharan.f...@gmail.com> wrote:

> Hi All
>
> Our monthly blog update is now available
>
> https://blogs.apache.org/ofbiz/entry/apache_ofbiz_news_may_2016
>
> Thanks as ever to Michael and Jacques for their help in putting it
> together.
>
> Thanks
> Sharan
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/OFBiz-Blog-May-2016-Update-tp4682930.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Re: Contributor registration request

2016-06-07 Thread Ashish Vijaywargiya
Done, Thanks Suraj. Here you go -
https://cwiki.apache.org/confluence/x/AIRMAg

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Tue, Jun 7, 2016 at 1:21 PM, Suraj Khurana <
suraj.khur...@hotwaxsystems.com> wrote:

> Hi,
>
> Kindly register me as OFBiz contributor, my confluence username is
> suraj.khurana
>
> P.S. I have signed the ICL Agreement,
> https://people.apache.org/unlistedclas.html (Suraj Khurana)
>
> --
> Thanks and Regards,
> Suraj Khurana
> Enterprise Software Engineer
> HotWax Systems <http://www.hotwaxsystems.com/> - *The global leader in
> innovative enterprise commerce solutions **powered by Apache OFBiz.*
> <https://about.me/surajkhurana?promo=email_sig>
>


Re: SCIPIO ERP: a modern OFBiz fork

2016-06-07 Thread Ashish Vijaywargiya
Very good work Paul. Thanks for sharing!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
https://www.linkedin.com/in/ashishvijaywargiya1

On Mon, Jun 6, 2016 at 8:29 PM, Paul Piper <p...@ilscipio.com> wrote:

> Hey everyone,
>
>
>
> we just launched http://www.scipioerp.com a modern ERP & E-Commerce
> solution
> based on Apache OFBiz. Among our changes are:
>
>
>
> * New: templating toolkit (standardization of html in freemarker &
> widgets)
>
> o   Includes new standardizes elements
>
> * New: Foundation CSS based Backoffice themes
>
> o   Metro (a modern admin theme)
>
> o   Base (an unstyled foundation theme)
>
> * New: Modern E-Commerce theme
>
> o   Foundation-Shop
>
> * New: Modern e-Commerce store
>
> o   Demo:  https://ce.scipioerp.com/shop
>
> o   Several Bugfixes
>
> o   Code clean-up
>
> o   Migration of templates to templating toolkit
>
> * New: Modern backoffice applications
>
> o   Demo:  <https://ce.scipioerp.com/admin> https://ce.scipioerp.com/admin
>
> o   Migration to templating toolkit
>
> o   Simplification & standardization of UI Elements
>
> o   New & Updated screens
>
> o   Various bug-fixes
>
> o   Update on all menus (so that they are coherent & understandable)
>
> * Various Bugfixes to the framework
>
> * Groovy file rewrites
>
> * Label fixes
>
> * General code clean-up
>
> * Updated rendering engine
>
> * Full solr integration
>
>
>
> The package is released as open-source under the Apache License and
> available for download here:  https://github.com/ilscipio/scipio-erp
>
>
>
> I hope you enjoy our effort and are as excited as we are. Feel free to join
> our community: http://forum.scipioerp.com/
>
>
>
> A complete developer documentation is available here:
> http://www.scipioerp.com/community/developer/installation-configuration/
>
>
>
> Kind regards,
>
> Paul
>
>
>
> P.S.: The project is compatible with OFBiz 14 at the moment and has been
> tested with other OFBiz version as well. For more information, refer to our
> migration guide:
>
> http://www.scipioerp.com/community/developer/installation-configuration/ofbi
> z-migration/
> <http://www.scipioerp.com/community/developer/installation-configuration/ofbiz-migration/>
>
>
>
> ---
>
> Paul Piper
>
> Geschäftsführer
>
>
>
>
>
> Web:  <http://www.ilscipio.com/> http://www.ilscipio.com
>
> Tel: (+49) 611-94589441
>
> Mobil: (+49) 176-63283066
>
> Fax: (+49) 611-94589449
>
> eMail:  <mailto:p...@ilscipio.com> p...@ilscipio.com
>
>
>
>
>
> ilscipio GmbH
>
> Am Drosselschlag 7
>
> D-35452 Heuchelheim
>
> Germany
>
>
>
>


  1   2   3   4   5   6   >