feat: Introduce opening entry for reporting
This commit is contained in:
parent
9739d8b52a
commit
b44a19bd1a
@ -1,7 +1,7 @@
|
||||
// Copyright (c) 2023, Frappe Technologies Pvt. Ltd. and contributors
|
||||
// For license information, please see license.txt
|
||||
|
||||
// frappe.ui.form.on("Opening Entry", {
|
||||
// frappe.ui.form.on("Closing Balance", {
|
||||
// refresh(frm) {
|
||||
|
||||
// },
|
@ -235,7 +235,7 @@
|
||||
"modified": "2023-02-21 15:20:59.586811",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Opening Entry",
|
||||
"name": "Closing Balance",
|
||||
"owner": "Administrator",
|
||||
"permissions": [
|
||||
{
|
@ -5,5 +5,5 @@
|
||||
from frappe.model.document import Document
|
||||
|
||||
|
||||
class OpeningEntry(Document):
|
||||
class ClosingBalance(Document):
|
||||
pass
|
@ -5,5 +5,5 @@
|
||||
from frappe.tests.utils import FrappeTestCase
|
||||
|
||||
|
||||
class TestOpeningEntry(FrappeTestCase):
|
||||
class TestClosingBalance(FrappeTestCase):
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user