Skip to content

Commit 9f0a92f

Browse files
OZ-876: ERPNext - Add 2025 Fiscal Year (#131)
1 parent 069263b commit 9f0a92f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Year End Date,Year Name,Year Start Date,Disabled
2+
"2025-12-31","2025","2025-01-01",0

scripts/erpnext/data_import/generate-import-script.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def csvDirPath = Paths.get("${project.build.directory}/${project.artifactId}-${p
3030
def csvFiles = getCSVFilesRecursively(csvDirPath.toFile())
3131

3232
// Define the domain order
33-
def domainOrder = ['Warehouse', 'UOM', 'Item Group', 'Item', 'Item Price', 'Price List']
33+
def domainOrder = ['Warehouse', 'Fiscal Year', 'UOM', 'Item Group', 'Item', 'Item Price', 'Price List']
3434

3535
// Define the operation order
3636
def operationOrder = ['insert', 'update']

0 commit comments

Comments
 (0)