All Projects → jen6 → Workdiary

jen6 / Workdiary

병특 재택근무 수행내역서를 채워주는 util

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Workdiary

Resume Builder
Resume Builder is a free open-source project that allows anyone to easily maintain and build any kind of resume.
Stars: ✭ 62 (-17.33%)
Mutual labels:  pdf
Php Svg Lib
SVG file parsing / rendering library
Stars: ✭ 1,146 (+1428%)
Mutual labels:  pdf
Invoice It
📃 Generate your orders or your invoices and export them in html, pdf or buffer easily.
Stars: ✭ 69 (-8%)
Mutual labels:  pdf
Knowledge Base
pdf,txt,djvu, various useful books
Stars: ✭ 63 (-16%)
Mutual labels:  pdf
Milewski Ctfp Pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
Stars: ✭ 9,037 (+11949.33%)
Mutual labels:  pdf
Scanbot Sdk Example Android
Document scanning SDK example apps for the Scanbot SDK for Android.
Stars: ✭ 67 (-10.67%)
Mutual labels:  pdf
Superfileview
基于腾讯浏览服务Tbs,使用X5Webkit内核,实现文件的展示功能,支持多种文件格式
Stars: ✭ 1,115 (+1386.67%)
Mutual labels:  pdf
Papermerge
Open Source Document Management System for Digital Archives (Scanned Documents)
Stars: ✭ 1,177 (+1469.33%)
Mutual labels:  pdf
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-10.67%)
Mutual labels:  pdf
Real Time Rendering 3rd Cn Summary Ebook
📘 电子书 -《Real-Time Rendering 3rd》提炼总结 | 全书共9万7千余字。你可以把它看做中文通俗版的《Real-Time Rendering 3rd》,也可以把它看做《Real-Time Rendering 3rd》的解读版与配套学习伴侣,或者《Real-Time Rendering 4th》的前置阅读材料。
Stars: ✭ 1,159 (+1445.33%)
Mutual labels:  pdf
Gopdf
pdf document generation library
Stars: ✭ 63 (-16%)
Mutual labels:  pdf
Pdfthumbnails
A small script to generate thumbnail images for pdf files, based on pdf.js
Stars: ✭ 66 (-12%)
Mutual labels:  pdf
Thpdfkit
PDF viewer component on top of Apples PDFKit
Stars: ✭ 68 (-9.33%)
Mutual labels:  pdf
Blabel
🏷 Python label/sticker PDF generation. HTML templates, built-in barcodes, qr codes, and other goodies
Stars: ✭ 63 (-16%)
Mutual labels:  pdf
Unipdf
Golang PDF library for creating and processing PDF files (pure go)
Stars: ✭ 1,171 (+1461.33%)
Mutual labels:  pdf
Html to pdf
Generate a simple invoice PDF from HTML using puppeteer & handlebars
Stars: ✭ 62 (-17.33%)
Mutual labels:  pdf
Books Pdf
books pdf
Stars: ✭ 1,149 (+1432%)
Mutual labels:  pdf
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+1480%)
Mutual labels:  pdf
Jsx Pdf
Generate PDFs using JSX! 🎯
Stars: ✭ 71 (-5.33%)
Mutual labels:  pdf
Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (-9.33%)
Mutual labels:  pdf

workDiary

재택근무 pdf form을 채워줍니다

Install

npm install -g https://github.com/jen6/workDiary

Usage

기본 사용법

spread sheet로 들어가서 사본을 만든 다음 각 칸을 채워 줍니다.
날자는 반드시 월~금 사이 날자로 해주세요. 휴일이 끼었을 경우 그냥 휴일이라고 써놓읍시다.

다 작성 한 후 csv로 export 해서 저장해줍니다.

$ workDiary --csv csv.csv

custom template option

회사 내에서 써야하는 pdf template이 바뀌었는데 전체적으로 위치가 밀린경우 custom template기능을 사용하면 됩니다. -template 옵션으로 template pdf를 지정해주시고 --dx, --dy 옵션으로 좌표를 조정해줍니다. 전체적인 틀이 달라졌다면 사용할 수 없습니다. 안채우고 싶은 칸들은 csv상에서 비워주세요

$ workDiary --csv csv.csv --template template.pdf --dx 0 --dy 30

위 커맨드를 쉘에서 실행하면 "이름_시작일_종료일.pdf" 의 형태로 결과물이 나옵니다. E.g. 손건_8_17_8_21.pdf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].