Project

General

Profile

Edit Copy Actions

Feature #22

open

Service

Added by Anil KV over 2 years ago. Updated 7 days ago.

Status:
Reopen Bugs Coding Done
Priority:
Normal
Target version:
Start date:
08/19/2022
Due date:
08/23/2022 (over 2 years late)
% Done:

70%

Estimated time:
24:00 h
Spent time:
Owner(Agency):
Travvise
Time Taken(HH):
20.00
Module:
Service
Tested By:
unnikannan S
Code Reviewed By:

Description

Coding Service


Files

2-tsModel.ts (2.9 KB) 2-tsModel.ts Anil KV, 08/19/2022 01:45 PM
1-CsModel.cs (3.89 KB) 1-CsModel.cs Anil KV, 08/19/2022 01:45 PM
3-CsFile.cs (16.4 KB) 3-CsFile.cs Anil KV, 08/19/2022 01:45 PM
4-CsControllerFile.cs (25.5 KB) 4-CsControllerFile.cs Anil KV, 08/19/2022 01:45 PM
5-TsFile.ts (14.7 KB) 5-TsFile.ts Anil KV, 08/19/2022 01:45 PM
6-HtmlFile.html (1.88 KB) 6-HtmlFile.html Anil KV, 08/19/2022 01:45 PM
sql.sql (18.5 KB) sql.sql Anil KV, 08/19/2022 01:45 PM
clipboard-202412071219-fbkvi.png (54.4 KB) clipboard-202412071219-fbkvi.png Theja Ponon, 12/07/2024 12:19 PM
clipboard-202412071237-qwwgh.png (93.2 KB) clipboard-202412071237-qwwgh.png Theja Ponon, 12/07/2024 12:37 PM
clipboard-202412191425-x0i33.png (105 KB) clipboard-202412191425-x0i33.png Theja Ponon, 12/19/2024 02:25 PM
clipboard-202501241035-ah0xa.png (82.6 KB) clipboard-202501241035-ah0xa.png Theja Ponon, 01/24/2025 10:35 AM
clipboard-202503081716-r4bcc.png (69.1 KB) clipboard-202503081716-r4bcc.png Arathy PS, 03/08/2025 05:16 PM

Add

Subtasks


Add

Related issues

Actions #1

Updated by Anil KV over 2 years ago

  • File deleted (2-tsModel.ts)
Actions #2

Updated by Anil KV over 2 years ago

  • File deleted (1-CsModel.cs)
Actions #3

Updated by Anil KV over 2 years ago

  • File deleted (3-CsFile.cs)
Actions #4

Updated by Anil KV over 2 years ago

  • File deleted (4-CsControllerFile.cs)
Actions #5

Updated by Anil KV over 2 years ago

  • File deleted (5-TsFile.ts)
Actions #6

Updated by Anil KV over 2 years ago

  • File deleted (6-HtmlFile.html)
Actions #7

Updated by Anil KV over 2 years ago

  • File deleted (sql.sql)

Updated by Anil KV over 2 years ago

In travel-dat.service.ts

public lstServiceSysType = [ { "intId": 1, "strLabel": "Other Service", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 2, "strLabel": "Ticket Service", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 3, "strLabel": "Stay(Hotel) Service", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 4, "strLabel": "Tranfer(Car) Service", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 5, "strLabel": "Visa Service", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 6, "strLabel": "Cargo Service", "blnDisable": true, "blnActive": false, "strRemarks": "" }, { "intId": 7, "strLabel": "Courier Service", "blnDisable": true, "blnActive": false, "strRemarks": "" }
];

public lstStockSysType = [
  { "intId": 1, "strLabel": "Other Stock", "blnDisable": false, "blnActive": true, "strRemarks": "" }
];
public lstPackageSysType = [
  { "intId": 1, "strLabel": "Other Package", "blnDisable": false, "blnActive": true, "strRemarks": "" }
];
public lstInventorySysType = [
  { "intId": 1, "strLabel": "Other Inventory", "blnDisable": false, "blnActive": true, "strRemarks": "" }
];
public lstSalesMappingTab = [
  { "intId": 1, "strLabel": "Other Service Tab", "blnDisable": false, "blnActive": true, "strRemarks": "" },
  { "intId": 2, "strLabel": "Ticket Service Tab", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 3, "strLabel": "Hotel Service Tab", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 4, "strLabel": "Tranfer Service Tab", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 5, "strLabel": "Visa Service Tab", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 6, "strLabel": "Stock Service Other Tab", "blnDisable": true, "blnActive": false, "strRemarks": "" },
  { "intId": 7, "strLabel": "Package Other Tab", "blnDisable": true, "blnActive": false, "strRemarks": "" },
  { "intId": 8, "strLabel": "Inventory Other Tab", "blnDisable": true, "blnActive": false, "strRemarks": "" }
];
public lstSupplierSidePostingIn = [
  { "intId": 1, "strLabel": "In Sale and Refund", "blnDisable": false, "blnActive": true, "strRemarks": "" },
  { "intId": 2, "strLabel": "In Issue and Cancel", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 3, "strLabel": "In Issue / Refund", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 4, "strLabel": "1st Creation Base", "blnDisable": false, "blnActive": false, "strRemarks": "" },
  { "intId": 5, "strLabel": "User Option in Issue and Cancel", "blnDisable": false, "blnActive": false, "strRemarks": "" }
];
Actions #10

