Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we Convert The Default Calender into Customize calender and How?
You can create a customer order..
Load * Inline
[
Month, Order
Aug, 1
Sep, 2
etc.
];
If you want your Fiscal Calendar to be started from August, you need to do some coding in script for Fiscal Year/Month. Use below link for the same..
Create INLINE table like this:
Calendar:
Load * inline
[
MonthNo,MonthName
1,January
2,Febraury
.
.
.
.
];