-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new sales order print format
- Add new default print format for sales order
- Loading branch information
1 parent
3bf8c5a
commit 87cc9ee
Showing
6 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
print_designer/default_templates/erpnext/print_designer-sales_order_pd-preview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"attached_to_doctype": "Print Format", | ||
"attached_to_field": "print_designer_preview_img", | ||
"attached_to_name": "Sales Order PD", | ||
"content_hash": "9260dd6597a80446d31ccfa6989eca3f", | ||
"creation": "2024-04-03 13:25:35.885368", | ||
"docstatus": 0, | ||
"doctype": "File", | ||
"file_name": "print_designer-sales_order_pd-preview9eca3f.jpg", | ||
"file_size": 125226, | ||
"file_type": "JPG", | ||
"file_url": "/private/files/print_designer-sales_order_pd-preview9eca3f.jpg", | ||
"folder": "Home", | ||
"idx": 0, | ||
"is_attachments_folder": 0, | ||
"is_folder": 0, | ||
"is_home_folder": 0, | ||
"is_private": 1, | ||
"modified": "2024-04-03 13:25:35.885368", | ||
"modified_by": "Administrator", | ||
"name": "408b62bc69", | ||
"owner": "Administrator", | ||
"uploaded_to_dropbox": 0, | ||
"uploaded_to_google_drive": 0 | ||
} |
Binary file added
BIN
+122 KB
...igner/default_templates/erpnext/print_designer-sales_order_pd-preview9eca3f.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+150 KB
...designer/default_templates/erpnext/print_designer-sales_order_pd_v2-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
print_designer/default_templates/erpnext/print_designer-sales_order_pd_v2-preview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"attached_to_doctype": "Print Format", | ||
"attached_to_field": "print_designer_preview_img", | ||
"attached_to_name": "Sales Order PD v2", | ||
"content_hash": "ff828bc64ce2c30cac7dce765428357e", | ||
"creation": "2024-04-03 13:25:47.822038", | ||
"docstatus": 0, | ||
"doctype": "File", | ||
"file_name": "print_designer-sales_order_pd_v2-preview.jpg", | ||
"file_size": 153437, | ||
"file_type": "JPG", | ||
"file_url": "/private/files/print_designer-sales_order_pd_v2-preview.jpg", | ||
"folder": "Home", | ||
"idx": 0, | ||
"is_attachments_folder": 0, | ||
"is_folder": 0, | ||
"is_home_folder": 0, | ||
"is_private": 1, | ||
"modified": "2024-04-03 13:25:47.822038", | ||
"modified_by": "Administrator", | ||
"name": "51c75eb64e", | ||
"owner": "Administrator", | ||
"uploaded_to_dropbox": 0, | ||
"uploaded_to_google_drive": 0 | ||
} |
39 changes: 39 additions & 0 deletions
39
print_designer/default_templates/erpnext/sales_order_pd.json
Large diffs are not rendered by default.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
print_designer/default_templates/erpnext/sales_order_pd_v2.json
Large diffs are not rendered by default.
Oops, something went wrong.