Hi friends,
We have the following business scenario:
1. Delivery related billings
2. For a very few orders, custom made, we take some advance from the customers which can be any adhoc amount
3. Need to reflect this amount in the invoice as 'advance paid' and then the net as 'amount payable'
From what I have investigated so far, it is possible only thru' milestone billing plans and that to for only Order related invoicing via condition type AZWR. Is my inference correct or is there any other way to do it?
The requirement is so small i.e. just 30-40 such orders in an year that I am really wondering at the feasibility of getting into billing plans and then again, if it doesn't work with delivery related invoicing, it is a dead end.
I thought of having a new statistical condition to print which can be manually entered in the order but that again, because it is statistical will not reduce the gross value of the bill down to the value after adjustment of this advance.
Appreciate any short cut solution?
Many thanks.
you are right, by the standard you can do it only by billing plans.
I developed another solution base on 3 key points:
1) a condition type in sales order called Down payment, that the user have to fill manualy when he needs it. this decrease the order value
2) a new debit memo that can be create only with reference to the order with a condition type that has the same value of the reference document down payment condition (I use a custom formula to do it)
3) a user exit in the accounting posting that selects the right accounts (in Italy we cannot post down payments into a revenue account due to legal requir.)
4) when you post the delivery related invoice the special account is cleared and all posted to revenue.
Pls. reward if this is helpful
Regards
Roberto Mazzali
Add a comment