Feature #22
openService
Added by Anil KV over 2 years ago. Updated 7 days ago.
70%
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 |
Subtasks
Related issues
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
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": "" }
];
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
Updated by Shanto Shaji over 2 years ago
- Status changed from Coding Started to Coding Done
- % Done changed from 40 to 60
Updated by Shanto Shaji over 2 years ago
- Status changed from Coding Done to Coding Started
- % Done changed from 60 to 40
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
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
In service Account Tab Last Two Items Only Show When Sale And Refund Posting Disables Item Selected From System Settings
Updated by Junaid M over 2 years ago
- Copied to Feature #106: Set Service Rate added
Updated by Junaid M over 2 years ago
- Copied to deleted (Feature #106: Set Service Rate)
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'.)
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
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
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
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 Shanto Shaji over 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
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 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
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
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 over 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
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
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
Updated by Junaid M about 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
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
- 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
Updated by unnikannan S about 1 year ago
- Status changed from Reopen Bugs to New Changes Coding Done
- % Done changed from 50 to 70
Updated by unnikannan S about 1 year ago
- Status changed from New Changes Coding Done to New Changes
- % Done changed from 70 to 50
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 Baseem Shan 11 months ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 70
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
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
Updated by Greeshma S 5 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
- File clipboard-202412071219-fbkvi.png clipboard-202412071219-fbkvi.png added
- File clipboard-202412071237-qwwgh.png clipboard-202412071237-qwwgh.png added
- Status changed from New Changes Coding Done to Reopen Bugs
- % Done changed from 70 to 50
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
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
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
Updated by Theja Ponon 3 months ago
- File clipboard-202412191425-x0i33.png clipboard-202412191425-x0i33.png added
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 70 to 50
ISSUE FOUND
------------------
1) POSSIBLE TO UPDATE A USED CUSTOM DATA
2)ON ADDING NEW CUSTOM FIELD
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)
Updated by Baseem Shan 3 months ago
- Status changed from New Changes to New Changes Coding Done
- % Done changed from 50 to 70
Updated by Theja Ponon 2 months ago
- Status changed from New Changes Coding Done to Reopen Bugs
- % Done changed from 70 to 50
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
- File clipboard-202501241035-ah0xa.png clipboard-202501241035-ah0xa.png added
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 70 to 50
Issue found
----------
1)Select item get empty on saving
Updated by Shilpa Pavithran about 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
- Status changed from Reopen Bugs Coding Done to Reopen Bugs Testing Done
- % Done changed from 70 to 90
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.
Updated by Augustin Jose about 1 month ago
- Status changed from New Changes to New Changes Coding Done
- % Done changed from 50 to 70
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
- File clipboard-202503081716-r4bcc.png clipboard-202503081716-r4bcc.png added
- Status changed from New Changes Testing Done to Reopen Bugs
- % Done changed from 90 to 50
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.
Updated by Augustin Jose 7 days ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 70