Updated by Shanto Shaji over 2 years ago

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

Updated by Shanto Shaji over 2 years ago

  • Status changed from Coding Started to Coding Done
  • % Done changed from 40 to 60
  • Time Taken(HH) set to 20.00

Not Completed have to finish Some other modules to complete this

Updated by Shanto Shaji over 2 years ago

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

Pending works
1.Account tab,users Tab,Rate Tab,Custom Tab not finished because Appropriate module should be finish first

Actions #13

Updated by Shanto Shaji over 2 years ago

  • Status changed from Coding Started to Coding Done
  • % Done changed from 40 to 60
Actions #14

Updated by Shanto Shaji over 2 years ago

  • Status changed from Coding Done to Coding Started
  • % Done changed from 60 to 40
Actions #15

Updated by Shanto Shaji over 2 years ago

  • Status changed from Coding Started to Particialy Coding Done
  • % Done changed from 40 to 30

Updated by Shanto Shaji over 2 years ago

Changes to be Done In Gui *****************
1.Change Set Mapping in to Sale Mapping And Replace position (After Type ) Then change the status to Under The Supplier Side Posting
2.Add A grouping label After Group (Based On Which One Chosed)
3.Add Ancillary Item(Paid) Check box(add in model sinPaidAncillaryItem and get data in .cs file)

Updated by Shanto Shaji over 2 years ago

To Do

1.In Account Tab Add 1 More text box(like Code Name)
2.Set Tool Tip For All CheckBoxes (Set Service Wise Acc)
3.Show Account From Set Mapping Acc

nb: If The Check Box Is Not Ticked The text Box is Disabled

Updated by Shanto Shaji over 2 years ago

To Do

In service Account Tab Last Two Items Only Show When Sale And Refund Posting Disables Item Selected From System Settings

Updated by Shanto Shaji over 2 years ago

To Do

Group Service Grid By Type

Updated by Shanto Shaji over 2 years ago

To Do

Rate tab

Actions #21

Updated by Junaid M over 2 years ago

Actions #22

Updated by Junaid M over 2 years ago

Actions #23

Updated by Shanto Shaji over 2 years ago

  • Status changed from Particialy Coding Done to Reopen Bugs Coding Done
  • % Done changed from 40 to 60

Updated by Amal Cyriac about 2 years ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 60 to 50
  • Tested By set to Amal Cyriac

ISSUE FOUND *****
1.GUI CRASHING WHILE ADD/SAVE DATA
2.SPELLING MISTAKE ON LIST (TRANSFER)

Updated by Shanto Shaji about 2 years ago

  • Status changed from Reopen Bugs to Particialy Coding Done
  • % Done changed from 50 to 40

To Do ***
Service Rate Tab

Updated by Amal Cyriac about 2 years ago

  • Status changed from Particialy Coding Done to Reopen Bugs
  • % Done changed from 40 to 50

ISSUE FOUND ****
1.GUI CRASHING WHILE ADD/SAVE DATA

Updated by Shanto Shaji almost 2 years ago

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

To Do
------
Service Rate Tab(Now Its Hidden)

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.Set mandatory fields required
2.Fix error on sales mapping
(Unable to cast object of type 'System.DBNull' to type 'System.String'.)

Actions #29

Updated by Shanto Shaji 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
1.ADD BLANK OPTION IN SUPPLIER SIDE POSTING
2.ADD BLANK OPTION IN CUSTOM RATE DATA TYPE
3.ADD DELETE OPTION IN CUSTOM LIST

Actions #31

Updated by Shanto Shaji 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.ISSUE WHILE DELETE CANCEL

Actions #33

Updated by Shanto Shaji 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

  • 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

ISSUE FOUNDED-

1.CHANGE ACC ACCOUNT TO A/C -ACCOUNT

Actions #35

Updated by Shanto Shaji over 1 year ago

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

Updated by Shanto Shaji over 1 year ago

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

Updated by Shanto Shaji 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 #39

Updated by Junaid M over 1 year ago

  • Assignee changed from Shanto Shaji to Baseem Shan

Updated by unnikannan S over 1 year ago

ISSUE FOUNDED

