[jira] Assigned: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya reassigned OFBIZ-3310:
--

Assignee: Ashish Vijaywargiya

> Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued 
> payment check.
> 
>
> Key: OFBIZ-3310
> URL: https://issues.apache.org/jira/browse/OFBIZ-3310
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: SVN trunk
>Reporter: Awdesh Singh Parihar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3310.patch
>
>
> Steps to reproduce - 
> Issue : -1
>1.Create few payments in AR .
>2.Create a batch payment for newly created payments from screen 
> https://localhost:28443/ar/control/batchPayments (where 
> finAccountId=SC_CHECKING).
>3.Go to Financial Account screen and click on transaction tab 
> https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
>4.Select GlReconciliationId as "Not Assigned" and click on serach button.
>5.Select newly created FinAccountTrans from checkbox.Then select 
> GlReconciliationName from selectbox and click on button "Assign TO 
> reconciliation".
>6.This process will associate fin account transaction with reconciliation.
>7.Now click on Reconciliation tab and select the FinAccountTransaction.
>8.Reconcile the transaction by clicking on Reconcile button. 
>9.Now the status of reconciliation will be "Reconciled".
>   10.Status of transaction will be "Approved".
>   11.Now go to Payment Group or Deposit slip tab, the created payment group 
> will appear with Cancel button in list form.
>   * This is not correct.
>   * User can not cancel reconciled deposit slip.
>  Similiar changes will reflect on following screens : -
>1) https://localhost:8443/ar/control/FindArPaymentGroups
>2) https://localhost:8443/accounting/control/FindPaymentGroup
>3) 
> https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&organizationPartyId=Company
> Issue : -2
>  1) Now go to PurchaseInvoices screen 
> https://localhost:28443/ap/control/FindPurchaseInvoices.
>  2) Click on search button and select Invoices using checkbox.
>  3) Select "Issue Check" from select box.
>  4)Click on Run button.
>  5)Performing this action fin account transaction will be created in Apporved 
> status .
>  5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups 
> screen the created payment group will appear with Cancel button in list form.
>  * This is not correct.
>  * User can not cancel issued check .
> Similiar changes will reflect on following screens : -
>  1) https://localhost:28443/ap/control/FindApPaymentGroups
>  2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.

2009-12-04 Thread Awdesh Singh Parihar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Awdesh Singh Parihar updated OFBIZ-3310:


Attachment: OFBIZ-3310.patch

Here I have put check on Ui(All screen mentioned in description ) as well as on 
service to handle the case , Please find improvement in attached patch .

> Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued 
> payment check.
> 
>
> Key: OFBIZ-3310
> URL: https://issues.apache.org/jira/browse/OFBIZ-3310
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: SVN trunk
>Reporter: Awdesh Singh Parihar
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3310.patch
>
>
> Steps to reproduce - 
> Issue : -1
>1.Create few payments in AR .
>2.Create a batch payment for newly created payments from screen 
> https://localhost:28443/ar/control/batchPayments (where 
> finAccountId=SC_CHECKING).
>3.Go to Financial Account screen and click on transaction tab 
> https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
>4.Select GlReconciliationId as "Not Assigned" and click on serach button.
>5.Select newly created FinAccountTrans from checkbox.Then select 
> GlReconciliationName from selectbox and click on button "Assign TO 
> reconciliation".
>6.This process will associate fin account transaction with reconciliation.
>7.Now click on Reconciliation tab and select the FinAccountTransaction.
>8.Reconcile the transaction by clicking on Reconcile button. 
>9.Now the status of reconciliation will be "Reconciled".
>   10.Status of transaction will be "Approved".
>   11.Now go to Payment Group or Deposit slip tab, the created payment group 
> will appear with Cancel button in list form.
>   * This is not correct.
>   * User can not cancel reconciled deposit slip.
>  Similiar changes will reflect on following screens : -
>1) https://localhost:8443/ar/control/FindArPaymentGroups
>2) https://localhost:8443/accounting/control/FindPaymentGroup
>3) 
> https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&organizationPartyId=Company
> Issue : -2
>  1) Now go to PurchaseInvoices screen 
> https://localhost:28443/ap/control/FindPurchaseInvoices.
>  2) Click on search button and select Invoices using checkbox.
>  3) Select "Issue Check" from select box.
>  4)Click on Run button.
>  5)Performing this action fin account transaction will be created in Apporved 
> status .
>  5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups 
> screen the created payment group will appear with Cancel button in list form.
>  * This is not correct.
>  * User can not cancel issued check .
> Similiar changes will reflect on following screens : -
>  1) https://localhost:28443/ap/control/FindApPaymentGroups
>  2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.

2009-12-04 Thread Awdesh Singh Parihar (JIRA)
Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued 
payment check.


 Key: OFBIZ-3310
 URL: https://issues.apache.org/jira/browse/OFBIZ-3310
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: SVN trunk
Reporter: Awdesh Singh Parihar
Priority: Minor
 Fix For: SVN trunk


Steps to reproduce - 
Issue : -1
   1.Create few payments in AR .
   2.Create a batch payment for newly created payments from screen 
https://localhost:28443/ar/control/batchPayments (where 
finAccountId=SC_CHECKING).
   3.Go to Financial Account screen and click on transaction tab 
https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
   4.Select GlReconciliationId as "Not Assigned" and click on serach button.
   5.Select newly created FinAccountTrans from checkbox.Then select 
GlReconciliationName from selectbox and click on button "Assign TO 
reconciliation".
   6.This process will associate fin account transaction with reconciliation.
   7.Now click on Reconciliation tab and select the FinAccountTransaction.
   8.Reconcile the transaction by clicking on Reconcile button. 
   9.Now the status of reconciliation will be "Reconciled".
  10.Status of transaction will be "Approved".
  11.Now go to Payment Group or Deposit slip tab, the created payment group 
will appear with Cancel button in list form.
  * This is not correct.
  * User can not cancel reconciled deposit slip.
 Similiar changes will reflect on following screens : -
   1) https://localhost:8443/ar/control/FindArPaymentGroups
   2) https://localhost:8443/accounting/control/FindPaymentGroup
   3) 
https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&organizationPartyId=Company

Issue : -2
 1) Now go to PurchaseInvoices screen 
https://localhost:28443/ap/control/FindPurchaseInvoices.
 2) Click on search button and select Invoices using checkbox.
 3) Select "Issue Check" from select box.
 4)Click on Run button.
 5)Performing this action fin account transaction will be created in Apporved 
status .
 5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups screen 
the created payment group will appear with Cancel button in list form.
 * This is not correct.
 * User can not cancel issued check .

Similiar changes will reflect on following screens : -
 1) https://localhost:28443/ap/control/FindApPaymentGroups
 2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Rishi Solanki
If this is the case then we should have one more PARTY_TYPE seed data as
ACCT_ONLY or ACCOUNT or similar.
In that case we do not need the demo data for admin as he will not be a
Person.
But if we are continue on the admin as Person then it should have the demo
data.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Fri, Dec 4, 2009 at 8:10 PM, Jeroen van der Wal
wrote:

> If you want to set up demo data the best pratice is to use "real" names
> (over the past I've used cartoon characters, actors, presidents). It makes
> no sense to use the admin as it is not a person nor an organization but
> just
> an account to perfom admin tasks.
>
> Just my 2 cents
>
> -Jeroen
>
>
> On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya <
> vijaywargiya.ash...@gmail.com> wrote:
>
> > WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin"
> user
> > in a demo data?
> > So all this information will be loaded when you will run "ant
> run-install"
> > target.
> >
> > Thoughts?
> >
> > --
> > Ashish
> >
>


[jira] Commented: (OFBIZ-2208) ServerHit aborts transactions when trying to create entries with duplicate startTime(s).

2009-12-04 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786269#action_12786269
 ] 

Jacques Le Roux commented on OFBIZ-2208:


If anybody see a problem with Adrian's patch I will commit it soon...

> ServerHit aborts transactions when trying to create entries with duplicate 
> startTime(s).
> 
>
> Key: OFBIZ-2208
> URL: https://issues.apache.org/jira/browse/OFBIZ-2208
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Release Branch 4.0, SVN trunk
> Environment: any
>Reporter: Karim Rahimpur
>Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: ServerHit.patch, ServerHitBin.java.patch, 
> ServerHitBin.patch, SynchronizedHitBin.patch
>
>
> org.ofbiz.webapp.stats.ServerHitBin.saveHit(...) causes transactions to be 
> aborted due to duplicate PKs.
> The problem is that said method will try to create two or more entries with 
> identical startTimes (i.e. duplicate hitStartDateTime and the other fields 
> composing the PK: visitId, contentId, hitStartDateTime, hitTypeId) if two or 
> more subsequent requests are made in a sufficiently small interval. This can 
> and *will* be the case for example if an application rapidly issues requests 
> for similar data. It would usually not be observed when human users cause 
> requests being issued.
> The cause is that the above mentioned method uses
> serverHit.create();
> to store the entries.
> A solution to this is to _create or update_ an existing entry, thus 
> overwriting an existing entry in case there already was an entry, but more 
> importantly avoiding the actual transaction being aborted. This may not 
> satisfy those who want to record each and every server hit even with equal 
> startTimes. For these cases other approaches might be considered ...
> This is an example where a transaction fails due to saveHit(...). In our case 
> an applet tries to pull data off the server and fails ...
> {panel}Failure in create operation for entity [ServerHit]: 
> org.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:ServerHit][contentId,gdm.getProductFeatureApplAttrs(java.lang.String)][createdStamp,2009-02-24
>  10:34:29.454(java.sql.Timestamp)][createdTxStamp,2009-02-24 
> 10:34:29.454(java.sql.Timestamp)][hitStartDateTime,2009-02-24 
> 10:34:29.443(java.sql.Timestamp)][hitTypeId,REQUEST(java.lang.String)][lastUpdatedStamp,2009-02-24
>  10:34:29.454(java.sql.Timestamp)][lastUpdatedTxStamp,2009-02-24 
> 10:34:29.454(java.sql.Timestamp)][partyId,KR(java.lang.String)][referrerUrl,(java.lang.String)][requestUrl,https://127.0.0.1:8443/gdm/control/getProductFeatureApplAttrs(java.lang.String)][runningTimeMillis,8(java.lang.Long)][serverHostName,Kitty(java.lang.String)][serverIpAddress,192.168.1.70(java.lang.String)][userLoginId,karim(java.lang.String)][visitId,11900(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO SERVER_HIT 
> (VISIT_ID, CONTENT_ID, HIT_START_DATE_TIME, HIT_TYPE_ID, NUM_OF_BYTES, 
> RUNNING_TIME_MILLIS, USER_LOGIN_ID, STATUS_ID, REQUEST_URL, REFERRER_URL, 
> SERVER_IP_ADDRESS, SERVER_HOST_NAME, LAST_UPDATED_STAMP, 
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, INTERNAL_CONTENT_ID, 
> PARTY_ID, ID_BY_IP_CONTACT_MECH_ID, REF_BY_WEB_CONTACT_MECH_ID) VALUES (?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Duplicate entry 
> '11900-gdm.getProductFeatureApplAttrs-2009-02-24 10:34:29-REQUEST' for key 
> 'PRIMARY')). Rolling back transaction.
> Exception: org.ofbiz.entity.GenericEntityException{panel}
> This issue seems to be related (it refers to the releae branch 4.0 and the 
> same error shows up):
> [https://issues.apache.org/jira/browse/OFBIZ-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-1007) Set decimal places to show for ofbizCurrencyTransform

2009-12-04 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-1007.
--

Resolution: Fixed
  Assignee: Jacques Le Roux  (was: Scott Gray)

This has been done recently see OFBIZ-3200


> Set decimal places to show for ofbizCurrencyTransform
> -
>
> Key: OFBIZ-1007
> URL: https://issues.apache.org/jira/browse/OFBIZ-1007
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Release Branch 4.0
>Reporter: Leon Torres
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: currency-decimal-places.patch
>
>
> Some users may wish to have 3 or 4 decimal places of precision in currency 
> amounts.  This is easily configurable with the fieldtype XML files.
> The problem is that the <@ofbizCurrencyTransform> macro will truncate the 
> numbers because the decimal places is determined from the Locale object, and 
> there is no way to tell it that the decimal places should be 3 or 4 or 
> whatever.
> Additionally, these users often have the desire to right pad the numbers with 
> zeroes.  For instance, an amount of $3.04 should be displayed as $3.0400 for 
> a 4 decimal place requirement.   Currently the UtilFormatOut.formatCurrency() 
> methods have no way to support this right-filling of zeros in this manner.
> I have implemented a fairly elegant way of solving both related issues with 
> minimal impact.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2042) Individual logfiles for scheduled jobs

