Topic: Automatic Payment Allocation

I saw in the code a comment like this:

If the Customer's A/R Account is a Bank Account then automatically allocate the payment
(Which looks nice since I only ship on paid invoices)

But when I look at Customer Allocations (sales/allocations/customer_allocation_main.php)
it shows the whole payment is left to allocate...

Maybe the comment is not accurate...

tom

Re: Automatic Payment Allocation

If I edit the branches and set receivables_account to 1500 directly is that sufficient to change the A/R account for all customer?

I think so, but before manually modifying the db thought I better ask...

tom

Re: Automatic Payment Allocation

You are a clever guy, Tom, I know. You would probably fix a script asap to change these accounts, right?

/Joe

Re: Automatic Payment Allocation

I was thinking of using phpAdmin     UPDATE 0_cust_branch SET receivables_account = '1500' where receivables_account = '1700'

tom

Re: Automatic Payment Allocation

This is even better smile

/Joe