Skip to content

FrontAccountingERP v2.4.x Extensions Repo

Notifications You must be signed in to change notification settings

JeffGepiga/FA24extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FA24extensions

FrontAccountingERP v2.4.x Extensions Repo

Introduction

The default Extensions repo for the FrontAccounting (FA) Project is at: http://anonymous:password@repo.frontaccounting.eu/

The repo for FA v2.4.x version is at: http://anonymous:password@repo.frontaccounting.eu/2.4/

These FA extensions comprise:

  • Charts
  • Extensions
  • Languages
  • Themes

Methods and Usage

  • All extensions are archived using ar and have an _init folder having a config details file and SHA1 hashes in files.
  • These files have been extracted and unarchived in plain text form (for code) / native binary formats (for images) here.
  • FA Developers are encouraged to fork this project and add / update these extensions, providing pull requests here.
  • The FA project devs can use this for preparing their new versions of pkg files for use within the FA web interface.
  • FA users can update their modules with the changed files alone.
  • Windows users can bulk unarchive zips using: FOR /R %a IN (*.zip) DO "C:\Program Files\7-Zip\7z.exe" x "%a" -y
  • Online SHA1 Hash Generator
  • Online SHA1 checksum
  • Get all sha1sum values in the extension folder with find . -type f -exec sha1sum \{\} \; > abc.txt

Caveats

  • This repo will be updated only when I have the time.
  • Files here are provided without any warranty / claims / support whatsoever.
  • All copyrights remain those of the respective authors / FA Project.

About

FrontAccountingERP v2.4.x Extensions Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.7%
  • CSS 12.9%
  • HTML 6.9%
  • JavaScript 2.5%
  • Hack 2.3%
  • TSQL 0.7%