1.DEFAULT CHECK BOX SELECTION NOT WORKING
2.SHOWING SERVICE SAVE FAILED WHILE SWITCHING INTO A/C'S

Actions #41

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
Actions #42

Updated by Baseem Shan over 1 year ago

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

Updated by unnikannan S over 1 year ago

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

Updated by Baseem Shan 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

FIXED - 1.CANT CHANGE ALREADY SETTED CONTROL ACCOUNTS THROUGH SET MAPPING BY MANUALLY USING CHECK BOXES IN ACCOUNTS TAB

Actions #46

Updated by Baseem Shan about 1 year ago

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

Updated by Junaid M about 1 year ago

GUI CHANGE
------------
FIXED - 1) Add Erp Code Input box in System Tab. (blue star) Give tooltip -> "Code from other Software. Used for mapping" (position: before Sales Mapping)

ISSUE FOUNDED

FIXED - 1.DONT ALLOW TO CHANGE ALREADY SETTED ACCOUNTS SALES MAPPING IF ANY TRANSACTION DONE ON THE SERVICES CHECK VALIDATION

Actions #48

Updated by Junaid M about 1 year ago

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

Updated by Baseem Shan 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

TESTING DONE

Updated by Junaid M about 1 year ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 60 to 50
Service GUI Changes:-
======================
FIXED - 1) Group Selectbox Split and Add a Label -> Choose Group then showing 'Grouping Type'
FIXED - 2) 'Grouping Type' Wise loading Type
- Service -> lstServiceSysType -> sin_service_sys_type
- Package -> lstPackageSysType -> sin_package_sys_type
FIXED - 3) Add a checkbox 'Allowed Stock' (Default OFF) - sin_stock_sys_type
4) Add Default Service - Create Blank DB:-
-Air Ticket Service - Group: Service - Mapping:Ticket Service GUI/Tab
-Hotel Service - Group: Service - Mapping:Ticket Service GUI/Tab
-Transfer Service - Group: Service - Mapping:Transfer Service GUI/Tab
-Visa Service - Group: Service - Mapping:Visa Service GUI/Tab
-Other Service - Group: Service - Mapping:Other Service GUI/Tab
-Package Service - Group: Package - Mapping:Package GUI/Tab
5) Service List Grouping - Grouping Type -> Type ->
FIXED - 6) Type != Other Service then try add More than one Service then aske Yes/No Question

GUI Changes 28/02/2024
------------------------
1) Hide Department, User Tab
Actions #52

Updated by unnikannan S about 1 year ago

  • Status changed from Reopen Bugs to New Changes Coding Done
  • % Done changed from 50 to 70
Actions #53

Updated by unnikannan S about 1 year ago

  • Status changed from New Changes Coding Done to New Changes
  • % Done changed from 70 to 50
Actions #54

Updated by Baseem Shan 12 months ago

  • Status changed from New Changes to New Changes Coding Done
  • % Done changed from 50 to 70

Updated by unnikannan S 11 months ago

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

ISSUE FOUNDED

1.Custom tab not clearing on new button

Actions #56

Updated by Baseem Shan 11 months ago

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

Updated by unnikannan S 11 months ago

TESTING DONE

Actions #58

Updated by unnikannan S 10 months ago

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

Updated by unnikannan S 10 months ago

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

Updated by Avinash MS 6 months ago

  • Assignee changed from Baseem Shan to Amal Ck

Updated by Avinash MS 6 months ago

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

Work Flow Change
---------------------------------------------------------------
If Group is Inventory---> Account Tab--- Change Supplier Side Control Account to Stock Account
Note-: Inventory Accounts will be load from Set Mapping Account> Inventory

Actions #62

Updated by Amal Ck 6 months ago

  • Status changed from New Changes to New Changes Coding Done
  • % Done changed from 50 to 70

Updated by Junaid M 5 months ago

  • Status changed from New Changes Coding Done to New Changes
  • Assignee changed from Amal Ck to Greeshma S
  • % Done changed from 70 to 50

NEW CHANGES
------------
In Custom Tab -> table "service.tbl_service_custom_data". commented/removed "vhr_sys_name" Filed. and INHERITS;
Need to remove fields usage from code, SP

Actions #64

Updated by Greeshma S 5 months ago

  • Status changed from New Changes to New Changes Coding Done
  • % Done changed from 50 to 70
Actions #65

Updated by Junaid M 5 months ago

  • Assignee changed from Greeshma S to Amal Ck

Updated by Arathy PS 4 months ago

  • Status changed from New Changes Coding Done to New Changes
  • % Done changed from 70 to 50

NEW CHANGE
----------------------------------------
1. Disable 'user option in GUI' and 'based on issue and cancel settings' for the Voucher Stock Supplier Side Posting label.

Actions #67

Updated by Amal Ck 4 months ago

  • Status changed from New Changes to New Changes Coding Done
  • % Done changed from 50 to 70

