Giter Site home page Giter Site logo

fa_project's Introduction

Basic Fixed Asset Management System

This is a first draft of a python script. My goal is to eventually build a fixed assets management system that generates QR codes to make data storage and acessibility easier for accountants.

Overview:

The Fixed Assets Management System is a Python application that allows you to manage information about fixed assets of a company. It enables you to store data related to each fixed asset, such as Asset ID, Asset Name, Asset Type, Acquisition Date, Original Cost, Useful life, and Depreciation per month. Additionally, the application can generate QR codes for each fixed asset, which can be scanned to retrieve asset information.

Features:

Add new fixed assets with relevant details to your fixed asset ledger Generate QR codes for each fixed asset. Store asset information in a CSV file for easy access and retrieval.

Installation:

Clone the repository to your local machine. Make sure you have Python 3.x installed. Install the required libraries using pip: Copy code pip install python-csv Place the CSV file containing fixed asset data (e.g., "FA_simulated_07.26.23.csv") in the same directory as the Python script.

Usage:

Run the Python script "fixed_assets.py" using the terminal or your preferred Python development environment. The application will load the fixed asset data from the CSV file. Follow the on-screen instructions to perform various actions, such as adding new fixed assets or generating QR codes. The generated QR codes can be scanned to retrieve asset information on supported devices.

Example CSV Format: sql Copy the following code or import and transform it to a csv file:

Asset ID,Asset Name,Asset Type,Acquisition Date,Original Cost,Useful life,Depreciation per month 1,Computer,Laptop,2023-05-15,1200,5,20 2,Printer,Office Equipment,2023-04-10,400,4,10 3,Desk,Furniture,2023-06-20,300,8,5 ...

The repository also has an example CSV file. Feel free to modify it, along with the python script as needed. I will add more to this project as I get better and more knowledgable with database management and software development.

fa_project's People

Contributors

ghst-dnce avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.