This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const inputObject = { | |
"id": "06b9d100-3be3-11ee-91f1-a51199ffd3c6", | |
"product_name": "test wednesday 1122 aug", | |
"product_photo": null, | |
"product_test_type": "Security Testing, Heuristic Evaluation, Usability Testing", | |
"product_sub_test_type": "sub test", | |
"product_link": "product link", | |
"product_description": "test wednesday 1122 aug", | |
"service_id": "0f3c3d3e-90b7-11e9-9944-e03f49b834fa", | |
"status": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="http://designer.igniteui.com/packages/bootstrap/bootstrap.min.css"> | |
<link rel="stylesheet" href="http://designer.igniteui.com/css/themes/infragistics/infragistics.theme.css"> | |
<link rel="stylesheet" href="http://designer.igniteui.com/css/structure/infragistics.css"> | |
<!-- | |
Update the Ignite UI script references to your licensed copies before deploying. | |
Ignite UI License: http://www.infragistics.com/legal/license/ultimate/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Mpdf\Mpdf; | |
use Mpdf\MpdfException; | |
class LatihanGeneratorService extends BaseGeneratorService | |
{ | |
function generate() | |
{ | |
$mpdf = new Mpdf(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "userProfile", | |
"translationKey": "%WMS.Inbound.ASN.userProfile.formTitle%", | |
"formType" : "generated", | |
"menuId": "WM-01", | |
"roles": [ | |
"SysAdmin", | |
"Managers", | |
"Users" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"roles": ["admin", "outClerk", "inClerk", "whManager"], | |
"routes": [ | |
{ | |
"path": "roles", | |
"component": "RoleComponent" | |
}, | |
{ | |
"path": "roles/add", | |
"component": "EditRoleComponent" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "userProfile", | |
"translationKey": "%WMS.Inbound.ASN.userProfile.formTitle%", | |
"formType" : "generated", | |
"menuId": "WM-01", | |
"roles": [ | |
"SysAdmin", | |
"Managers", | |
"Users" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "userProfile", | |
"translationKey": "%WMS.Inbound.ASN.userProfile.formTitle%", | |
"roles": [ | |
"SysAdmin", | |
"Managers", | |
"Users" | |
], | |
"fields": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Robot = function(robot){ | |
robot.turnLeft(robot.angle % 90); | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
var robot = ev.robot; | |
if (robot.parentId) { | |
robot.ahead(1); | |
robot.turnGunRight(1); | |
} | |
else { |
NewerOlder