No description
Find a file
sbkolate 1a60f979c7 Fix table header background color in pdf view
wkhtmltopdf removes div/th background color
reference: http://stackoverflow.com/questions/25118343/wkhtmltopdf-div-background-color

	background-color: #eee !important; //will fix the problem in Modern Print Pdf View

Check this url

Table Header border is comming in print priview
https://demo.erpnext.com/api/method/frappe.templates.pages.print.download_pdf?doctype=Sales%20Invoice&name=%5BSelect%5D00024&format=Standard&no_letterhead=0

but Table Header background color is removed in pdf
https://demo.erpnext.com/print?doctype=Sales%20Invoice&name=%5BSelect%5D00024&format=Standard&no_letterhead=0
2016-03-05 19:09:33 +05:30
ci add my_config patch to travis 2014-10-12 18:54:44 +05:30
frappe Fix table header background color in pdf view 2016-03-05 19:09:33 +05:30
test_sites [fix] selenium tests 2015-05-28 23:06:26 -04:00
.gitignore [docs] remove /docs/current from repo, since they will be created during build 2016-02-04 17:09:01 +05:30
.travis.yml [feature] Private files. Fixes #927 2015-12-09 14:02:14 +05:30
attributions.md [ui] desktop with wallpaper 2015-01-19 15:16:22 +05:30
CONTRIBUTING.md Update CONTRIBUTING.md 2015-05-13 00:44:53 +05:30
hooks.md Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
license.txt Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
MANIFEST.in Fixed manifest and website 2014-06-09 13:21:57 +05:30
README.md [setup-docs] generate docs and static pages 2015-10-27 10:57:25 +05:30
requirements.txt [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
setup.py bumped to version 6.25.6 2016-03-03 17:46:49 +06:00
socketio.js [fix] socketio - use ports defined in bench/config.json 2016-02-26 16:11:01 +05:30

Frappe Framework

Build Status

Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext

Installation

Install via Frappe Bench

Website

For details and documentation, see the website

https://frappe.io

License

MIT License