Reorganize Oracle packages into database-scripts for unified git tracking

Move Oracle package files from docs/ to api/database-scripts/ with sequential numbering:
- PACK_COMENZI.pck → 04_pack_comenzi.pck (renamed with git)
- PACK_IMPORT_PARTENERI.pck → 05_pack_import_parteneri.pck
- PACK_IMPORT_COMENZI.pck → 06_pack_import_comenzi.pck

Remove 04_import_comenzi.sql (replaced by 06_pack_import_comenzi.pck actual version)

Update VFP integration files and project structure.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-19 22:32:41 +02:00
parent 5d43509987
commit 05bb0b1b01
11 changed files with 2101 additions and 1255 deletions

View File

@@ -66,6 +66,7 @@ Procedure completeaza_parteneri_roa
Select cJudete
Append From Dbf('cJudeteTemp')
Index On id_judet Tag id_judet
Index On judet Tag judet
Use In (Select('cJudeteTemp'))
Create Cursor cLocalitati (id_loc I, id_judet I Null, id_tara I Null, localitate C(100) Null)
@@ -250,7 +251,7 @@ Procedure completeaza_parteneri_roa
lnIdJudet = m.lnIdJudetBucuresti
Select cJudete
If Seek(m.lcJudet, 'cJudete', 'id_judet')
If Seek(m.lcJudet, 'cJudete', 'judet')
lnIdJudet = cJudete.id_judet
Endif