{% extends "base.html" %} {% block title %}{{ _('Import/Export PyArchInit') }}{% endblock %} {% block content %}

{{ _('Import/Export from PyArchInit') }}

{{ _('Import data from PyArchInit (full version) or export data to PyArchInit database') }}

{{ _('Source PyArchInit Database') }}
{{ _('Full absolute path to PyArchInit SQLite database file') }}
{{ _('Click Browse to select a file or type the path manually') }}
{{ _('What to Import') }}
{{ _('Filter by Sites') }} ({{ _('optional') }})

{{ _('Test connection first to load available sites') }}

{{ _('Status') }}
{{ _('Ready to import') }}
{{ _('Datazione Sync') }}

{{ _('If you already imported periodizzazione data, use this button to manually synchronize datazioni table and US datazione fields.') }}

{{ _('Target PyArchInit Database') }}
{{ _('Full absolute path to target PyArchInit SQLite database') }}
{{ _('Click Browse to select a file or type the path manually') }}
{{ _('What to Export') }}
{{ _('Note: Only Sites and US can be exported to PyArchInit full version') }}
{{ _('Status') }}
{{ _('Ready to export') }}
{{ _('Create Empty PyArchInit Database') }}

{{ _('Create a new empty database with full PyArchInit-Mini schema. Useful for starting new projects or testing.') }}

{{ _('Full path where to create the SQLite database file') }}
{{ _('Warning: This will delete existing database and all its data!') }}
{{ _('Database Schema') }}

{{ _('The new database will include all PyArchInit-Mini tables:') }}

  • {{ _('Sites (site_table)') }}
  • {{ _('Stratigraphic Units (us_table)') }}
  • {{ _('US Relationships (us_relationships_table)') }}
  • {{ _('Periodization (periodizzazione_table)') }}
  • {{ _('Dating Periods (datazioni_table)') }}
  • {{ _('Periods (period_table)') }}
  • {{ _('Harris Matrix (harris_matrix_table)') }}
  • {{ _('Inventory (inventario_materiali_table)') }}
  • {{ _('Thesaurus (thesaurus tables)') }}
  • {{ _('Media (media_table, media_thumb_table)') }}
  • {{ _('Documentation (documentation_table)') }}
  • {{ _('Users (users)') }}

{{ _('Tip: Use this to create test databases or start new excavation projects.') }}

{% endblock %}