Initial import of ROACONT (Visual FoxPro accounting app) into git

Migrated from the ROACONT SVN trunk working copy for hosting on gitea.romfast.ro.
This commit is contained in:
2026-07-07 13:16:59 +03:00
parent 5f71dfb0de
commit 0acdff9647
2168 changed files with 207399 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
*** DIRECTORUL APLICATIEI, NUMELE APLICATIEI
public pcDirApp,pcNumeApp,pcDateApp
*!* PUBLIC pinivel,pcan,pcnl
*!* STORE "" to pcan,pcnl && variabile publice pe care le initializez cu m.an si m.nl in init_optiuni.prg
SET procedure to wwutils.prg addi
pcdirapp=GetAppStartPath() && d:\contafin\acnnave\
pcdirapp=STRTRAN(STRTRAN(UPPER(pcdirapp),"PROGRAME",""),"\\","\")
pcNumeApp=ALLT(UPPE(JUSTSTEM(SYS(16,0)))) && "ACNSIT"
pcDateApp=pcDirApp+"Date_"+pcNumeApp+"\" && D:\CONTAFIN\TRANS\DATE_TRANS && PT OPTIUNI , FISIERE SPECIFICE PROGRAMULUI SI CARE NU TREBUIE IN FIECARE FIRMA EX: ADRESE DE EMAIL,
*!* wait wind pcdirapp
CD &pcdirapp
IF !DIRECTORY(pcDateApp)
MD (pcDateApp)
ENDIF

BIN
DATE/Optiuni_FIRMA.dbf Normal file

Binary file not shown.

BIN
DATE/Optiuni_FIRMA.fpt Normal file

Binary file not shown.

BIN
DATE/Optiuni_LOCAL.dbf Normal file

Binary file not shown.

BIN
DATE/Optiuni_LOCAL.fpt Normal file

Binary file not shown.

BIN
DATE/Optiuni_PROGRAM.dbf Normal file

Binary file not shown.

BIN
DATE/Optiuni_PROGRAM.fpt Normal file

Binary file not shown.