-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- include invoices, journal entries and expense claims discreetly - pre-check overdue items - number of invoices per voucher - ACH file extension and company description Not implemented yet: - allow/ disallow cancellation w/ unlinking - cascade cancellation t ocancel payment entries - ACH service class code and standard class code
- Loading branch information
1 parent
5d05e38
commit 2e03e13
Showing
9 changed files
with
364 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
8 changes: 8 additions & 0 deletions
8
check_run/check_run/doctype/check_run_settings/check_run_settings.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright (c) 2022, AgriTheory and contributors | ||
// For license information, please see license.txt | ||
|
||
frappe.ui.form.on('Check Run Settings', { | ||
// refresh: function(frm) { | ||
|
||
// } | ||
}); |
Oops, something went wrong.