Feature #38
openSet Print Paper
Added by Anil KV over 2 years ago. Updated 5 months ago.
Owner(Agency):
Travvise
Time Taken(HH):
40.00
Module:
Papper
Tested By:
unnikannan S
Code Reviewed By:
Files
1-CsModel.cs (2.32 KB) 1-CsModel.cs | Anil KV, 08/31/2022 04:41 PM | ||
2-tsModel.ts (1.58 KB) 2-tsModel.ts | Anil KV, 08/31/2022 04:41 PM | ||
3-CsFile.cs (16.2 KB) 3-CsFile.cs | Anil KV, 08/31/2022 04:41 PM | ||
4-CsControllerFile.cs (24.4 KB) 4-CsControllerFile.cs | Anil KV, 08/31/2022 04:41 PM | ||
5-TsFile.ts (14 KB) 5-TsFile.ts | Anil KV, 08/31/2022 04:41 PM | ||
6-HtmlFile.html (1.91 KB) 6-HtmlFile.html | Anil KV, 08/31/2022 04:41 PM | ||
sql.sql (16.7 KB) sql.sql | Anil KV, 08/31/2022 04:41 PM |
Subtasks
Related issues
Actions
#8
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
public lstPapperType: any[] = [ { "intId": 0, "strLabel": "Custom", "blnDisable": false, "blnActive": false, "strRemarks": "", "Height": 0, "Width": 0}, { "intId": 1, "strLabel": "A3", "blnDisable": false, "blnActive": false, "strRemarks": "", "Height": 420, "Width": 297}, { "intId": 2, "strLabel": "A4", "blnDisable": false, "blnActive": true, "strRemarks": "", "Height": 297, "Width": 210}, { "intId": 3, "strLabel": "A5", "blnDisable": false, "blnActive": false, "strRemarks": "", "Height": 210, "Width": 148}, ]; public lstPrePrintedType: any[] = [ { "intId": 1, "strLabel": "Blank", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 2, "strLabel": "Pre-Printed", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 3, "strLabel": "Pre-Format", "blnDisable": false, "blnActive": true, "strRemarks": "" }, ]; public lstMainHeaderType: any[] = [ { "intId": 0, "strLabel": "Not Need", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 1, "strLabel": "Pre-Printed", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 2, "strLabel": "String", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 3, "strLabel": "Image", "blnDisable": false, "blnActive": false, "strRemarks": "" }, ]; public lstAlignment: any[] = [ { "intId": 1, "strLabel": "Left", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 2, "strLabel": "Right", "blnDisable": false, "blnActive": false, "strRemarks": "" }, { "intId": 3, "strLabel": "Top", "blnDisable": false, "blnActive": true, "strRemarks": "" }, { "intId": 4, "strLabel": "Bottom", "blnDisable": false, "blnActive": false, "strRemarks": "" }, ];
Updated by Amal Siby over 2 years ago
- Status changed from New to Coding Started
- % Done changed from 0 to 40
Updated by Amal Siby over 2 years ago
- Status changed from Coding Started to Particialy Coding Done
- Start date changed from 08/31/2022 to 09/03/2022
- % Done changed from 40 to 30
- Time Taken(HH) set to 40.00
Updated by Amal Siby 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.IF CHANGE VALUES OF HEIGHT & AND WIDTH, TYPE STATUS MUST BE CHANGED TO "CUSTOM"
2.SET MANDATORY FIELDS RED AND REQUIRED
Updated by Amal Siby over 2 years ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
Bug Fixed.
Updated by Sreeranjini T 6 months ago
- Status changed from New Changes to New Changes Coding Done
- % Done changed from 50 to 70
Updated by Sreeranjini T 5 months ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 70
Updated by Sreeranjini T 5 months ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 70