Project

General

Profile

Edit Copy Actions

Feature #227

open

LPO Waiting Report

Added by Anil KV over 1 year ago. Updated about 2 months ago.

Status:
Reopen Bugs Testing Done
Priority:
Normal
Assignee:
Target version:
Start date:
08/08/2023
Due date:
% Done:

90%

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

Description

Coding LPO Waiting Report


Files


Add

Subtasks


Add

Related issues

Updated by Anil KV over 1 year ago

  • Status changed from New to Open
  • % Done changed from 0 to 10
  • Solutions:- *
    1) GUI Changes
    -Invoice Date to Issue Date
    -Add Booking Staff/... filter like not reported sales
    -Add Pax Profile/Pax Name~ filter like not reported sales
    -Add Service Column after Issue Date
    -Add Provider Column before Sector - DEFAULT HIDE [Ticket=Airline, Hotel=Hotel NAme, ]
    -Sector Column DEFAULT HIDE [Only ticket, other items empty]
    2) SQL
         SELECT spd.pk_supp_doc_no_id,
            spd.sin_supp_doc_category,
            spd.vhr_supp_doc_no,
            spd.sin_sys_current_status,
            spd.dat_issue,
            spd.dat_sale,
            spd.vhr_invoice_doc_no,
            spd.fk_service_id,
            COALESCE(spd.vhr_pax_name, pxp.vhr_pax_name, '') AS vhr_pax_name,
            spd.sin_no_of_pax,
            tkt.vhr_sector,
            tkt.txt_remarks,
            sfr.vhr_currency,
            sfr.dbl_fare,
            sfr.dbl_tax,
            sfr.dbl_actual_cost,
            sfr.dbl_supplier_amount,
            sfr.dbl_customer_price,
            sfr.dbl_actual_profit
        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 tkg 
                ON spd.pk_supp_doc_no_id = tkg.fk_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
            LEFT JOIN pax.tbl_pax_profile pxp
                ON spd.fk_pax_profile_id = pxp.pk_pax_profile_id
            LEFT JOIN accounts.tbl_account ac 
                ON spd.fk_customer_ac_id = ac.pk_account_id
            LEFT JOIN service.tbl_service srv
                ON spd.fk_service_id = srv.pk_service_id
            LEFT JOIN airticket.tbl_airline_master air 
                ON air.pk_airline_master_id = tkg.fk_airline_master_id  
        WHERE tkt.int_sys_action_id != -1
            AND spd.sin_lpo_required = 1
            AND spd.vhr_lpo_number = ''
            AND spd.sin_sys_current_status IN (1,2)
            AND spd.dat_issue BETWEEN '2023-08-08' AND '2023-08-08'
            AND (spd.vhr_pax_name ILIKE '*' OR pxp.vhr_pax_name ILIKE '*')
                    ...
            UNION ALL
            [Hotel]
            UNION ALL
            [TRANSFER]
            UNION ALL
            [VISA]
            UNION ALL
            [OTHER]
    
Actions #2

Updated by Junaid M over 1 year ago

  • Assignee changed from travvise Admin to Amal Pious
Actions #3

Updated by Amal Pious over 1 year ago

  • Status changed from Open to Coding Started
  • Start date changed from 07/09/2023 to 08/08/2023
  • % Done changed from 10 to 40
Actions #4

Updated by Amal Pious over 1 year ago

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

Updated by unnikannan S over 1 year ago

ISSUE FOUNDED

1.NOT SHOWING DATAS OF THE ACT US CLIENTS
2.SHOWING DATA WITHOUT ADDING MANDATORY FIELD STATUS,BRANCH ADD VALIDATION
3.RESPONSIBLE EMPLOYEE NOT ADDING IN FILTER

Actions #6

Updated by unnikannan S over 1 year ago

  • Status changed from Coding Done to Reopen Bugs
  • % Done changed from 60 to 50
  • Tested By set to unnikannan S

Updated by unnikannan S over 1 year ago

4.SHOW ALL ACCOUNTS (CA) WHILE CHOOSING RESPONSIBLE ACCOUNT

Actions #8

Updated by Amal Pious 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 WHILE ADDING ISSUING STAFF
2.ERROR WHILE CHOOSING NOT REQUIRED TAB
3.NO DATA FOR DIRECT CANCEL
4.LPO SAVING WITHOUT MANDATORY FIELD DATE
5.CHANGE PAX NAME INTO PAX~
6.ADD DATA OF ENQUIRY NO WHILE FILTERING IN PRINT

Updated by Amal Pious over 1 year ago

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

1.ERROR WHILE ADDING ISSUING STAFF - Error Fixed
2.ERROR WHILE CHOOSING NOT REQUIRED TAB - Error Fixed
3.LPO SAVING WITHOUT MANDATORY FIELD DATE - Added
4.CHANGE PAX NAME INTO PAX~ - Renamed
5.ADD DATA OF ENQUIRY NO WHILE FILTERING IN PRINT - Added in Print

Actions #11

Updated by Seema Mathew over 1 year ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 60 to 50
  • Tested By changed from unnikannan S to Seema Mathew
Actions #12

Updated by unnikannan S 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
  • Tested By changed from Seema Mathew to unnikannan S

TESTING DONE

Updated by unnikannan S over 1 year ago

ISSUE FOUNDED

1.NO DATA WHILE CHOOSING EDIT MODE OF VOUCHERS

Actions #15

Updated by Junaid M over 1 year ago

  • Assignee changed from Amal Pious to Sibin Babu
Actions #16

Updated by Sibin Babu over 1 year ago

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

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.DUPLICATION OF VOUCHERS WHILE CHOOSING CONSIDER OPTIONS
2.CHANGE NAME STATUS TO CONSIDER

Actions #18

Updated by Sibin Babu about 1 year ago

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

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

Fxed 1.MISSING DATAS FROM UI

Actions #20

Updated by Anonymous about 1 year ago

  • Assignee changed from Sibin Babu to Amal Siby
Actions #21

Updated by Amal Siby about 1 year ago

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

Updated by unnikannan S 12 months ago

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

ISSUE FOUNDED

1.SHOW DATA ON EXCLUDE MULTY SELECTION IN UI

Actions #23

Updated by Junaid M 12 months ago

  • Assignee changed from Amal Siby to Greeshma S
Actions #24

Updated by Greeshma S 12 months ago

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

Updated by unnikannan S 12 months ago

TESTING DONE

Updated by unnikannan S 12 months ago

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

ISSUE FOUNDED

1.ERROR WHILE SEARCH WITH DOC REVERSAL ON EXCLUDE MULTY SELECTION (42601: syntax error at or near ")"

Actions #27

Updated by Greeshma S 12 months ago

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

Updated by unnikannan S 12 months ago

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

ISSUE FOUNDED

1.ADD VALIDATION FOR SET,NOT REQUIRED BUTTONS IN CASE OF NOT SELECTED ANY ITEMS

Actions #29

Updated by Greeshma S 12 months ago

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

Updated by unnikannan S 12 months ago

TESTING DONE

Updated by unnikannan S 10 months ago

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

ISSUE FOUNDED

1.Show Data From Ticket Cancel

Actions #32

Updated by Greeshma S 10 months ago

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

Updated by unnikannan S 10 months ago

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

ISSUE FOUNDED

1.Missing Data From Direct Ticket Cancel

Actions #34

Updated by Greeshma S 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 #36

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 Arathy PS 4 months ago

  • Status changed from Testing Done to Reopen Bugs
  • % Done changed from 90 to 50

ISSUE FOUND
-------------------------------------------
1. Not redirecting to sale document on clicking document no:
2. Data on the grid disappears after setting LPO no: for any selected item.
3. Not showing package issue, cancel or sold items.
4. Showing invoice date without having invoice for the vouchers.
5. Transfer vouchers are not showing.

Actions #38

Updated by Greeshma S 4 months ago

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

Updated by Arathy PS 3 months ago

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

Updated by Arathy PS 3 months ago

ISSUE FOUND
-------------------------------------------
1. Not redirecting to sale document and voucher no: on clicking them.
2. Change consider to status.
3. Duplicate is showing when selecting status as refund.
4. Package issue is also showing when selecting status as refund.

Actions #41

Updated by Greeshma S 3 months ago

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

Updated by Arathy PS 3 months ago

ISSUE FOUND
---------------------------------------------
1. Cost field is empty for ticket/vouchers from booking module.

Actions #43

Updated by Greeshma S 3 months ago

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

Updated by Theja Ponon 2 months ago

ISSUE FOUND
------------
1)Xo data generate on giving the customer after updating the xo document by removing the customer name
2)On edit button click data is not load in xo document
3Redirection is not working on xo ticket/voucher number click
4)Issue date and lpo date filteration is not working

Actions #45

Updated by Greeshma S 2 months ago

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

Updated by Theja Ponon 2 months ago

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

ISSUE FOUND
-------------
1)Issue date and lpo date ,INVOICE DATE filteration is not working

Actions #47

Updated by Greeshma S 2 months ago

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

Updated by Theja Ponon about 2 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