2009-12-04 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786257#action_12786257
 ] 

Jacques Le Roux commented on OFBIZ-2042:


[Related 
thread|http://n4.nabble.com/Re-svn-commit-r719836-in-ofbiz-trunk-framework-base-src-org-ofbiz-base-util-service-entitydef-servic-td198500.html#a198500]

> Individual logfiles for scheduled jobs
> --
>
> Key: OFBIZ-2042
> URL: https://issues.apache.org/jira/browse/OFBIZ-2042
> Project: OFBiz
>  Issue Type: New Feature
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: Philipp Hoppen
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: joblog.diff, joblogging.diff
>
>
> It is useful to have the ability to see the logs of a single scheduled job on 
> the job list. 
> In implementation (see attached patch) the user can specify whether he wants 
> an individual logfile or not using a checkbox when he schedules the job. The 
> information is passed from scheduleService() in CoreEvents.java to the 
> Dispatcher class and finally to the JobManager, where it is stored in the 
> ownLogfile field of the JobSandbox entity. 
> When the job runs, JobInvoker initializes the job-thread with an own 
> ThreadGroup. PersistentServiceJob then checks for the ownLogfile field of the 
> job and eventually initializes the logLocation (using serviceName+ timestamp 
> value) , which is stored in another field on JobSandbox. PersistentServiceJob 
> passes the logLocation using setLogLocation() on GenericServiceJob, which in 
> turn calls registerCurrentThreadGroupLogger on the Debug class. Debug 
> maintains a list of these loggers for each running job and sends them the log 
> entries when log() is called. After the job finished the logger is 
> unregistered.
> On the Job List there the ownLogfile field is displayed (useful to find out 
> if pending jobs will generate own logfile) and eventually a link to "View 
> Log" (which receives a jobId parameter that is checked for in 
> LogView.groovy). 
> in purgeOldJobs() there are some lines to check for ownLogfile and to delete 
> the physical logfile.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Issue Comment Edited: (OFBIZ-237) POS Cash/Paid in and out of drawer

2009-12-04 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12450972#action_12450972
 ] 

Jacques Le Roux edited comment on OFBIZ-237 at 12/5/09 12:08 AM:
-

In revision 476442 i have commited some changes for this issue It's a first 
version designed as proposed by Ray but without a specialised dialog box for 
the comment wich is for the moment directly entered in "command line" as for 
the amount.

There are still some points to think about/enhance :
. Adding a specialised dialog box (with seed data and perhaps a mechanism to 
update these data). I created a subtask for that : OFBIZ-469
. Manage links with X and Z reports 
http://lists.ofbiz.org/pipermail/users/2004-October/005301.html
OFBIZ-235
. Verify link with accounting (I added types in AccontingTypeData.xml, not sure 
yet of that point)

Edit :  removed https://issues.apache.org/jira/browse/ **

  was (Author: jacques.le.roux):
In revision 476442 i have commited some changes for this issue It's a first 
version designed as proposed by Ray but without a specialised dialog box for 
the comment wich is for the moment directly entered in "command line" as for 
the amount.

There are still some points to think about/enhance :
. Adding a specialised dialog box (with seed data and perhaps a mechanism to 
update these data). I created a subtask for that : OFBIZ-469
. Manage links with X and Z reports 
http://lists.ofbiz.org/pipermail/users/2004-October/005301.html
https://issues.apache.org/jira/browse/OFBIZ-235
. Verify link with accounting (I added types in AccontingTypeData.xml, not sure 
yet of that point)
  
> POS Cash/Paid in and out of drawer
> --
>
> Key: OFBIZ-237
> URL: https://issues.apache.org/jira/browse/OFBIZ-237
> Project: OFBiz
>  Issue Type: New Feature
>  Components: specialpurpose/pos
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
>
> This issue was initially created by Ray Barlow
> It is sometimes necessary to take cash out or put cash in the drawer for 
> various reasons.
> There should be a feature on the mgr screen where a user can select an in or 
> out option and then enter a value along with a reason type for the 
> adjustment. The type should be an option to quick select from a pre-defined 
> list along with a free form edit box to add a more specific comment.
> For example user X is asked to post a product to a customer:
> User X can take out £4.50 from the till with the type as "Postage" and 
> comment such as "Sent a replacement product for Mr Y" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-237) POS Cash/Paid in and out of drawer

2009-12-04 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786254#action_12786254
 ] 

Jacques Le Roux commented on OFBIZ-237:
---

OFBIZ-286 maybe interesting regarding this issue

> POS Cash/Paid in and out of drawer
> --
>
> Key: OFBIZ-237
> URL: https://issues.apache.org/jira/browse/OFBIZ-237
> Project: OFBiz
>  Issue Type: New Feature
>  Components: specialpurpose/pos
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
>
> This issue was initially created by Ray Barlow
> It is sometimes necessary to take cash out or put cash in the drawer for 
> various reasons.
> There should be a feature on the mgr screen where a user can select an in or 
> out option and then enter a value along with a reason type for the 
> adjustment. The type should be an option to quick select from a pre-defined 
> list along with a free form edit box to add a more specific comment.
> For example user X is asked to post a product to a customer:
> User X can take out £4.50 from the till with the type as "Postage" and 
> comment such as "Sent a replacement product for Mr Y" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-287) POS take deposits and complete sales with deposits

2009-12-04 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786252#action_12786252
 ] 

Jacques Le Roux commented on OFBIZ-287:
---

OFBIZ-2768 maybe interesting regarding this issue

> POS take deposits and complete sales with deposits
> --
>
> Key: OFBIZ-287
> URL: https://issues.apache.org/jira/browse/OFBIZ-287
> Project: OFBiz
>  Issue Type: New Feature
>  Components: specialpurpose/pos
>Affects Versions: SVN trunk
>Reporter: Marco Risaliti
>Assignee: Jacques Le Roux
>
> Copy of http://jira.undersunconsulting.com/browse/OFBIZ-733 from Ray Barlow.
> ==
> Certain products are delivered direct by the supplier or if the shop does not 
> generally stock a specific product the customer wants from a supplier they 
> can be ordered and this normally requires an up front deposit from the 
> customer. 
> Could this really be considered a "special" gift certificate type? You've 
> taken money and the customer has a receipt/voucher/certificate that will be 
> redeemed when the sale is completed?! 
>  
>  
>  AllCommentsWork LogChange History   Sort Order:   
> Comment by Si Chen [06/Feb/06 11:10 AM] [ Permlink ] 
> This should be created as a Payment from customer of the CUSTOMER_DEPOSIT 
> type. Product should be received by the store, picked up by the customer, and 
> invoiced in the regular way. 
> Comment by Jacques Le Roux [11/Mar/06 02:10 AM] [ Permlink ] 
> I will work on this soon 
> Jacques 
> Comment by Si Chen [31/Mar/06 01:35 PM] [ Permlink ] 
> Jacques, I agree this may be a way to solve the issue of advance payments, 
> but it is not necessarily the only one. I'm not sure if it's the optimal one 
> either. If you're ready to start working on it, let me know. We could discuss 
> it further. Si 
> Comment by Bradley Plies [31/Mar/06 04:32 PM] [ Permlink ] 
> One way to view this is from the perspective of a hub-centric exchange where 
> buyers & sellers meet and make deals. The seller may put up a price for a 
> product, a buyer likes the price and agrees. In a hub-centric model like I've 
> worked on before, the buyer and seller do not deal with each other directly. 
> They can be completely anonymous to each other and both send their money and 
> goods to the exchange which in turn handles all the processing, 
> authentication, and specific fulfillment needs of each party. 
> The buyer & seller execute a trading transaction where the buyer must send 
> money to the exchange and the seller must send their product to the exchange. 
> The buyer can then take delivery of the product when they are ready. 
> As you can see in this scenario, the buyer "prepaid" for a product and the 
> fulfillment of the product (taking delivery, or even selling it back to yet 
> someone else) is a seperate activity entirely. 
> Comment by Si Chen [05/Apr/06 09:37 AM] [ Permlink ] 
> Actually, now I remember what you should do: after the order is authorized, 
> in the order manager you can manually transact a portion of it (through the 
> accounting manager's Transactions tab) as a Customer Deposit. When you ship 
> the order, the balance will be collected automatically. 
> Comment by Si Chen [02/May/06 10:49 AM] [ Permlink ] 
> Do we still need this issue to be open? Is this need taken care of now? 
> Comment by Jacques Le Roux [02/May/06 01:47 PM] [ Permlink ] 
> Si, 
> Sorry I can't take a look at this issue before next week. I'll tell you then. 
> Thanks 
> Jacques 
> Comment by Ray Barlow [04/May/06 04:29 AM] [ Permlink ] 
> If the functionality you've suggested meets the requirements, which I've no 
> reason to doubt I've just not tested it, then this is a great start. But it 
> does not close this feature request for me in terms of a POS solution as it 
> is not acceptable to expect the POS user to switch out of the Xui app into 
> HTML backends, log in find orders etc to manage a deposit, a good short term 
> work around maybe but not the final requirement of quick and easy to use POS 
> deposit screens. 
> Comment by Si Chen [04/May/06 06:05 PM] [ Permlink ] 
> OK. So are you working on a POS equivalent of this? Just look at how 
> orderheader.ftl in ordermgr does it. 
> If you plan on working on such, I will keep the issue open. 
> Comment by Si Chen [05/May/06 01:05 PM] [ Permlink ] 
> All you actually need to do is a button which takes a payment and creates an 
> OFBiz Payment of "CUSTOMER_DEPOSIT" type. 
> More curious is: does the POS allow you to look up a customer somehow? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl speci

2009-12-04 Thread Jacques Le Roux

Done at r887454, insomnias have some good aspects

Jacques

From: "Jacques Le Roux" 

From: "Erwan de FERRIERES" 

Le 04/12/2009 15:49, Jacques Le Roux a écrit :

Ewan,

Yes, I saw that there, how do you envision to use it ?


myabe use this locale is case of the lastLocale is empty ?


OK, it's the same than what I did for FTLs, I will do later for commonScreenS 
(syntactically a bit harder in screen)

Thanks

Jacques



Jacques

From: "Erwan de FERRIERES" 

Jacques,

I was speaking of the initialLocale, which is generated from the
client locale, in the visitHandler.java, line 121.

Cheers,

Le 04/12/2009 13:20, Jacques Le Roux a écrit :

Thanks Erwan,

Good catch, I wondered about that also. But this stuff is not easy to
test.
Which initialLocale are you speaking about?
Nevertheless I have followed your ideas and commited a fix for FTL files
at r887166. This works well for lookups (I only tested there)
I will soon use the same kind of fix for CommonScreens files

Jacques


../..
--
Erwan







--
Erwan









[jira] Created: (OFBIZ-3309) The following required parameter is missing: [OUT] [createQuoteWorkEffort.quoteId]

2009-12-04 Thread chris snow (JIRA)
The following required parameter is missing: [OUT] 
[createQuoteWorkEffort.quoteId]
--

 Key: OFBIZ-3309
 URL: https://issues.apache.org/jira/browse/OFBIZ-3309
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
 Environment: demo.ofbiz.org
Reporter: chris snow


Goto https://demo.ofbiz.org/ordermgr/control/FindQuote
Click Create New Quote
Click Submit
Click Quote Work Efforts
Click Create new Quote Workeffort
Enter Name: do something
Click Save 

The Following Errors Occurred:

The following required parameter is missing: [OUT] 
[createQuoteWorkEffort.quoteId]


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3308) Error when uploading image on 'Edit Product Config Item Content' screen

2009-12-04 Thread James (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James updated OFBIZ-3308:
-

Description: 
When trying to upload an image for a product configuration item an error is 
displayed and upload fails.

I think the issue is caused by the following line (85) in 
EditProductConfigItemContent.groovy:

fileLocation = filenameExpander.expandString(['size', fileType, configItemId, 
configItemId]);

I have changed this locally to:

fileLocation = filenameExpander.expandString(['size' : fileType, configItemId : 
configItemId]);

and the upload works as expected. However, I'm not familiar with groovy and am 
only just getting my head around OfBiz so if someone could verify the fix that 
would be great.


  was:
When trying to upload an image for a product configuration item an error is 
displayed and upload fails.

I think the issue is caused by the following line (85) in 
EditProductConfigItemContent.groovy:

fileLocation = filenameExpander.expandString(['size', fileType, configItemId, 
configItemId]);

I have changed this locally to:

fileLocation = filenameExpander.expandString(['size', fileType : configItemId : 
configItemId]);

and the upload works as expected. However, I'm not familiar with groovy and am 
only just getting my head around OfBiz so if someone could verify the fix that 
would be great.



> Error when uploading image on 'Edit Product Config Item Content' screen
> ---
>
> Key: OFBIZ-3308
> URL: https://issues.apache.org/jira/browse/OFBIZ-3308
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Release Branch 9.04
>Reporter: James
>Priority: Minor
> Attachments: Error screen.jpg
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> When trying to upload an image for a product configuration item an error is 
> displayed and upload fails.
> I think the issue is caused by the following line (85) in 
> EditProductConfigItemContent.groovy:
> fileLocation = filenameExpander.expandString(['size', fileType, configItemId, 
> configItemId]);
> I have changed this locally to:
> fileLocation = filenameExpander.expandString(['size' : fileType, configItemId 
> : configItemId]);
> and the upload works as expected. However, I'm not familiar with groovy and 
> am only just getting my head around OfBiz so if someone could verify the fix 
> that would be great.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: delegator.findList(...) Question

2009-12-04 Thread Ruth Hoffman

Will do.
Thanks for pointing me in the right direction.
Regards,
Ruth

Bilgin Ibryam wrote:

Ruth Hoffman wrote:

Hello Developers:
Can I do a self join on an Entity using the delegator.findList() 
method.?


Heres what I want to do:

Select * from entity where entity.field1 = entity.field2

TIA
Ruth

You have to use EntityFieldValue. Look for examples in the code.

Bilgin



[jira] Updated: (OFBIZ-3308) Error when uploading image on 'Edit Product Config Item Content' screen

2009-12-04 Thread James (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James updated OFBIZ-3308:
-

Attachment: Error screen.jpg

> Error when uploading image on 'Edit Product Config Item Content' screen
> ---
>
> Key: OFBIZ-3308
> URL: https://issues.apache.org/jira/browse/OFBIZ-3308
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Release Branch 9.04
>Reporter: James
>Priority: Minor
> Attachments: Error screen.jpg
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> When trying to upload an image for a product configuration item an error is 
> displayed and upload fails.
> I think the issue is caused by the following line (85) in 
> EditProductConfigItemContent.groovy:
> fileLocation = filenameExpander.expandString(['size', fileType, configItemId, 
> configItemId]);
> I have changed this locally to:
> fileLocation = filenameExpander.expandString(['size', fileType : configItemId 
> : configItemId]);
> and the upload works as expected. However, I'm not familiar with groovy and 
> am only just getting my head around OfBiz so if someone could verify the fix 
> that would be great.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-3308) Error when uploading image on 'Edit Product Config Item Content' screen

2009-12-04 Thread James (JIRA)
Error when uploading image on 'Edit Product Config Item Content' screen
---

 Key: OFBIZ-3308
 URL: https://issues.apache.org/jira/browse/OFBIZ-3308
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 9.04
Reporter: James
Priority: Minor


When trying to upload an image for a product configuration item an error is 
displayed and upload fails.

I think the issue is caused by the following line (85) in 
EditProductConfigItemContent.groovy:

fileLocation = filenameExpander.expandString(['size', fileType, configItemId, 
configItemId]);

I have changed this locally to:

fileLocation = filenameExpander.expandString(['size', fileType : configItemId : 
configItemId]);

and the upload works as expected. However, I'm not familiar with groovy and am 
only just getting my head around OfBiz so if someone could verify the fix that 
would be great.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-3293) Receiving Return for Manual Return Adjustment gives Service invocation error.

2009-12-04 Thread Ean Schuessler (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786193#action_12786193
 ] 

Ean Schuessler commented on OFBIZ-3293:
---

There are some other problems with this code. When you generate a return it 
tries to use the order items to locate the order_header for selection of 
billing account vs financial account. This fails since there are no order 
items. I'm working up a patch to use the ReturnAdjustment records to locate the 
order header.

As a side note, it looks like this code would select the order header and, 
therefore, the product store preferences with a single operation at the 
beginning of the return. In practice, it seems like items in a single return 
could potentially be from multiple stores. The UI doesn't so much allow that 
but it looks to me like the services and data structures would not preclude it. 
Should the order header and product store actually be re-determined for each 
order item and order adjustment?

> Receiving Return for Manual Return Adjustment gives Service invocation error.
> -
>
> Key: OFBIZ-3293
> URL: https://issues.apache.org/jira/browse/OFBIZ-3293
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
>Reporter: Ashish Vijaywargiya
>Assignee: Ashish Vijaywargiya
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3293.patch
>
>
> When you receive return for Manual Return Adjustment gives following error: 
> org.ofbiz.webapp.event.EventHandlerException: Service invocation error (null)
> Steps to regenerate error:
> 1. Create Return from Ordermgr > Return > New
> 2. Fill following information in the create Return form:
> * From Party Id : Customer's party Id
> * To Party Id : Company's PartyId
> 3. Click submit button.
> 4. Go to Return Item tab & select the order id from the dropdown and click on 
> Load Order Item for Return.
> 5. Now in the Manual Return Adjustment section: Enter the details/reason for 
> return, the amount & Select the return type "Store Credit"
> 6. Check the check box against Manual Return Adjustment fields and click 
> "Return Selected Item" button.
> 7. Accept Return from Return Header screen or Return Item screen.
> 8. From The Return Header screen receive return.
> Receive Return works fine if there is a product returned with the Manual 
> Return Adjustment

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: delegator.findList(...) Question

2009-12-04 Thread Bilgin Ibryam

Ruth Hoffman wrote:

Hello Developers:
Can I do a self join on an Entity using the delegator.findList() method.?

Heres what I want to do:

Select * from entity where entity.field1 = entity.field2

TIA
Ruth

You have to use EntityFieldValue. Look for examples in the code.

Bilgin


delegator.findList(...) Question

2009-12-04 Thread Ruth Hoffman

Hello Developers:
Can I do a self join on an Entity using the delegator.findList() method.?

Heres what I want to do:

Select * from entity where entity.field1 = entity.field2

TIA
Ruth


Re: Updating the build and log sites?

2009-12-04 Thread Tim Ruppert
I think it's already up there too Jacques.  If you can point people to where 
Gavin put it all, I can also see about getting people to move over the look and 
feel to the ASF infra sometime soon!

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 4, 2009, at 9:45 AM, Jacques Le Roux wrote:

> Hi Tim,
> 
> As you already know I asked for this in Februar and I have already answered 
> that it cant be left for now.
> As you suggested I will be happy though to have it back on ASF infra.
> 
> This is only my opinion, maybe other people use it now ?
> 
> Jacques
> 
> From: "Tim Ruppert" 
> Does anyone care about these other services?  I'm just wondering because if 
> not, then we can switch this server off right away and build these back up 
> when there is demand on the ASF infra?  Thoughts (and volunteers) would be 
> helpful, so please let me know.
> 
> Cheers,
> Ruppert
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
> 
> o:801.649.6594
> f:801.649.6595
> 
> On Dec 1, 2009, at 11:25 PM, David E Jones wrote:
> 
>> 
>> This all sounds great Tim.
>> 
>> Also, thanks again to Hotwax and Contegix for hosting this infrastructure 
>> for the project for so long.
>> 
>> -David
>> 
>> 
>> On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
>> 
>>> I think we're going to shut down this server at the end of the month since 
>>> the biggest and most difficult thing to migrate - confluence - has been 
>>> taken care of already (thanks for that everyone involved).  I would like to 
>>> have people that use these services that we set up to be a part of testing 
>>> them on the new servers.  Here is some information about what Gavin has 
>>> already setup to mirror what we were doing:
>>> 
>>> https://issues.apache.org/jira/browse/INFRA-1877
>>> 
>>> Let me know your thoughts.
>>> 
>>> Cheers,
>>> Ruppert
>>> --
>>> Tim Ruppert
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>> 
>>> o:801.649.6594
>>> f:801.649.6595
>>> 
>>> On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
>>> 
 Since we've now migrated the most difficult part of our infrastructure, i 
 think it's time to discuss a few of the other main components:
 
 1. Daily Builds
 -- I think that Gavin has this setup already.
 -- I'm not sure if they are exactly the same as we have now, but he used 
 those as specs.
 
 2. Daily Logs
 -- If this isn't setup, then it should be easy to get it setup along with 
 the build process.
 
 3. Daily API builds
 -- Not sure if this is setup yet.
 
 4. bigfiles.ofbiz.org
 
 5. Anything else?
 
 Cheers,
 Ruppert
 --
 Tim Ruppert
 HotWax Media
 http://www.hotwaxmedia.com
 
 o:801.649.6594
 f:801.649.6595
 
>>> 
>> 
> 
> 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl speci

2009-12-04 Thread Jacques Le Roux

From: "Erwan de FERRIERES" 

Le 04/12/2009 15:49, Jacques Le Roux a écrit :

Ewan,

Yes, I saw that there, how do you envision to use it ?


myabe use this locale is case of the lastLocale is empty ?


OK, it's the same than what I did for FTLs, I will do later for commonScreenS 
(syntactically a bit harder in screen)

Thanks

Jacques



Jacques

From: "Erwan de FERRIERES" 

Jacques,

I was speaking of the initialLocale, which is generated from the
client locale, in the visitHandler.java, line 121.

Cheers,

Le 04/12/2009 13:20, Jacques Le Roux a écrit :

Thanks Erwan,

Good catch, I wondered about that also. But this stuff is not easy to
test.
Which initialLocale are you speaking about?
Nevertheless I have followed your ideas and commited a fix for FTL files
at r887166. This works well for lookups (I only tested there)
I will soon use the same kind of fix for CommonScreens files

Jacques


../..
--
Erwan







--
Erwan






Re: Updating the build and log sites?

2009-12-04 Thread Jacques Le Roux

Hi Tim,

As you already know I asked for this in Februar and I have already answered 
that it cant be left for now.
As you suggested I will be happy though to have it back on ASF infra.

This is only my opinion, maybe other people use it now ?

Jacques

From: "Tim Ruppert" 
Does anyone care about these other services?  I'm just wondering because if not, then we can switch this server off right away and 
build these back up when there is demand on the ASF infra?  Thoughts (and volunteers) would be helpful, so please let me know.


Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 1, 2009, at 11:25 PM, David E Jones wrote:



This all sounds great Tim.

Also, thanks again to Hotwax and Contegix for hosting this infrastructure for 
the project for so long.

-David


On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:

I think we're going to shut down this server at the end of the month since the biggest and most difficult thing to migrate - 
confluence - has been taken care of already (thanks for that everyone involved).  I would like to have people that use these 
services that we set up to be a part of testing them on the new servers.  Here is some information about what Gavin has already 
setup to mirror what we were doing:


https://issues.apache.org/jira/browse/INFRA-1877

Let me know your thoughts.

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:

Since we've now migrated the most difficult part of our infrastructure, i think it's time to discuss a few of the other main 
components:


1. Daily Builds
-- I think that Gavin has this setup already.
-- I'm not sure if they are exactly the same as we have now, but he used those 
as specs.

2. Daily Logs
-- If this isn't setup, then it should be easy to get it setup along with the 
build process.

3. Daily API builds
-- Not sure if this is setup yet.

4. bigfiles.ofbiz.org

5. Anything else?

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595











Re: Updating the build and log sites?

2009-12-04 Thread Tim Ruppert
Does anyone care about these other services?  I'm just wondering because if 
not, then we can switch this server off right away and build these back up when 
there is demand on the ASF infra?  Thoughts (and volunteers) would be helpful, 
so please let me know.

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 1, 2009, at 11:25 PM, David E Jones wrote:

> 
> This all sounds great Tim.
> 
> Also, thanks again to Hotwax and Contegix for hosting this infrastructure for 
> the project for so long.
> 
> -David
> 
> 
> On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
> 
>> I think we're going to shut down this server at the end of the month since 
>> the biggest and most difficult thing to migrate - confluence - has been 
>> taken care of already (thanks for that everyone involved).  I would like to 
>> have people that use these services that we set up to be a part of testing 
>> them on the new servers.  Here is some information about what Gavin has 
>> already setup to mirror what we were doing:
>> 
>> https://issues.apache.org/jira/browse/INFRA-1877
>> 
>> Let me know your thoughts.
>> 
>> Cheers,
>> Ruppert
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>> 
>> o:801.649.6594
>> f:801.649.6595
>> 
>> On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
>> 
>>> Since we've now migrated the most difficult part of our infrastructure, i 
>>> think it's time to discuss a few of the other main components:
>>> 
>>> 1. Daily Builds
>>> -- I think that Gavin has this setup already.
>>> -- I'm not sure if they are exactly the same as we have now, but he used 
>>> those as specs.
>>> 
>>> 2. Daily Logs
>>> -- If this isn't setup, then it should be easy to get it setup along with 
>>> the build process.
>>> 
>>> 3. Daily API builds
>>> -- Not sure if this is setup yet.
>>> 
>>> 4. bigfiles.ofbiz.org
>>> 
>>> 5. Anything else?
>>> 
>>> Cheers,
>>> Ruppert
>>> --
>>> Tim Ruppert
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>> 
>>> o:801.649.6594
>>> f:801.649.6595
>>> 
>> 
> 



smime.p7s
Description: S/MIME cryptographic signature


[jira] Closed: (OFBIZ-3305) ORA-01843: not a valid month while using oracle database

