Project

General

Profile

Edit Copy Actions

Feature #26

open

Financial Year

Added by Anil KV over 2 years ago. Updated 4 months ago.

Status:
Reopen Bugs Testing Done
Priority:
Normal
Assignee:
Aparna Mathew
Target version:
Start date:
08/23/2022
Due date:
08/25/2022 (over 2 years late)
% Done:

90%

Estimated time:
20:00 h
Owner(Agency):
Travvise
Time Taken(HH):
32.00
Module:
Financial Year
Tested By:
unnikannan S
Code Reviewed By:

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

2-tsModel.ts (1.04 KB) 2-tsModel.ts Anil KV, 08/23/2022 11:14 AM
1-CsModel.cs (1.59 KB) 1-CsModel.cs Anil KV, 08/23/2022 11:14 AM
4-CsControllerFile.cs (24.5 KB) 4-CsControllerFile.cs Anil KV, 08/23/2022 11:14 AM
3-CsFile.cs (13.2 KB) 3-CsFile.cs Anil KV, 08/23/2022 11:14 AM
5-TsFile.ts (13.8 KB) 5-TsFile.ts Anil KV, 08/23/2022 11:14 AM
6-HtmlFile.html (1.91 KB) 6-HtmlFile.html Anil KV, 08/23/2022 11:14 AM
sql.sql (14 KB) sql.sql Anil KV, 08/23/2022 11:14 AM
clipboard-202410021448-qgeig.png (135 KB) clipboard-202410021448-qgeig.png Theja Ponon, 10/02/2024 02:48 PM

Add

Subtasks


Add

Related issues

Actions #1

Updated by Anil KV over 2 years ago

  • Module changed from Currency to Financial Year

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);
Actions #5

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)

Actions #8

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

Actions #10

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

Actions #12

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)

Actions #15

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

Actions #17

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

Actions #19

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

Actions #21

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

Actions #23

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

TESTING DONE

Actions #25

Updated by Anonymous 10 months ago

  • Status changed from Reopen Bugs Coding Done to Ready for Coding
  • % Done changed from 70 to 20
Actions #26

Updated by Anil KV 9 months ago

  • Status changed from Ready for Coding to Coding Done
  • % Done changed from 20 to 60

Updated by unnikannan S 9 months ago

  • Status changed from Coding Done to Reopen Bugs
  • % Done changed from 60 to 50

ISSUE FOUNDED

1.Missing Validation Block Deletion of FY In Case Any Data/Doc Saved in The Created FY

Actions #28

Updated by Aparna Mathew 9 months ago

  • Status changed from Reopen Bugs to Reopen Bugs Coding Done
  • % Done changed from 50 to 70

Updated by unnikannan S 9 months ago

TESTING DONE

Actions #30

Updated by unnikannan S 6 months ago

  • Status changed from Reopen Bugs Coding Done to Testing Done
  • % Done changed from 70 to 90

Updated by Theja Ponon 6 months ago

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

Actions #32

Updated by Aparna Mathew 5 months ago

  • Status changed from Reopen Bugs to Reopen Bugs Coding Done
  • % Done changed from 50 to 70
Actions #33

Updated by unnikannan S 4 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs Testing Done
  • % Done changed from 70 to 90
Edit Copy Actions

Also available in: Atom PDF