Re: HMP2013 Zmiana wydruku FVS
Rozumiem, że chodzi o płatności masowe.
Należy zmodyfikować raport : Raporty -> Dokumenty sprzedaży -> Dokument sprzedaży - ramki
ZNAJDŹ
Kod:
#include "Formatowanie ramek nagłówka"
#ifdef ZAMOBCE
#define ZAMOBCEWLASNE
#endif
#ifdef ZAMWLASNE
#define ZAMOBCEWLASNE
#endif
WSTAW POD
Kod:
basekh khbaza
khbaza.Open()
khbaza.GetRecById( GetField(dk,"khid") )
ZNAJDŹ
Kod:
SetFont ( "tekst" )
if bPrzelew then
if bOdbiorca then
print lf;" Bank: "
else
print " Bank: "
endif
SetFont ( nb )
print sNazwaBanku
SetFont ( "tekst" )
if bOdbiorca then
print lf;" Konto: "
else
print " Konto: "
endif
SetFont ( nb )
print sKonto
endif
ZAMIEŃ NA
Kod:
SetFont ( "tekst" )
if bPrzelew then
// if bOdbiorca then
// print lf;" Bank: "
// else
// print " Bank: "
// endif
// SetFont ( nb )
// print sNazwaBanku
SetFont ( "tekst" )
if bOdbiorca then
print lf;" Konto: "
else
print " Konto: "
endif
SetFont ( nb )
print khbaza.GetField("bkonto")
endif
Modyfikacja dla Symfonia Handel 2013