Project

General

Profile

Edit Copy Actions

Feature #38

open

Set Print Paper

Added by Anil KV over 2 years ago. Updated 5 months ago.

Status:
Reopen Bugs Coding Done
Priority:
Normal
Assignee:
Target version:
Start date:
09/03/2022
Due date:
% Done:

70%

Estimated time:
Spent time:
Owner(Agency):
Travvise
Time Taken(HH):
40.00
Module:
Papper
Tested By:
unnikannan S
Code Reviewed By:

Description

Coding Set Print Paper GUI


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

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

 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": "" },
  ];
Actions #10

Updated by Amal Siby over 2 years ago

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

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

Water Mark is not added

Updated by Amal Siby over 2 years ago

coding Done
Water mark Added

Actions #14

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.

Actions #17

Updated by Junaid M 11 months ago

  • Assignee changed from Amal Siby to Greeshma S

Updated by Junaid M 6 months ago

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

Add Copy Button right side

Actions #19

Updated by Junaid M 6 months ago

  • Assignee changed from Greeshma S to Sreeranjini T
Actions #20

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 unnikannan S 6 months ago

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

ISSUE FOUNDED

1.Error While Adding Decimal Value In (Left,Right,Centre Widths Or% )

Actions #22

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 unnikannan S 5 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50
  • Tested By changed from Amal Cyriac to unnikannan S

ISSUE FOUNDED

1.Not Working Copy Button In UI
2.Missing Copy Button Symbol

Actions #24

Updated by Sreeranjini T 5 months 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