Commit graph

20 commits

Author SHA1 Message Date
karthikeyan5
8397383dd6 fix(Raw Printing): fixes as per PR review
> fixing confusing naming in the UI and calling it "Raw Print"
> used import for sha256 library
> changed the Print Preview message for raw print
> same possible codacy fixes
2019-04-16 15:40:56 +05:30
karthikeyan5
92b8d82f94 fix(raw printing): codacy issues 2019-04-16 15:40:56 +05:30
karthikeyan5
043c413571 fix(Raw Printing): fixing code standard 2019-04-16 15:40:56 +05:30
karthikeyan5
70c256f81b feat(Raw Printing): Adding Support for qz-tray 2019-04-16 15:40:56 +05:30
Faris Ansari
467bd8a8ad fix: Remove no_sitemap flag 2019-03-19 20:34:19 +05:30
Faris Ansari
2fd6cd65f5 fix: Permlevel check in Print
Stupid check hides fields with permlevel > 0 no matter who has access
2019-02-15 12:48:33 +05:30
Faris Ansari
60f9e2c973 Add utility frappe.utils.md_to_html
- Replace all occurences of manual imports with this utility
- Also enable extras
  - fenced-code-blocks
  - tables with class 'table table-bordered'
  - header-ids
2018-08-05 18:19:25 +05:30
Nabin Hait
c4c3cd3131 Merge branch 'master' into develop 2018-04-13 14:32:03 +05:30
Rohit Waghchaure
2ccc7593b1 [Fix] Text editor with value image not displaying in the print form 2018-04-09 20:56:45 +05:30
Nabin Hait
3f3d9e52c8 Fixed merge conflict 2018-03-23 15:16:18 +05:30
rohitwaghchaure
13f0f19f75 [Fix] RTL for document print (#5244) 2018-03-22 11:15:01 +05:30
Achilles Rasquinha
f70a1cce39 Fixed printpriview 2018-03-09 14:46:37 +05:30
Faris Ansari
e581be9fa8 Add translation support for DocFields (#5002)
* Initial changes for Translation

* Merged translate app into frappe core

* Minor typo fix

* Fixes while syncing translations

* Set defaults

* Fixes on setup

* Improve Code Quality

* Could Code Quality be Improved?

* Small code tweaks

* Minor typo fix

* Addition of Translatable Property

* Small fixes for Codacy Comments

* Simplify code

* Show translations in grid

* Remove enabled from Language

* Revert render_template logic

* typo

* Cleanup unused methods

* move patch to erpnext

* fix codacy

* Update patches.txt

* Update patches.txt
2018-02-16 15:12:12 +05:30
rohitwaghchaure
5d6fdb8f05 Show zero rate column in the print if print_hide_if_no_value is disabled (#4694) 2017-12-28 13:08:54 +05:30
rohitwaghchaure
cacc206f5a Show zero rate column in the print if print_hide_if_no_value is disabled (#4694) 2017-12-28 12:55:21 +05:30
Faris Ansari
3df0659c87 [Print Format] Align labels to right (#4068) 2017-09-06 12:17:48 +05:30
Rushabh Mehta
19e9834850 [added] print style 2017-08-17 18:34:14 +05:30
Aditya Hase
769338f136 Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
ci2014
f3998a1cca Add jinja support to leader_head.content and letter_head.footer (#3493)
* Add jinja support to leader_head.content and letter_head.footer

Add jinja support to leader_head.content and letter_head.footer

* Fix

convert_markdown(doc, meta) was missing my mistake

* Update printview.py

Considering that letter_head could be empty and cleaner code

* Update printview.py

* Update printview.py

* Update printview.py

* Update printview.py

Remove trailing whitespace
2017-06-19 09:03:41 +05:30
Rushabh Mehta
62f0480117 [rename] frappe.www.print to frappe.www.printview 2017-05-03 15:59:24 +05:30
Renamed from frappe/www/print.py (Browse further)