New Employee Screen
------------------- Key: OFBIZ-1068 URL: https://issues.apache.org/jira/browse/OFBIZ-1068 Project: OFBiz Issue Type: Bug Affects Versions: SVN trunk, Release Branch 4.0 Reporter: BJ Freeman Fix For: Release Branch 4.0 1) contact Phone is checked by code but not noted as required on screen. 2) Username is filled with current party login Intead of blank 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray reassigned OFBIZ-1068: --------------------------------- Assignee: Scott Gray > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Bug > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Fix For: Release Branch 4.0 > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505468 ] Scott Gray commented on OFBIZ-1068: ----------------------------------- BJ, I'm not having any problems with the Username and Password showing the current login, are you sure it's not your browser putting them in as part of a saved login feature? > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Bug > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Fix For: Release Branch 4.0 > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-1068: ------------------------------ Component/s: party Priority: Minor (was: Major) Issue Type: Improvement (was: Bug) > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Improvement > Components: party > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Priority: Minor > Fix For: Release Branch 4.0 > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1068: ------------------------------------- Fix Version/s: (was: Release Branch 4.0) SVN trunk > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Improvement > Components: party > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Priority: Minor > Fix For: SVN trunk > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525404 ] Bilgin Ibryam commented on OFBIZ-1068: -------------------------------------- Hi, i tested it too and it is definitely the browser save login feature. From the other hand i totally agree with BJ that required fields in Create Customer, Create Prospect, Create Employee are not well notified and these screens needs some refactoring. From the UI they all look exactly the same, but they all have different required fields. They only way to see the required fields is to look in UserEvents.xml. But even this file donot look correct to me. Another strange thing that i see is thst: In PartyScreens.xml NewProspect and NewEmployee screens have this <set field="displayPassword" value="Y"/>. And in the PartyForms.xml NewUser form has this: <field use-when="displayPassword!=null" name="USERNAME" <field use-when="displayPassword!=null" name="PASSWORD" <field use-when="displayPassword!=null" name="CONFIRM_PASSWORD" So for NewProspect and NewEmployee screens it is OK to see these fields, but in NewCustomer screens these fields are also there, even displayPassword is not set in the screen context. Is it a bug ? If i set it explicitly <set field="displayPassword" value=""/> then it works correct. Is this the only way to fix it ? Another interesting thing for me is how do you know which fields are required for a NewProspect , NewEmployee and NewCustomer ? How should i decide which field should be required? Regards, Bilgin Ibryam > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Improvement > Components: party > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Priority: Minor > Fix For: SVN trunk > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
I'm trying hard to upload an image using <file>tag of form but its only
storing the file name into the database and not the path. Its neither copying the image to the image folder. Also its not appending the url which we have browsed before storing it to database. Can any body help me out with this issue. With Regards Pankaj Lall On 9/6/07, Bilgin Ibryam (JIRA) <[hidden email]> wrote: > > > [ > https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525404] > > Bilgin Ibryam commented on OFBIZ-1068: > -------------------------------------- > > Hi, > i tested it too and it is definitely the browser save login feature. > > From the other hand i totally agree with BJ that required fields > in Create Customer, Create Prospect, Create Employee are not well notified > and these screens needs some refactoring. From the UI they all look exactly > the same, but they all have different required fields. They only way to see > the required fields is to look in UserEvents.xml. But even this file donot > look correct to me. > > Another strange thing that i see is thst: > In PartyScreens.xml NewProspect and NewEmployee screens have this <set > field="displayPassword" value="Y"/>. > And in the PartyForms.xml NewUser form has this: > <field use-when="displayPassword!=null" name="USERNAME" > <field use-when="displayPassword!=null" name="PASSWORD" > <field use-when="displayPassword!=null" name="CONFIRM_PASSWORD" > > So for NewProspect and NewEmployee screens it is OK to see these fields, > but in NewCustomer screens these fields are also there, even displayPassword > is not set in the screen context. Is it a bug ? If i set it explicitly <set > field="displayPassword" value=""/> then it works correct. Is this the only > way to fix it ? > > Another interesting thing for me is how do you know which fields are > required for a NewProspect , NewEmployee and NewCustomer ? How should i > decide which field should be required? > > Regards, > Bilgin Ibryam > > > New Employee Screen > > ------------------- > > > > Key: OFBIZ-1068 > > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > > Project: OFBiz > > Issue Type: Improvement > > Components: party > > Affects Versions: SVN trunk, Release Branch 4.0 > > Reporter: BJ Freeman > > Assignee: Scott Gray > > Priority: Minor > > Fix For: SVN trunk > > > > > > 1) contact Phone is checked by code but not noted as required on screen. > > 2) Username is filled with current party login Intead of blank > > 3) Password is filled with current party logn, instead of blank. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- With Regards Pankaj Lall Jr. Software Architect Palindrome Software Lab Ltd. |
Administrator
|
Please use the user ML for such question http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists
Thanks Jacques De : "Pankaj Lall" <[hidden email]> > I'm trying hard to upload an image using <file>tag of form but its only > storing the file name into the database and not the path. Its neither > copying the image to the image folder. Also its not appending the url which > we have browsed before storing it to database. > > Can any body help me out with this issue. > > With Regards > Pankaj Lall > > On 9/6/07, Bilgin Ibryam (JIRA) <[hidden email]> wrote: > > > > > > [ > > > > > > Bilgin Ibryam commented on OFBIZ-1068: > > -------------------------------------- > > > > Hi, > > i tested it too and it is definitely the browser save login feature. > > > > From the other hand i totally agree with BJ that required fields > > in Create Customer, Create Prospect, Create Employee are not well notified > > and these screens needs some refactoring. From the UI they all look exactly > > the same, but they all have different required fields. They only way to see > > the required fields is to look in UserEvents.xml. But even this file donot > > look correct to me. > > > > Another strange thing that i see is thst: > > In PartyScreens.xml NewProspect and NewEmployee screens have this <set > > field="displayPassword" value="Y"/>. > > And in the PartyForms.xml NewUser form has this: > > <field use-when="displayPassword!=null" name="USERNAME" > > <field use-when="displayPassword!=null" name="PASSWORD" > > <field use-when="displayPassword!=null" name="CONFIRM_PASSWORD" > > > > So for NewProspect and NewEmployee screens it is OK to see these fields, > > but in NewCustomer screens these fields are also there, even displayPassword > > is not set in the screen context. Is it a bug ? If i set it explicitly <set > > field="displayPassword" value=""/> then it works correct. Is this the only > > way to fix it ? > > > > Another interesting thing for me is how do you know which fields are > > required for a NewProspect , NewEmployee and NewCustomer ? How should i > > decide which field should be required? > > > > Regards, > > Bilgin Ibryam > > > > > New Employee Screen > > > ------------------- > > > > > > Key: OFBIZ-1068 > > > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > > > Project: OFBiz > > > Issue Type: Improvement > > > Components: party > > > Affects Versions: SVN trunk, Release Branch 4.0 > > > Reporter: BJ Freeman > > > Assignee: Scott Gray > > > Priority: Minor > > > Fix For: SVN trunk > > > > > > > > > 1) contact Phone is checked by code but not noted as required on screen. > > > 2) Username is filled with current party login Intead of blank > > > 3) Password is filled with current party logn, instead of blank. > > > > -- > > This message is automatically generated by JIRA. > > - > > You can reply to this email to add a comment to the issue online. > > > > > > > -- > With Regards > Pankaj Lall > Jr. Software Architect > Palindrome Software Lab Ltd. > |
In reply to this post by Pankaj Lall
There are better chances of reply if you post it in user list and in a
new thread having relevant subject. Thanks, Raj Pankaj Lall wrote: > I'm trying hard to upload an image using <file>tag of form but its only > storing the file name into the database and not the path. Its neither > copying the image to the image folder. Also its not appending the url which > we have browsed before storing it to database. > > Can any body help me out with this issue. > > With Regards > Pankaj Lall > > On 9/6/07, Bilgin Ibryam (JIRA) <[hidden email]> wrote: > >> [ >> https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525404] >> >> Bilgin Ibryam commented on OFBIZ-1068: >> -------------------------------------- >> >> Hi, >> i tested it too and it is definitely the browser save login feature. >> >> From the other hand i totally agree with BJ that required fields >> in Create Customer, Create Prospect, Create Employee are not well notified >> and these screens needs some refactoring. From the UI they all look exactly >> the same, but they all have different required fields. They only way to see >> the required fields is to look in UserEvents.xml. But even this file donot >> look correct to me. >> >> Another strange thing that i see is thst: >> In PartyScreens.xml NewProspect and NewEmployee screens have this <set >> field="displayPassword" value="Y"/>. >> And in the PartyForms.xml NewUser form has this: >> <field use-when="displayPassword!=null" name="USERNAME" >> <field use-when="displayPassword!=null" name="PASSWORD" >> <field use-when="displayPassword!=null" name="CONFIRM_PASSWORD" >> >> So for NewProspect and NewEmployee screens it is OK to see these fields, >> but in NewCustomer screens these fields are also there, even displayPassword >> is not set in the screen context. Is it a bug ? If i set it explicitly <set >> field="displayPassword" value=""/> then it works correct. Is this the only >> way to fix it ? >> >> Another interesting thing for me is how do you know which fields are >> required for a NewProspect , NewEmployee and NewCustomer ? How should i >> decide which field should be required? >> >> Regards, >> Bilgin Ibryam >> >> >>> New Employee Screen >>> ------------------- >>> >>> Key: OFBIZ-1068 >>> URL: https://issues.apache.org/jira/browse/OFBIZ-1068 >>> Project: OFBiz >>> Issue Type: Improvement >>> Components: party >>> Affects Versions: SVN trunk, Release Branch 4.0 >>> Reporter: BJ Freeman >>> Assignee: Scott Gray >>> Priority: Minor >>> Fix For: SVN trunk >>> >>> >>> 1) contact Phone is checked by code but not noted as required on screen. >>> 2) Username is filled with current party login Intead of blank >>> 3) Password is filled with current party logn, instead of blank. >>> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> >> > > > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535372 ] BJ Freeman commented on OFBIZ-1068: ----------------------------------- just a bump to review and see if there are other jiras that fix this. > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Improvement > Components: party > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Priority: Minor > Fix For: SVN trunk > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540090 ] BJ Freeman commented on OFBIZ-1068: ----------------------------------- Bilgin: the <set field="displayPassword" value="Y"/>. should be modified for the new customer to take the value from the ProductStore The service that this page is passed to determines the required fields. > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Improvement > Components: party > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Priority: Minor > Fix For: SVN trunk > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman closed OFBIZ-1068. ----------------------------- Resolution: Won't Fix > New Employee Screen > ------------------- > > Key: OFBIZ-1068 > URL: https://issues.apache.org/jira/browse/OFBIZ-1068 > Project: OFBiz > Issue Type: Improvement > Components: party > Affects Versions: SVN trunk, Release Branch 4.0 > Reporter: BJ Freeman > Assignee: Scott Gray > Priority: Minor > Fix For: SVN trunk > > > 1) contact Phone is checked by code but not noted as required on screen. > 2) Username is filled with current party login Intead of blank > 3) Password is filled with current party logn, instead of blank. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |