Feature #26
openFinancial Year
90%
Description
Coding Financial Year
Cases
1) All Financial Year are same format(Only change Year)
2) Status Current Year allowed one in grid
3) From date lost focus check Current date included Financial Year then Set status = Current Year
Files
Subtasks
Related issues
Updated by Anil KV over 2 years ago
- Module changed from Currency to Financial Year
Updated by Anil KV over 2 years ago
- File 1-CsModel.cs 1-CsModel.cs added
- File 2-tsModel.ts 2-tsModel.ts added
- File 3-CsFile.cs 3-CsFile.cs added
- File 4-CsControllerFile.cs 4-CsControllerFile.cs added
- File 5-TsFile.ts 5-TsFile.ts added
- File 6-HtmlFile.html 6-HtmlFile.html added
- File sql.sql sql.sql added
Updated by Anil KV over 2 years ago
// save / Update Checking if (datFyStartDate.getMonth() != 1 && datFyStartDate.getDate() != 1) || (datFyStartDate.getMonth() != 4 && datFyStartDate.getDate() != 1; { Confirmation message "The Financial Year does not start with 01/01/yyyy or 01/04/yyyy. Do you want to continue ?" }
Updated by Anil KV over 2 years ago
let datCurrent: Date = new Date(); let datFyStartDate: Date = new Date(datCurrent.getFullYear(), 0, 1); let datFyEndDate: Date = new Date(datFyStartDate.getFullYear() + 1, datFyStartDate.getMonth(), datFyStartDate.getDate()); datFyEndDate = new Date(datFyEndDate.getFullYear(), datFyEndDate.getMonth(), datFyEndDate.getDate() - 1);
Updated by Aparna Mathew over 2 years ago
- Status changed from New to Coding Started
- % Done changed from 0 to 40
Updated by Anil KV over 2 years ago
[disabled] = true
public lstFinancialYearStatus: any[] = [ { "intId": 1, "strLabel": "Current Year", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 2, "strLabel": "Normal", "blnDisable": true, "blnActive": false, "strRemarks": "" }, { "intId": 3, "strLabel": "Normal(After Year End)", "blnDisable": true, "blnActive": false, "strRemarks": "" }, { "intId": 4, "strLabel": "Year End", "blnDisable": true, "blnActive": false, "strRemarks": "" }, { "intId": 5, "strLabel": "Finalised", "blnDisable": true, "blnActive": false, "strRemarks": "" }, { "intId": 6, "strLabel": "Unfinalised", "blnDisable": true, "blnActive": false, "strRemarks": "" }, { "intId": 7, "strLabel": "Archive(Hard Lock)", "blnDisable": true, "blnActive": false, "strRemarks": "" } ];
Updated by Aparna Mathew over 2 years ago
- Status changed from Coding Started to Particialy Coding Done
- % Done changed from 40 to 30
- Time Taken(HH) set to 32.00
There is an error occurring at the time of saving date to the database.(error date saved)
Updated by Aparna Mathew over 2 years ago
- Status changed from Particialy Coding Done to Coding Done
- % Done changed from 40 to 60
Updated by Amal Cyriac over 2 years ago
- Status changed from Coding Done to Reopen Bugs
- % Done changed from 60 to 50
- Tested By set to Amal Cyriac
ISSUE FOUND
*****
1.CHECK SPELLS ON ALERTS AND MESSAGES
Updated by Aparna Mathew over 2 years ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by Amal Cyriac over 2 years ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
IISSUE FOUND
****
1.SET A DURATION LIMIT/RANGE BETWEEN START AND END DATES
Updated by Aparna Mathew over 2 years ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by Amal Cyriac over 2 years ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
ISSUE FOUND
*****
1.DISPLAYING WRONG STATUS WHILE EDIT MODE
Updated by Amal Cyriac about 2 years ago
ISSUE FOUND
*****
1.DISPLAYING WRONG STATUS WHILE EDIT MODE
2.USE UPPER CASE IN HEADINGS
(Fy-->FY)
Updated by Aparna Mathew about 2 years ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by Amal Cyriac almost 2 years ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
ISSUE FOUND
*****
1.Allow only one Current year
2.Set an alert - At least one Current Year is required
3.Use 12 hour format - Time
Updated by Aparna Mathew almost 2 years ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by unnikannan S over 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
- Tested By changed from Amal Cyriac to unnikannan S
ISSUE FOUNDED # Error in the pop section
Updated by Aparna Mathew over 1 year ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by unnikannan S over 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
ISSUE FOUNDED
1.ERROR IN STATUS OF PRINT
2.DATA IN PRINT AFFECTING THE GRID STATUS
Updated by Aparna Mathew over 1 year ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by Avinash MS over 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
ISSUE FOUNDED
1.ERROR POP UP WHILE SAVING WITH CURRENT YEAR
Updated by Aparna Mathew over 1 year ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Updated by Theja Ponon 6 months ago
- File clipboard-202410021448-qgeig.png clipboard-202410021448-qgeig.png added
- Status changed from Testing Done to Reopen Bugs
- % Done changed from 90 to 50
ISSUE FOUND
----------------------
1)Cant Delete The Financial Year In Non Edit Mode
STEPS
-------
1.Add a financial year -status as normal
2.Delete in non edit mode