Erpnext: Standalone debit / credit note

Created on 12 Feb 2018  路  9Comments  路  Source: frappe/erpnext

Allow negative (return) Sales / Purchase Invoices without any reference.

Its outstanding will be maintained in the negative invoice itself.

https://github.com/frappe/erpnext/issues/8769

Implementation:

  • [ ] remove validation that does not allow negative invoice without reference
  • [ ] add test case
Accounts

Most helpful comment

Hi @rmehta , all!

We are currently in need of this feature and we would like to ask if this has been in development? If not, we would like to help though we must be clear of the requirement. Our suggestion is this:

  • [ ] Add a "Type" select field with options "Sales Invoice" and "Credit Note" fro Sales Invoice and "Purchase Invoice" and "Debit Note" for Purchase Invoice. There is "is_return" button where the validation is based for allowing negative values but is currently read only. Maybe we can also make use of it.
  • [ ] Remove validations that does not allow negative amount/grand total basing from the "Type".
  • [ ] Add test cases.

If this is okay, we can jumpstart this one as we needed this asap.

Thanks!

Dori

All 9 comments

I believe there may be some fields required to make it GST ready

I agree with @jk2081 ... will need to make provision for taxes as taxes are received to a different account, not income account

Guys, I actually was working on this awhile ago. I could help out if you guys could just comment on what needs to be done to fine tune it. It actually already allows negative invoice without reference.

https://github.com/frappe/erpnext/pull/10665

Will definitely have to tweak it to work with v10+

Hi @rmehta , all!

We are currently in need of this feature and we would like to ask if this has been in development? If not, we would like to help though we must be clear of the requirement. Our suggestion is this:

  • [ ] Add a "Type" select field with options "Sales Invoice" and "Credit Note" fro Sales Invoice and "Purchase Invoice" and "Debit Note" for Purchase Invoice. There is "is_return" button where the validation is based for allowing negative values but is currently read only. Maybe we can also make use of it.
  • [ ] Remove validations that does not allow negative amount/grand total basing from the "Type".
  • [ ] Add test cases.

If this is okay, we can jumpstart this one as we needed this asap.

Thanks!

Dori

@nabinhait can you check?

@creamdory Thanks for your interest to work on this.

But @rohitwaghchaure has already started the development and he will send the PR within a week.

That is great to hear @nabinhait ! Thanks a lot! 馃憤

@creamdory Have sent PR for the standalone debit/credit note, kindly check and share your feedback

@rohitwaghchaure , saw your PR and it is perfect! Hope to have that merged soon. Thanks a lot! :D

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vorasmit picture vorasmit  路  3Comments

alimalkhalifa picture alimalkhalifa  路  3Comments

berniezhao11 picture berniezhao11  路  4Comments

ioweb-gr picture ioweb-gr  路  4Comments

royalhospital picture royalhospital  路  4Comments