2009-12-04 Thread Adrian Crum (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrian Crum closed OFBIZ-3305.
--

Resolution: Invalid

This type of question is best asked on the user mailing list.

This is not a bug. OFBiz creates ANSI-SQL, not Oracle-specific SQL. It appears 
you need to change your database's locale settings so that it will accept/parse 
a date string.


> ORA-01843: not a valid month while using oracle database
> 
>
> Key: OFBIZ-3305
> URL: https://issues.apache.org/jira/browse/OFBIZ-3305
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Release Branch 9.04
>Reporter: Nathan Liang
>
> ORA-01843: not a valid month while using oracle database
> I used oracle 10g as the backend database of OFBiz 9.04 and got ORA-01843 
> error.
> Here are my oracle instance's locale setting:
> SELECT name,value$ from sys.props$ where name like '%NLS%';
> NLS_LANGUAGE  AMERICAN
> NLS_TERRITORY AMERICA
> NLS_CURRENCY  $
> NLS_ISO_CURRENCY  AMERICA
> NLS_NUMERIC_CHARACTERS.,
> NLS_CHARACTERSET  AL32UTF8
> NLS_CALENDAR  GREGORIAN
> NLS_DATE_FORMAT   DD-MON-RR
> NLS_DATE_LANGUAGE AMERICAN
> NLS_SORT  BINARY
> NLS_TIME_FORMAT   HH.MI.SSXFF AM
> NLS_TIMESTAMP_FORMAT  DD-MON-RR HH.MI.SSXFF AM
> NLS_TIME_TZ_FORMATHH.MI.SSXFF AM TZR
> NLS_TIMESTAMP_TZ_FORMAT   DD-MON-RR HH.MI.SSXFF AM TZR
> NLS_DUAL_CURRENCY $
> NLS_COMP  BINARY
> NLS_LENGTH_SEMANTICS  BYTE
> NLS_NCHAR_CONV_EXCP   FALSE
> NLS_NCHAR_CHARACTERSETAL16UTF16
> NLS_RDBMS_VERSION 10.2.0.1.0
> Datetime used in the generated sql should like to_date('2009-12-04 
> 17:40:45.734', '-mm-dd hh24:mi:ss') instead of literal string '2009-12-04 
> 17:40:45.734'
> Also I found this error keep throwing out and my log file increasing quickly, 
> I got a 2G bytes file in 40 minutes:
>   
> 2009-12-04  18:19 2,039,242,232 console.log   
>   
> 2009-12-04  18:1910,140,093 debug.log 
>   
> 2009-12-04  18:0610,240,075 debug.log.1   
>   
> Error details:
> 2009-12-04 18:19:47,984 (org.ofbiz.service.job.jobpol...@1d38b87) [ 
> JobManager.java:187:ERROR] 
>  exception report 
> --
> Error in polling JobSandbox: [org.ofbiz.entity.GenericDataSourceException: 
> Generic Entity Exception occured in updateByCondition (SQL Exception while 
> executing the following:UPDATE OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID = ?, 
> STATUS_ID = ? WHERE ((RUN_TIME <= '2009-12-04 17:40:45.734' AND 
> START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND RUN_BY_INSTANCE_ID 
> IS NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) (ORA-01843: not a valid 
> month
> ))]. Rolling back transaction.
> Exception: org.ofbiz.entity.GenericDataSourceException
> Message: Generic Entity Exception occured in updateByCondition (SQL Exception 
> while executing the following:UPDATE OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID 
> = ?, STATUS_ID = ? WHERE ((RUN_TIME <= '2009-12-04 17:40:45.734' AND 
> START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND RUN_BY_INSTANCE_ID 
> IS NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) (ORA-01843: not a valid 
> month
> ))
>  cause 
> -
> Exception: org.ofbiz.entity.GenericDataSourceException
> Message: SQL Exception while executing the following:UPDATE OFBIZ.JOB_SANDBOX 
> SET RUN_BY_INSTANCE_ID = ?, STATUS_ID = ? WHERE ((RUN_TIME <= '2009-12-04 
> 17:40:45.734' AND START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND 
> RUN_BY_INSTANCE_ID IS NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) 
> (ORA-01843: not a valid month
> )
>  cause 
> -
> Exception: java.sql.SQLException
> Message: ORA-01843: not a valid month
>  stack trace 
> ---
> java.sql.SQLException: ORA-01843: not a valid month
> oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
> oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
> oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
> oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
> oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
> oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:952)
> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Or

Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl speci

2009-12-04 Thread Erwan de FERRIERES



Le 04/12/2009 15:49, Jacques Le Roux a écrit :

Ewan,

Yes, I saw that there, how do you envision to use it ?


myabe use this locale is case of the lastLocale is empty ?



Jacques

From: "Erwan de FERRIERES" 

Jacques,

I was speaking of the initialLocale, which is generated from the
client locale, in the visitHandler.java, line 121.

Cheers,

Le 04/12/2009 13:20, Jacques Le Roux a écrit :

Thanks Erwan,

Good catch, I wondered about that also. But this stuff is not easy to
test.
Which initialLocale are you speaking about?
Nevertheless I have followed your ideas and commited a fix for FTL files
at r887166. This works well for lookups (I only tested there)
I will soon use the same kind of fix for CommonScreens files

Jacques


../..
--
Erwan







--
Erwan


[jira] Created: (OFBIZ-3307) Error in product attributes page.

2009-12-04 Thread Rohit Sureka (JIRA)
Error in product attributes page.
-

 Key: OFBIZ-3307
 URL: https://issues.apache.org/jira/browse/OFBIZ-3307
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
 Environment: Linux Fedora Core 9, Postgres.
Reporter: Rohit Sureka
 Fix For: SVN trunk


The 'Add Product Attribute' has a drop down list for attribute name. if the 
product does not already have a existing product, its not possible to add a new 
attribute, since the attribute field is a required field but which is blank. 
This problem does not exist in R9.04 where it was not a dropdown but a simple 
text field .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Sumit Pandit
+1, since in system admin is a super user who have global access. So in such 
case additional data makes life easy.

--
Thanks And Regards
Sumit Pandit  
On Dec 4, 2009, at 8:23 AM, Jeroen van der Wal wrote:

> I know, but it make no sense to me adding demo data to the admin. Use a demo
> user instead. But in the end it's no big deal and I don't want to kill the
> initiative of having complete demo data.
> -Jeroen
> 
> On Fri, Dec 4, 2009 at 3:53 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
> 
>> admin has a name and you can see it when you log with admin login : THE
>> PRIVILEGED ADMINISTRATORJacques
>> - Original Message - From: "Jeroen van der Wal" <
>> jvander...@stromboli.it>
>> To: 
>> Sent: Friday, December 04, 2009 3:40 PM
>> Subject: Re: Adding few more details for "admin" user (party) in demo data
>> 
>> 
>> 
>> If you want to set up demo data the best pratice is to use "real" names
>>> (over the past I've used cartoon characters, actors, presidents). It makes
>>> no sense to use the admin as it is not a person nor an organization but
>>> just
>>> an account to perfom admin tasks.
>>> 
>>> Just my 2 cents
>>> 
>>> -Jeroen
>>> 
>>> 
>>> On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya <
>>> vijaywargiya.ash...@gmail.com> wrote:
>>> 
>>> WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin"
 user
 in a demo data?
 So all this information will be loaded when you will run "ant
 run-install"
 target.
 
 Thoughts?
 
 --
 Ashish
 
 
>>> 
>> 



Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Jeroen van der Wal
I know, but it make no sense to me adding demo data to the admin. Use a demo
user instead. But in the end it's no big deal and I don't want to kill the
initiative of having complete demo data.
-Jeroen

On Fri, Dec 4, 2009 at 3:53 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> admin has a name and you can see it when you log with admin login : THE
> PRIVILEGED ADMINISTRATORJacques
> - Original Message - From: "Jeroen van der Wal" <
> jvander...@stromboli.it>
> To: 
> Sent: Friday, December 04, 2009 3:40 PM
> Subject: Re: Adding few more details for "admin" user (party) in demo data
>
>
>
>  If you want to set up demo data the best pratice is to use "real" names
>> (over the past I've used cartoon characters, actors, presidents). It makes
>> no sense to use the admin as it is not a person nor an organization but
>> just
>> an account to perfom admin tasks.
>>
>> Just my 2 cents
>>
>> -Jeroen
>>
>>
>> On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya <
>> vijaywargiya.ash...@gmail.com> wrote:
>>
>>  WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin"
>>> user
>>> in a demo data?
>>> So all this information will be loaded when you will run "ant
>>> run-install"
>>> target.
>>>
>>> Thoughts?
>>>
>>> --
>>> Ashish
>>>
>>>
>>
>


Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Ashish Vijaywargiya
>> THE PRIVILEGED ADMINISTRATORJacques

I am not seeing Jacques suffix ;0) - is it bug on my revision. ;)
BTW, Good to see you as a "Administrator" Jacques. :-)

--
Ashish

On Fri, Dec 4, 2009 at 8:23 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> admin has a name and you can see it when you log with admin login : THE
> PRIVILEGED ADMINISTRATORJacques
> - Original Message - From: "Jeroen van der Wal" <
> jvander...@stromboli.it>
> To: 
> Sent: Friday, December 04, 2009 3:40 PM
> Subject: Re: Adding few more details for "admin" user (party) in demo data
>
>


Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Jacques Le Roux
admin has a name and you can see it when you log with admin login : 
THE PRIVILEGED ADMINISTRATORJacques
- Original Message - 
From: "Jeroen van der Wal" 

To: 
Sent: Friday, December 04, 2009 3:40 PM
Subject: Re: Adding few more details for "admin" user (party) in demo data



If you want to set up demo data the best pratice is to use "real" names
(over the past I've used cartoon characters, actors, presidents). It makes
no sense to use the admin as it is not a person nor an organization but just
an account to perfom admin tasks.

Just my 2 cents

-Jeroen


On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya <
vijaywargiya.ash...@gmail.com> wrote:


WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin" user
in a demo data?
So all this information will be loaded when you will run "ant run-install"
target.

Thoughts?

--
Ashish







Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl speci

2009-12-04 Thread Jacques Le Roux

Ewan,

Yes, I saw that there, how do you envision to use it ?

Jacques

From: "Erwan de FERRIERES" 

Jacques,

I was speaking of the initialLocale, which is generated from the client locale, 
in the visitHandler.java, line 121.

Cheers,

Le 04/12/2009 13:20, Jacques Le Roux a écrit :

Thanks Erwan,

Good catch, I wondered about that also. But this stuff is not easy to test.
Which initialLocale are you speaking about?
Nevertheless I have followed your ideas and commited a fix for FTL files
at r887166. This works well for lookups (I only tested there)
I will soon use the same kind of fix for CommonScreens files

Jacques


../..
--
Erwan






[jira] Closed: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya closed OFBIZ-3304.
--

Resolution: Fixed

Thanks Arun - Done at RB9.04 at r887211.

--
Ashish Vijaywargiya

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: ofbiz-3304-release-9.04.patch, OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Jeroen van der Wal
If you want to set up demo data the best pratice is to use "real" names
(over the past I've used cartoon characters, actors, presidents). It makes
no sense to use the admin as it is not a person nor an organization but just
an account to perfom admin tasks.

Just my 2 cents

-Jeroen


On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya <
vijaywargiya.ash...@gmail.com> wrote:

> WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin" user
> in a demo data?
> So all this information will be loaded when you will run "ant run-install"
> target.
>
> Thoughts?
>
> --
> Ashish
>


Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Mridul Pathak
+1, I faced issues due to this missing data a few times, and always  
wanted to have this OOTB.


--
Thanks.
Mridul Pathak
http://www.hotwaxmedia.com

On 04-Dec-09, at 3:04 PM, Ashish Vijaywargiya wrote:

WDYT if we add Shipping, Billing, Phone & Credit Card info to  
"admin" user

in a demo data?
So all this information will be loaded when you will run "ant run- 
install"

target.

Thoughts?

--
Ashish




smime.p7s
Description: S/MIME cryptographic signature


Re: Ofbiz integration with CMS

2009-12-04 Thread Mridul Pathak

Asit,

As Ruth has already pointed here, I believe that what you are trying  
to achieve can be done with current OFBiz CMS implementation.  CMS in  
ofbiz already have the workflow in place which is controlled through  
Content Purpose and Operation based security.  There might be some  
issues here and there, but those can be fixed once found out.  And  
finally some modification to Product Content Management can lead to  
the desirable behavior.


--
Thanks,
Mridul Pathak
http://www.hotwaxmedia.com

On 04-Dec-09, at 7:10 PM, Ruth Hoffman wrote:


Hello Divesh:
If all you want to do is control the addition/removal of images to  
product catalog(s) using a 2 level approval process, then this seems  
to me a very simple modification to the existing Content Manager  
application. Lots easier then trying to integrate and then support  
another CMS.


Regards,
Ruth

Ruth Hoffman, Author, Mentor & OFBiz Enthusiast
ruth.hoff...@myofbiz.com
Want to know more about OFBiz? Please visit my website: http://www.myofbiz.com



Shi Yusen wrote:

In OpenCms, the default publish workflow is controlled by roles or
permissions.

You can try OpenCms's mail list to get help on this.


在 2009-12-03四的 21:43 -0800,asitkumar@tcs.com写道:


Hello Divesh
   So , i should go for content management system  
outside ofbiz
and have the work flow process there & i can associate the image  
with
product after the approval. currently looking OpenCMS 7.5.1 but  
can not find

any work flow management system in it.

Divesh Dutta wrote:


Hello Asit,

This is currently not supported in OFBiz OOTB. But as this is  
specific need and not generic, surely this can be achieved by  
writing custom code.


Thanks
--
Divesh Dutta
http://www.hotwaxmedia.com

asitkumar@tcs.com wrote:


Hi
   Divesh, Thanks for replying. If current Ofbiz system is able  
to add

any
image to a product (not overriding simple fields as it picks  
image from
runtime folder.). I want the image content to be added to produt  
as this

way.


Adding a image to a product in (e commerce) application from  
content
management system. The image will be shown associated in web  
store after

two
levels of approval from specific users or usr groups. If ofbiz  
content

management system can handle this scenario.

Thansk
Asit

Divesh Dutta wrote:


Hi Asit,

What exactly you want here? Do you want to integrate, any  
specific CMS with OFBiz ? Or you are looking for steps to  
associate images with any specific product so that it appears in
front end application (ecommerce), because OFBiz supports  
content management in built.


Thanks
--
Divesh Dutta
http://www.hotwaxmedia.com

asitkumar@tcs.com wrote:


Hi
  Can anyone help me to integate any CMS with workflow system
available.
Currently i want to manage images in the conent management  
system

associate
the product catalog management(ecommerec) with it. After two  
levels of
approval(workflow), the image will be asocaited with the  
produt and can

be
viewd in ofbiz application. Thanks in advance for your valuable
suggestion.
















smime.p7s
Description: S/MIME cryptographic signature


Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl speci

2009-12-04 Thread Erwan de FERRIERES

Jacques,

I was speaking of the initialLocale, which is generated from the client 
locale, in the visitHandler.java, line 121.


Cheers,

Le 04/12/2009 13:20, Jacques Le Roux a écrit :

Thanks Erwan,

Good catch, I wondered about that also. But this stuff is not easy to test.
Which initialLocale are you speaking about?
Nevertheless I have followed your ideas and commited a fix for FTL files
at r887166. This works well for lookups (I only tested there)
I will soon use the same kind of fix for CommonScreens files

Jacques


../..
--
Erwan


Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Ruth Hoffman

Hi Vikas:
Why do you say this? In the real world, the Admin may also act as an 
eCommerce customer. What better way to demonstrate access controls then 
to have a single user (the Admin) perform tasks in many different roles?


Just my 2 cents.
Ruth

ruth.hoff...@myofbiz.com
Want to know more about OFBiz? Please visit my website: 
http://www.myofbiz.com



Vikas Mayur wrote:

Hi Hans/Ashish,

Where does admin require this additional information?

DemoCustomer is in Customer role and is there to be used for eCommerce 
applications.


If your intention is to use admin user for front end app then I think 
it is not a good idea.


Vikas

On Dec 4, 2009, at 3:10 PM, Hans Bakker wrote:


+1

most of the time i use DemoCustomer because on admin this data is
missing, so sure why not add it

Regards,
Hans

On Fri, 2009-12-04 at 15:04 +0530, Ashish Vijaywargiya wrote:
WDYT if we add Shipping, Billing, Phone & Credit Card info to 
"admin" user

in a demo data?
So all this information will be loaded when you will run "ant 
run-install"

target.

Thoughts?

--
Ashish

--
Antwebsystems.com: Quality OFBiz services for competitive rates





[jira] Updated: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar updated OFBIZ-3304:


Attachment: ofbiz-3304-release-9.04.patch

Hello Ashish,

Here is a patch for release branch 9.04. I tested it on 9.04 branch.

Thanks
--
Arun Patidar

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: ofbiz-3304-release-9.04.patch, OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Ruth Hoffman

+1

Ashish Vijaywargiya wrote:

WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin" user
in a demo data?
So all this information will be loaded when you will run "ant run-install"
target.

Thoughts?

--
Ashish

  


Re: Ofbiz integration with CMS

2009-12-04 Thread Ruth Hoffman

Hello Divesh:
If all you want to do is control the addition/removal of images to 
product catalog(s) using a 2 level approval process, then this seems to 
me a very simple modification to the existing Content Manager 
application. Lots easier then trying to integrate and then support 
another CMS.


Regards,
Ruth

Ruth Hoffman, Author, Mentor & OFBiz Enthusiast
ruth.hoff...@myofbiz.com
Want to know more about OFBiz? Please visit my website: 
http://www.myofbiz.com




Shi Yusen wrote:

In OpenCms, the default publish workflow is controlled by roles or
permissions.

You can try OpenCms's mail list to get help on this.


在 2009-12-03四的 21:43 -0800,asitkumar@tcs.com写�:
  

Hello Divesh
So , i should go for content management system outside ofbiz
and have the work flow process there & i can associate the image with
product after the approval. currently looking OpenCMS 7.5.1 but can not find
any work flow management system in it.

Divesh Dutta wrote:


Hello Asit,

This is currently not supported in OFBiz OOTB. But as this is specific 
need and not generic, surely this can be achieved by writing custom code.


Thanks
--
Divesh Dutta
http://www.hotwaxmedia.com

asitkumar@tcs.com wrote:
  

Hi
Divesh, Thanks for replying. If current Ofbiz system is able to add
any
image to a product (not overriding simple fields as it picks image from
runtime folder.). I want the image content to be added to produt as this
way.


Adding a image to a product in (e commerce) application from content
management system. The image will be shown associated in web store after
two
levels of approval from specific users or usr groups. If ofbiz content
management system can handle this scenario.

Thansk
Asit

Divesh Dutta wrote:
  


Hi Asit,

What exactly you want here? Do you want to integrate, any specific CMS 
with OFBiz ? Or you are looking for steps to associate images with any 
specific product so that it appears in
front end application (ecommerce), because OFBiz supports content 
management in built.


Thanks
--
Divesh Dutta
http://www.hotwaxmedia.com

asitkumar@tcs.com wrote:

  

Hi
   Can anyone help me to integate any CMS with workflow system
available.
Currently i want to manage images in the conent management system
associate
the product catalog management(ecommerec) with it. After two levels of
approval(workflow), the image will be asocaited with the produt and can
be
viewd in ofbiz application. Thanks in advance for your valuable
suggestion.
  
  


  
  



  



  


[jira] Commented: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Arun Patidar (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785919#action_12785919
 ] 

Arun Patidar commented on OFBIZ-3304:
-

Sure Ashish, I will upload patch for release branch 9.04 ASAP after proper 
testing.

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-3260) Added drop down options replacing text box to configure sagepay

2009-12-04 Thread Abdullah Shaikh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785914#action_12785914
 ] 

Abdullah Shaikh commented on OFBIZ-3260:


Hi Jacques,

Yes I found already existing label as below :

Payment-  AccountingPayment
Deferred-  StatusItem.description.HR_DS_DEFERRED
Release -  Enumeration.description.PGT_RELEASE
Cancel   -  StatusValidChange.transitionName.CAL_ACCEPTED.CAL_CANCELLED

may be there are more label for same string with different keys.

For my purpose AccountPayment for Payment string sounds good, but others I 
guess won't be nice to fit in.

So what do you suggest, should I put all of them in Accounting as :

AccountingDeferred
AccountingRelease
AccountingCancel so on ..

or in Common and if in common what should be the key pattern here.

Let me know your thoughts on this.

Thanks

> Added drop down options replacing text box to configure sagepay
> ---
>
> Key: OFBIZ-3260
> URL: https://issues.apache.org/jira/browse/OFBIZ-3260
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Abdullah Shaikh
>Priority: Minor
> Attachments: OFBIZ-3260_Added drop down options replacing text 
> box.patch
>
>
> Added drop down options, replacing text box, to configure SagePay payment 
> gateway transaction types settings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Reopened: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya reopened OFBIZ-3304:



Patch for release branch will be applied soon, then I will close this issue.

PS: Arun please provide patch for release branch ASAP.
Make sure that you test patch well before uploading it on jira.

Thanks!

--
Ashish


> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785912#action_12785912
 ] 

Ashish Vijaywargiya commented on OFBIZ-3304:


Arun, your patch is conflicting with Release branch.
Does it mean that you haven't tested it on Release Branch? 

Please help me and other committers to review and commit your patch in a single 
shot. 
This saves everyones time, man!

--
Ashish

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1825) Colors and localisation for the calendar

2009-12-04 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785910#action_12785910
 ] 

Jacques Le Roux commented on OFBIZ-1825:


A new fix in r887166, following [this 
thread|http://markmail.org/message/oozkxcgezgahosru]

> Colors and localisation for the calendar
> 
>
> Key: OFBIZ-1825
> URL: https://issues.apache.org/jira/browse/OFBIZ-1825
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: calendar.patch, calendar_I18n.patch, 
> calendar_I18n.patch, calendar_sequence.patch, calendarDateSelectColor.patch, 
> calendarDateSelectColor.patch, calendarModified.patch, CommonScreens.patch, 
> Existing.jpg, LocalizedDate_it.patch, Proposition.jpg, WE_CAL.gif
>
>
> I tried to change the calendar colors, to be more "in the OFBiz way". Please 
> let me you know what you think.
> I also changed some colors to respect our CSS best practices (no color names).
> Here are some remarks :
> Colors
> *  I kept the 3 chars scheme when it's was obvious. For instance we don't 
> need to set #00 or #ff when actually #000 or #fff is sufficient. 
> * I used Wikipedia as reference http://en.wikipedia.org/wiki/Web_colors for 
> choising colors. While doing this change I wondered if we could not authorise 
> and even recommend to use sandard names for colors as shown in Wikipedia 
> page. I found it easier to recall a color by its names than by an hexa 
> number...! As long as we would use this Wikipedia reference I think it could 
> be possible to use names instead of hexa, WDYT ?
> * The days initials are not centered but at left (It's late and I did not 
> found the reason)
> We need to provide a localisation mean. From 
> http://electronicholas.com/calendar?style=default&format=natural it should 
> not be too hard. I propose a simple way, maybe we can do better
> * More calendar formats in a calendar.properties file (like the euro or 
> american ones)
> * For the moment I think all string are harcoded in calendar_date_select.js
> Date.weekdays = $w("S M T W T F S");
> Date.first_day_of_week = 0;
> Date.months = $w("January February March April May June July August 
> September October November December" );
> _translations = {
>   "OK": "OK",
>   "Now": "Now",
>   "Today": "Today"
> }
> A very simple way (but not very clever I must admit) could be to set a 
> property for the language to use in calendar.properties file and use it in a 
> switch statement with "hardcoded" strings in  calendar_date_select.js. Is 
> anybody aware of better ways to do that in Javascript or Prototype ?
> BTW I think we should delete calendarstyles.css and calendarTable.css. If 
> it's ok, I will do it when I will upate the attached patch later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya closed OFBIZ-3304.
--

Resolution: Fixed

Thanks Arun - Committed at r887173.

--
Ashish

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya reassigned OFBIZ-3304:
--

Assignee: Ashish Vijaywargiya

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3306) Showing Promotion Item Duplicate, when click on Update Link on Order View Page.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya closed OFBIZ-3306.
--

Resolution: Fixed

Thanks Arpit - Done at r887172.

--
Ashish Vijaywargiya

> Showing Promotion Item Duplicate, when click on Update Link on Order View 
> Page.
> ---
>
> Key: OFBIZ-3306
> URL: https://issues.apache.org/jira/browse/OFBIZ-3306
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
>Reporter: Arpit Singh Pandya
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ_3306.patch
>
>
> In ordermgr when we update the items it will recreate the adjustments and 
> promotion and cancel the previous promotion item, and showing deleted 
> adjustment promotion item on the order view page (i.e showing duplicate 
> promotion item with cancel status on order view page).
> Steps to produce scenario :
> -- goto https://localhost:8443/ordermgr/control/main
> -- create aa sales order.
> -- on order view page click on "Edit Items" links.
> -- click on "Update Items" link.
> Now on order view page it will show the duplicate promotion items of 
> respective adjustment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-3306) Showing Promotion Item Duplicate, when click on Update Link on Order View Page.

2009-12-04 Thread Ashish Vijaywargiya (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya reassigned OFBIZ-3306:
--

Assignee: Ashish Vijaywargiya

> Showing Promotion Item Duplicate, when click on Update Link on Order View 
> Page.
> ---
>
> Key: OFBIZ-3306
> URL: https://issues.apache.org/jira/browse/OFBIZ-3306
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
>Reporter: Arpit Singh Pandya
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ_3306.patch
>
>
> In ordermgr when we update the items it will recreate the adjustments and 
> promotion and cancel the previous promotion item, and showing deleted 
> adjustment promotion item on the order view page (i.e showing duplicate 
> promotion item with cancel status on order view page).
> Steps to produce scenario :
> -- goto https://localhost:8443/ordermgr/control/main
> -- create aa sales order.
> -- on order view page click on "Edit Items" links.
> -- click on "Update Items" link.
> Now on order view page it will show the duplicate promotion items of 
> respective adjustment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data

2009-12-04 Thread Divesh Dutta
Also admin user is having many role and one of them is "Manager", i. e 
we use admin in many back end applications to manage our Business, and I 
feel Address is lacking in that case.


So In my opinion at least we can have Postal address for admin user.

And of course if admin user can have  firstName="THE" 
lastName="ADMINISTRATOR" middleName="PRIVILEGED",  then I think adding 
other other dummy information should not be a big deal. ;-)


So, +1 Ashish. Go for it.

Thanks
--
Divesh Dutta.


Rishi Solanki wrote:

IMO, adding additional information is good idea.
Many Backend pages like Profile pafes in party component and ordermgr order
entry process we uses admin.
Might be there is no benefit of doing this but IMO adding more information
will be of no harms.
+1 for Ashish's idea.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Fri, Dec 4, 2009 at 3:43 PM, Vikas Mayur wrote:

  

Hi Hans/Ashish,

Where does admin require this additional information?

DemoCustomer is in Customer role and is there to be used for eCommerce
applications.

If your intention is to use admin user for front end app then I think it is
not a good idea.

Vikas


On Dec 4, 2009, at 3:10 PM, Hans Bakker wrote:

 +1


most of the time i use DemoCustomer because on admin this data is
missing, so sure why not add it

Regards,
Hans

On Fri, 2009-12-04 at 15:04 +0530, Ashish Vijaywargiya wrote:

  

WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin"
user
in a demo data?
So all this information will be loaded when you will run "ant
run-install"
target.

Thoughts?

--
Ashish



--
Antwebsystems.com: Quality OFBiz services for competitive rates


  


  




Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl speci

2009-12-04 Thread Jacques Le Roux

Thanks Erwan,

Good catch, I wondered about that also. But this stuff is not easy to test.
Which initialLocale are you speaking about?
Nevertheless I have followed your ideas and commited a fix for FTL files at r887166. This works well for lookups (I only tested 
there)

I will soon use the same kind of fix for CommonScreens files

Jacques


From: "Erwan de FERRIERES" 

Hi Jacques,

I think there is still a problem with the locale and the calendar.
If you are running a very fresh OFBiz copy, you will see that the lastLocale is empty and then the calendar is using its default 
locale which is en.

If then go choose your langage, the locale is well defined and you've got your 
calendar translated.

Maybe it will be useful to use the initialLocale if the lastLocale is empty.

Cheers,

 Message original 
Sujet: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl 
specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl 
specialpurpose/ecommerce/widget/CommonScreens.xml

Date : Thu, 03 Dec 2009 09:45:36 -
De : jler...@apache.org
Répondre à : dev@ofbiz.apache.org
Pour : comm...@ofbiz.apache.org

