#English
Chilean accounting, based in account plan offered by Superintendencia de Valores y Seguros (SVS), plus modifications from implementation experiences.
We follow these guidelines and advice:
- Fork this project.
- Create your feature branch:
git checkout -b my-enhancements-or-features
- Commit your changes:
git commit -am 'Add my own enhacements or features'
- Push to the branch:
git push origin my-enhancements-or-features
- Submit a pull request to us (y)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
#Spanish
Plan de cuentas para Chile, basado en el plan que entrega la Superintendencia de Valores y Seguros (SVS), más algunas modificaciones en base a experiencia de implementación.
Seguimos estas lineas básicas y recomendaciones:
- Haga un
Fork
de este proyecto. - Cree su propia rama con características:
git checkout -b mis-mejoras-o-caracteristicas
- Haga
Commit
de sus cambios:git commit -am 'Agrego mis propias mejoras o características'
- Haga
Push
a su rama:git push origin mis-mejoras-o-caracteristicas
- Envíenos un
pull request
para que incorporemos sus mejoras al proyecto principal
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.