Git Product home page Git Product logo

scan-pdf-faktur-pajak's Introduction

Scan PDF Faktur Pajak

File Watcher as Windows Services for Automation scan Faktur Pajak (Indonesia VAT Document) from PDF and save to SQL Server Database.

Features

  • Run as a Windows Services
  • Watching New File PDF in specific inbox folder
  • Scan QR Code File PDF Faktur Pajak
  • Get data Faktur Pajak from DJP
  • MS Sql Server as a Database For The Output Scan

Installation

Required Python Recommend 3.11 +.

Install Python Virtual Environment and Python Package.

git clone [email protected]:alfin87aa/Scan-PDF-Faktur-Pajak.git 
cd Scan-PDF-Faktur-Pajak-master
ren "config copy.ini" "config.ini"
python3 -m venv venv
.\venv\Scripts\activate
python3 -m pip install -r requirements.txt

Configuration

[PathWatcher]
inbox = .\FP\inbox                      # Folder directory to be watched by services
outbox = .\FP\outbox                    # Output the file after the proccess finish

[Database]
host = .\SQLEXPRESS                     # Host of the database
database = ETAX                         # Database Name
user = dev                              # Username database connection
password = 123                          # Password database connection

[Djp]
djpUrl = svc.efaktur.pajak.go.id        # DJP Url 

[Etax]
compCode = 01                           # The Service Run As Company Code Etax Application
baseUrl = http://etax.com               # Base URL Domain Etax Application
endpointlogin = /Account/Login          # Endpoint Etax Application For Login
endpointScan1 = /VatIn/getXMLrequest    # Endpoint Etax Application For Scan 1
username = test                         # User Etax Application
password = 123                          # Password Etax Application

[Logger]
logfilepath = .\logs                    # Path Folder For Logging File

For Install As A Windows Services...

Run As Administator File serviceInstall.bat

For Uninstall...

Run As Administator File serviceUninstall.bat

scan-pdf-faktur-pajak's People

Contributors

alfin87aa 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.