Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lugipfupf committed Dec 3, 2016
1 parent 39c1055 commit de0d76d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

## [3.92.0](https://github.com/lugipfupf/tokuPOS/compare/3.91.3...3.92.0) (2016-12-03)
[Full Changelog](https://github.com/lugipfupf/tokuPOS/releases/tag/3.92.0)

- Ability to sync product ids with barcode text field
- Copy values when creating a new product
- Minor ui adjustments
- Improved german translation and swiss localization

## [3.91.3](https://github.com/lugipfupf/tokuPOS/releases/tag/3.91.3) (2015-12-19)

**Initial Release**

Initial release was forked off [unicentaPos](https://sourceforge.net/projects/unicentaopos/) 3.91.3. Unfortunately no commit log is available since source was only accessible through zip.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
tokuPOS
=========
This is just a basic readme. More might come eventually.

About
-----
tokuPOS is an open source POS system based on OpenbravoPOS, which has been forked many times. This version has been forked off UnicentaPOS 3.91.3.
It incorporates some changes and additions as requested by a small fashion retail shop in Switzerland:

- Swiss coins and bills
- some minor hard coded ui adjustments
- ability to sync product reference and barcode
- corrected and improved translations

Who can use it?
---------------
Anyone, it's open source.

Installation
------------
So far, no installer build will be provided. Just clone this repository and build it using Netbeans.

I need something done
---------------------
I'm doing this just for myself during my spare time. If you need something done, you have three choices:

- Do it yourself and file a pull request.
- Fork this repository and be your own master.
- Ask someone else

0 comments on commit de0d76d

Please sign in to comment.