mirror of
https://github.com/itsdave-de/msp.git
synced 2025-05-06 07:25:13 +02:00
Anpassung Zuschläge
This commit is contained in:
parent
d22082c8bf
commit
086d7782e7
@ -33,7 +33,8 @@
|
||||
{
|
||||
"fieldname": "close",
|
||||
"fieldtype": "Button",
|
||||
"label": "Close"
|
||||
"label": "Close",
|
||||
"options": "close_invoiced_delivery_notes"
|
||||
},
|
||||
{
|
||||
"fieldname": "invoices_from_delivery_notes_section",
|
||||
@ -78,7 +79,7 @@
|
||||
],
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2022-08-29 14:44:35.107379",
|
||||
"modified": "2022-09-02 11:56:18.512522",
|
||||
"modified_by": "Administrator",
|
||||
"module": "MSP",
|
||||
"name": "Auto Invoice Generator",
|
||||
|
@ -128,7 +128,7 @@ class AutoInvoiceGenerator(Document):
|
||||
print(dn["name"])
|
||||
print(item.qty)
|
||||
print(item.uom)
|
||||
if item.item_group == "Dienstleistungen" or item.item_group == "Anfahrten" or item.item_group == "Arbeitszeiten Techniker" or item.item_group == "Anwendungsentwicklung":
|
||||
if item.item_group == "Dienstleistungen" or item.item_group == "Anfahrten" or item.item_group == "Arbeitszeiten Techniker" or item.item_group == "Zuschläge" or item.item_group == "Anwendungsentwicklung":
|
||||
service_items.append(invoice_doc_item)
|
||||
elif item.against_sales_order:
|
||||
sales_order_items.append(invoice_doc_item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user