starting to be able to choose invoices
This commit is contained in:
@@ -245,8 +245,20 @@
|
||||
}
|
||||
.card.active {
|
||||
background-color:#F5F5F5;
|
||||
}
|
||||
@media print {
|
||||
footer {
|
||||
page-break-after: always;
|
||||
}
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MICR';
|
||||
src: url("/micrenc.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
@@ -279,47 +291,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script>
|
||||
/*
|
||||
$(function() {
|
||||
var lock = new Auth0Lock(
|
||||
"twbXfoLvL0tKTR6GWORoM-ss51wM1zXZ",
|
||||
"app82488100.auth0.com",
|
||||
{
|
||||
rememberLastLogin: false,
|
||||
socialButtonStyle: "big",
|
||||
oidcConformant: true,
|
||||
auth: {
|
||||
audience: "https://app82488100.auth0.com/api/v2/",
|
||||
params: {scope: 'openid email profile'},
|
||||
responseType: "token",
|
||||
redirect: true,
|
||||
redirectUrl: "http://localhost:3000",
|
||||
},
|
||||
languageDictionary: {"title":"Auto AP"},
|
||||
language: "en",
|
||||
theme: {"primaryColor":"#3A99D8"}
|
||||
} );
|
||||
|
||||
$(".login").click(function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
lock.show();
|
||||
});
|
||||
|
||||
lock.on("authenticated", function(result, other) {
|
||||
console.log(result.accessToken, other);
|
||||
lock.getUserInfo(result.accessToken, function(err, profile) {
|
||||
|
||||
$(".login").text(profile.nickname);
|
||||
console.log(profile);
|
||||
})
|
||||
});
|
||||
|
||||
*/
|
||||
</script>
|
||||
</div>
|
||||
<script src="/js/compiled/app.js"></script>
|
||||
<script>auto_ap.core.init();</script>
|
||||
|
||||
BIN
resources/public/micrenc.ttf
Executable file
BIN
resources/public/micrenc.ttf
Executable file
Binary file not shown.
Reference in New Issue
Block a user