Ankush Menat
40f27f908a
style: format JS files with prettier
2022-08-04 14:51:01 +05:30
Ankush Menat
81b37cb7d2
refactor: clean up code to py310 supported features ( #17367 )
...
refactor: clean up code to py39+ supported syntax
- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes
Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2022-07-01 11:51:05 +05:30
Gavin D'souza
a15411d1e1
fix: Skip invalid field in get_print_settings_to_show
2022-06-29 12:53:49 +05:30
Samuel Danieli
19a1393152
feat: make field label translatable
2022-06-27 23:32:55 +02:00
Suraj Shetty
64cc07227e
refactor: Replace usage of deprecated attribute
2022-06-21 08:00:49 +05:30
Vishal Dhayagude
b04af618f2
fix: fix ux for print preview page ( #17087 )
...
Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
2022-06-08 14:58:06 +05:30
Maharshi Patel
a79a572f65
fix: print & breadcrumbs for forward slash ( #17095 )
2022-06-08 13:59:52 +05:30
HENRY Florian
1826c9e9af
fix: translation context for print format align values ( #17026 )
2022-05-31 14:15:21 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black ( #16453 )
...
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
ChillarAnand
5ca48ae3f6
fix: Fetch only active letter heads
2022-04-04 16:57:25 +05:30
HENRY Florian
7eb5274283
fix: bad closure on double quote print js ( #16420 )
2022-03-28 17:39:05 +05:30
karthikeyan5
a1c9282368
fix: update refresh lable in print view
2021-12-24 20:35:17 +05:30
karthikeyan5
dd731903bd
fix(print page): addtional menu in mobile view
2021-12-24 10:04:42 +05:30
Faris Ansari
c679c08675
fix: lru_cache decorator usage
2021-10-22 12:04:27 +05:30
Suraj Shetty
d88bd035d0
refactor: Use LRU cache instead of redis cache
2021-10-22 09:29:15 +05:30
Faris Ansari
239ec49612
style: formatting
2021-10-20 19:06:16 +05:30
Faris Ansari
5345d4ce7b
Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta
2021-10-20 18:40:18 +05:30
Faris Ansari
18b3651b46
feat: Google font selection
...
google_fonts.json with a decent selection of fonts
2021-10-20 17:20:59 +05:30
Faris Ansari
a90937c865
fix: customize button in print
2021-10-19 19:12:54 +05:30
Suraj Shetty
d47f23dd3a
fix(Print): Select button alignment issue
2021-10-19 18:43:44 +05:30
Anupam
f6e83dbcaf
fix: Customize is not listed in menu item [Print]
2021-10-12 12:35:40 +05:30
Anupam
5387e48a59
fix: network printer settings permission issue
2021-10-07 12:11:29 +05:30
Anupam
34ba19a131
fix: browser printing broken
2021-10-07 10:27:47 +05:30
Faris Ansari
d8457a3c71
fix: Show print preview on print page
2021-10-05 14:21:57 +05:30
Anupam
2bd2ee3655
fix: sider issues
2021-09-27 10:21:19 +05:30
Anupam
cfe4dc41c0
review changes
2021-09-27 10:21:19 +05:30
Anupam
55bd04f91b
fix: sider issues
2021-09-27 10:21:19 +05:30
Anupam
ec938c960e
feat: provision to add multiple network printers
2021-09-27 10:21:19 +05:30
Suraj Shetty
1cd20c04a7
Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break
2021-09-16 13:00:07 +05:30
leela
3594890eb2
fix: customizing print formats
...
Currently system managers can only customize the print formats even though
the other roles has a permissions to do so. Fixed it to show
customize button based on permissions.
(cherry picked from commit f9486fce5fb24402fce31e3d36370120c4524a9b)
2021-09-07 01:16:16 +00:00
Faris Ansari
7db68a1878
fix: Handle on_page_show
2021-09-06 16:57:39 +05:30
Faris Ansari
0928c4c172
feat: Use weasyprint to generate PDF
...
- /printpreview route to preview HTML template
2021-09-06 16:57:37 +05:30
Faris Ansari
f536a1ff91
fix: More features
...
- Show selection dialog if Print Format not selected
- Field component
- Common store
- Edit Field label inline
- Configure table columns
- Edit Custom HTML
- Preview
2021-09-06 16:57:16 +05:30
Faris Ansari
b8fbed0f66
feat: New Print Format Builder
...
- Print Format Builder Beta page
- Add margin fields in Print Format
- Using vuedraggable for drag and drop
2021-09-06 16:56:00 +05:30
Suraj Shetty
63e45dbb1b
Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break
2021-07-27 10:36:28 +05:30
Suraj Shetty
5bea9dbdb7
Merge branch 'develop' into auto-generate-rtl-style
2021-07-12 09:26:55 +05:30
Mohammad Hasnain Mohsin Rajan
b5d9de1fc4
fix: Option to pass any value for limit from client-side ( #13452 )
...
* add unlimited support to frappe.db.get_list - js
* fix: use 0 for getting all components in get_list
* fix: use autocomplete instead of select for letterheads
* fix: linting
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
* chore: linting
* fix: add placeholder to autocomplete
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-07-05 14:33:19 +00:00
Suraj Shetty
6960a19208
fix: RTL for print views
2021-06-28 12:03:31 +05:30
prssanna
4e9e1a9ccf
style: fix formatting
2021-05-18 17:22:30 +05:30
prssanna
ea3ca571ad
fix: add Tab Break to no value fields
2021-05-18 17:21:00 +05:30
Faris Ansari
fa236fd9c5
style: sider issues
2021-05-04 07:21:49 +05:30
Faris Ansari
e72bb135e1
fix: Asset URLs
...
Helpers to get asset path
Python: frappe.utils.jinja_globals.bundled_asset
JS: frappe.assets.bundled_asset
2021-04-29 14:47:52 +05:30
Faris Ansari
34c6d099b1
fix: Update all /assets urls with new urls
2021-04-24 16:24:08 +05:30
Faris Ansari
fe20515c23
refactor: Replace Class.extend with native class
2021-04-23 06:17:47 +05:30
prssanna
d5980b345f
fix: set selected value in print format select
2021-03-02 13:45:34 +05:30
prssanna
724bd72904
fix: render fieldname if no label on print format builder sidebar
2021-03-01 15:07:15 +05:30
prssanna
7865f60cf3
fix: save selected print format
2021-03-01 15:06:21 +05:30
shariquerik
73f7fff00f
fix: fixed sider
2021-02-09 15:18:34 +05:30
shariquerik
b42c3d05cc
fix: updated is_rtl function
2021-02-08 12:32:07 +05:30
shariquerik
e992e638f9
fix: Added has_rtl function on client side
2021-02-07 12:42:06 +05:30