Skip to content

Generador de folios secuenciales alfanuméricos ideal para sistemas de facturación, tickets, inventarios o cualquier app que requiera identificadores únicos legibles.

License

Notifications You must be signed in to change notification settings

AnderCMD/Generador-de-folios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Folio Generator

Wallaby.js

JS npm JS downloads TS npm TS downloads

A robust, multi-language library to generate sequential alphanumeric codes (folios) like A00001, A00002, ..., Z99999, AA00001.

This repository contains production-ready implementations in:

Features

  • Sequential Generation: Automatically increments numbers and letters (e.g., A00001 -> A00002).
  • Configurable Format: Custom padding (e.g., 3 digits) and separators (e.g., A-001).
  • Collision Handling: Robust logic to check against a database and skip existing folios.
  • Type Safety: Full type support in TypeScript and Python.
  • Production Ready: Comprehensive tests and strict validation in all languages.

Usage

Please refer to the specific language directory for detailed installation and usage instructions:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Generador de folios secuenciales alfanuméricos ideal para sistemas de facturación, tickets, inventarios o cualquier app que requiera identificadores únicos legibles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published