Skip to main content

Home and financial accounting system

Project description

Links
=====
Source code & Development:
https://github.com/Turulomio/xulpymoney

Doxygen documentation:
http://turulomio.users.sourceforge.net/doxygen/xulpymoney/

Main developer web page:
http://turulomio.users.sourceforge.net/en/proyectos.html

Pypi web page:
https://pypi.org/project/xulpymoney/

Install in Linux
================
If you use Gentoo you can use this ebuild ebuild in https://sourceforge.net/p/xulpymoney/code/HEAD/tree/myportage/app-office/xulpymoney/

If you use another distribution, you nee to install PyQtChart manually. PyQtChart is not in Linux setup.py dependencies due to PyQt5 doesn't use standard setup tools. So for compatibility reasons with distributions like Gentoo, we use this additional step.

`pip install PyQtChart`
`pip install xulpymoney`

Install in Windows
==================
Install python. Add python to the path

Open a CMD console
`pip install xulpymoney`

If you want to create a Desktop shortcut you can write in console
`xulpymoney_shortcuts`

Dependencies
============
* https://www.python.org/, as the main programming language.
* https://pypi.org/project/colorama/, to give console colors.
* http://initd.org/psycopg/, to access PostgreSQL database.
* https://pypi.org/project/PyQt5/, as the main library.
* https://pypi.org/project/pytz/, to work with timezones.
* https://pypi.org/project/officegenerator/, to work with LibreOffice and Microsoft Office documents.
* https://pypi.org/project/PyQtChart/, to work with charts.
* https://pypi.org/project/colorama/, to work with colors in console.

Changelog
=========
0.6.0
* Added products.xlsx auto update
* Added long/short strategy investments (ALPHA)
* Added opportunities
* UI icons updated
* Improved merge products

0.2.0
* Fixed a lot of bugs
* Now products update is made from products.xlsx on internet
* Create product.needStatus to load necessary quotes automatically
* Added python-stdnum dependency to validate ISIN code
* Updated and added several products

0.1.1
* Added missing files to MANIFEST.in

0.1.0
* * Migration from Sourceforge
* Changed code to python package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xulpymoney-0.6.0.tar.gz (7.7 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page