mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
added server side print format
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{% extends "html/base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<header>
|
||||
</header>
|
||||
<div class="container">
|
||||
<div class="pull-right" style="margin:4px;" id="user-tools">
|
||||
<a id="login-link" href="login">Login</a>
|
||||
|
||||
12
website/templates/pages/print.html
Normal file
12
website/templates/pages/print.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ doc and (doc.name + " - " + doc.doctype) or "Error" }}</title>
|
||||
<meta name="generator" content="wnframework">
|
||||
</head>
|
||||
<body>
|
||||
{{ body }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user