Author: jleroux
Date: Thu Dec  3 09:45:33 2009
New Revision: 886723

URL: http://svn.apache.org/viewvc?rev=886723&view=rev
Log:
Fix a bug introduced with r886143 (when a language.js was missing no default 
was given)

Modified:
ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl
ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl
ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl Thu Dec 3 
09:45:33 2009
@@ -30,8 +30,8 @@
 type="text/javascript">
 type="text/javascript">
 type="text/javascript">
-type="text/javascript">
-src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale}.js" 
type="text/javascript">
+type="text/javascript">
+src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!"en"}.js" 
type="text/javascript">

 <#if layoutSettings.javaScripts?has_content>
 <#--layoutSettings.javaScripts is a list of java scripts. -->
 <#-- use a Set to make sure each javascript is declared only once, but 
iterate the list to maintain the correct order -->

Modified: ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl (original)
+++ ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl Thu Dec 3 
09:45:33 2009
@@ -27,7 +27,7 @@
 
 
 
-src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale}.js" 
type="text/javascript">
+src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!"en"}.js" 
type="text/javascript">

 
 
 

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl 
(original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl Thu Dec 
 3 09:45:33 2009
@@ -25,7 +25,7 @@
 type="text/javascript">
 type="text/javascript">
 type="text/javascript">
-src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!}.js" 
type="text/javascript">
+src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!"en"}.js" 
type="text/javascript">

 
 
 

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/specialpu

[jira] Updated: (OFBIZ-3306) Showing Promotion Item Duplicate, when click on Update Link on Order View Page.


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Singh Pandya updated OFBIZ-3306:
--

Attachment: OFBIZ_3306.patch

Here is the patch to resolve this issue.

> Showing Promotion Item Duplicate, when click on Update Link on Order View 
> Page.
> ---
>
> Key: OFBIZ-3306
> URL: https://issues.apache.org/jira/browse/OFBIZ-3306
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
>Reporter: Arpit Singh Pandya
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ_3306.patch
>
>
> In ordermgr when we update the items it will recreate the adjustments and 
> promotion and cancel the previous promotion item, and showing deleted 
> adjustment promotion item on the order view page (i.e showing duplicate 
> promotion item with cancel status on order view page).
> Steps to produce scenario :
> -- goto https://localhost:8443/ordermgr/control/main
> -- create aa sales order.
> -- on order view page click on "Edit Items" links.
> -- click on "Update Items" link.
> Now on order view page it will show the duplicate promotion items of 
> respective adjustment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-3306) Showing Promotion Item Duplicate, when click on Update Link on Order View Page.

Showing Promotion Item Duplicate, when click on Update Link on Order View Page.
---

 Key: OFBIZ-3306
 URL: https://issues.apache.org/jira/browse/OFBIZ-3306
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Arpit Singh Pandya
Priority: Minor
 Fix For: SVN trunk


In ordermgr when we update the items it will recreate the adjustments and 
promotion and cancel the previous promotion item, and showing deleted 
adjustment promotion item on the order view page (i.e showing duplicate 
promotion item with cancel status on order view page).

Steps to produce scenario :
-- goto https://localhost:8443/ordermgr/control/main
-- create aa sales order.
-- on order view page click on "Edit Items" links.
-- click on "Update Items" link.

Now on order view page it will show the duplicate promotion items of respective 
adjustment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data

IMO, adding additional information is good idea.
Many Backend pages like Profile pafes in party component and ordermgr order
entry process we uses admin.
Might be there is no benefit of doing this but IMO adding more information
will be of no harms.
+1 for Ashish's idea.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Fri, Dec 4, 2009 at 3:43 PM, Vikas Mayur wrote:

> Hi Hans/Ashish,
>
> Where does admin require this additional information?
>
> DemoCustomer is in Customer role and is there to be used for eCommerce
> applications.
>
> If your intention is to use admin user for front end app then I think it is
> not a good idea.
>
> Vikas
>
>
> On Dec 4, 2009, at 3:10 PM, Hans Bakker wrote:
>
>  +1
>>
>> most of the time i use DemoCustomer because on admin this data is
>> missing, so sure why not add it
>>
>> Regards,
>> Hans
>>
>> On Fri, 2009-12-04 at 15:04 +0530, Ashish Vijaywargiya wrote:
>>
>>> WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin"
>>> user
>>> in a demo data?
>>> So all this information will be loaded when you will run "ant
>>> run-install"
>>> target.
>>>
>>> Thoughts?
>>>
>>> --
>>> Ashish
>>>
>> --
>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>
>>
>


[jira] Created: (OFBIZ-3305) ORA-01843: not a valid month while using oracle database

ORA-01843: not a valid month while using oracle database


 Key: OFBIZ-3305
 URL: https://issues.apache.org/jira/browse/OFBIZ-3305
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 9.04
Reporter: Nathan Liang


ORA-01843: not a valid month while using oracle database



I used oracle 10g as the backend database of OFBiz 9.04 and got ORA-01843 error.

Here are my oracle instance's locale setting:
SELECT name,value$ from sys.props$ where name like '%NLS%';
NLS_LANGUAGEAMERICAN
NLS_TERRITORY   AMERICA
NLS_CURRENCY$
NLS_ISO_CURRENCYAMERICA
NLS_NUMERIC_CHARACTERS  .,
NLS_CHARACTERSETAL32UTF8
NLS_CALENDARGREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE   AMERICAN
NLS_SORTBINARY
NLS_TIME_FORMAT HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMATDD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT  HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY   $
NLS_COMPBINARY
NLS_LENGTH_SEMANTICSBYTE
NLS_NCHAR_CONV_EXCP FALSE
NLS_NCHAR_CHARACTERSET  AL16UTF16
NLS_RDBMS_VERSION   10.2.0.1.0


Datetime used in the generated sql should like to_date('2009-12-04 
17:40:45.734', '-mm-dd hh24:mi:ss') instead of literal string '2009-12-04 
17:40:45.734'
Also I found this error keep throwing out and my log file increasing quickly, I 
got a 2G bytes file in 40 minutes:
  
2009-12-04  18:19 2,039,242,232 console.log 

2009-12-04  18:1910,140,093 debug.log   

2009-12-04  18:0610,240,075 debug.log.1 




Error details:

2009-12-04 18:19:47,984 (org.ofbiz.service.job.jobpol...@1d38b87) [ 
JobManager.java:187:ERROR] 
 exception report --
Error in polling JobSandbox: [org.ofbiz.entity.GenericDataSourceException: 
Generic Entity Exception occured in updateByCondition (SQL Exception while 
executing the following:UPDATE OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID = ?, 
STATUS_ID = ? WHERE ((RUN_TIME <= '2009-12-04 17:40:45.734' AND START_DATE_TIME 
IS NULL AND CANCEL_DATE_TIME IS NULL AND RUN_BY_INSTANCE_ID IS NULL) AND 
(POOL_ID IS NULL OR POOL_ID = 'pool')) (ORA-01843: not a valid month
))]. Rolling back transaction.
Exception: org.ofbiz.entity.GenericDataSourceException
Message: Generic Entity Exception occured in updateByCondition (SQL Exception 
while executing the following:UPDATE OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID = 
?, STATUS_ID = ? WHERE ((RUN_TIME <= '2009-12-04 17:40:45.734' AND 
START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND RUN_BY_INSTANCE_ID IS 
NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) (ORA-01843: not a valid month
))
 cause -
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:UPDATE OFBIZ.JOB_SANDBOX 
SET RUN_BY_INSTANCE_ID = ?, STATUS_ID = ? WHERE ((RUN_TIME <= '2009-12-04 
17:40:45.734' AND START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND 
RUN_BY_INSTANCE_ID IS NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) 
(ORA-01843: not a valid month
)
 cause -
Exception: java.sql.SQLException
Message: ORA-01843: not a valid month

 stack trace ---
java.sql.SQLException: ORA-01843: not a valid month
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:952)
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3368)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.updateByCondition(GenericDAO.java:329)
org.ofbiz.entity.datasource.GenericDAO.updateByCondition(G

[jira] Updated: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar updated OFBIZ-3304:


Attachment: OFBIZ-3304.patch

Here is a patch for this issue.

> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3304.patch
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2930) improvement on geolocalisation


[ 
https://issues.apache.org/jira/browse/OFBIZ-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785850#action_12785850
 ] 

Jacques Le Roux commented on OFBIZ-2930:


Thanks for the input Erwan,

OK, I will have a look...

> improvement on geolocalisation
> --
>
> Key: OFBIZ-2930
> URL: https://issues.apache.org/jira/browse/OFBIZ-2930
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: SVN trunk
>Reporter: Erwan de FERRIERES
> Fix For: SVN trunk
>
> Attachments: OFBIZ-2930.diff
>
>
> the geolocalisation is only working for parties who have a GeoPoint. With the 
> google api, we can also give an address instead of coordinates, and then 
> locate the party on the screen. this patch add this functionality, and then 
> we can locate the parties if they have an address.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar updated OFBIZ-3304:


  Component/s: order
Fix Version/s: SVN trunk
   Release Branch 9.04
 Priority: Minor  (was: Major)
  Description: 
Remove links for adjustment on return screen is not working.

Steps to regenerate issue:

1) Create an sales order and complete order by 'Quick Ship Entire Order'  from 
order detail page.

2) Clicks on Create return link on order detail page

3) Clicks on Select all checkbox and then click on 'Return Selected items' 

4) On Return Items screen  'Remove' links for adjustment gives secure url error.



> Remove links for adjustments in create return screen is not working.
> 
>
> Key: OFBIZ-3304
> URL: https://issues.apache.org/jira/browse/OFBIZ-3304
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Arun Patidar
>Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
>
> Remove links for adjustment on return screen is not working.
> Steps to regenerate issue:
> 1) Create an sales order and complete order by 'Quick Ship Entire Order'  
> from order detail page.
> 2) Clicks on Create return link on order detail page
> 3) Clicks on Select all checkbox and then click on 'Return Selected items' 
> 4) On Return Items screen  'Remove' links for adjustment gives secure url 
> error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Adding few more details for "admin" user (party) in demo data


Hi Hans/Ashish,

Where does admin require this additional information?

DemoCustomer is in Customer role and is there to be used for eCommerce  
applications.


If your intention is to use admin user for front end app then I think  
it is not a good idea.


Vikas

On Dec 4, 2009, at 3:10 PM, Hans Bakker wrote:


+1

most of the time i use DemoCustomer because on admin this data is
missing, so sure why not add it

Regards,
Hans

On Fri, 2009-12-04 at 15:04 +0530, Ashish Vijaywargiya wrote:
WDYT if we add Shipping, Billing, Phone & Credit Card info to  
"admin" user

in a demo data?
So all this information will be loaded when you will run "ant run- 
install"

target.

Thoughts?

--
Ashish

--
Antwebsystems.com: Quality OFBiz services for competitive rates





smime.p7s
Description: S/MIME cryptographic signature


Re: Adding few more details for "admin" user (party) in demo data


+1, as Hans not sure why it's not already there though...

Jacques

From: "Hans Bakker" 

+1

most of the time i use DemoCustomer because on admin this data is
missing, so sure why not add it

Regards,
Hans

On Fri, 2009-12-04 at 15:04 +0530, Ashish Vijaywargiya wrote:

WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin" user
in a demo data?
So all this information will be loaded when you will run "ant run-install"
target.

Thoughts?

--
Ashish

--
Antwebsystems.com: Quality OFBiz services for competitive rates





[jira] Commented: (OFBIZ-2930) improvement on geolocalisation


[ 
https://issues.apache.org/jira/browse/OFBIZ-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785848#action_12785848
 ] 

Erwan de FERRIERES commented on OFBIZ-2930:
---

Hi Jacques,

I did started a discussion on this issue, as we discussed here, but had no 
answer so far...


> improvement on geolocalisation
> --
>
> Key: OFBIZ-2930
> URL: https://issues.apache.org/jira/browse/OFBIZ-2930
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: SVN trunk
>Reporter: Erwan de FERRIERES
> Fix For: SVN trunk
>
> Attachments: OFBIZ-2930.diff
>
>
> the geolocalisation is only working for parties who have a GeoPoint. With the 
> google api, we can also give an address instead of coordinates, and then 
> locate the party on the screen. this patch add this functionality, and then 
> we can locate the parties if they have an address.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-3304) Remove links for adjustments in create return screen is not working.

Remove links for adjustments in create return screen is not working.


 Key: OFBIZ-3304
 URL: https://issues.apache.org/jira/browse/OFBIZ-3304
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Arun Patidar




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3303) add the "depend-on" tag for the extend-entity


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erwan de FERRIERES updated OFBIZ-3303:
--

Priority: Minor  (was: Major)

> add the "depend-on" tag for the extend-entity
> -
>
> Key: OFBIZ-3303
> URL: https://issues.apache.org/jira/browse/OFBIZ-3303
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Erwan de FERRIERES
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3303.diff
>
>
> As we have this tag on the entity and view-entity, sometimes it is usefull to 
> have it on the extend-entity

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3303) add the "depend-on" tag for the extend-entity


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erwan de FERRIERES updated OFBIZ-3303:
--

Attachment: OFBIZ-3303.diff

> add the "depend-on" tag for the extend-entity
> -
>
> Key: OFBIZ-3303
> URL: https://issues.apache.org/jira/browse/OFBIZ-3303
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Erwan de FERRIERES
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3303.diff
>
>
> As we have this tag on the entity and view-entity, sometimes it is usefull to 
> have it on the extend-entity

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-3303) add the "depend-on" tag for the extend-entity

add the "depend-on" tag for the extend-entity
-

 Key: OFBIZ-3303
 URL: https://issues.apache.org/jira/browse/OFBIZ-3303
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
 Fix For: SVN trunk


As we have this tag on the entity and view-entity, sometimes it is usefull to 
have it on the extend-entity

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-3297) Limit view in form to party group appartenance


[ 
https://issues.apache.org/jira/browse/OFBIZ-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785839#action_12785839
 ] 

Jacques Le Roux commented on OFBIZ-3297:


No worrie, you are welcome Patrick!

But please avoid to answer the way you did (how did you that by the way?).
You see it's adding a lof of useless information (hyper redundancy ;o)
Imagine if we were all doing it the same way...

Thanks

Jacques


> Limit view in form to party group appartenance
> --
>
> Key: OFBIZ-3297
> URL: https://issues.apache.org/jira/browse/OFBIZ-3297
> Project: OFBiz
>  Issue Type: Wish
>  Components: ALL APPLICATIONS
>Affects Versions: Release Branch 9.04
> Environment: solaris, mysql
>Reporter: patrick LE BLAN
>Assignee: Jacques Le Roux
>Priority: Trivial
>
> This is not an issue but help is asked for limiting data view to party group 
> content for user in application order, task, party. can resolves this , Im 
> trying through relationship appartenance but seens not to have any effects. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [jira] Commented: (OFBIZ-3297) Limit view in form to party group appartenance


No worrie, you are welcome Patrick!

Jacques


patrick.leb...@oumede.com commented on OFBIZ-3297:
--

Thank u Jacques for the answer. Sorry for disturbance. A bientot

Jacques Le Roux closed OFBIZ-3297.
--

   Resolution: Won't Fix
 Assignee: Jacques Le Roux

Hi Patrick,

You would ge much more chances to get an answer if you ask on the user ML. We don't use 
Jira for questions, nor whish.
I have even asked the infra team to remove the question type from OFBiz Jira sometimes 
ago, I missed wish ;)





Re: Adding few more details for "admin" user (party) in demo data

+1

most of the time i use DemoCustomer because on admin this data is
missing, so sure why not add it

Regards,
Hans

On Fri, 2009-12-04 at 15:04 +0530, Ashish Vijaywargiya wrote:
> WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin" user
> in a demo data?
> So all this information will be loaded when you will run "ant run-install"
> target.
> 
> Thoughts?
> 
> --
> Ashish
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates



Fwd: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl spec


Hi Jacques,

I think there is still a problem with the locale and the calendar.
If you are running a very fresh OFBiz copy, you will see that the 
lastLocale is empty and then the calendar is using its default locale 
which is en.
If then go choose your langage, the locale is well defined and you've 
got your calendar translated.


Maybe it will be useful to use the initialLocale if the lastLocale is empty.

Cheers,

 Message original 
Sujet: svn commit: r886723 - in /ofbiz/trunk: 
framework/common/webcommon/includes/lookup.ftl 
specialpurpose/cmssite/template/cms/HtmlHead.ftl 
specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl 
specialpurpose/ecommerce/widget/CommonScreens.xml

Date : Thu, 03 Dec 2009 09:45:36 -
De : jler...@apache.org
Répondre à : dev@ofbiz.apache.org
Pour : comm...@ofbiz.apache.org

Author: jleroux
Date: Thu Dec  3 09:45:33 2009
New Revision: 886723

URL: http://svn.apache.org/viewvc?rev=886723&view=rev
Log:
Fix a bug introduced with r886143 (when a language.js was missing no 
default was given)


Modified:
ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl
ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl
ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl Thu Dec 
3 09:45:33 2009

@@ -30,8 +30,8 @@
 src="<@ofbizContentUrl>/images/prototypejs/scriptaculous.js" 
type="text/javascript">
 src="<@ofbizContentUrl>/images/fieldlookup.js" 
type="text/javascript">
 src="<@ofbizContentUrl>/images/selectall.js" 
type="text/javascript">
-src="<@ofbizContentUrl>/images/calendarDateSelect/calendar_date_select.js" 
type="text/javascript">
-src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale}.js" 
type="text/javascript">
+src="<@ofbizContentUrl>/images/calendarDateSelect/calendar_date_select.js" 
type="text/javascript">
+src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!"en"}.js" 
type="text/javascript">

 <#if layoutSettings.javaScripts?has_content>
 <#--layoutSettings.javaScripts is a list of java scripts. -->
 <#-- use a Set to make sure each javascript is declared only 
once, but iterate the list to maintain the correct order -->


Modified: ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl (original)
+++ ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl Thu Dec 
 3 09:45:33 2009

@@ -27,7 +27,7 @@
 type="text/javascript">
 type="text/javascript">
 src="/images/calendarDateSelect/calendar_date_select.js" 
type="text/javascript">
-src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale}.js" 
type="text/javascript">
+src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!"en"}.js" 
type="text/javascript">

 
 type="text/css"/>
 type="text/css"/>


Modified: 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl?rev=886723&r1=886722&r2=886723&view=diff

==
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl 
(original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl 
Thu Dec  3 09:45:33 2009

@@ -25,7 +25,7 @@
 src="<@ofbizContentUrl>/images/fieldlookup.js" 
type="text/javascript">
 src="<@ofbizContentUrl>/images/selectall.js" 
type="text/javascript">
 src="<@ofbizContentUrl>/images/calendarDateSelect/calendar_date_select.js" 
type="text/javascript">
-src="<@ofbizContentUrl>/images/calendarDateSelect/locale/${parameters.userLogin.lastLocale!}.js" 

Adding few more details for "admin" user (party) in demo data

WDYT if we add Shipping, Billing, Phone & Credit Card info to "admin" user
in a demo data?
So all this information will be loaded when you will run "ant run-install"
target.

Thoughts?

--
Ashish


[jira] Closed: (OFBIZ-3296) seleniumXML improvement and corrections


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-3296.
--

Resolution: Fixed
  Assignee: Jacques Le Roux

Thanks Erwan,

Your patch is in trunk at r887126  


> seleniumXML improvement and corrections
> ---
>
> Key: OFBIZ-3296
> URL: https://issues.apache.org/jira/browse/OFBIZ-3296
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Erwan de FERRIERES
>Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use 
> with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-3297) Limit view in form to party group appartenance


[ 
https://issues.apache.org/jira/browse/OFBIZ-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785830#action_12785830
 ] 

patrick.leb...@oumede.com commented on OFBIZ-3297:
--

Thank u Jacques for the answer. Sorry for disturbance. A bientot

Patrick

Date sent:  Thu, 3 Dec 2009 18:59:20 + (UTC)
From:   "Jacques Le Roux (JIRA)" 
To: m...@oumede.com
Subject:[jira] Closed: (OFBIZ-3297) Limit view in form to party 
group
appartenance


 [ https://issues.apache.org/jira/browse/OFBIZ-
3297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-3297.
--

Resolution: Won't Fix
  Assignee: Jacques Le Roux

Hi Patrick,

You would ge much more chances to get an answer if you ask on the user ML. We 
don't use 
Jira for questions, nor whish.
I have even asked the infra team to remove the question type from OFBiz Jira 
sometimes 
ago, I missed wish ;)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



> Limit view in form to party group appartenance
> --
>
> Key: OFBIZ-3297
> URL: https://issues.apache.org/jira/browse/OFBIZ-3297
> Project: OFBiz
>  Issue Type: Wish
>  Components: ALL APPLICATIONS
>Affects Versions: Release Branch 9.04
> Environment: solaris, mysql
>Reporter: patrick LE BLAN
>Assignee: Jacques Le Roux
>Priority: Trivial
>
> This is not an issue but help is asked for limiting data view to party group 
> content for user in application order, task, party. can resolves this , Im 
> trying through relationship appartenance but seens not to have any effects. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-3301) eCommerce - OrderHistory - Giving error if try to add all items from existing order's detail page.


 [ 
https://issues.apache.org/jira/browse/OFBIZ-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Vijaywargiya reassigned OFBIZ-3301:
--

Assignee: Ashish Vijaywargiya

> eCommerce - OrderHistory - Giving error if try to add all items from existing 
> order's detail page.
> --
>
> Key: OFBIZ-3301
> URL: https://issues.apache.org/jira/browse/OFBIZ-3301
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/ecommerce
>Reporter: Sumit Pandit
>Assignee: Ashish Vijaywargiya
> Fix For: SVN trunk
>
>
> Hi, Here is steps to reproduce - 
> - Place a order from eCommerce (Registered checkout). (DemoCustomer/ofbiz)
> - Go to https://demo.ofbiz.org/ecommerce/control/orderhistory
> - From order list Click on a order id to view its detail page.
> - example - 
> https://demo.ofbiz.org/ecommerce/control/orderstatus?orderId=DEMO10090
> - Scroll Down, from order item list click on "Add All To Cart"
> - It is giving an exception.
> - Now go back, Select a item and then again click on "Add Checked to Cart", 
> giving exception again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.