mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
feat: Introduce opening entry for reporting
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user