Skip to content

Instantly share code, notes, and snippets.

View reinaldoacdc's full-sized avatar

Reinaldo Alberto reinaldoacdc

View GitHub Profile
@reinaldoacdc
reinaldoacdc / submit.md
Created December 30, 2022 16:22 — forked from tanaikech/submit.md
Selecting Files in Google Drive using Select Box for Google Apps Script

This is a sample script for selecting files in Google Drive using HTML select box for Google Apps Script.

Feature

Feature of this sample.

  • It is a simple and space saving.
  • When the folder is selected, the files in the folder are shown.
  • When the file is selected, the ID of file is retrieved. Users can use this ID at GAS.
  • When a folder is opened, all files in the folder are cached. By this, the second access of the folder is faster.
  • It doesn't retrieve all files in Google Drive at once, so the read of files from Google Drive becomes the minimum necessary.
@reinaldoacdc
reinaldoacdc / tabela-cfop
Last active September 29, 2022 15:15 — forked from guivan/tabela-cfop
Lista de CFOP - Código Fiscal de Operação e Prestação JSON
{
"list": [
{"codigo":"1000", "descricao": "ENTRADAS OU AQUISIÇÕES DE SERVIÇOS DO ESTADO"},
{"codigo":"1100", "descricao": "COMPRAS PARA INDUSTRIALIZAÇÃO, COMERCIALIZAÇÃO OU PRESTAÇÃO DE SERVIÇOS"},
{"codigo":"1101", "descricao": "Compra para industrialização ou produção rural"},
{"codigo":"1102", "descricao": "Compra para comercialização"},
{"codigo":"1111", "descricao": "Compra para industrialização de mercadoria recebida anteriormente em consignação industrial"},
{"codigo":"1113", "descricao": "Compra para comercialização, de mercadoria recebida anteriormente em consignação mercantil"},
{"codigo":"1116", "descricao": "Compra para industrialização ou produção rural originada de encomenda para recebimento futuro"},
{"codigo":"1117", "descricao": "Compra para comercialização originada de encomenda para recebimento futuro"},