Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ae278b58

Von Sven Schöling vor etwa 8 Jahren hinzugefügt

  • ID ae278b58747710a8c843a6bee9375186eafa17f7
  • Vorgänger 00b6dc22
  • Nachfolger 15363af3

GDPDU: DATEV-ähnlicher Buchungsexport Rohversion

Unterschiede anzeigen:

SL/DATEV.pm
389 389
         c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link,
390 390
         ar.invoice,
391 391
         t.rate AS taxrate,
392
         'ar' as table
392
         'ar' as table,
393 393
         tc.accno AS tax_accno, tc.description AS tax_accname,
394 394
         ar.notes
395 395
       FROM acc_trans ac
......
411 411
         c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link,
412 412
         ap.invoice,
413 413
         t.rate AS taxrate,
414
         'ap' as table
414
         'ap' as table,
415 415
         tc.accno AS tax_accno, tc.description AS tax_accname,
416 416
         ap.notes
417 417
       FROM acc_trans ac
......
433 433
         c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link,
434 434
         FALSE AS invoice,
435 435
         t.rate AS taxrate,
436
         'gl' as table
436
         'gl' as table,
437 437
         tc.accno AS tax_accno, tc.description AS tax_accname,
438 438
         gl.notes
439 439
       FROM acc_trans ac

Auch abrufbar als: Unified diff