Re: How to achieve SignUp using Facebook in ofBiz

2015-03-03 Thread Shi Jinghai
Is FB auth through OAuth2? If yes, I'll release a passport component supports 
Github, LinkedIn and PayPal, you can extend it to FB.


在 2015-3-3,下午3:18,Raghu Chandra ra...@cropin.in 写道:

 Hi Ron,
 
 I am able to login to FB account but not the application yet. Roles i can
 get assigned once i get authenticated. kindly let me know if you have any
 reference links or anything.
 
 
 Thanks
 
 On Tue, Mar 3, 2015 at 12:27 PM, Ron Wheeler rwhee...@artifact-software.com
 wrote:
 
 Do you have the user profiles in OFBiz?
 After you are signed in, you still need to have the roles assigned in
 OFBiz.
 
 Ron
 
 On 03/03/2015 1:35 AM, Raghu Chandra wrote:
 
 Hi All,
 
 I tried integrating FB signup in ofBiz, i can get the FB login done from
 the application but how can i authenticate user depending on his Facebook
 login so that he can access secure applications.
 
 Thanks
 
 
 
 --
 Ron Wheeler
 President
 Artifact Software Inc
 email: rwhee...@artifact-software.com
 skype: ronaldmwheeler
 phone: 866-970-2435, ext 102
 
 
 
 
 -- 
 Raghu Chandra K R
 Lead Engineer NPI (New Product Initiative)
 Ph : 9964446854
 
 
 
 *cropin.co.in http://cropin.co.in*



Re: ShipmentReceipt potential bugs and potential enhancements proposal

2015-03-03 Thread Christian Carlow
Hey Jacques,

Sorry, missed this back in January.  No progress has been made on these
issues but I do need the ShipmentReceipt to ReturnItem association
immediately.  I'll create a JIRA for further discussion.

The first part still seems relevant as well.  AcctgTrans are created
when ShipmentReceipts are created but none are created to undo if
ShipmentReceipt is cancelled.

As for allowing ShipmentReceipt quantity fields to be updated after
creation, Pierre's suggestion to use the Return entities seems the best
approach so it can be disregarded as an issue.

On Wed, 2015-01-07 at 22:40 +0100, Jacques Le Roux wrote:
 HI Christian,
 
 What is the situation here?
 
 Jacques
 
 Le 24/08/2014 02:17, Christian Carlow a écrit :
  When a ShipmentReceipt is created, an AcctgTrans is also created with the 
  shipmentId field set but not the receiptId.  Should the 
  AcctgTrans.receiptId also be set since it exists?
 
  Also, when a ShipmentReceipt is cancelled, no AcctgTrans and corresponding 
  debit/credit AcctgTransEntry records are created. Should cancelling 
  ShipmentReceipt also trigger AcctgTrans and AcctgTransEntry creation?
 
  Also, does it make sense add an enhancement to allow the ShipmentReceipt 
  quantityAccepted and quantityRejected fields to be altered?  Sometimes 
  quantityRejected is not known until the shipment quantity is received in 
  full using quantityAccepted then stock moved to a location that evaluates 
  for rejects.  If the location determines rejects, shouldn't it be allowed 
  to deduct ShipmentReceipt quantityAccepted and add quantityRejected?  If 
  so, can it be assumed altering should also trigger the creation of 
  AcctgTrans and AcctgTransEntry records?
 
  I already asked about ShipmentReceipt modifications back when first joining 
  the community: 
  http://ofbiz.135035.n4.nabble.com/How-to-modify-received-and-rejected-quantities-of-shipment-receipts-td4648430.html
 
  In the post, Pierre suggested creating a return instead of altering the 
  ShipmentReceipt but neither ReturnItem nor the other return entities make 
  reference to the ShipmentReceipt to which it is supposed to apply.  If 
  returns are the proper way of handling rejected quantity determined after 
  ShipmentReceipt, shouldn't some return entity like ReturnItem make 
  reference to the ShipmentReceipt entity so that the rejected quantity can 
  be 
  determined?
 
  Waiting for community feedback before creating JIRAs.
 
 
 
 




Re: How to achieve SignUp using Facebook in ofBiz

2015-03-03 Thread Raghu Chandra
Yes Exactly! please let me know when you do it :)

On Tue, Mar 3, 2015 at 3:09 PM, Pierre Smits pierre.sm...@gmail.com wrote:

 That sounds interesting.

 Best regards,

 Pierre Smits

 *ORRTIZ.COM http://www.orrtiz.com*
 Services  Solutions for Cloud-
 Based Manufacturing, Professional
 Services and Retail  Trade
 http://www.orrtiz.com

 On Tue, Mar 3, 2015 at 10:35 AM, Shi Jinghai huaru...@hotmail.com wrote:

  Is FB auth through OAuth2? If yes, I'll release a passport component
  supports Github, LinkedIn and PayPal, you can extend it to FB.
 
 
  在 2015-3-3,下午3:18,Raghu Chandra ra...@cropin.in 写道:
 
   Hi Ron,
  
   I am able to login to FB account but not the application yet. Roles i
 can
   get assigned once i get authenticated. kindly let me know if you have
 any
   reference links or anything.
  
  
   Thanks
  
   On Tue, Mar 3, 2015 at 12:27 PM, Ron Wheeler 
  rwhee...@artifact-software.com
   wrote:
  
   Do you have the user profiles in OFBiz?
   After you are signed in, you still need to have the roles assigned in
   OFBiz.
  
   Ron
  
   On 03/03/2015 1:35 AM, Raghu Chandra wrote:
  
   Hi All,
  
   I tried integrating FB signup in ofBiz, i can get the FB login done
  from
   the application but how can i authenticate user depending on his
  Facebook
   login so that he can access secure applications.
  
   Thanks
  
  
  
   --
   Ron Wheeler
   President
   Artifact Software Inc
   email: rwhee...@artifact-software.com
   skype: ronaldmwheeler
   phone: 866-970-2435, ext 102
  
  
  
  
   --
   Raghu Chandra K R
   Lead Engineer NPI (New Product Initiative)
   Ph : 9964446854
  
  
  
   *cropin.co.in http://cropin.co.in*
 
 




-- 
Raghu Chandra K R
Lead Engineer NPI (New Product Initiative)
Ph : 9964446854



*cropin.co.in http://cropin.co.in*


Re: How to achieve SignUp using Facebook in ofBiz

2015-03-03 Thread Pierre Smits
That sounds interesting.

Best regards,

Pierre Smits

*ORRTIZ.COM http://www.orrtiz.com*
Services  Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail  Trade
http://www.orrtiz.com

On Tue, Mar 3, 2015 at 10:35 AM, Shi Jinghai huaru...@hotmail.com wrote:

 Is FB auth through OAuth2? If yes, I'll release a passport component
 supports Github, LinkedIn and PayPal, you can extend it to FB.


 在 2015-3-3,下午3:18,Raghu Chandra ra...@cropin.in 写道:

  Hi Ron,
 
  I am able to login to FB account but not the application yet. Roles i can
  get assigned once i get authenticated. kindly let me know if you have any
  reference links or anything.
 
 
  Thanks
 
  On Tue, Mar 3, 2015 at 12:27 PM, Ron Wheeler 
 rwhee...@artifact-software.com
  wrote:
 
  Do you have the user profiles in OFBiz?
  After you are signed in, you still need to have the roles assigned in
  OFBiz.
 
  Ron
 
  On 03/03/2015 1:35 AM, Raghu Chandra wrote:
 
  Hi All,
 
  I tried integrating FB signup in ofBiz, i can get the FB login done
 from
  the application but how can i authenticate user depending on his
 Facebook
  login so that he can access secure applications.
 
  Thanks
 
 
 
  --
  Ron Wheeler
  President
  Artifact Software Inc
  email: rwhee...@artifact-software.com
  skype: ronaldmwheeler
  phone: 866-970-2435, ext 102
 
 
 
 
  --
  Raghu Chandra K R
  Lead Engineer NPI (New Product Initiative)
  Ph : 9964446854
 
 
 
  *cropin.co.in http://cropin.co.in*