Skip to content

Commit

Permalink
Merge pull request #25 from sihaysistema/develop
Browse files Browse the repository at this point in the history
FIX: README.md
  • Loading branch information
monroy95 authored Jan 19, 2022
2 parents c08e186 + c614bbb commit a88f807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Conector para tipo de cambio en ERPNext, basado en las tasas de cambio del Banco de Guatemala

> https://www.banguat.gob.gt/variables/ws/TipoCambio.asmx
#### License

GNU General Public License v3.0
Expand All @@ -16,13 +18,13 @@ GNU General Public License v3.0

1. `bench get-app --branch production https://github.com/sihaysistema/cambiare.git`
2. `bench setup requirements`
3. `bench build --app cambiare`
3. `bench build --app cambiare_gtq`
4. `bench restart`
5. `bench --site [your.site.name] install-app cambiare`
5. `bench --site [your.site.name] install-app cambiare_gtq`
6. `bench --site [your.site.name] migrate`

---

### How To Use:

[Revelare Wiki](https://github.com/sihaysistema/revelare/wiki)
[Cambiare GTQ Wiki](https://github.com/sihaysistema/cambiare_gtq/wiki)
2 changes: 1 addition & 1 deletion cambiare_gtq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from frappe import _
from numinwords import numinwords

__version__ = '1.4.0'
__version__ = '1.4.1'


@frappe.whitelist()
Expand Down

0 comments on commit a88f807

Please sign in to comment.