-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sales / Purchase Return enhancements #3582
Comments
@bohlian We had a discussion and we think that a negative value invoice will be the best solution. Maintaining duplicate structures is expensive and will create problems in the long run. We need to remove some validations and do a lot of testing to make sure this works. Estimate is 4 billable hours. Does that work for you? We can finish this week. |
@rmehta We have a few queries regarding the negative value Invoice function for Credit Note (CN) and Debit Note (DN) processing.
|
@bohlian please check my comments below:
a) Price Adjustments: In Credit Note, all items will be fetched from linked DN / original SI. But you will be able to delete a item / modify item details like qty / rate in the CN. b) Stock Returns: There will be no separate form/entry for stock returns, like existing Stock Entry form. There will be some options in Credit Note itself, to define the purpose of Credit Note, whether the entry is only for returning stock or price adjustment or both. In case of returning stock, on submission of credit note, item will be returned to associated warehouse automatically.
|
@nabinhait just a few more questions. Thank you.
|
@bohlian Yes, all the 5 points will be covered |
Further to this: My accounts are a bit less formal. Rarely use CN/DN 's. |
@robertbecht yes that is exactly what are are proposing |
@bohlian Stuck in fixing some old buggy logic related to purchase return. Currently system does not return the items with original purchase receipt rate it came with, it considers rate based on FIFO. It needs to be fixed to implement Purchase Receipt with negative quantity (Purchase Return). Thats why we are getting late to complete this feature. |
@nabinhait no worries, it is understandable. Am sure all of us would rather have something complete as opposed to a half baked solution. Many thanks for all the effort. |
@bohlian Yesterday we have released the sales/purchase return enhancement. Please pull the updates and check. |
@nabinhait Apologies for the late response on this, we have just tested the enhancement and have identified several issues:-
Appreciate your help on this. Thanks. |
@bohlian Please check replies inline:
"Is Return" field does the job, still if you need it for printing or other purpose, create a custom field.
You can track the purpose using "Remarks" field.
What is the purpose of Sales Debit Note, for pricing adjustment? Is it not similar to a fresh invoice?
What is the use case? Though difficult to implement.
Create a github issue for the improvement #3951
Create a github issue for the improvement #3951
I think it should be Bank Entry only. Credit Note is there, if you want to create Credit Note directly from Journal Entry.
In today's release, we have removed "Credit Note - Negative Invoice" print format. Instead, created two "Print Heading" records for Credit Note and Debit Note. On creation of return invoice, print heading will be set to Credit Note automatically. And then you can simply use standard print format for printing Credit Note. |
@nabinhait Kindly refer to my response below:
The objective of having this field is to allow the system to auto-propose the naming series selection based on the document type. Right now, the default naming series is "SINV-" regardless of the document type. This causes room for data discrepancies as the users might select the wrong series during creation of a billing document. Can you provide a better solution for this?
OK
Yes, it is mostly for pricing adjustments. The purpose of creating a Sales Debit Note and Purchase Credit Note with reference to a preceding Invoice document is to provide a link in the entire document flow processing for tracking purposes. This cannot be considered as a fresh Invoice.
These documents will usually be used for rebates whereby a bulk rebate is given if the sales volume exceeds a certain quantity or amount. This business case is applicable in both Selling and Buying modules.
OK
OK
OK
OK |
To have Credit and Debit Notes as a separate DocType that includes Item Information and can be subjected to Tax. The Credit and Debit Notes can also have a reference back to a related Purchase or Sales Invoice.
Once submitted, Journal Vouchers may be posted against these Credit and Debit Notes.
The text was updated successfully, but these errors were encountered: