-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HR Fiscal Year cleanup #1395
Comments
My issues are related to this if not exactly the same. In Nepal, the de-facto civil calender system is Bikram Samvat(B.S). We have been facing issues with fiscal year, salary slip and everything to do with ERPNext assuming Gregorian calendar. B.S. as it is used in Nepal, is not quite simple like Solar Calendars where it follows simple and constant rules. In-fact it may not be empirical at all. However, a database driven approach has been in use in software quite reliably for years. The following open-source project implements the system in PHP: https://github.com/bibstha/NepaliDateApi I'm very much interested in seeing this issue resolved as I'm sure others in regions of the world that use different calendar system would be interested too. I'm also looking at how I can develop this feature myself, but it could be a while before I get to it. Any pointer or help is deeply appreciated. Thanks! |
@yalu We will take this up when we work on HR cleanup. We intend to remove On Tue, Jul 29, 2014 at 7:04 PM, yalu notifications@github.com wrote:
|
Correction. We intend to remove Fiscal Year from Leave Allocation / On Tue, Jul 29, 2014 at 11:24 PM, Anand Doshi anand@erpnext.com wrote:
|
@yalu, you will need to find relevant libraries in Python and MySQL for this and a relevant DatePicker in Javascript. Also we will need to upgrade moment.js and others too. Or we could just write a client side converter that would fix the views, but it will be hard to fix the backend logic unless all the underlying libraries accept this date format. |
Got it! I see the complexity involved. I'll be looking into developing/customizing the libraries according to the need specific to B.S calendar. At certain level of complexity there could perhaps also be some kind of generic API where different calendar systems could be interchanged. meanwhile "removal of Fiscal Year from Leave Allocation" and such should allow non-western calendar users to still use western calendar and have a workable HR processes. Thank you all as always, for the insights, willingness and promptness to help! |
Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: