Project

General

Profile

Edit Copy Actions

Feature #255

open

Airline Productivity Report

Added by Anil KV over 1 year ago. Updated 6 months ago.

Status:
Testing Done
Priority:
Normal
Assignee:
Target version:
Start date:
07/09/2023
Due date:
% Done:

90%

Estimated time:
Owner(Agency):
Travvise
Time Taken(HH):
Module:
Airline Productivity Report
Tested By:
unnikannan S
Code Reviewed By:

Description

Coding Airline Productivity Report


Add

Subtasks


Add

Related issues

Actions #1

Updated by Anonymous over 1 year ago

  • Assignee changed from travvise Admin to Karthika V Anand
Actions #2

Updated by Karthika V Anand over 1 year ago

  • Status changed from New to Coding Started
  • % Done changed from 0 to 40

Updated by Anil KV over 1 year ago

Solutions

1) GUI Changes
-Add Consider like GDS productivity
-Add Exclude like GDS productivity
- Add GDS like GDS productivity
-Add Issuing Staff/Booking Staff like GDS productivity
-Add Ticketing Office ID like GDS productivity
-List Title part - Add Sub Grouping a Selectbox
*No Grouping-Default, Sector, Class
--Airline Column Value = vhr_numeric_code :: vhr_airline_name(vhr_chr_code)
2) SQL
SELECT COUNT(spd.vhr_supp_doc_no) int_count,
    tkt.sin_record_type,
    tkt.sin_class,
    tkt.vhr_sector,
    SUM(sfr.dbl_supplier_amount) AS dbl_supplier_amount,
    MAX(air.vhr_airline_name) AS vhr_airline_name,
    MAX(air.vhr_display_name) AS vhr_display_name,
    MAX(air.vhr_chr_code) AS vhr_chr_code,
    MAX(air.vhr_numeric_code) AS vhr_numeric_code
FROM airticket.tbl_ticket tkt
    LEFT JOIN service.tbl_supp_doc_no spd
        ON tkt.fk_supp_doc_no_id = spd.pk_supp_doc_no_id
    LEFT JOIN airticket.tbl_ticket_gen_data tktg
        ON tktg.fk_supp_doc_no_id = spd.pk_supp_doc_no_id
    LEFT JOIN service.tbl_supp_doc_fare sfr
        ON tkt.fk_ticket_cus_ledg_fare_id = sfr.pk_supp_doc_fare_id -- Currecy inputbase Choose the field
    LEFT JOIN airticket.tbl_airline_master AS air
        ON tktg.fk_airline_master_id = air.pk_airline_master_id   
WHERE tkt.int_sys_action_id != -1
    AND ((sin_record_type = 1 AND  spd.dat_issue BETWEEN '2023-07-01' AND '2023-07-31' --Sales side
            AND  spd.sin_sys_sale_side_status = 1
              ...) 
       OR (sin_record_type = 2 AND spd.dat_cancel BETWEEN '2023-07-01' AND '2023-07-31' --Refund side where
            AND spd.sin_sys_refund_side_status IN (1,2)
               ...))
GROUP BY tktg.fk_airline_master_id, tkt.sin_record_type, tkt.sin_class, tkt.vhr_sector
ORDER BY vhr_airline_name

Updated by Seema Mathew over 1 year ago

  • Tested By set to Seema Mathew

ISSUE FOUNDED****

1.WHILE CHOOSING A SUPPLIER CODE IS NOT COMING AFTER FOCUS OUT

Actions #5

Updated by Karthika V Anand over 1 year ago

  • Status changed from Coding Started to Coding Done
  • % Done changed from 40 to 60

Updated by Seema Mathew over 1 year ago

ISSUE FOUNDED****

1.CHANGE TOTAL AMOUNT ALIGNMENT IN PRINT LEFT TO RIGHT
2.ERASER FILTER NOT WORKING

Actions #7

Updated by unnikannan S over 1 year ago

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

Updated by Karthika V Anand over 1 year ago

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

Updated by Seema Mathew over 1 year ago

TESTING DONE

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 Seema Mathew to unnikannan S

ISSUE FOUNDED

1.SHOW DATA CHOOSEN BY CONSIDER

Actions #11

Updated by Karthika V Anand 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

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.ISSUING STAFF WISE SEARCH NOT WORKING

Updated by unnikannan S over 1 year ago

unnikannan S wrote in #note-13:

ISSUE FOUNDED

1.ISSUING STAFF WISE SEARCH NOT WORKING
2.SHOWING ERROR {} SEARCH WITH PAST DATE

Actions #15

Updated by Junaid M over 1 year ago

  • Assignee changed from Karthika V Anand to Vivekp V

Updated by Vivekp V over 1 year ago

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

issues fixed
1.ISSUING STAFF WISE SEARCH NOT WORKING
2.SHOWING ERROR {} SEARCH WITH PAST DATE
3.TICKETING OFFICE ID NOT SHOWING

Updated by unnikannan S about 1 year ago

TESTING DONE

Updated by unnikannan S about 1 year ago

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

ISSUE FOUNDED

1.SHOW CANCELLED/VOID/VOID FROM CANCEL GUI VOUCHERS AMOUNT IN REFUND COLUMN

Updated by Vivekp V about 1 year ago

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

ISSUE FIXED

1.SHOW CANCELLED/VOID/VOID FROM CANCEL GUI VOUCHERS AMOUNT IN REFUND COLUMN

Updated by unnikannan S about 1 year ago

TESTING DONE

Updated by unnikannan S about 1 year ago

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

ISSUE FOUNDED

1.CLEAR DELETED ACCOUNTS SHOWING IN UI FILTER FIELDS (SUPPLIER)
2.DISABLE RESET BUTTON IN CASE THERE IS NO DATA IS FOUND
3.CONSIDER NEW FILTER FIELD USED IN ISSUE/SALE FOR OFFICE/BOOKING ID FOR FILTERING PURPOSES

Updated by Vivekp V about 1 year ago

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

ISSUE FIXED

1.CLEAR DELETED ACCOUNTS SHOWING IN UI FILTER FIELDS (SUPPLIER)
2.DISABLE RESET BUTTON IN CASE THERE IS NO DATA IS FOUND
3.CONSIDER NEW FILTER FIELD USED IN ISSUE/SALE FOR OFFICE/BOOKING ID FOR FILTERING PURPOSES now not needed may be in future

Updated by unnikannan S about 1 year ago

TESTING DONE

Updated by unnikannan S about 1 year ago

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

ISSUE FOUNDED

1.CONSIDER BASE 2 CURRENCY

Updated by Vivekp V about 1 year ago

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

base 2 removed

Updated by unnikannan S about 1 year ago

TESTING DONE

Actions #27

Updated by unnikannan S 6 months ago

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

Also available in: Atom PDF