Updated by Theja Ponon 3 months ago

ISSUE FOUND
--------------------
1)ON CUSTOM FIELD ON CHANGING THE DATATYPE NO NEED TO CHANGE THE WIDGET TYPE SAVING IS POSSIBLE-----FIXED

2)ISSUE ON DELETING THE CUSTOM FIELDS
3)THIS ISSUE ON UPDATE

4)CUSTOM FIELD WITH DATE DATATYPE IS NOT SEEN IN ISSUE

Actions #69

Updated by Amal Ck 3 months ago

  • Assignee changed from Amal Ck to Greeshma S
Actions #70

Updated by Greeshma S 3 months ago

  • Assignee changed from Greeshma S to Amal Ck
Actions #71

Updated by Amal Ck 3 months ago

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

Updated by Theja Ponon 3 months ago

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

Issue Found
----------------------
1)1)ON CUSTOM FIELD ON CHANGING THE DATATYPE NO NEED TO CHANGE THE WIDGET TYPE SAVING IS POSSIBLE
2)DATA ON SELECT ITEMS FIELD CLEAR ON UPDATE
3)NEW ITEM ADDED WILL REMOVE ON UPDATE CLICK--ON REPEATED ADDING

Actions #73

Updated by Amal Ck 3 months ago

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

Updated by unnikannan S 3 months ago

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

ISSUE FOUNDED

1.Correct Grouping Type Label : (issue in small screen size)
2.Fix Bugs On Custom Field Select Items (done)

Actions #75

Updated by Amal Ck 3 months ago

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

Updated by Theja Ponon 3 months ago

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

ISSUE FOUND
---------------
1)CAN DELETE THE CUSTOM DATA THAT IS ALREADY SET,AND ON DELETION THE CUSTOM DATA IS REMOVING FROM THE ISSUE ALSO

Actions #77

Updated by Amal Ck 3 months ago

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

Updated by Theja Ponon 3 months ago

ISSUE FOUND
------------------
1) POSSIBLE TO UPDATE A USED CUSTOM DATA
2)ON ADDING NEW CUSTOM FIELD

Actions #79

Updated by Amal Ck 3 months ago

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

Updated by Junaid M 3 months ago

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

NEW CHANGES
------------
--> In Account Tab Last
FIXED - 1. Add "Cost of Sale Posting Sale Account", "Cost of Sale Posting Cost Account".
FIXED - 2. Only Show IF System Settings -> Posting Method = "COST_OF_SALE"
FIXED - 3. Hide "Service Fee A/C", "Management Fee A/C" IF System Settings -> Posting Method = "COST_OF_SALE"

Db field --> service.tbl_service --> fk_cost_account_id, fk_sale_account_id

Issue found
------------
1)In account tab on ticking the checkbox of account and without entering the account updation is possible(add validation)

Actions #81

Updated by Junaid M 3 months ago

  • Assignee changed from Amal Ck to Baseem Shan
Actions #82

Updated by Baseem Shan 3 months ago

  • Status changed from New Changes to New Changes Coding Done
  • % Done changed from 50 to 70
Actions #83

Updated by Arathy PS 2 months ago

  • Assignee changed from Baseem Shan to Shilpa Pavithran
Actions #84

Updated by Theja Ponon 2 months ago

  • Status changed from New Changes Coding Done to Reopen Bugs
  • % Done changed from 70 to 50
Actions #85

Updated by Shilpa Pavithran 2 months ago

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

Updated by Theja Ponon about 2 months ago

Issue found
----------
1)Select item get empty on saving

Actions #87

Updated by Shilpa Pavithran about 2 months ago

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

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
Actions #89

Updated by Arathy PS about 1 month ago

  • Assignee changed from Shilpa Pavithran to Augustin Jose

Updated by Arathy PS about 1 month ago

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

NEW CHANGES
----------------------
1. When group is service then based on the service type we are choosing sales mapping field should be loaded with corresponding GUI module name.
2. Change name of group to Service group.
3. Before Remarks add group,type,family,category.

Actions #91

Updated by Augustin Jose about 1 month ago

  • Status changed from New Changes to New Changes Coding Done
  • % Done changed from 50 to 70
Actions #92

Updated by Arathy PS about 1 month ago

  • Status changed from New Changes Coding Done to New Changes Testing Done
  • % Done changed from 70 to 90

Updated by Arathy PS 10 days ago

ISSUE FOUND
----------------------
1. Can save service without service group.

Steps to reproduce
--------------------------
1. Service and service group are empty. so created one service group.
2. Deleted the created service group and created new.
3. Then when while creating a new service using this group type is not loading.
4. While selecting type without selecting group we can save the service.

Actions #94

Updated by Augustin Jose 7 days ago

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

Also available in: Atom PDF