forked from alyf-de/erpnext_druckformate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
40 lines (32 loc) · 979 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[DEFAULT]
BaseURL = https://myerp.frappe.cloud # your ERPNext instance URL
User = system-manager@example.org # your ERPNext user
Password = P@ssw0rd # your ERPNext password
ScssFile = print_style/print_style.scss
IsStandard = 0
# ----------------------------------------
# Print Format Configuration
# ----------------------------------------
#
# [Print Format Name]
# DocType = DocType Name
# TemplateFile = folder/template.jinja
#
[Angebot]
DocType = Quotation
TemplateFile = print_format/quotation.jinja
[Verkaufsrechnung]
DocType = Sales Invoice
TemplateFile = print_format/sales_invoice.jinja
[Auftragsbestätigung]
DocType = Sales Order
TemplateFile = print_format/sales_order.jinja
[Lieferschein]
DocType = Delivery Note
TemplateFile = print_format/delivery_note.jinja
[Angebotsanfrage]
DocType = Request for Quotation
TemplateFile = print_format/request_for_quotation.jinja
[Bestellung]
DocType = Purchase Order
TemplateFile = print_format/purchase_order.jinja