-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Due Date calculation based on different base dates on Sales and Purchase Invoices #2147
Comments
@frappe/all I'll have a look at this issue |
+1 |
|
Hi All, My two cents; We like to set a default credit term for all customers (credit days 0) and all suppliers (credit days 30). This establishes sane credit defaults for all new vendors suppliers. Having default credit terms (base date + n) in the Selling/Buying settings would be nice. Having those settings on the Customer/Supplier record is more important to me. Cheers! |
@jevonearth I like this compromise :) We will add a default value for Sales and Purchase Invoice (separate) in Account Settings, which can be overridden by the Customer / Supplier account (or its group) @ankitjavalkarwork now you can work on this |
Sorry for participating late on this issue. But actually I already have implemented it in v5.0 (3a40435). |
Hi All, |
We need better support for due date terms. Currently, we can specify a single N value for credit days.
We need the notion of base date, for calculation of due date.
For example;
In the scenario that I choose of the following month as base date, and specify 31 days, but the following month only has 30 days, then the resulting due date should be set to 30 days, it should not overflow into the next month.
Here's a screenshot of the due date/terms UI from xero.
The text was updated successfully, but these errors were encountered: