Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
26
Programe/cumplun-furn.prg
Normal file
26
Programe/cumplun-furn.prg
Normal file
@@ -0,0 +1,26 @@
|
||||
set deleted on
|
||||
sele cumplun
|
||||
*dele all
|
||||
set order to tag nume
|
||||
sele furnizor
|
||||
DELE ALL
|
||||
set order to tag nume
|
||||
|
||||
|
||||
|
||||
|
||||
SELE DISTINCT ALLT(NUME) AS NUME,COD_FISCAL FROM CUMPLUN INTO CURSOR TT
|
||||
SELE FURNIZOR
|
||||
APPE FROM DBF('TT')
|
||||
USE IN TT
|
||||
|
||||
sele furnizor
|
||||
scan
|
||||
scat memv
|
||||
sele cumplun
|
||||
sum achitat to m.platit for ALLT(nume)=ALLT(m.nume)
|
||||
sum totctva to m.achizit for ALLT(nume)=ALLT(m.nume)
|
||||
sele furnizor
|
||||
gath memv
|
||||
endscan
|
||||
|
||||
Reference in New Issue
Block a user