mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +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
|
// Copyright (c) 2023, Frappe Technologies Pvt. Ltd. and contributors
|
||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
// frappe.ui.form.on("Opening Entry", {
|
// frappe.ui.form.on("Closing Balance", {
|
||||||
// refresh(frm) {
|
// refresh(frm) {
|
||||||
|
|
||||||
// },
|
// },
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
"modified": "2023-02-21 15:20:59.586811",
|
"modified": "2023-02-21 15:20:59.586811",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Opening Entry",
|
"name": "Closing Balance",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
||||||
@@ -5,5 +5,5 @@
|
|||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class OpeningEntry(Document):
|
class ClosingBalance(Document):
|
||||||
pass
|
pass
|
||||||
@@ -5,5 +5,5 @@
|
|||||||
from frappe.tests.utils import FrappeTestCase
|
from frappe.tests.utils import FrappeTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestOpeningEntry(FrappeTestCase):
|
class TestClosingBalance(FrappeTestCase):
|
||||||
pass
|
pass
|
||||||
Reference in New Issue
Block a user