Hi Rajesh,

inline...

Le 31/08/2017 à 22:02, Rajesh Mallah a écrit :
Hi ,

In case ofbizsetup is still relevant (of which i am not sure)
Yes it's still relevant but it clearly needs some love,
Check https://s.apache.org/Ei4v, if what you reported is not here please add

Thanks

Jacques
I faced  following problem with it while using.

(1)  when creating the first customer customer password is being asked.
         and there is no input field for it.

The end user is shown following messages:

The Following Errors Occurred:
Password is Missing
Password or verify password missing.
As a result first customer cannot be created.

(2) In the same screen State dropdown is not properly populated in address
      section of form.


(3) In category or product setup the UI does not prevents
      or validates the input of certain data which is complained
      about in later screens. The complain was that data was
      too long for varchar(20) . It was rectified in my instance by
      extending the length of erring columns in 3 tables


TABLE: ofbiz.product_category

alter table ofbiz.product_category alter  product_category_type_id type
varchar(100);
alter table ofbiz.product_category alter   primary_parent_category_id
type varchar(100);
alter table ofbiz.product_category alter   product_category_id    type
varchar(100);

TABLE: ofbiz.prod_catalog_category

alter table ofbiz.prod_catalog_category  alter   prod_catalog_id    type
varchar(100);
alter table ofbiz.prod_catalog_category  alter   product_category_id  type
varchar(100);
alter table ofbiz.prod_catalog_category  alter
prod_catalog_category_type_id   type varchar(100);

TABLE: ofbiz.product_category_member
alter table ofbiz.product_category_member   alter   product_category_id
type varchar(100);


regds
mallah.


Reply via email to