repo sync

This commit is contained in:
Luiz Gustavo Costa 2024-04-12 12:15:09 +01:00
parent 1ef05996f5
commit 0f6dfef97f
40 changed files with 2 additions and 1 deletions

3
.gitignore vendored Normal file → Executable file
View File

@ -1,7 +1,8 @@
.DS_Store
.vs
*.pyc
*.egg-info
*.swp
tags
fleet_management/docs/current
node_modules/
node_modules/

0
.vs/slnx.sqlite Normal file → Executable file
View File

0
MANIFEST.in Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
fleet_management/__init__.py Normal file → Executable file
View File

0
fleet_management/config/__init__.py Normal file → Executable file
View File

0
fleet_management/config/desktop.py Normal file → Executable file
View File

0
fleet_management/config/docs.py Normal file → Executable file
View File

0
fleet_management/fleet_management/__init__.py Normal file → Executable file
View File

0
fleet_management/fleet_management/doctype/__init__.py Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
fleet_management/fleet_management/doctype/trip/trip.js Normal file → Executable file
View File

View File

0
fleet_management/fleet_management/doctype/trip/trip.py Normal file → Executable file
View File

0
fleet_management/hooks.py Normal file → Executable file
View File

0
fleet_management/modules.txt Normal file → Executable file
View File

0
fleet_management/patches.txt Normal file → Executable file
View File

0
fleet_management/public/.gitkeep Normal file → Executable file
View File

0
fleet_management/templates/__init__.py Normal file → Executable file
View File

0
fleet_management/templates/pages/__init__.py Normal file → Executable file
View File

0
fleet_management/traccar_api.py Normal file → Executable file
View File

0
license.txt Normal file → Executable file
View File

0
requirements.txt Normal file → Executable file
View File

0
setup.py Normal file → Executable file
View File