Added Letter Head to Fixtures.
This commit is contained in:
parent
e93281b33d
commit
58a06614f0
2 changed files with 49 additions and 0 deletions
48
custom_ui/fixtures/letter_head.json
Normal file
48
custom_ui/fixtures/letter_head.json
Normal file
|
|
@ -0,0 +1,48 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"align": "Right",
|
||||||
|
"content": "\n\t\t\t<div style=\"text-align: right;\">\n\t\t\t\t<img src=\"/files/SNW logo31d841.jpg\" alt=\"Lowe Fencing\" width=\"200\" style=\"width: 200px;\">\n\t\t\t</div>\n\t\t",
|
||||||
|
"disabled": 0,
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Letter Head",
|
||||||
|
"footer": null,
|
||||||
|
"footer_align": "Left",
|
||||||
|
"footer_image": null,
|
||||||
|
"footer_image_height": 0.0,
|
||||||
|
"footer_image_width": 0.0,
|
||||||
|
"footer_script": null,
|
||||||
|
"footer_source": "HTML",
|
||||||
|
"header_script": null,
|
||||||
|
"image": "/files/SNW logo31d841.jpg",
|
||||||
|
"image_height": 67.889908257,
|
||||||
|
"image_width": 200.0,
|
||||||
|
"is_default": 1,
|
||||||
|
"letter_head_name": "Lowe Fencing",
|
||||||
|
"modified": "2025-01-29 16:54:36.546007",
|
||||||
|
"name": "Lowe Fencing",
|
||||||
|
"source": "HTML"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"align": "Right",
|
||||||
|
"content": "<div style=\"text-align: right;\">\n<img src=\"/files/sprinklers-northwest.jpg\" alt=\"Sprinklers Northwest\" width=\"100.0\" style=\"width: 100.0px;\">\n</div>",
|
||||||
|
"disabled": 0,
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Letter Head",
|
||||||
|
"footer": null,
|
||||||
|
"footer_align": "Left",
|
||||||
|
"footer_image": null,
|
||||||
|
"footer_image_height": 0.0,
|
||||||
|
"footer_image_width": 0.0,
|
||||||
|
"footer_script": null,
|
||||||
|
"footer_source": "HTML",
|
||||||
|
"header_script": null,
|
||||||
|
"image": "/files/sprinklers-northwest.jpg",
|
||||||
|
"image_height": 33.582089552,
|
||||||
|
"image_width": 100.0,
|
||||||
|
"is_default": 0,
|
||||||
|
"letter_head_name": "Sprinklers Northwest",
|
||||||
|
"modified": "2025-01-27 12:07:23.200816",
|
||||||
|
"name": "Sprinklers Northwest",
|
||||||
|
"source": "Image"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -235,6 +235,7 @@ fixtures = [
|
||||||
{"dt": "Property Setter"},
|
{"dt": "Property Setter"},
|
||||||
{"dt": "Client Script"},
|
{"dt": "Client Script"},
|
||||||
{"dt": "Server Script"},
|
{"dt": "Server Script"},
|
||||||
|
{"dt": "Letter Head"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue