123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- select "Accounting Date",
- "Document Type",
- "Document Number",
- "Position In Document",
- "Nominal Account Number",
- "Customer Number",
- "Is Balanced",
- "Clearing Number",
- "Document Date",
- "Posted Value",
- "Debit Or Credit",
- "Posted Count",
- "Branch Number",
- "Customer Contra Account",
- "Nominal Contra Account",
- "Contra Account Text",
- "Account Form Page Number",
- "Account Form Page Line",
- "Serial Number Each Month",
- "Employee Number",
- "Invoice Date",
- "Invoice Number",
- "Dunning Level",
- "Last Dunning Date",
- "Journal Page",
- "Journal Line",
- "Cash Discount",
- "Term Of Payment",
- "Posting Text",
- "Vehicle Reference",
- "Vat Id Number",
- "Account Statement Number",
- "Account Statement Page",
- "Vat Key",
- "Days For Cash Discount",
- "Day Of Actual Accounting",
- "Skr51 Branch",
- "Skr51 Make",
- "Skr51 Cost Center",
- "Skr51 Sales Channel",
- "Skr51 Cost Unit",
- "Previously Used Account No",
- "Free Form Accounting Text",
- "Free Form Document Text",
- '1' as "Rechtseinheit",
- "Betrieb",
- "Accounting Date" as "Bookkeep Date",
- "Text",
- '1' as "Mandant",
- "Betrag",
- "Menge",
- "Nominal Account Number" as "Acct Nr",
- "Customer Number_suctomer_supplier",
- "Is Supplier",
- "First Name",
- "Family Name",
- "Document Type In Journal",
- "Document Type Description",
- SUM("Betrag") OVER (partition by "Customer Number_suctomer_supplier") as "Debitorsaldo_",
- "Invoice Type_Invoices",
- "Invoice Number_Invoices",
- "Subsidiary_Invoices",
- "Invoice Date_Invoices",
- '1' as "Hauptbetrieb",
- "Standort_ori",
- "Sel Name",
- "Betrag" as "OP-Saldo",
- "Kostenstelle",
- "Tage",
- "Staffel",
- "Kunde",
- "Beleg",
- "Employee Number_Employees_journal_accountings",
- "Name_Employees_journal_accountings",
- "Anzahl_Stellen_Invoice_Number",
- "Forderungsart_aus_erste_Stelle_Inv_Number",
- "Forderungsart",
- "Standort_aus_2_Stelle_Invoice_Number",
- "Betrieb" as "Standort",
- "Status Rechnung"
- from
- (select T3."customer_number" as "Customer Number_suctomer_supplier",
- CASE WHEN (T1."clearing_number" = 0) THEN ('offen') ELSE ('bezahlt') END as "Status Rechnung",
- ('0' + (((T1."branch_number")))) as "Betrieb",
- CASE WHEN ((((len(T1."invoice_number" + 'Z') - 1)) = 7) and ((substring(T1."invoice_number", 2, 1)) BETWEEN '1' AND '4')) THEN ('0' + (substring(T1."invoice_number", 2, 1))) ELSE null END as "Standort_aus_2_Stelle_Invoice_Number",
- CASE WHEN ((CASE WHEN (T5."invoice_type" IN (2,4,6,3)) THEN ('3') WHEN (T5."invoice_type" IN (5)) THEN ('6') WHEN (T5."invoice_type" IN (7)) THEN ('1') WHEN (T5."invoice_type" IN (8)) THEN ('2') WHEN (T4."document_type_in_journal" = 'R') THEN ('7') ELSE null END) = '1') THEN ('Neuwagen') WHEN ((CASE WHEN (T5."invoice_type" IN (2,4,6,3)) THEN ('3') WHEN (T5."invoice_type" IN (5)) THEN ('6') WHEN (T5."invoice_type" IN (7)) THEN ('1') WHEN (T5."invoice_type" IN (8)) THEN ('2') WHEN (T4."document_type_in_journal" = 'R') THEN ('7') ELSE null END) = '2') THEN ('Gebrauchtwagen') WHEN ((CASE WHEN (T5."invoice_type" IN (2,4,6,3)) THEN ('3') WHEN (T5."invoice_type" IN (5)) THEN ('6') WHEN (T5."invoice_type" IN (7)) THEN ('1') WHEN (T5."invoice_type" IN (8)) THEN ('2') WHEN (T4."document_type_in_journal" = 'R') THEN ('7') ELSE null END) = '3') THEN ('Service') WHEN ((CASE WHEN (T5."invoice_type" IN (2,4,6,3)) THEN ('3') WHEN (T5."invoice_type" IN (5)) THEN ('6') WHEN (T5."invoice_type" IN (7)) THEN ('1') WHEN (T5."invoice_type" IN (8)) THEN ('2') WHEN (T4."document_type_in_journal" = 'R') THEN ('7') ELSE null END) = '6') THEN ('Teile') ELSE ('nicht zuzuordnen') END as "Forderungsart",
- CASE WHEN ((((len(T1."invoice_number" + 'Z') - 1)) = 7) and ((left(T1."invoice_number",1)) IN ('2','3','4'))) THEN ('Service') WHEN ((((len(T1."invoice_number" + 'Z') - 1)) = 7) and ((left(T1."invoice_number",1)) IN ('5'))) THEN ('Teile') WHEN ((((len(T1."invoice_number" + 'Z') - 1)) = 7) and ((left(T1."invoice_number",1)) IN ('6'))) THEN ('Garantie') WHEN ((((len(T1."invoice_number" + 'Z') - 1)) = 7) and ((left(T1."invoice_number",1)) IN ('7'))) THEN ('Neuwagen') WHEN ((((len(T1."invoice_number" + 'Z') - 1)) = 7) and ((left(T1."invoice_number",1)) IN ('8'))) THEN ('Gebrauchtwagen') WHEN (T1."document_type" = 'R') THEN ('Rent') ELSE ('nicht zuzuordnen') END as "Forderungsart_aus_erste_Stelle_Inv_Number",
- (len(T1."invoice_number" + 'Z') - 1) as "Anzahl_Stellen_Invoice_Number",
- T2."name" as "Name_Employees_journal_accountings",
- T2."employee_number" as "Employee Number_Employees_journal_accountings",
- CASE WHEN (T1."posting_text" IS NOT NULL) THEN ((left((((T1."document_number"))),7)) + ' - ' + T1."posting_text" + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date")))) ELSE ((convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date")))) END as "Beleg",
- ((left((((T3."customer_number"))),7)) + ' - ' + T3."first_name" + ' ' + T3."family_name") as "Kunde",
- CASE WHEN (((-1 * datediff(day, (getdate()), (convert(datetime, T1."accounting_date"))))) BETWEEN 0 AND 14) THEN ('< 2 Wochen') WHEN (((-1 * datediff(day, (getdate()), (convert(datetime, T1."accounting_date"))))) BETWEEN 15 AND 28) THEN ('2 - 4 Wochen') WHEN (((-1 * datediff(day, (getdate()), (convert(datetime, T1."accounting_date"))))) BETWEEN 29 AND 42) THEN ('4 - 6 Wochen') WHEN (((-1 * datediff(day, (getdate()), (convert(datetime, T1."accounting_date"))))) BETWEEN 43 AND 84) THEN ('6 - 12 Wochen') WHEN (((-1 * datediff(day, (getdate()), (convert(datetime, T1."accounting_date"))))) > 84) THEN ('> 12 Wochen') ELSE null END as "Staffel",
- (-1 * datediff(day, (getdate()), (convert(datetime, T1."accounting_date")))) as "Tage",
- CASE WHEN (T5."invoice_type" IN (2,4,6,3)) THEN ('3') WHEN (T5."invoice_type" IN (5)) THEN ('6') WHEN (T5."invoice_type" IN (7)) THEN ('1') WHEN (T5."invoice_type" IN (8)) THEN ('2') WHEN (T4."document_type_in_journal" = 'R') THEN ('7') ELSE null END as "Kostenstelle",
- (CASE WHEN (T1."debit_or_credit" = 'H') THEN (T1."posted_value" / 100) ELSE (T1."posted_value" / 100 * -1) END) as "Betrag",
- (left((((T2."employee_number"))),4)) + ' - ' + T2."name" as "Sel Name",
- CASE WHEN (T5."subsidiary" IS NOT NULL) THEN ('0' + (left((((T5."subsidiary"))),1))) ELSE ('nicht zuzuordnen') END as "Standort_ori",
- T5."invoice_date" as "Invoice Date_Invoices",
- T5."subsidiary" as "Subsidiary_Invoices",
- T5."invoice_number" as "Invoice Number_Invoices",
- T5."invoice_type" as "Invoice Type_Invoices",
- T4."document_type_description" as "Document Type Description",
- T4."document_type_in_journal" as "Document Type In Journal",
- T3."family_name" as "Family Name",
- T3."first_name" as "First Name",
- T3."is_supplier" as "Is Supplier",
- T1."nominal_account_number" as "Nominal Account Number",
- CASE WHEN (T1."debit_or_credit" = 'H') THEN (T1."posted_count" / 100 * -1) ELSE (T1."posted_count" / 100) END as "Menge",
- ((rtrim((((T1."document_number"))))) + ' - ' + T1."invoice_number" + ' - ' + T1."posting_text" + '/' + T1."vehicle_reference" + ' - ' + ((left((((T2."employee_number"))),4)) + ' - ' + T2."name") + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date")))) as "Text",
- T1."accounting_date" as "Accounting Date",
- CASE WHEN ((((((((rtrim((((T1."document_number"))))) + ' - ' + T1."invoice_number" + ' - ' + T1."posting_text" + '/' + T1."vehicle_reference" + ' - ' + ((left((((T2."employee_number"))),4)) + ' - ' + T2."name") + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date"))))) LIKE '%RG-BONUS%') or ((((rtrim((((T1."document_number"))))) + ' - ' + T1."invoice_number" + ' - ' + T1."posting_text" + '/' + T1."vehicle_reference" + ' - ' + ((left((((T2."employee_number"))))) + ' - ' + T2."name") + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date"))))) LIKE '%GEBURTSTAGS%')) or ((((rtrim((((T1."document_number"))))) + ' - ' + T1."invoice_number" + ' - ' + T1."posting_text" + '/' + T1."vehicle_reference" + ' - ' + ((left((((T2."employee_number"))))) + ' - ' + T2."name") + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date"))))) LIKE '%STARTGUTHABEN%')) or ((((rtrim((((T1."document_number"))))) + ' - ' + T1."invoice_number" + ' - ' + T1."posting_text" + '/' + T1."vehicle_reference" + ' - ' + ((left((((T2."employee_number"))))) + ' - ' + T2."name") + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date"))))) LIKE '%BONUS F%')) or ((((rtrim((((T1."document_number"))))) + ' - ' + T1."invoice_number" + ' - ' + T1."posting_text" + '/' + T1."vehicle_reference" + ' - ' + ((left((((T2."employee_number"))))) + ' - ' + T2."name") + ' - ' + (convert(varchar(50), year(T1."document_date")) + '-' + convert(varchar(50), month(T1."document_date")) + '-' + convert(varchar(50), day(T1."document_date"))))) LIKE '%RG-ABZUG%')) THEN ('Bonus/Startguthaben') ELSE ('ohne Bonus/Startguthaben') END as "Free Form Document Text",
- T1."free_form_accounting_text" as "Free Form Accounting Text",
- T1."previously_used_account_no" as "Previously Used Account No",
- T1."skr51_cost_unit" as "Skr51 Cost Unit",
- T1."skr51_sales_channel" as "Skr51 Sales Channel",
- T1."skr51_cost_center" as "Skr51 Cost Center",
- T1."skr51_make" as "Skr51 Make",
- T1."skr51_branch" as "Skr51 Branch",
- T1."day_of_actual_accounting" as "Day Of Actual Accounting",
- T1."days_for_cash_discount" as "Days For Cash Discount",
- T1."vat_key" as "Vat Key",
- T1."account_statement_page" as "Account Statement Page",
- T1."account_statement_number" as "Account Statement Number",
- T1."vat_id_number" as "Vat Id Number",
- T1."vehicle_reference" as "Vehicle Reference",
- T1."posting_text" as "Posting Text",
- T1."term_of_payment" as "Term Of Payment",
- T1."cash_discount" as "Cash Discount",
- T1."journal_line" as "Journal Line",
- T1."journal_page" as "Journal Page",
- T1."last_dunning_date" as "Last Dunning Date",
- T1."dunning_level" as "Dunning Level",
- T1."invoice_number" as "Invoice Number",
- T1."invoice_date" as "Invoice Date",
- T1."employee_number" as "Employee Number",
- T1."serial_number_each_month" as "Serial Number Each Month",
- T1."account_form_page_line" as "Account Form Page Line",
- T1."account_form_page_number" as "Account Form Page Number",
- T1."contra_account_text" as "Contra Account Text",
- T1."nominal_contra_account" as "Nominal Contra Account",
- T1."customer_contra_account" as "Customer Contra Account",
- T1."branch_number" as "Branch Number",
- T1."posted_count" as "Posted Count",
- T1."debit_or_credit" as "Debit Or Credit",
- T1."posted_value" as "Posted Value",
- T1."document_date" as "Document Date",
- T1."clearing_number" as "Clearing Number",
- T1."is_balanced" as "Is Balanced",
- T1."customer_number" as "Customer Number",
- T1."position_in_document" as "Position In Document",
- T1."document_number" as "Document Number",
- T1."document_type" as "Document Type"
- from (((("journal_accountings" T1 left outer join "LOCOSOFT"."dbo"."employees" T2 on T1."employee_number" = T2."employee_number") left outer join "LOCOSOFT"."dbo"."customers_suppliers" T3 on T3."customer_number" = T1."customer_number") left outer join "document_types" T4 on T4."document_type_in_journal" = T1."document_type") left outer join "invoices" T5 on T5."invtype_invnr" = T1."invoice_number")
- where ((((T1."nominal_account_number" IN (1600,1610)) and (T1."customer_number" IS NOT NULL)) and (T3."customer_number" IS NOT NULL)) and (T1."document_type" IN ('W','E','L')))
- ) D1
- -- order by "Customer Number" asc,"Invoice Number" asc,"Document Type In Journal" asc,"Nominal Account Number" asc
|