mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 16:54:58 -04:00
Compare commits
59 Commits
master.3.3
...
3.3.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5675aeed12 | ||
|
|
2c331b6244 | ||
|
|
3841502704 | ||
|
|
e94af0ddbc | ||
|
|
11a05501c5 | ||
|
|
0262f644af | ||
|
|
67881c172f | ||
|
|
40565ea811 | ||
|
|
9332d16ec4 | ||
|
|
bb0e771542 | ||
|
|
24cb0247d5 | ||
|
|
e22608ba61 | ||
|
|
ac76ab290b | ||
|
|
07fd9b4c5c | ||
|
|
8c432c00b0 | ||
|
|
c3cfed5cbf | ||
|
|
3dbd39058f | ||
|
|
df932b8870 | ||
|
|
13920e18ad | ||
|
|
7105013c5f | ||
|
|
01a9810a0c | ||
|
|
0618ff47fd | ||
|
|
77eb5e4da3 | ||
|
|
c4dfef10f7 | ||
|
|
f3056c155a | ||
|
|
4a3ac37f22 | ||
|
|
4f07754071 | ||
|
|
80e5d94b66 | ||
|
|
ef75301b65 | ||
|
|
4a05748e67 | ||
|
|
59a1725501 | ||
|
|
dd21356b81 | ||
|
|
65726930bc | ||
|
|
cdeda755fc | ||
|
|
b5d0399205 | ||
|
|
871310a83f | ||
|
|
ba4be2fca1 | ||
|
|
4d506fec09 | ||
|
|
a25f9a94ce | ||
|
|
594b376720 | ||
|
|
f8c8a5874a | ||
|
|
b8ff4d9886 | ||
|
|
0576cd5bc5 | ||
|
|
5fe631c188 | ||
|
|
b9284a7abd | ||
|
|
256c83c20f | ||
|
|
da0263c3d7 | ||
|
|
c9716a890a | ||
|
|
b9a75c0be6 | ||
|
|
0b5453926e | ||
|
|
bfd8e2b727 | ||
|
|
11bf7ce3ed | ||
|
|
566d1267fd | ||
|
|
1b035cdf8a | ||
|
|
17fd336ecd | ||
|
|
d225d9057c | ||
|
|
cfac498232 | ||
|
|
b936306b50 | ||
|
|
33cb3fa3f9 |
0
FUNDING.yml → .github/FUNDING.yml
vendored
0
FUNDING.yml → .github/FUNDING.yml
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@@ -10,7 +10,7 @@ Please make sure you tick (add an x between the square brackets with no spaces)
|
||||
- [] Read the [FAQ](https://github.com/opensourcepos/opensourcepos#faq) for any known install and/or upgrade gotchas (in specific PHP extensions installed)
|
||||
- [] Read the [wiki](https://github.com/opensourcepos/opensourcepos/wiki)
|
||||
- [] Executed any database upgrade scripts if an upgrade pre 3.0.0 (e.g. database/2.4_to_3.0.sql)
|
||||
- [] Aware the installation code is in [bintray](https://bintray.com/jekkos/opensourcepos/opensourcepos/view/files?sort=updated&order=asc#files) (see README), and [GitHub master](https://github.com/opensourcepos/opensourcepos/tree/master) is for [developers only](https://github.com/opensourcepos/opensourcepos/wiki/Development-setup) and therefore not complete nor stable
|
||||
- [] Aware the installation code that [GitHub master](https://github.com/opensourcepos/opensourcepos/tree/master) is for [developers only](https://github.com/opensourcepos/opensourcepos/wiki/Development-setup) and therefore not complete nor stable.
|
||||
|
||||
### Installation information
|
||||
|
||||
|
||||
108
.gitignore
vendored
108
.gitignore
vendored
@@ -1,40 +1,90 @@
|
||||
node_modules
|
||||
tmp
|
||||
database/database.sql
|
||||
database/migrate_phppos_dist.sql
|
||||
application/config/email.php
|
||||
application/sessions/*
|
||||
application/logs/*
|
||||
application/uploads/*
|
||||
public/license/.licenses
|
||||
public/license/bower.LICENSES
|
||||
public/dist
|
||||
generate_langauges.php
|
||||
dist/
|
||||
docs/
|
||||
public/bower_components
|
||||
npm_modules
|
||||
# Dependency directories
|
||||
/node_modules
|
||||
/vendor
|
||||
/public/bower_components
|
||||
|
||||
# Logs
|
||||
/application/logs/*
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Build generated
|
||||
/tmp
|
||||
/public/license/.licenses
|
||||
/public/license/bower.LICENSES
|
||||
/public/dist
|
||||
|
||||
# Docker
|
||||
!/docker/.env
|
||||
/docker/data/database/db/*
|
||||
/docker/data/certbot/conf/*
|
||||
/docker/data/ospos/app/*
|
||||
|
||||
# Database
|
||||
/database/database.sql
|
||||
/database/migrate_phppos_dist.sql
|
||||
|
||||
# Use files
|
||||
/application/config/email.php
|
||||
/application/sessions/*
|
||||
/application/uploads/*
|
||||
|
||||
# Editors
|
||||
## SublimeText
|
||||
*.tmlanguage.cache
|
||||
*.tmPreferences.cache
|
||||
*.stTheme.cache
|
||||
*.sublime-workspace
|
||||
|
||||
## VisualStudioCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
## Vim
|
||||
*.sw[a-p]
|
||||
|
||||
## WebStorm/IntelliJ
|
||||
/.idea
|
||||
modules.xml
|
||||
*.ipr
|
||||
*.iml
|
||||
|
||||
# System files
|
||||
*.DS_Store
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
._*
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Other
|
||||
/generate_langauges.php
|
||||
/dist
|
||||
/docs
|
||||
/patches
|
||||
/translations
|
||||
/.buildpath
|
||||
/.project
|
||||
/.settings/*
|
||||
*.patch
|
||||
patches/
|
||||
translations/
|
||||
.idea/
|
||||
git-svn-diff.py
|
||||
*.bash
|
||||
.swp
|
||||
.buildpath
|
||||
.project
|
||||
.settings/*
|
||||
vendor/
|
||||
*.swp
|
||||
*.rej
|
||||
*.orig
|
||||
*~
|
||||
*.~
|
||||
*.log
|
||||
.env
|
||||
package-lock.json
|
||||
auth.json
|
||||
!/docker/.env
|
||||
/docker/data/database/db/*
|
||||
/docker/data/certbot/conf/*
|
||||
/docker/data/ospos/app/*
|
||||
|
||||
347
CHANGELOG.md
Normal file
347
CHANGELOG.md
Normal file
@@ -0,0 +1,347 @@
|
||||
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.3.5...HEAD
|
||||
[3.3.5]: https://github.com/opensourcepos/opensourcepos/compare/3.3.4...3.3.5
|
||||
[3.3.4]: https://github.com/opensourcepos/opensourcepos/compare/3.3.3...3.3.4
|
||||
[3.3.3]: https://github.com/opensourcepos/opensourcepos/compare/3.3.2...3.3.3
|
||||
[3.3.2]: https://github.com/opensourcepos/opensourcepos/compare/3.3.1...3.3.2
|
||||
[3.3.1]: https://github.com/opensourcepos/opensourcepos/compare/3.3.0...3.3.1
|
||||
[3.3.0]: https://github.com/opensourcepos/opensourcepos/compare/3.2.3...3.3.0
|
||||
[3.2.3]: https://github.com/opensourcepos/opensourcepos/compare/3.2.2...3.2.3
|
||||
[3.2.2]: https://github.com/opensourcepos/opensourcepos/compare/3.2.1...3.2.2
|
||||
[3.2.1]: https://github.com/opensourcepos/opensourcepos/compare/3.2.0...3.2.1
|
||||
[3.2.0]: https://github.com/opensourcepos/opensourcepos/compare/3.1.1...3.2.0
|
||||
[3.1.1]: https://github.com/opensourcepos/opensourcepos/compare/3.1.0...3.1.1
|
||||
[3.1.0]: https://github.com/opensourcepos/opensourcepos/compare/3.0.2...3.1.0
|
||||
[3.0.2]: https://github.com/opensourcepos/opensourcepos/compare/3.0.1...3.0.2
|
||||
[3.0.1]: https://github.com/opensourcepos/opensourcepos/compare/3.0.0...3.0.1
|
||||
[3.0.0]: https://github.com/opensourcepos/opensourcepos/compare/2.4.0...3.0.0
|
||||
[2.4.0]: https://github.com/opensourcepos/opensourcepos/compare/2.3.4...2.4.0
|
||||
[2.3.4]: https://github.com/opensourcepos/opensourcepos/compare/2.3.3...2.3.4
|
||||
[2.3.3]: https://github.com/opensourcepos/opensourcepos/compare/2.3.2...2.3.3
|
||||
[2.3.2]: https://github.com/opensourcepos/opensourcepos/compare/2.3.1...2.3.2
|
||||
[2.3.1]: https://github.com/opensourcepos/opensourcepos/compare/2.3.0...2.3.1
|
||||
[2.3.0]: https://github.com/opensourcepos/opensourcepos/compare/2.2.2...2.3.0
|
||||
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented here.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
List of changes in the `master` branch.
|
||||
|
||||
- N/A
|
||||
|
||||
## [3.3.5] - 2021-08-26
|
||||
|
||||
- Translation updates (Romanian, Ukrainian, Vietnamese, Thai, Polish, Swedish, Portuguese, Arabic, French, Chinese, Dutch, Tamil, Turkish, Spanish)
|
||||
- New responsive login page based on Bootstrap `5`
|
||||
- Translation fallback to English when a string is untranslated for the selected language
|
||||
- Database and performance optimizations
|
||||
- Grunt/CI updates
|
||||
- CSV item import improvements
|
||||
|
||||
### Fixes
|
||||
|
||||
- Username verification fix on employee insert/update
|
||||
- Minor report fixes
|
||||
- Attribute encoding fix
|
||||
- Decimal render fix
|
||||
- Fixes for Docker to make it run on Windows
|
||||
- Blind SQL injection fix
|
||||
|
||||
## [3.3.4] - 2021-04-18
|
||||
|
||||
- Translation updates (Hungarian, Indonesian, Bosnian, Ukrainian, Vietnamese, Spanish)
|
||||
- Prevent data wipeout when calling GET directly on the save endpoint
|
||||
- Cleanup `.htaccess`
|
||||
- Docker compose usability improvements
|
||||
- Cookie secure flag fix for Chrome (you can enable CSRF protection again now)
|
||||
- Use LONGBLOB for session storage. This should fix issues preventing a user from adding a large number of items to register
|
||||
- Cash rounding bugfixes
|
||||
- Fix daily overview cash sale totals
|
||||
- Show sale count in the transaction report
|
||||
- Button disable to prevent double submission
|
||||
- Add barcode field to item kits
|
||||
- Fix discount register parsing in some specific locales
|
||||
|
||||
## [3.3.3] - 2020-12-31
|
||||
|
||||
- PHP `7.4` support
|
||||
- Set PHP `7.2` to be the minimum level due to older version deprecations
|
||||
- Added email CC and BCC (see `config/email.php`)
|
||||
- Cash rounding to nearest 5 cents
|
||||
- Updated composer packages and JS plugins
|
||||
- Improved security (CSRF protection)
|
||||
- Various small improvements and bug fixes
|
||||
|
||||
## [3.3.2] - 2020-09-02
|
||||
|
||||
- Fixed `only_full_group_by` issue with MySQL/MariaDB
|
||||
- Fixed POS transaction return failure if items were deleted
|
||||
- Various bug fixes
|
||||
|
||||
## [3.3.1] - 2019-12-04
|
||||
|
||||
- Various bug fixes (please disable `only_full_group_by` option from MySQL/MariaDB to avoid issues)
|
||||
|
||||
## [3.3.0] - 2019-09-29
|
||||
|
||||
- New logo
|
||||
- Upgrade CodeIgniter to version `3.1.11`
|
||||
- PHP `7.3` support
|
||||
- Attributes feature (allows extensibility of items replacing old custom fields)
|
||||
- India GST tax support + various tax support improvements
|
||||
- Cash up feature
|
||||
- Temporary items feature
|
||||
- Fixed sales discount
|
||||
- Supplier category feature
|
||||
- Improved items import and CSV file generation (to contain additional attributes)
|
||||
- Improved Docker installation with NGINX reverse proxy using Let's Encrypt TLS certificate
|
||||
- Database performance improvements
|
||||
- Added and udated translations
|
||||
- Fixed various reports issues
|
||||
- Fixed rounding issues
|
||||
- Fixed CSRF issues
|
||||
- Fixed database upgrade script issues
|
||||
- Various bug fixes
|
||||
|
||||
## [3.2.3] - 2018-06-13
|
||||
|
||||
- Upgrade CodeIgniter to version `3.1.9`
|
||||
- Further revert of CSRF change causing regression
|
||||
|
||||
## [3.2.2] - 2018-06-06
|
||||
|
||||
- Revert CSRF change causing regression
|
||||
|
||||
## [3.2.1] - 2018-06-04
|
||||
|
||||
- Support for GDPR
|
||||
- CSRF simplifications
|
||||
- Translation upgrades
|
||||
- Various bug fixes
|
||||
|
||||
## [3.2.0] - 2018-04-14
|
||||
|
||||
- Upgrade CodeIgniter to version `3.1.8`
|
||||
- PHP `7.2` support (use OpenSSL and not MCrypt)
|
||||
- Automatic database upgrades from `3.0.0` at first login (no more SQL scripts)
|
||||
- Home and (back)office menu switch (top menu can be organized in two views)
|
||||
- Expenses feature
|
||||
- Quote and work order features
|
||||
- Improved invoice support
|
||||
- Sale suspend, soft delete, complete as the state not as different tables or hard delete
|
||||
- Restore deleted sales
|
||||
- Improved item kits
|
||||
- Export tables all records and export to PDF
|
||||
- Table sticky header (headers visible during scrolling)
|
||||
- Allow duplicate barcodes (config option)
|
||||
- Search suggestion formatting (config option)
|
||||
- Define print and email checkboxes behavior (config option)
|
||||
- Edit customer from sales register
|
||||
- Added and updated translations
|
||||
- Various jQuery plugins upgrade
|
||||
- Fixed permission issues (e.g. password change)
|
||||
- Fixed various reports issues and renamed Sales to Transactions
|
||||
- Various bug fixes (e.g. tax, rounding, library circular dependency)
|
||||
|
||||
## [3.1.1] - 2017-09-09
|
||||
|
||||
- Updated en-US and en-GB translations, better grammar, and consistency
|
||||
- Fixed database migration issue with VAT tax included
|
||||
- Fixed database backup bug
|
||||
- Fixed gift card error
|
||||
- Fixed database `upgrade to 3.1.x` script (now it's to `3.1.1` and there is no `3.1.0` anymore)
|
||||
- Fixed old database upgrade scripts for people upgrading from `2.x` versions
|
||||
- Fixed `.htaccess` file in OSPOS root dir (it was not forwarding to `public` subdir)
|
||||
- Fixed few jQuery `2.0` upgrade issues
|
||||
|
||||
## [3.1.0] - 2017-09-02
|
||||
|
||||
- MySQL `5.7` and PHP `7.x` support
|
||||
- Advanced tax support with customer tax categories and more
|
||||
- Better horeca use case support with dinner table sale tagging
|
||||
- Customer rewards support
|
||||
- Added quote support and better invoice support
|
||||
- Added integration with Mailchimp to connect customer list with Mailchimp list
|
||||
- Prevent inserting two customers with the same email address
|
||||
- Customer total spending and stats
|
||||
- Added Google reCAPTCHA option for the login page to increase protection from brute force attacks
|
||||
- Added due payment for credit sale support
|
||||
- Gift card numbering with two options: series and random
|
||||
- Extended item kits functionality
|
||||
- Employees are allowed to change their own password by clicking their name in the top bar
|
||||
- Cash rounding support, extended decimals
|
||||
- Reworked item pictures, file names, and storing
|
||||
- Financial year start date and selection from date range pickers
|
||||
- Date time range filters can be date and time or date only
|
||||
- Added two new Bootswatch themes
|
||||
- Receipts font size support
|
||||
- Fix automatically people's name first capital letter, emails in lower case only
|
||||
- Fixes to Receiving
|
||||
- Various amendments to database script updates from older versions
|
||||
- Added dotenv support
|
||||
- Updates to language translations (split English to American English and British English)
|
||||
- Various Dockers support improvements
|
||||
- Minor bugfixes
|
||||
|
||||
## [3.0.2] - 2016-12-31
|
||||
|
||||
- Fixed error when performing scans multiple times in a row
|
||||
- Fixed summary reports
|
||||
- Protect employee privacy by printing just the first letter of the family name
|
||||
- Updates to language translations
|
||||
- Various Dockers support improvements
|
||||
- Minor bugfixes
|
||||
|
||||
## [3.0.1] - 2016-11-27
|
||||
|
||||
- Upgrade CodeIgniter to version `3.1.2`
|
||||
- Substantial database performance improvements
|
||||
- Improved security: email and SMS passwords encryption, removed `phpinfo.php`
|
||||
- Set code to be production and not development in `index.php`
|
||||
- Reports improvements, fixed table sorting, tax calculation and made profit to be net profit
|
||||
- Better Apache `2.4` support in `.htaccess`
|
||||
- Updates to language translations
|
||||
- Fixed excel template download links
|
||||
- Fixed employee name in sale receipt and invoice reprinting
|
||||
- Fixed `2.3.2_to_2.3.3.sql` database upgrade script mistake
|
||||
- Fixed `phppos to ospos` database migration script
|
||||
- Minor bug fixes and some general code clean up
|
||||
|
||||
## [3.0.0] 2016-10-21
|
||||
|
||||
- Upgrade CodeIgniter to version `3.1.0`
|
||||
- Major UI overhaul based on Bootstrap `3.0` and Bootswatch Themes
|
||||
- New tabular views with advanced filtering using Bootstrap Tables
|
||||
- New graphical reports with no more Adobe Flash dependency
|
||||
- Redesign of all modal dialogs
|
||||
- Updated Sales register with simplified payment flow
|
||||
- Improved security: MySQL injection, XSS, CSFR, BCrypt password encryption, safer project layout
|
||||
- Support for text messaging (interfacing to specific support required)
|
||||
- Email configuration
|
||||
- Improved Localisation support
|
||||
- Improved Store Config page
|
||||
- Docker container ready for cloud installation
|
||||
- Composer PHP support
|
||||
- More languages and integration with Weblate for continuous translation
|
||||
- About 280 closed issues under `3.0.0` release label, too many to produce a meaningful list
|
||||
- Various code cleanup, refactoring, optimization and etc.
|
||||
|
||||
## [2.4.0] - 2016-04-02
|
||||
|
||||
- Upgrade CodeIgniter to version `3.0.5`
|
||||
- Fix for spurious logouts
|
||||
- Apache `.htaccess` `mod_expiry` caching and security optimizations
|
||||
- Bulk item edit fixes (category, tax, and supplier fields)
|
||||
- Remove f-key shortcuts used for module navigation
|
||||
- Allow using custom invoice numbers when suspending a sale
|
||||
- PHP `7` fixes
|
||||
- Specific warnings to distinguish between reorder level and out of stock situation in sales
|
||||
- Fix malware detection issues due to usage of `base64` encoding for storing session variables
|
||||
- Improve language generation scripts (use PHP builtin functionality)
|
||||
- Add extra buttons for navigation and printing to receipt and invoice
|
||||
- Improve print layout for invoices
|
||||
- Make layout consistent for items between receipt and invoice templates
|
||||
- Minor bugfixes
|
||||
|
||||
## [2.3.4] - 2016-02-08
|
||||
|
||||
- Migration script fixes
|
||||
- Improved continuous integration setup
|
||||
- More integration tests
|
||||
- Virtualized container setup (`docker install`)
|
||||
- Live clock functionality and favicon
|
||||
- Improved PHP `7` compatibility
|
||||
- Added de_CH (German) as language
|
||||
- Minor code cleanup
|
||||
- Removal of annoying backup prompt on logout
|
||||
|
||||
## [2.3.3] - 2016-01-05
|
||||
|
||||
- Item kit fixes (search, list, ...)
|
||||
- Add date picker widgets in sale/receiving edit forms
|
||||
- Add date filter in items module
|
||||
- Add barcode generation logic for EAN8, EAN13
|
||||
- Add barcode validation and fallback logic for EAN8, EAN13
|
||||
- New config option to generate barcodes if `item_number` is empty
|
||||
- Add cost and count to inventory reports
|
||||
- Gift card fixes
|
||||
- Refactor sales overview (added date filtering + search options)
|
||||
- Better locale config support
|
||||
- Improve PHP compatibility
|
||||
- Fix invoice numbering bug on suspending a sale
|
||||
- Add configurable locale-dependent date format
|
||||
- Add grunt-cache-breaker plugin
|
||||
- Suspend button appears before adding a payment
|
||||
- Searching of deleted items, filtering part is removed
|
||||
- Remove infamous `0` after leaving sale or receiving comments empty
|
||||
- Add SQL script to clean zeroes in sales/receivings comments
|
||||
- Numerous other bug fixes
|
||||
|
||||
## [2.3.2] - 2015-07-15
|
||||
|
||||
- Nominatim (OpenStreetMap) customer address autocompletion
|
||||
- Sale invoice templating
|
||||
- Configurable barcode generation for items
|
||||
- Stock location filtering in detailed sales and receivings reports
|
||||
- Gift cards fixes
|
||||
- Proper pagination support for most modules
|
||||
- Language updates
|
||||
- Fix for decimal tax rates
|
||||
- Add gender and company name attributes to customer
|
||||
- Stock location config screen refactor
|
||||
- Basic Travis CI and PhantomJS setup
|
||||
- Database backup on admin logout
|
||||
- Modifiable item thumbnails
|
||||
- Email invoice PDF generation using DomPDF
|
||||
- Modifiable company logo
|
||||
- jQuery upgrade (`1.2` -> `1.8.3`)
|
||||
- JavaScript minification (using Grunt)
|
||||
- Numerous bugfixes
|
||||
|
||||
## [2.3.1] - 2015-02-11
|
||||
|
||||
- Extra report permissions (this includes a refactoring of the database model - new grants table)
|
||||
- Tax inclusive/exclusive pricing
|
||||
- Receivings amount multiplication (can be configured in items section)
|
||||
- Customizable sale and receiving numbering
|
||||
- Gift card improvements
|
||||
- Fix item import through CSV
|
||||
- Bug fixes for reports
|
||||
|
||||
## [2.3.0] - 2014-08-19
|
||||
|
||||
- Support for multiple stock locations
|
||||
|
||||
## 2.2.2 - 2014-08-19
|
||||
|
||||
- French language added
|
||||
- Thai language added
|
||||
- Upgrade CodeIgniter to version `2.2.0`
|
||||
- Database types for amounts all changed to decimal types (this will fix rounding errors in the sales and receivings reports)
|
||||
- Fix duplicated session cookies in HTTP headers (this broke the application when running on Nginx)
|
||||
|
||||
## 2.1.1
|
||||
|
||||
- Barcodes on the order receipt were not generated correctly
|
||||
- Sales edit screen for detailed sales reports is now available with ThickBox as in the rest of the application
|
||||
- Indonesian language files updated (Oktafianus)
|
||||
- Default language set to `en` in `config.php`
|
||||
- Fixed some CSS bugs in the suspended sales section
|
||||
- Default cookie `sess_time_expire` set to `86400` (24h)
|
||||
|
||||
## 2.1.0
|
||||
|
||||
- Various upgrades, too numerous to list here
|
||||
- Removed dependency on ofc upload library due to vulnerability found
|
||||
|
||||
## 2.0.2
|
||||
|
||||
- Fixed multiple gift cards issue per Bug #4 reported on Sourceforge where a second gift card added would have its balance set to `0` even if the sale did not require the total of the second gift card to pay the remaining amount due
|
||||
- Small code cleanup
|
||||
|
||||
## 2.1.0
|
||||
|
||||
- Upgrade CodeIgniter to version `2.1.0`
|
||||
- Various small improvements
|
||||
53
DEVELOPMENT.md
Normal file
53
DEVELOPMENT.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# package.json
|
||||
|
||||
## scripts
|
||||
|
||||
`npm run scriptname`
|
||||
|
||||
- `clean` - wipe the dependencies downloaded by Composer, Bower, and npm
|
||||
```
|
||||
grunt clean:composer & grunt clean:bower & grunt clean:npm
|
||||
```
|
||||
- `install` - automatically runs the Composer and Bower install commands after installing the npm dependencies
|
||||
```
|
||||
composer install & bower install
|
||||
```
|
||||
- `update` - updates Composer and the dependencies downloaded by Composer and npm
|
||||
```
|
||||
npm update & composer self-update & composer update
|
||||
```
|
||||
|
||||
## devDependencies
|
||||
|
||||
- `grunt` - used for copying files downloaded by npm
|
||||
- `grunt-contrib-clean` - Grunt plugin to clean files before copying
|
||||
- `grunt-contrib-copy` - Grunt plugin to copy files downloaded by npm
|
||||
- `npm` - downloads project dependencies
|
||||
- the others are unlisted for now, because this will probably change pretty significantly in the near future
|
||||
|
||||
## dependencies
|
||||
|
||||
- `bootstrap` - main CSS framework used
|
||||
- `bootswatch` - themes for the UI
|
||||
|
||||
## devDependencies (global)
|
||||
|
||||
- `bower` - for the time being, Bower is still necessary
|
||||
|
||||
|
||||
# composer.json
|
||||
|
||||
## require
|
||||
|
||||
- `php` - this application runs on PHP
|
||||
- `codeigniter/framework` - the CodeIgniter PHP framework this application is build on
|
||||
- `dompdf/dompdf` - no description
|
||||
- `tamtamchik/namecase` - no description
|
||||
- `paragonie/random_compat` - no description
|
||||
- `vlucas/phpdotenv` - no description
|
||||
|
||||
## require-dev
|
||||
|
||||
- `mikey179/vfsstream` - no description
|
||||
- `phpunit/phpunit` - no description
|
||||
- `kenjis/ci-phpunit-test` - no description
|
||||
@@ -1,4 +1,5 @@
|
||||
FROM php:7.4-apache AS ospos
|
||||
LABEL maintainer="jekkos"
|
||||
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
libicu-dev \
|
||||
@@ -15,9 +16,9 @@ RUN ln -s /app/*[^public] /var/www && rm -rf /var/www/html && ln -nsf /app/publi
|
||||
RUN chmod -R 750 /app/public/uploads /app/application/logs && chown -R www-data:www-data /app/public /app/application
|
||||
|
||||
FROM ospos AS ospos_test
|
||||
|
||||
|
||||
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||||
|
||||
|
||||
RUN apt-get install -y libzip-dev wget git
|
||||
RUN wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /bin/wait-for-it.sh && chmod +x /bin/wait-for-it.sh
|
||||
RUN docker-php-ext-install zip
|
||||
@@ -26,7 +27,7 @@ RUN php /app/vendor/kenjis/ci-phpunit-test/install.php -a /app/application -p /a
|
||||
RUN sed -i 's/backupGlobals="true"/backupGlobals="false"/g' /app/application/tests/phpunit.xml
|
||||
RUN sed -i '13,17d' /app/application/tests/controllers/Welcome_test.php
|
||||
WORKDIR /app/application/tests
|
||||
|
||||
|
||||
CMD ["/app/vendor/phpunit/phpunit/phpunit"]
|
||||
|
||||
FROM ospos AS ospos_dev
|
||||
|
||||
25
Gruntfile.js
25
Gruntfile.js
@@ -11,12 +11,12 @@ module.exports = function(grunt) {
|
||||
bower_concat: {
|
||||
all: {
|
||||
mainFiles: {
|
||||
'bootstrap-table': [
|
||||
"dist/bootstrap-table.min.js",
|
||||
"dist/bootstrap-table.css",
|
||||
"dist/extensions/export/bootstrap-table-export.min.js",
|
||||
"dist/extensions/mobile/bootstrap-table-mobile.min.js",
|
||||
"dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js",
|
||||
'bootstrap-table': [
|
||||
"dist/bootstrap-table.min.js",
|
||||
"dist/bootstrap-table.css",
|
||||
"dist/extensions/export/bootstrap-table-export.min.js",
|
||||
"dist/extensions/mobile/bootstrap-table-mobile.min.js",
|
||||
"dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js",
|
||||
"dist/extensions/sticky-header/bootstrap-table-sticky-header.css"
|
||||
],
|
||||
'chartist-plugin-axistitle': [ "./dist/chartist-plugin-axistitle.min.js"]
|
||||
@@ -63,14 +63,14 @@ module.exports = function(grunt) {
|
||||
files: [
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-5/dist/css',
|
||||
cwd: 'node_modules/bootstrap/dist/css',
|
||||
src: ['bootstrap.css', 'bootstrap.min.css'],
|
||||
dest: 'public/dist/bootswatch-5/bootstrap/',
|
||||
filter: 'isFile'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootswatch-5/dist',
|
||||
cwd: 'node_modules/bootswatch/dist',
|
||||
src: ['**/bootstrap.css', '**/bootstrap.min.css'],
|
||||
dest: 'public/dist/bootswatch-5/',
|
||||
filter: 'isFile'
|
||||
@@ -85,7 +85,7 @@ module.exports = function(grunt) {
|
||||
filter: 'isFile',},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-5',
|
||||
cwd: 'node_modules/bootstrap',
|
||||
src: 'LICENSE',
|
||||
dest: 'public/license/',
|
||||
rename: function(dest, src) { return dest + src.replace('LICENSE', 'bootstrap-5.license'); },
|
||||
@@ -93,7 +93,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootswatch-5',
|
||||
cwd: 'node_modules/bootswatch',
|
||||
src: 'LICENSE',
|
||||
dest: 'public/license/',
|
||||
rename: function(dest, src) { return dest + src.replace('LICENSE', 'bootswatch-5.license'); },
|
||||
@@ -223,7 +223,10 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
clean: {
|
||||
license: ['public/bower_components/**/bower.json']
|
||||
bower: ["public/bower_components"],
|
||||
composer: ["vendor"],
|
||||
license: ['public/bower_components/**/bower.json'],
|
||||
npm: ["node_modules"]
|
||||
},
|
||||
license: {
|
||||
all: {
|
||||
|
||||
90
INSTALL.md
90
INSTALL.md
@@ -1,81 +1,65 @@
|
||||
Server Requirements
|
||||
-------------------
|
||||
## Server Requirements
|
||||
|
||||
* PHP version 7.2 to 7.4 are supported, PHP version 5.6 and 8.0 are NOT supported. Please note that PHP needs to have `php-gd`, `php-bcmath`, `php-intl`, `php-openssl`, `php-mbstring` and `php-curl` installed and enabled.
|
||||
- PHP version `7.2` to `7.4` are supported, PHP version `≤5.6` and `8.0` are NOT supported. Please note that PHP needs to have the extensions `php-gd`, `php-bcmath`, `php-intl`, `php-openssl`, `php-mbstring` and `php-curl` installed and enabled.
|
||||
- MySQL `5.5`, `5.6` and `5.7` are supported, also MariaDB replacement `10.x` is supported and might offer better performance.
|
||||
- Apache `2.2` and `2.4` are supported. Nginx should work fine too, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Local-Deployment-using-LEMP).
|
||||
- Raspberry PI based installations proved to work, see [wiki page here](<https://github.com/opensourcepos/opensourcepos/wiki/Installing-on-Raspberry-PI---Orange-PI-(Headless-OSPOS)>).
|
||||
- For Windows based installations please read [the wiki](https://github.com/opensourcepos/opensourcepos/wiki). There are closed issues about this subject, as this topic has been covered a lot.
|
||||
|
||||
* MySQL 5.5, 5.6 and 5.7 are supported, also MariaDB replacement 10.x is supported and apparently offering better performance.
|
||||
## Local install
|
||||
|
||||
* Apache 2.2 and 2.4 are supported. Also Nginx has been proven to work fine, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Local-Deployment-using-LEMP).
|
||||
First of all, if you're seeing the message `system folder missing` after launching your browser, that most likely means you have cloned the repository and have not built the project.
|
||||
|
||||
* Raspberry PI based installations proved to work, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Installing-on-Raspberry-PI---Orange-PI-(Headless-OSPOS)).
|
||||
1. Download the latest stable or pre-release for a specific branch [from GitHub here](https://github.com/opensourcepos/opensourcepos/releases). A repository clone will not work unless know how to build the project.
|
||||
2. Create/locate a new MySQL database to install Open Source Point of Sale into.
|
||||
3. Execute the file `database/database.sql` to create the tables needed.
|
||||
4. Unzip and upload Open Source Point of Sale files to the web-server.
|
||||
5. Open `application/config/database.php` and modify credentials to connect to your database if needed.
|
||||
6. Open `application/config/config.php` and swap the encryption key with your own.
|
||||
7. Go to your install `public` dir via the browser.
|
||||
8. Log in using
|
||||
- Username: admin
|
||||
- Password: pointofsale
|
||||
9. Enjoy!
|
||||
10. Oops, an issue? Please make sure you read the FAQ, wiki page, and you checked open and closed issues on GitHub. PHP `display_errors` is disabled by default. Create an` application/config/.env` file from the `.env.example` to enable it in a development environment.
|
||||
|
||||
* For Windows based installations please read [the wiki](https://github.com/opensourcepos/opensourcepos/wiki) and also existing closed issues as this topic has been covered well in all the variants and issues.
|
||||
## Local install using Docker
|
||||
|
||||
|
||||
Local install
|
||||
-------------
|
||||
|
||||
First of all, if you're seeing the message **'system folder missing'** after launching your browser, then that means you have cloned the repository and have not built the project properly.
|
||||
|
||||
1. Dowload the latest stable or prerelease for a specific branch [from github](https://github.com/opensourcepos/opensourcepos/releases). A regular repository clone will not work unless you are brave enough to build the whole project!
|
||||
2. Create/locate a new mysql database to install open source point of sale into
|
||||
3. Execute the file database/database.sql to create the tables needed
|
||||
4. unzip and upload Open Source Point of Sale files to web server
|
||||
5. Modify application/config/database.php and modify credentials if needed to connect to your database
|
||||
6. Modify application/config/config.php encryption key with your own
|
||||
7. Go to your point of sale install public dir via the browser
|
||||
8. LOGIN using
|
||||
* username: admin
|
||||
* password: pointofsale
|
||||
9. Enjoy
|
||||
10. Oops an issue? Please make sure you read the FAQ, wiki page and you checked open and closed issue on GitHub. PHP display_errors is disabled by default. Create an application/config/.env file from the .env.example to enable it in a development environment.
|
||||
|
||||
|
||||
Local install using Docker
|
||||
--------------------------
|
||||
|
||||
From now onwards OSPOS can be deployed using Docker on Linux and Mac, locally or on a host (server).
|
||||
OSPOS can be deployed using Docker on Linux, Mac, and Windows. Locally or on a host (server).
|
||||
This setup dramatically reduces the number of possible issues as all setup is now done in a Dockerfile.
|
||||
Docker runs natively on Mac and Linux. Please refer to the docker documentation for instructions on how to set it up on your platform.
|
||||
Docker runs natively on Mac and Linux. Windows requires WSL2 to be installed. Please refer to the Docker documentation for instructions on how to set it up on your platform.
|
||||
|
||||
***Be aware that this setup is not suited for production usage. Change the default passwords in the compose file before exposing the containers publicly.***
|
||||
**Be aware that this setup is not suited for production usage! Change the default passwords in the compose file before exposing the containers publicly.**
|
||||
|
||||
Start the containers using following command
|
||||
Start the containers using the following command
|
||||
|
||||
```
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
## Nginx install using Docker
|
||||
|
||||
Nginx install using Docker
|
||||
-------------------------
|
||||
Since OSPOS version `3.3.0` the Docker installation offers a reverse proxy based on Nginx with a Let's Encrypt TLS certificate termination (aka HTTPS connection).
|
||||
Let's Encrypt is a free certificate issuer, requiring a special installation that this Docker installation would take care of for you.
|
||||
Any Let's Encrypt TLS certificate renewal will be managed automatically, therefore there is no need to worry about those details.
|
||||
|
||||
Since OSPOS version 3.3.0 the docker installation offers a reverse proxy based on nginx with a Letsencrypt TLS certificate termination (aka HTTPS connection).
|
||||
Letsencrypt is a free certificate issuer, requiring a special installation that this docker installation would take care for you.
|
||||
Any Letsencrypt TLS certificate renewal will be managed automatically for you, therefore there is no need to worry about those details.
|
||||
Before starting your installation, you should edit the `docker/.env` file and configure it to contain the correct MySQL/MariaDB and phpMyAdmin passwords (don't use the defaults!).
|
||||
You will also need to register to Let's Encrypt. Configure your host domain name and Let's Encrypt email address in the `docker/.env` file.
|
||||
The variable `STAGING` needs to be set to `0` when you are confident your configuration is correct so that Let's Encrypt will issue a final proper TLS certificate.
|
||||
|
||||
Before starting your installation, you would need to edit docker/.env file and configure it to contain the correct MySQL/MariaDB and phpMyAdmin passwords (don't use the defaults!).
|
||||
You will also need to register to Letsencrypt and configure your host domain name, Letsencrypt email address in docker/.env file.
|
||||
The variable STAGING needs to be set to 0 when you are confident your configuration is correct so that Letsencrypt will issue a final proper TLS certificate.
|
||||
|
||||
Follow local install steps, but instead of
|
||||
Follow local install steps, but instead use
|
||||
|
||||
```
|
||||
docker/install-nginx.sh
|
||||
```
|
||||
|
||||
Do not use
|
||||
Do **not** use below command on live deployments unless you want to tear everything down. All your disk content will be wiped!
|
||||
|
||||
```
|
||||
docker/uninstall.sh
|
||||
```
|
||||
|
||||
on live deployments unless you want to tear down everything because all your disk content will be wiped out!
|
||||
|
||||
|
||||
Cloud install
|
||||
-------------
|
||||
|
||||
If you choose *DigitalOcean*:
|
||||
[Through this link](https://m.do.co/c/ac38c262507b), you will get a *$100 credit* for a first month. [Check the wiki](https://github.com/opensourcepos/opensourcepos/wiki/Getting-Started-installations) for further instructions on how to install the necessary components.
|
||||
## Cloud install
|
||||
|
||||
If you choose DigitalOcean:
|
||||
[Through this link](https://m.do.co/c/ac38c262507b), you will get a [**free $100, 60-day credit**](https://m.do.co/c/ac38c262507b). [Check the wiki](https://github.com/opensourcepos/opensourcepos/wiki/Getting-Started-installations) for further instructions on how to install the necessary components.
|
||||
|
||||
46
LICENSE
46
LICENSE
@@ -1,4 +1,4 @@
|
||||
The MIT License (MIT)
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2013-2021 jekkos
|
||||
Copyright (c) 2015-2021 FrancescoUK (aka daN4cat)
|
||||
@@ -7,6 +7,7 @@ Copyright (c) 2017-2021 objecttothis
|
||||
Copyright (c) 2017-2021 odiea
|
||||
Copyright (c) 2017-2021 WebShells
|
||||
Copyright (c) 2020-2021 Andriux1990
|
||||
Copyright (c) 2021 BudsieBuds
|
||||
Copyright (c) 2019 Loyd Jayme (aka loydjayme25)
|
||||
Copyright (c) 2018 Erasto Marroquin (aka Erastus)
|
||||
Copyright (c) 2018 Nathan Sas (aka nathanzky)
|
||||
@@ -36,34 +37,19 @@ furnished to do so, subject to the following conditions:
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
You cannot claim copyright or ownership of the Software.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
Versions ≥ 3.3.2:
|
||||
Additionally, you cannot claim copyright or ownership of the Software.
|
||||
|
||||
Footer signatures "© 2010 - 2021 · opensourcepos.org · 3.3.3 - 6909c8"
|
||||
In the format of: "© 2010 - Current Year · opensourcepos.org · Version - Commit"
|
||||
|
||||
and/or
|
||||
|
||||
"· opensourcepos.org ·"
|
||||
with version, hash and URL link to the official website of the project MUST BE RETAINED,
|
||||
MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED.
|
||||
|
||||
Versions < 3.3.2:
|
||||
|
||||
Footer signatures "You are using Open Source Point Of Sale"
|
||||
|
||||
and/or
|
||||
|
||||
"Open Source Point Of Sale"
|
||||
|
||||
with version, hash and URL link to the original distribution of the code MUST BE RETAINED,
|
||||
MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
The footer signatures with version, hash and URL link to the official website
|
||||
of the project MUST BE RETAINED, MUST BE VISIBLE IN EVERY PAGE and CANNOT BE
|
||||
MODIFIED.
|
||||
Footer signatures are in the format
|
||||
"© 2010 - current year · opensourcepos.org · version - commit"
|
||||
or "Open Source Point of Sale".
|
||||
|
||||
246
README.md
246
README.md
@@ -1,165 +1,143 @@
|
||||
[](https://travis-ci.org/opensourcepos/opensourcepos)
|
||||
[](https://gitter.im/opensourcepos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://badge.fury.io/gh/jekkos%2Fopensourcepos)
|
||||
[](http://translate.opensourcepos.org/engage/opensourcepos/?utm_source=widget)
|
||||
<p align="center"><img src="branding/emblem.svg" alt="Open Source Point of Sale Logo" width="auto" height="200"></p>
|
||||
<h3 align="center">Open Source Point of Sale</h3>
|
||||
|
||||
<p align="center">
|
||||
<a href="#-introduction">Introduction</a> · <a href="#-live-demo">Demo</a> · <a href="#-installation">Installation</a> ·
|
||||
<a href="#-contributing">Contributing</a> · <a href="#-reporting-bugs">Bugs</a> · <a href="#-faq">FAQ</a> ·
|
||||
<a href="#-keep-the-machine-running">Donate</a> · <a href="#-license">License</a> · <a href="#-credits">Credits</a>
|
||||
</p>
|
||||
|
||||
Introduction
|
||||
------------
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.org/opensourcepos/opensourcepos" target="_blank"><img src="https://travis-ci.com/opensourcepos/opensourcepos.svg?branch=master" alt="Build Status"></a>
|
||||
<a href="https://gitter.im/opensourcepos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"><img src="https://badges.gitter.im/jekkos/opensourcepos.svg" alt="Join the chat at https://gitter.im/opensourcepos"></a>
|
||||
<a href="https://badge.fury.io/gh/jekkos%2Fopensourcepos" target="_blank"><img src="https://badge.fury.io/gh/jekkos%2Fopensourcepos.svg" alt="Project Version"></a>
|
||||
<a href="http://translate.opensourcepos.org/engage/opensourcepos/?utm_source=widget" target="_blank"><img src="http://translate.opensourcepos.org/widgets/opensourcepos/-/svg-badge.svg" alt="Translation Status"></a>
|
||||
</p>
|
||||
|
||||
Open Source Point of Sale is a web based point of sale system.
|
||||
The main features are:
|
||||
* Stock management (Items and Kits with extensible list of Attributes)
|
||||
* VAT, GST, customer and multi tiers taxation
|
||||
* Sale register with transactions logging
|
||||
* Quotation and invoicing
|
||||
* Expenses logging
|
||||
* Cashup
|
||||
* Receipt and invoice printing and/or emailing
|
||||
* Barcode generation and printing
|
||||
* Suppliers and Customers database
|
||||
* Multiuser with permission control
|
||||
* Reporting on sales, orders, expenses, inventory status
|
||||
* Receivings
|
||||
* Giftcard
|
||||
* Rewards
|
||||
* Restaurant tables
|
||||
* Messaging (SMS)
|
||||
* Multilanguage
|
||||
* Selectable Boostrap (Bootswatch) based UI theme
|
||||
* Mailchimp integration
|
||||
* reCAPTCHA to protect login page from brute force attacks
|
||||
* GDPR ready
|
||||
## 👋 Introduction
|
||||
|
||||
The software is written in PHP language, it uses MySQL (or MariaDB) as data storage back-end and has a simple but intuitive user interface.
|
||||
Open Source Point of Sale is a web-based point of sale system. The application is written in PHP, it uses MySQL (or MariaDB) as data storage back-end and has a simple but intuitive user interface.
|
||||
|
||||
The latest 3.x version is a complete overhaul of the original software.
|
||||
It is now based on Bootstrap 3 using Bootswatch themes, and uses CodeIgniter version 3 as framework.
|
||||
It also has improved functionality and security.
|
||||
The latest `3.x` version is a complete overhaul of the original software. It uses CodeIgniter 3 as a framework and is based on Bootstrap 3 using Bootswatch themes. Along with improved functionality and security.
|
||||
|
||||
DEMO / DEV
|
||||
----------
|
||||
The features include:
|
||||
|
||||
A demo version of the latest master version can be found on our [Demo server](https://demo.opensourcepos.org). This is a containerized install which will be reinitialized when new functionality is added to the code repository.
|
||||
- Stock management (items and kits with an extensible list of attributes)
|
||||
- VAT, GST, customer, and multi tiers taxation
|
||||
- Sale register with transactions logging
|
||||
- Quotation and invoicing
|
||||
- Expenses logging
|
||||
- Cash up function
|
||||
- Printing and emailing of receipts, invoices and quotations
|
||||
- Barcode generation and printing
|
||||
- Database of customers and suppliers
|
||||
- Multiuser with permission control
|
||||
- Reporting on sales, orders, expenses, inventory status and more
|
||||
- Receivings
|
||||
- Gift cards
|
||||
- Rewards
|
||||
- Restaurant tables
|
||||
- Messaging (SMS)
|
||||
- Multilanguage
|
||||
- Selectable Bootstrap based UI theme with Bootswatch
|
||||
- Mailchimp integration
|
||||
- Optional Google reCAPTCHA to protect login page from brute force attacks
|
||||
- GDPR ready
|
||||
|
||||
LOGIN using
|
||||
* username: admin
|
||||
* password: pointofsale
|
||||
## 🧪 Live Demo
|
||||
|
||||
Beside this we also have a [Dev server](https://dev.opensourcepos.org) that runs the build that was triggered with the last repository's commit.
|
||||
We've got a live version of our latest master running for you to play around with and test everything out. It's a containerized install that will reinitialize when new functionality is merged into our code repository.
|
||||
|
||||
In case of any issues, check our status page at [status.opensourcepos.org](https://status.opensourcepos.org) to confirm whether there is a sever outage.
|
||||
You can [find the demo here](https://demo.opensourcepos.org/) and log in with these credentials.
|
||||
👤 Username `admin`
|
||||
🔒 Password `pointofsale`
|
||||
|
||||
Installation
|
||||
------------
|
||||
If you bump into an issue, please check [the status page here](https://status.opensourcepos.org/) to confirm if the server is up and running.
|
||||
|
||||
Please **refrain from creating issues** about installation problems **before having read the FAQ and went through existing github issues**. We have a build pipeline that checks the sanity of our latest repository commit and in case the application itself is broken then our build will be as well.
|
||||
## 🖥️ Development Demo
|
||||
|
||||
This application **can be setup in many different ways** and we only **support the ones described in the INSTALL file linked below**.
|
||||
Besides the demo of the latest master, we also have a development server that builds when there's a new commit to our repository. It's mainly used for testing out new code before merging it into the master. [It can be found here](https://dev.opensourcepos.org/).
|
||||
|
||||
Read the [INSTALL.md](https://github.com/opensourcepos/opensourcepos/blob/master/INSTALL.md) in our repository.
|
||||
The log in credentials are the same as the regular live demo.
|
||||
|
||||
[Check our wiki](https://github.com/opensourcepos/opensourcepos/wiki/Supported-hardware-datasheet) for info and recommendations on supported receipt printers and barcode scanners.
|
||||
## 💾 Installation
|
||||
|
||||
License
|
||||
-------
|
||||
Please **refrain from creating issues** about installation problems before having read the FAQ and going through existing GitHub issues. We have a build pipeline that checks the sanity of our latest repository commit, and in case the application itself is broken then our build will be as well.
|
||||
|
||||
This application can be set up in _many_ different ways and we only support the ones described in [the INSTALL.md file](INSTALL.md).
|
||||
|
||||
For more information and recommendations on support hardware, like receipt printers and barcode scanners, read [this page](https://github.com/opensourcepos/opensourcepos/wiki/Supported-hardware-datasheet) on our wiki.
|
||||
|
||||
## ✨ Contributing
|
||||
|
||||
Everyone is more than welcome to help us improve this project. If you think you've got something to help us go forward, feel free to open a [pull request]().
|
||||
|
||||
Want to help translate Open Source Point of Sale in your language? You can find [our Weblate here](https://translate.opensourcepos.org), sign up, and start translating. You can subscribe to different languages to receive a notification once a new string is added or needs updating. Have a look at our [guidelines](https://github.com/opensourcepos/opensourcepos/wiki/Adding-translations) below to help you get started.
|
||||
|
||||
Only with the help of the community, we can keep language translations up to date. Thanks!
|
||||
|
||||
## 🐛 Reporting Bugs
|
||||
|
||||
Before creating a new issue, you'll need copy and include the info under the `System Info` tab in the configuration section in most cases. If that information is not provided in full, your issue might be tagged as pending.
|
||||
|
||||
If you're reporting a potential security issue, please refer to our security policy found in the [SECURITY.md](SECURITY.md) file.
|
||||
|
||||
NOTE: If you're running non-release code, please make sure you always run the latest database upgrade script and you download the latest master code.
|
||||
|
||||
## 📖 FAQ
|
||||
|
||||
- If you get the message `system folder missing`, then you have cloned the source using git and you need to run a build first. Check [INSTALL.md](INSTALL.md) for instructions or download latest zip file from [GitHub releases](https://github.com/opensourcepos/opensourcepos/releases) instead.
|
||||
|
||||
- If at login time you read `The installation is not correct, check your php.ini file.`, please check the error_log in `public` folder to understand what's wrong and make sure you read the [INSTALL.md](INSTALL.md). To know how to enable `error_log`, please read the comment in [issue #1770](https://github.com/opensourcepos/opensourcepos/issues/1770#issuecomment-355177943).
|
||||
|
||||
- If you installed your OSPOS under a web server subdir, please edit `public/.htaccess` and go to the lines with the comments `if in web root` or `if in subdir`, uncomment one and replace `<OSPOS path>` with your path and follow the instruction on the second comment line. If you face more issues, please read [issue #920](https://github.com/opensourcepos/opensourcepos/issues/920) for more information.
|
||||
|
||||
- Apache server configurations are SysAdmin issues and not strictly related to OSPOS. Please make sure you can show a "Hello world" HTML page before pointing to OSPOS public directory. Make sure `.htaccess` is correctly configured.
|
||||
|
||||
- If the avatar pictures are not shown in items or at item save you get an error, please make sure your `public` and subdirs are assigned to the correct owner and the access permission is set to `750`.
|
||||
|
||||
- If you install OSPOS in Docker behind a proxy that performs `ssloffloading`, you can enable the URL generated to be HTTPS instead of HTTP, by activating the environment variable `FORCE_HTTPS = 1`.
|
||||
|
||||
- If you have suhosin installed and face an issue with CSRF, please make sure you read [issue #1492](https://github.com/opensourcepos/opensourcepos/issues/1492).
|
||||
|
||||
- PHP 8.0 is not currently supported, see [issue #3051](https://github.com/opensourcepos/opensourcepos/issues/3051).
|
||||
|
||||
- PHP 5.5 and 5.6 are no longer supported due to the fact that they have been deprecated and not safe to use from security point of view.
|
||||
|
||||
## 🏃 Keep the Machine Running
|
||||
|
||||
If you like our project, please consider buying us a coffee through the button below so we can keep adding features.
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MUN6AEG7NY6H8)\
|
||||
Or refer to the [FUNDING.yml](.github/FUNDING.yml) file.
|
||||
|
||||
If you choose to deploy OSPOS in the cloud, you can contribute to the project by using DigitalOcean and signing up through our referral link. You'll receive a [free $100, 60-day credit](https://m.do.co/c/ac38c262507b) if you run OSPOS in a DigitalOcean droplet through [our referral link](https://m.do.co/c/ac38c262507b).
|
||||
|
||||
## 📄 License
|
||||
|
||||
Open Source Point of Sale is licensed under MIT terms with an important addition:
|
||||
|
||||
_The footer signature "You are using Open Source Point Of Sale" with version,
|
||||
hash and link to the original distribution of the code MUST BE RETAINED,
|
||||
MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED._
|
||||
The footer signature "© 2010 - _current year_ · opensourcepos.org · 3.x.x - _hash_" including the version, hash and link our website MUST BE RETAINED, MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED.
|
||||
|
||||
Also worth noting:
|
||||
|
||||
_The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software._
|
||||
_The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software._
|
||||
|
||||
For more details please read the file [LICENSE](https://github.com/opensourcepos/opensourcepos/blob/master/LICENSE).
|
||||
For more details please read the [LICENSE](LICENSE) file.
|
||||
|
||||
It's important to understand that althought you are free to use the software the copyright stays and the license agreement applies in all cases.
|
||||
Therefore any actions like:
|
||||
It's important to understand that although you are free to use the application the copyright has to stay and the license agreement applies in all cases. Therefore any actions like:
|
||||
|
||||
- Removing LICENSE and any license files is prohibited
|
||||
- Removing LICENSE and/or any license files is prohibited
|
||||
- Authoring the footer notice replacing it with your own or even worse claiming the copyright is absolutely prohibited
|
||||
- Claiming full ownership of the code is prohibited
|
||||
|
||||
In short you are free to use the software but you cannot claim any property on it.
|
||||
In short, you are free to use the application but you cannot claim any property on it.
|
||||
|
||||
Any person or company found breaching the license agreement will have a bunch of monkeys at the door ready to destroy their servers.
|
||||
Any person or company found breaching the license agreement might find a bunch of monkeys at the door ready to destroy their servers.
|
||||
|
||||
## 🙏 Credits
|
||||
|
||||
Keep the Machine Running
|
||||
------------------------
|
||||
|
||||
If you like the project, and you are making money out of it in some form, then consider buying us a coffee so we can keep adding features.
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MUN6AEG7NY6H8)
|
||||
|
||||
If you choose to deploy OSPOS in the cloud, you can contribute to the project by using our referral link. [You will get an initial $100 credits](https://m.do.co/c/ac38c262507b) for running OSPOS on a cloud instance with DigitalOcean.
|
||||
|
||||
Language Translations
|
||||
---------------------
|
||||
|
||||
To help us with OSPOS translations please use [Weblate website here](http://translate.opensourcepos.org) and sign up. After registering you can subscribe to different languages and you will be notified once a new translation is added.
|
||||
|
||||
Please also read the [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Adding-translations) to find our Translations Guideline.
|
||||
|
||||
Only with the help of the community we can keep language translations up to date.
|
||||
|
||||
|
||||
Reporting Bugs
|
||||
--------------
|
||||
|
||||
If you are taking a release candidate code please make sure you always run the latest database upgrade script and you took the latest code from master.
|
||||
Please DO NOT post issues if you have not completed this step.
|
||||
|
||||
- Versions **≥ 3.3.0**:
|
||||
|
||||
Please **Copy** the info under **System Info tab in configuration section** in order to give us the required details.
|
||||
|
||||
- Versions **< 3.2.3**:
|
||||
|
||||
Bug reports must follow the below schema:
|
||||
|
||||
1. Ospos **version string with git commit hash** (see ospos footer)
|
||||
2. OS name and version running your Web Server (e.g. CentOS 6.9, Ubuntu 20, Windows 10)
|
||||
3. Web Server name and version (e.g. Apache 2.4, Nginx 1.12, Nginx 1.13)
|
||||
4. Database name and version (e.g. MySQL 5.6, MySQL 5.7, MariaDB 10.2, MariaDB 10.3)
|
||||
5. PHP version (e.g. 7.2, 7.3, 7.4)
|
||||
6. Language selected in OSPOS (e.g. English, Spanish)
|
||||
7. Any configuration of OSPOS that you changed
|
||||
8. Exact steps to reproduce the issue (test case)
|
||||
9. Optionally some screenshots to illustrate each step
|
||||
|
||||
If above information is not provided in full, your issue will be tagged as pending.
|
||||
If missing information is not provided within a week we will close your issue.
|
||||
|
||||
|
||||
FAQ
|
||||
---
|
||||
|
||||
* If you are seeing the message **system folder missing**, then you have cloned the source using git and you need to run a build *first*. Check [INSTALL.md](https://github.com/opensourcepos/opensourcepos/blob/master/INSTALL.md) for instructions or download latest zip file from [PLACEHOLDER](https://NEWURL) instead.
|
||||
|
||||
* If at login time you read "The installation is not correct, check your php.ini file.", please check the error_log in public folder to understand what's wrong and make sure you read the [INSTALL.md](https://github.com/opensourcepos/opensourcepos/blob/master/INSTALL.md). To know how to enable error_log, please read the comment in [issue 1770](https://github.com/opensourcepos/opensourcepos/issues/1770#issuecomment-355177943).
|
||||
|
||||
* If you installed your OSPOS under a web server subdir, please edit public/.htaccess and go to the lines with comment `if in web root` and `if in subdir comment above line, uncomment below one and replace <OSPOS path> with your path` and follow the instruction on the second comment line. If you face more issues please read [issue #920](https://github.com/opensourcepos/opensourcepos/issues/920) for more help.
|
||||
|
||||
* Apache server configurations are SysAdmin issues and not strictly related to OSPOS. Please make sure you first can show a "hello world" html page before pointing to OSPOS public directory. Make sure .htaccess is correctly configured.
|
||||
|
||||
* If the avatar pictures are not shown in Items or at Item save time you get an error, please make sure your public and subdirs are assigned to the correct owner and the access permission is set to 750.
|
||||
|
||||
* If you install ospos in docker behind a proxy that performs ssloffloading, you can enable the url generated to be https instead of http, by activating the environment variable FORCE_HTTPS = 1.
|
||||
|
||||
* If you have suhosin installed and face an issue with CSRF, please make sure you read [issue #1492](https://github.com/opensourcepos/opensourcepos/issues/1492).
|
||||
|
||||
* PHP 8.0 is not currently supported, see [issue #3051](https://github.com/opensourcepos/opensourcepos/issues/3051).
|
||||
|
||||
* PHP 5.5 and 5.6 are no longer supported due to the fact that they have been deprecated and not safe to use from security point of view.
|
||||
|
||||
Credits
|
||||
-------
|
||||
|JetBrains|Travis CI|
|
||||
|:-:|:-:|
|
||||
||[Travis CI](https://travis-ci.com/images/logos/TravisCI-Full-Color.png)|
|
||||
|Many thanks to [JetBrains](https://www.jetbrains.com/) for providing a free license of [IntelliJ IDEA](https://www.jetbrains.com/idea/) to kindly support the development of OSPOS|Many thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration service for open source projects.|
|
||||
| <div align="center">JetBrains</div> | <div align="center">Travis CI</div> |
|
||||
|--- | --- |
|
||||
| <div align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/9/9c/IntelliJ_IDEA_Icon.svg" alt="IntelliJ IDEA Logo" height="50"></div> | <div align="center"><img src="https://secrethub.io/img/travis-ci.svg" alt="Travis CI Logo" height="50"></div> |
|
||||
| Many thanks to [JetBrains](https://www.jetbrains.com/) for providing a free license of [IntelliJ IDEA](https://www.jetbrains.com/idea/) to kindly support the development of OSPOS. | Many thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration service for open source projects. |
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
|
||||
## Supported Versions
|
||||
|
||||
We release patches for security vulnerabilities. Which versions are eligible
|
||||
receiving such patches depend on the CVSS v3.0 Rating:
|
||||
We release patches for security vulnerabilities. Which versions are eligible to receive such patches depend on the CVSS v3.0 Rating:
|
||||
|
||||
| CVSS v3.0 | Supported Versions |
|
||||
| --------- | -------------------------------------------------- |
|
||||
@@ -22,7 +21,4 @@ receiving such patches depend on the CVSS v3.0 Rating:
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
Please report (suspected) security vulnerabilities to
|
||||
**[jekkos](mailto:jekkos@opensourcepos.org)**. You will receive a response from
|
||||
us within 48 hours. If the issue is confirmed, we will release a patch as soon
|
||||
as possible depending on complexity but historically within a few days.
|
||||
Please report (suspected) security vulnerabilities to **[jekkos@opensourcepos.org](mailto:jekkos@opensourcepos.org)**. You will receive a response from us within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity but historically within a few days.
|
||||
|
||||
17
UPGRADE.md
Normal file
17
UPGRADE.md
Normal file
@@ -0,0 +1,17 @@
|
||||
## How to Upgrade
|
||||
|
||||
1. Back up all your current database and OSPOS code.
|
||||
2. Make sure you have a copy of `application/config/config.php` and `application/config/database.php`.
|
||||
3. Remove all directories.
|
||||
4. Install the new OSPOS.
|
||||
5. (Only applicable if upgrading from pre `3.0.0`) Run the database upgrade scripts from `database` dir (check which ones you need according to the version you are upgrading from).
|
||||
6. Take the saved old `config.php` and upgrade the new `config.php` with any additional changes you made in the old.
|
||||
Take time to understand if new config rules require some changes (e.g. encryption keys).
|
||||
7. Take the saved old `database.php` and change the new `database.php` to contain all the configurations you had in the old setup.
|
||||
Please try not to use the old layout, use the new one and copy the content of the config variables.
|
||||
8. Restore the content of the old `uploads` folder into `public/uploads` one.
|
||||
9. Once the new code is in place, the database is manually updated, and the config files are in place, you're good to go.
|
||||
10. The first login will take longer because OSPOS post `3.0.0` will upgrade automatically to the latest version.
|
||||
11. If everything went according to plan, you'll be able to use your upgraded version of OSPOS.
|
||||
12. Still have issues? Please check the [README](README.md) and [GitHub issues](https://github.com/opensourcepos/opensourcepos/issues).
|
||||
Maybe a similar issue has already been reported, and you can find your answer there.
|
||||
16
UPGRADE.txt
16
UPGRADE.txt
@@ -1,16 +0,0 @@
|
||||
How to Upgrade
|
||||
-------------------------
|
||||
1. Backup all your current database and OSPOS code
|
||||
2. Make sure you have a copy of application/config/config.php and application/config/database.php
|
||||
3. Remove all directories
|
||||
4. Install the new OSPOS
|
||||
5. (Only applicable if upgrading from pre 3.0.0) Run the database upgrade scripts from database/ dir (check which ones you need according to the version you are upgrading from)
|
||||
6. Take the saved old config.php and upgrade the new config.php with any additional changes you made in the old.
|
||||
Take time to understand if new config rules require some changes (e.g. encryption keys)
|
||||
7. Take the saved old database.php and change the new database.php to contain all the configuration you had in the old setup.
|
||||
Please try not to use the old layout, use the new one and just copy the content of the config variables
|
||||
8. Restore the content of the old uploads/ folder into public/uploads/ one
|
||||
9. Once the new code is in place, database is manually updated and config files are sorted you are good to start the new OSPOS
|
||||
10. The first login will take longer because OSPOS post 3.0.0 will upgrade automatically to the latest version
|
||||
11. Now you can use OSPOS
|
||||
12. If any issue please check README, FAQ and GitHub issues as somebody else might have had your problem already before creating a new issue
|
||||
313
WHATS_NEW.txt
313
WHATS_NEW.txt
@@ -1,313 +0,0 @@
|
||||
Version 3.3.5
|
||||
-------------
|
||||
+ Translation updates (Romanian, Ukranian, Vietnamese, Thai, Polish, Swedish, Portugese, Arabic, French, Chinese, Dutch, Tamil, Turkish, Spanish)
|
||||
+ New login page restyle
|
||||
+ Partial BS5 upgrade
|
||||
+ Username verification fix on employee insert/update
|
||||
+ Minor report fixes
|
||||
+ Attribute encoding fix
|
||||
+ Grunt/CI updates
|
||||
+ Database and performance optimizations
|
||||
+ CSV item import improvements
|
||||
+ Fix decimal render
|
||||
+ Translation fallback in other languages than english
|
||||
+ Fixes for docker to make it run on Windows
|
||||
|
||||
Version 3.3.4
|
||||
-------------
|
||||
+ Translation updates (Hungarian, Indonesian, Bosnian, Ukranian, Vietnamese, Spanish)
|
||||
+ Prevent data wipeout when calling GET directly on save endpoint
|
||||
+ Cleanup .htaccess
|
||||
+ Docker compose usability improvements
|
||||
+ Cookie secure flag fix for Chrome (you can enable csrf protection again now)
|
||||
+ Use longblob for session storage. This should fix issues preventing a user from adding a large number of items to register
|
||||
+ Cashrounding bugfixes
|
||||
+ Fix daily overview cash sale totals
|
||||
+ Show sale count in transaction report
|
||||
+ Button disable to prevent double submission
|
||||
+ Add barcode field to item kits
|
||||
+ Fix discount register parsing in some specific locales
|
||||
|
||||
Version 3.3.3
|
||||
-------------
|
||||
+ PHP 7.4 support
|
||||
+ Set PHP 7.2 to be the minimum level due to older version deprecations
|
||||
+ Added email CC and BCC (see config/email.php)
|
||||
+ Cash rounding to nearest 5 cents
|
||||
+ Updated composer packages and js plugins
|
||||
+ Improved security (CSRF protection)
|
||||
+ Various small improvements and bug fixes
|
||||
|
||||
Version 3.3.2
|
||||
-------------
|
||||
+ Fixed `only_full_group_by` issue with MySQL/MariaDB
|
||||
+ Fixed POS transaction return failure if items are deleted
|
||||
+ Various bug fixes
|
||||
|
||||
Version 3.3.1
|
||||
-------------
|
||||
+ Various bug fixes (please disable `only_full_group_by` option from MySQL/MariaDB to avoid issues)
|
||||
|
||||
Version 3.3.0
|
||||
-------------
|
||||
+ New logo
|
||||
+ Code Igniter 3.1.11 upgrade
|
||||
+ PHP 7.3 support
|
||||
+ Attributes feature (allows extensibility of Items replacing old custom fields)
|
||||
+ India GST Tax support + various Tax support improvements
|
||||
+ Cashup feature
|
||||
+ Temporary items feature
|
||||
+ Fixed Sales Discount
|
||||
+ Supplier category feature
|
||||
+ Improved Items import and csv file generation (to contain additional attributes)
|
||||
+ Improved Docker installation with nginx reverse proxy using Let's encrypt TLS certificate
|
||||
+ Database performance improvements
|
||||
+ Added and Updated translations
|
||||
+ Fixed various reports issues
|
||||
+ Fixed rounding issues
|
||||
+ Fixed CSRF issues
|
||||
+ Fixed database upgrade script issues
|
||||
+ Various bug fixes
|
||||
|
||||
Version 3.2.3
|
||||
-------------
|
||||
+ Further revert of CSRF change causing regression
|
||||
+ Code Igniter 3.1.9 upgrade
|
||||
|
||||
Version 3.2.2
|
||||
-------------
|
||||
+ Revert CSRF change causing regression
|
||||
|
||||
Version 3.2.1
|
||||
-------------
|
||||
+ Support for GDPR
|
||||
+ CSRF simplifications
|
||||
+ Translation upgrades
|
||||
+ Various bug fixes
|
||||
|
||||
Version 3.2.0
|
||||
-------------
|
||||
+ Code Igniter 3.1.8 upgrade
|
||||
+ PHP 7.2 support (use OpenSSL and not MCrypt)
|
||||
+ Automatic database upgrades from vs 3.0.0 at first login (no more sql scripts)
|
||||
+ Home and (back) Office menu switch (top menu can be organised in two views)
|
||||
+ Expenses feature
|
||||
+ Quote, Work Order features
|
||||
+ Improved Invoice support
|
||||
+ Sale suspend, soft delete, complete as state not as different tables or hard delete
|
||||
+ Restore deleted Sales
|
||||
+ Improved Items Kits
|
||||
+ Export tables all records and export to pdf
|
||||
+ Table sticky header (headers visible during scrolling)
|
||||
+ Allow duplicate barcodes (Config option)
|
||||
+ Search suggestion formatting (Config option)
|
||||
+ Define print and email checkboxes behaviour (Config option)
|
||||
+ Edit customer from sale register
|
||||
+ Added and Updated translations
|
||||
+ Various Jquery plugins upgrade
|
||||
+ Fixed permission issues (e.g. password change)
|
||||
+ Fixed various reports issues and renamed Sales to Transactions
|
||||
+ Various bug fixes (e.g. Tax, Rounding, Library circular dependency)
|
||||
|
||||
Version 3.1.1
|
||||
-------------
|
||||
+ Updated en-US and en-GB translations, better grammar and consistency
|
||||
+ Fixed database migration issue with VAT tax included
|
||||
+ Fixed database backup bug
|
||||
+ Fixed Gift card error
|
||||
+ Fixed database upgrade to 3.1.x script (now it's to 3.1.1 and there is no 3.1.0 anymore)
|
||||
+ Fixed old database upgrade scripts for people upgrading from 2.x versions
|
||||
+ Fixed .htaccess file in opensourcepos root dir (it was not forwarding to public subdir)
|
||||
+ Fixed few jQuery 2.0 upgrade issues
|
||||
|
||||
Version 3.1.0
|
||||
-------------
|
||||
+ MySQL 5.7 and PHP 7.x support
|
||||
+ Advanced Tax support with customer tax categories and etc,
|
||||
+ Better HORECA use case support with Dinner Table sale tagging
|
||||
+ Customer Rewards support
|
||||
+ Added quote support and better invoice support
|
||||
+ Added integration with Mailchimp to connect Customer list with Mailchimp list
|
||||
+ Prevent inserting two customers with same email address
|
||||
+ Customer total spending and stats
|
||||
+ Added reCAPTCHA to Login page to increase protection from Brute Force attacks
|
||||
+ Added due payment for credit sale support
|
||||
+ Gifcard numbering with two options: Series and Random
|
||||
+ Extended Item Kits functionality
|
||||
+ Employee allowed to change their own password clicking their name on top bar
|
||||
+ Cash rounding support, extended decimals
|
||||
+ Reworked Item Pictures and file name and storing
|
||||
+ Financial year start date and selection from date range pickers
|
||||
+ Date time range filters can be date & time or date only
|
||||
+ Added two new Bootswatch themes
|
||||
+ Receipts font size support
|
||||
+ Fix automatically people's name first capital letter, emails in lower case only
|
||||
+ Fixes to Receiving
|
||||
+ Various amendments to database script updates from older versions
|
||||
+ Added dotenv support
|
||||
+ Updates to language translations (split English to American English and British English)
|
||||
+ Various Dockers support improvements
|
||||
+ Minor bugfixes
|
||||
|
||||
Version 3.0.2
|
||||
-------------
|
||||
+ Fixed error when performing scans multiple times in a row
|
||||
+ Fixed summary reports
|
||||
+ Protect Employee privacy printing just the first letter of the family name
|
||||
+ Updates to language translations
|
||||
+ Various Dockers support improvements
|
||||
+ Minor bugfixes
|
||||
|
||||
Version 3.0.1
|
||||
-------------
|
||||
+ *CodeIgniter 3.1.2 Upgrade*
|
||||
+ *Substantial database performance improvements*
|
||||
+ *Improved security: email and sms passwords encryption, removed phpinfo.php*
|
||||
+ *Set code to be production and not development in index.php*
|
||||
+ *Reports improvements, fixed table sorting, tax calculation and made profit to be net profit*
|
||||
+ Better Apache 2.4 support in .htaccess
|
||||
+ Updates to language translations
|
||||
+ Fixed excel template download links
|
||||
+ Fixed employee name in Sale receipt and invoice reprinting
|
||||
+ Fixed 2.3.2_to_2.3.3.sql database upgrade script mistake
|
||||
+ Fixed phppos to ospos database migration script
|
||||
+ Minor bugfixes and some general code clean up
|
||||
|
||||
Version 3.0.0
|
||||
-------------
|
||||
+ *CodeIgniter 3.1 Upgrade*
|
||||
+ Major UI overhaul based on *Boostrap 3.0 and Bootswatch Themes*
|
||||
+ New tabular views with advanced filtering using *Bootstrap Tables*
|
||||
+ New graphical reports with no more Adobe flash dependency
|
||||
+ Redesign of all modal dialogs
|
||||
+ Updated Sales register with simplified payment flow
|
||||
+ *Improved security: MySQL injection, XSS, CSFR, BCrypt password encryption, safer project layout*
|
||||
+ Support for TXT messaging (interfacing to specific support required)
|
||||
+ Email configuration
|
||||
+ Improved Localisation support
|
||||
+ Improved Store Config page
|
||||
+ Docker container ready for Cloud installation
|
||||
+ Composer PHP support
|
||||
+ More languages and integration with Weblate for continuous translation
|
||||
+ About 280 closed issues under 3.0.0 release label, too many to produce a meaningful list
|
||||
+ Various code cleanup, refactoring, optimisation and etc.
|
||||
|
||||
Version 2.4.0
|
||||
-------------
|
||||
+ *CodeIgniter 3.0.5* Upgrade (please read UPGRADE.txt)
|
||||
+ Fix for spurious logouts
|
||||
+ Apache .htaccess mod_expiry caching and security optimizations
|
||||
+ Bulk item edit fixes (category, tax and supplier fields)
|
||||
+ Remove f-key shortcuts used for module navigation
|
||||
+ Allow to use custom invoice numbers when suspending sale
|
||||
+ PHP7 fixes
|
||||
+ Specific warnings to distinguish between reorder level and out of stock situation in sales
|
||||
+ Fix malware detection issues due to usage of base64 encoding for storing session variables
|
||||
+ Improve language generation scripts (use PHP builtin functionality)
|
||||
+ Add extra buttons for navigation and printing to receipt and invoice
|
||||
+ Improve print layout for invoices
|
||||
+ Make layout consistent for items between receipt and invoice templates
|
||||
+ Minor bugfixes
|
||||
|
||||
Version 2.3.4
|
||||
-------------
|
||||
+ Migration script fixes
|
||||
+ Improved continuous integration setup
|
||||
+ More integration tests
|
||||
+ Virtualized container setup (docker install)
|
||||
+ Live clock functionality + favicon
|
||||
+ Improved PHP 7 compatbility
|
||||
+ Added de_CH (German) as language
|
||||
+ Minor code cleanup
|
||||
+ Removal of annoying backup prompt on logout
|
||||
|
||||
Version 2.3.3
|
||||
-------------
|
||||
+ Item kit fixes (search, list, ..)
|
||||
+ Add datepicker widgets in sale/receiving edit forms
|
||||
+ Add date filter in items module
|
||||
+ Add barcode generation logic for EAN8, EAN13
|
||||
+ Add barcode validation + fallback logic for EAN8, EAN13
|
||||
+ New config option to generate barcodes if item_number empty
|
||||
+ Add cost + count to inventory reports
|
||||
+ Giftcard fixes
|
||||
+ Refactor sales overview (added date filtering + search options)
|
||||
+ Better locale config support
|
||||
+ Improve php compatibility
|
||||
+ Fix invoice numbering bug on suspend
|
||||
+ Add configurable locale-dependent dateformat
|
||||
+ Add grunt-cache-breaker plugin
|
||||
+ Suspend button appeaers before adding a payment
|
||||
+ Searching of deleted items, filtering part is removed
|
||||
+ Remove infamous "0" after leaving sale or receiving comments empty
|
||||
+ Add SQL script to clean zeroes in sales/receivings comments
|
||||
+ Numerous other bug fixes
|
||||
|
||||
Version 2.3.2
|
||||
-------------
|
||||
+ Nominatim (OpenStreetMap) customer address autocompletion
|
||||
+ Sale invoice templating
|
||||
+ Configurable barcode generation for items
|
||||
+ Stock location filtering in detailed sales and receivings reports
|
||||
+ Giftcards bugfixes
|
||||
+ Proper pagination support for most modules
|
||||
+ Language updates
|
||||
+ Bugfix for decimal taxrates
|
||||
+ Add gender + company name attributes to customer
|
||||
+ Stock location config screen refactor
|
||||
+ Basic travis-ci + phantomJs setup
|
||||
+ Database backup on admin logout
|
||||
+ Modifiable item thumbnails
|
||||
+ Email invoice PDF generation using DomPDF
|
||||
+ Modifiable company logo
|
||||
+ jQuery upgrade (1.2 -> 1.8.3)
|
||||
+ Javascript minification (using grunt)
|
||||
+ Numerous bugfixes
|
||||
|
||||
Version 2.3.1
|
||||
-------------
|
||||
+ Extra report permissions (this includes a refactoring of the database model - new grants table)
|
||||
+ Tax inclusive/exclusive pricing
|
||||
+ Receivings amount multiplication (can be configured in items section)
|
||||
+ Customizable sale and receiving numbering
|
||||
+ Giftcard improvements
|
||||
+ Fix item import through csv
|
||||
+ Bug fixes for reports
|
||||
|
||||
Version 2.3.0
|
||||
-------------
|
||||
+ Support for multiple stock locations
|
||||
|
||||
Version 2.2.2
|
||||
-------------
|
||||
+ French language added
|
||||
+ Thai language added
|
||||
+ Upgrade to CodeIgniter 2.2 (contains several security fixes)
|
||||
+ Database types for amounts all changed to decimal types (this will fix rounding errors in the sales and receivings reports) the rest of the application
|
||||
+ Fix duplicated session cookies in http headers (this broke the application when running on nginx)
|
||||
|
||||
Version 2.1.1
|
||||
---------------
|
||||
+ Barcodes on the order receipt weren't generated correctly
|
||||
+ Sales edit screen for detailed sales reports is now available with thickbox as in the rest of the application
|
||||
+ Indonesian language files updated (Oktafianus)
|
||||
+ Default language set to 'en' in config.php
|
||||
+ Fix some css bugs in suspended sales section
|
||||
+ Default cookie sess_time_expire set to 86400 (24h)
|
||||
|
||||
Version 2.1.0
|
||||
-------------
|
||||
+ Various upgrades, too numerous to list here.
|
||||
+ Removed dependancy on ofc upload library due to vulnerability found.
|
||||
|
||||
Version 2.0.2
|
||||
-------------
|
||||
+ Fixed multiple giftcards issue per Bug #4 reported on Sourceforge where a
|
||||
second giftcard added would have its balance set to $0 even if the sale did
|
||||
not require the total of the second giftcard to pay the remaining amount due.
|
||||
+ Small code cleanup
|
||||
|
||||
Version 2.1.0
|
||||
-------------
|
||||
* Upgrade to CodeIgniter 2.1.0
|
||||
* Various small improvements
|
||||
29
application/language/bs-BA/common_lang.php
Executable file → Normal file
29
application/language/bs-BA/common_lang.php
Executable file → Normal file
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Adresa 1";
|
||||
$lang["common_address_2"] = "Adresa 2";
|
||||
$lang["common_admin"] = "";
|
||||
@@ -20,41 +19,41 @@ $lang["common_det"] = "Detalji";
|
||||
$lang["common_download_import_template"] = "Preuzmite šablon za uvoz(CSV)";
|
||||
$lang["common_edit"] = "Uredi";
|
||||
$lang["common_email"] = "E-mail";
|
||||
$lang["common_email_invalid_format"] = "Neispravan e-mail";
|
||||
$lang["common_email_invalid_format"] = "Adresa e-pošte nije u ispravnom formatu.";
|
||||
$lang["common_export_csv"] = "CSV izvoz";
|
||||
$lang["common_export_csv_no"] = "Ne";
|
||||
$lang["common_export_csv_yes"] = "Da";
|
||||
$lang["common_fields_required_message"] = "Polja u crvenom su obavezna";
|
||||
$lang["common_fields_required_message_unique"] = "";
|
||||
$lang["common_first_name"] = "Ime";
|
||||
$lang["common_first_name_required"] = "Ime je obavezno";
|
||||
$lang["common_first_name_required"] = "Ime je obavezno polje.";
|
||||
$lang["common_first_page"] = "Prva";
|
||||
$lang["common_gender"] = "Pol";
|
||||
$lang["common_gender_female"] = "Ž";
|
||||
$lang["common_gender_male"] = "M";
|
||||
$lang["common_gender_undefined"] = "";
|
||||
$lang["common_icon"] = "";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_icon"] = "Ikona";
|
||||
$lang["common_id"] = "ID";
|
||||
$lang["common_import"] = "Uvoz";
|
||||
$lang["common_import_change_file"] = "Promjena";
|
||||
$lang["common_import_csv"] = "CSV uvoz";
|
||||
$lang["common_import_full_path"] = "Potrebna je potpuna putanja do CSV datoteke";
|
||||
$lang["common_import_full_path"] = "Potrebna je puna putanja do CSV datoteke";
|
||||
$lang["common_import_remove_file"] = "Ukloni";
|
||||
$lang["common_import_select_file"] = "Odaberite datoteku";
|
||||
$lang["common_inv"] = "Zaliha";
|
||||
$lang["common_last_name"] = "Prezime";
|
||||
$lang["common_last_name_required"] = "Prezime je obavezno";
|
||||
$lang["common_last_name_required"] = "Prezime je obavezno polje.";
|
||||
$lang["common_last_page"] = "Poslednja";
|
||||
$lang["common_learn_about_project"] = "da biste saznali najnovije informacije o projektu";
|
||||
$lang["common_learn_about_project"] = "da biste saznali najnovije informacije o projektu.";
|
||||
$lang["common_list_of"] = "Lista";
|
||||
$lang["common_logo"] = "";
|
||||
$lang["common_logo_mark"] = "";
|
||||
$lang["common_logo"] = "Logo";
|
||||
$lang["common_logo_mark"] = "Znak";
|
||||
$lang["common_logout"] = "Odjava";
|
||||
$lang["common_manager"] = "";
|
||||
$lang["common_migration_needed"] = "Premještanje baze podataka na %1 počinje nakon prijave.";
|
||||
$lang["common_new"] = "Novi";
|
||||
$lang["common_no"] = "";
|
||||
$lang["common_no_persons_to_display"] = "Nema dobavljača za prikaz";
|
||||
$lang["common_no_persons_to_display"] = "Nema ljudi za prikaz.";
|
||||
$lang["common_none_selected_text"] = "[Izaberi]";
|
||||
$lang["common_or"] = "Ili";
|
||||
$lang["common_people"] = "";
|
||||
@@ -72,8 +71,8 @@ $lang["common_return_policy"] = "Povratna informacija";
|
||||
$lang["common_search"] = "Traži";
|
||||
$lang["common_search_options"] = "Opcije pretrage";
|
||||
$lang["common_searched_for"] = "Traženo";
|
||||
$lang["common_software_short"] = "";
|
||||
$lang["common_software_title"] = "";
|
||||
$lang["common_software_short"] = "OSPOS";
|
||||
$lang["common_software_title"] = "Prodajno mjesto otvorenog koda";
|
||||
$lang["common_state"] = "Entitet";
|
||||
$lang["common_submit"] = "Prihvati";
|
||||
$lang["common_total_spent"] = "Ukupno potrošeno";
|
||||
@@ -81,7 +80,7 @@ $lang["common_unknown"] = "Nepoznato";
|
||||
$lang["common_view_recent_sales"] = "Pogledaj nedavne prodaje";
|
||||
$lang["common_website"] = "opensourcepos.org";
|
||||
$lang["common_welcome"] = "Dobrodošli";
|
||||
$lang["common_welcome_message"] = "Dobrodošli u OSPOS, kliknite na modul ispod da biste započeli";
|
||||
$lang["common_welcome_message"] = "Dobrodošli u OSPOS, kliknite na modul ispod da biste započeli.";
|
||||
$lang["common_yes"] = "";
|
||||
$lang["common_you_are_using_ospos"] = "";
|
||||
$lang["common_zip"] = "Poštanski broj";
|
||||
|
||||
137
application/language/bs-BA/config_lang.php
Executable file → Normal file
137
application/language/bs-BA/config_lang.php
Executable file → Normal file
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["config_address"] = "Adresa kompanije";
|
||||
$lang["config_address_required"] = "Adresa kompanije je obavezno polje";
|
||||
$lang["config_address_required"] = "Adresa kompanije je obavezno polje.";
|
||||
$lang["config_all_set"] = "Sva su dopuštenja datoteka ispravno postavljena!";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Dozvoli dvostruke barkodove";
|
||||
$lang["config_apostrophe"] = "apostrof";
|
||||
@@ -14,7 +13,7 @@ $lang["config_barcode_content"] = "Sadržaj barkoda";
|
||||
$lang["config_barcode_first_row"] = "1 red";
|
||||
$lang["config_barcode_font"] = "Font";
|
||||
$lang["config_barcode_formats"] = "Unesi format";
|
||||
$lang["config_barcode_generate_if_empty"] = "Generiši ako je prazno";
|
||||
$lang["config_barcode_generate_if_empty"] = "Generiši ako je prazno.";
|
||||
$lang["config_barcode_height"] = "Visina(px)";
|
||||
$lang["config_barcode_id"] = "Id / naziv artikla";
|
||||
$lang["config_barcode_info"] = "Informacije o konfiguraciji barkoda";
|
||||
@@ -22,12 +21,12 @@ $lang["config_barcode_layout"] = "Izgled barkoda";
|
||||
$lang["config_barcode_name"] = "Naziv";
|
||||
$lang["config_barcode_number"] = "Barkod";
|
||||
$lang["config_barcode_number_in_row"] = "Broj u redu";
|
||||
$lang["config_barcode_page_cellspacing"] = "Prikaži razmak ćelija na stranici";
|
||||
$lang["config_barcode_page_cellspacing"] = "Prikaži razmak ćelija na stranici.";
|
||||
$lang["config_barcode_page_width"] = "Širina stranice";
|
||||
$lang["config_barcode_price"] = "Cijena";
|
||||
$lang["config_barcode_second_row"] = "2.red";
|
||||
$lang["config_barcode_third_row"] = "3.red";
|
||||
$lang["config_barcode_tooltip"] = "Upozorenje: Ovo svokstvo može dovesti do uvoza ili kreiranja duplih stavki. Nemojte koristiti ako to ne želite";
|
||||
$lang["config_barcode_tooltip"] = "Upozorenje: Ova funkcija može prouzrokovati uvoz ili kreiranje duplikata. Ne koristite ako ne želite duple barkodove.";
|
||||
$lang["config_barcode_type"] = "Tip barkoda";
|
||||
$lang["config_barcode_width"] = "Širina (px)";
|
||||
$lang["config_bottom"] = "Dno";
|
||||
@@ -52,7 +51,7 @@ $lang["config_company_logo"] = "Logo kompanije";
|
||||
$lang["config_company_remove_image"] = "Ukloni logo";
|
||||
$lang["config_company_required"] = "Naziv kompanije je obavezno polje";
|
||||
$lang["config_company_select_image"] = "Izaberite sliku";
|
||||
$lang["config_company_website_url"] = "Adresa web stranice nije valjana (http://...)";
|
||||
$lang["config_company_website_url"] = "Veb lokacija kompanije nije važeća URL adresa (http://...).";
|
||||
$lang["config_country_codes"] = "Kod zemlje";
|
||||
$lang["config_country_codes_tooltip"] = "Lista kodova zemalja odvojena zarezima za traženje nominalnih adresa.";
|
||||
$lang["config_currency_code"] = "Kod valute";
|
||||
@@ -68,41 +67,41 @@ $lang["config_customer_sales_tax_support"] = "";
|
||||
$lang["config_date_or_time_format"] = "Filter datuma i vremena";
|
||||
$lang["config_datetimeformat"] = "Format datuma i vremena";
|
||||
$lang["config_decimal_point"] = "Decimalna točka";
|
||||
$lang["config_default_barcode_font_size_number"] = "Veličina fonta za barkod mora biti broj";
|
||||
$lang["config_default_barcode_font_size_required"] = "Veličina fonta barkoda je obavezno polje";
|
||||
$lang["config_default_barcode_height_number"] = "Visina barkoda mora biti broj";
|
||||
$lang["config_default_barcode_height_required"] = "Visina barkoda je obavezno polje";
|
||||
$lang["config_default_barcode_num_in_row_number"] = "Broj barkoda u redu mora biti broj";
|
||||
$lang["config_default_barcode_num_in_row_required"] = "Broj barkoda u redu je obavezno polje";
|
||||
$lang["config_default_barcode_page_cellspacing_number"] = "Razmak ćelija sa barkodom mora biti broj";
|
||||
$lang["config_default_barcode_font_size_number"] = "Veličina fonta za barkod mora biti broj.";
|
||||
$lang["config_default_barcode_font_size_required"] = "Veličina fonta barkoda je obavezno polje.";
|
||||
$lang["config_default_barcode_height_number"] = "Visina barkoda mora biti broj.";
|
||||
$lang["config_default_barcode_height_required"] = "Visina barkoda je obavezno polje.";
|
||||
$lang["config_default_barcode_num_in_row_number"] = "Broj barkoda u redu mora biti broj.";
|
||||
$lang["config_default_barcode_num_in_row_required"] = "Broj barkoda u redu je obavezno polje.";
|
||||
$lang["config_default_barcode_page_cellspacing_number"] = "Razmak između ćelija sa barkodom mora biti broj.";
|
||||
$lang["config_default_barcode_page_cellspacing_required"] = "Rastojanje ćelija na stranici sa barkodom je obavezno polje.";
|
||||
$lang["config_default_barcode_page_width_number"] = "Širina stranice barkoda mora biti broj";
|
||||
$lang["config_default_barcode_page_width_required"] = "Širina stranice barkoda je obavezno polje";
|
||||
$lang["config_default_barcode_width_number"] = "Standardna širina barkoda mora biti broj";
|
||||
$lang["config_default_barcode_width_required"] = "Širina barkoda mora bit broj";
|
||||
$lang["config_default_barcode_page_width_number"] = "Širina stranice sa bar kodom mora biti broj.";
|
||||
$lang["config_default_barcode_page_width_required"] = "Širina stranice sa barkodom je obavezno polje.";
|
||||
$lang["config_default_barcode_width_number"] = "Standardna širina barkoda mora biti broj.";
|
||||
$lang["config_default_barcode_width_required"] = "Širina barkoda je obavezno polje.";
|
||||
$lang["config_default_item_columns"] = "Vidljiva stavka kolone";
|
||||
$lang["config_default_origin_tax_code"] = "Šifra poreza";
|
||||
$lang["config_default_receivings_discount"] = "Popust za ulaze";
|
||||
$lang["config_default_receivings_discount_number"] = "Popust za ulaz mora biti broj";
|
||||
$lang["config_default_receivings_discount_required"] = "Popust za ulaz je obavezno polje";
|
||||
$lang["config_default_receivings_discount_number"] = "Popust za ulaz mora biti broj.";
|
||||
$lang["config_default_receivings_discount_required"] = "Popust za ulaz je obavezno polje.";
|
||||
$lang["config_default_sales_discount"] = "Popust na prodaju";
|
||||
$lang["config_default_sales_discount_number"] = "Popust na prodaju mora biti broj";
|
||||
$lang["config_default_sales_discount_required"] = "Popust na prodaju je obavezno polje";
|
||||
$lang["config_default_sales_discount_number"] = "Popust na prodaju mora biti broj.";
|
||||
$lang["config_default_sales_discount_required"] = "Popust na prodaju je obavezno polje.";
|
||||
$lang["config_default_tax_category"] = "Poreska kategorija";
|
||||
$lang["config_default_tax_code"] = "Poreska šifra";
|
||||
$lang["config_default_tax_jurisdiction"] = "Poreska uprava";
|
||||
$lang["config_default_tax_name_number"] = "Naziv poreza mora biti string.";
|
||||
$lang["config_default_tax_name_required"] = "Naziv poreza je obavezno polje";
|
||||
$lang["config_default_tax_name_required"] = "Naziv poreza je obavezno polje.";
|
||||
$lang["config_default_tax_rate"] = "Stopa poreza %";
|
||||
$lang["config_default_tax_rate_1"] = "Stopa poreza 1 %";
|
||||
$lang["config_default_tax_rate_2"] = "Stopa poreza 2 %";
|
||||
$lang["config_default_tax_rate_3"] = "";
|
||||
$lang["config_default_tax_rate_number"] = "Stopa poreza mora biti broj";
|
||||
$lang["config_default_tax_rate_required"] = "Stopa poreza je obavezno polje";
|
||||
$lang["config_default_tax_rate_number"] = "Stopa poreza mora biti broj.";
|
||||
$lang["config_default_tax_rate_required"] = "Stopa poreza je obavezno polje.";
|
||||
$lang["config_derive_sale_quantity"] = "Dozvoli izvedenu količinu prodaje";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "Ako se izabere, za artikle naručene po produženom iznosu biće obezbjeđen novi tip artikla";
|
||||
$lang["config_dinner_table"] = "Sto";
|
||||
$lang["config_dinner_table_duplicate"] = "Sto mora biti jedinstven";
|
||||
$lang["config_dinner_table_duplicate"] = "Sto mora biti jedinstven.";
|
||||
$lang["config_dinner_table_enable"] = "Omogući stolove za večeru";
|
||||
$lang["config_dinner_table_invalid_chars"] = "Naziv stola ne može sadržavati '_'.";
|
||||
$lang["config_dinner_table_required"] = "Sto je obavezno polje.";
|
||||
@@ -144,16 +143,16 @@ $lang["config_financial_year_may"] = "1. Maj";
|
||||
$lang["config_financial_year_nov"] = "1. Novembar";
|
||||
$lang["config_financial_year_oct"] = "1. Oktobar";
|
||||
$lang["config_financial_year_sep"] = "1. Septembar";
|
||||
$lang["config_floating_labels"] = "";
|
||||
$lang["config_floating_labels"] = "Plutajuće etikete";
|
||||
$lang["config_gcaptcha_enable"] = "Stranica za prijavu reCAPTCHA";
|
||||
$lang["config_gcaptcha_secret_key"] = "reCAPTCHA tajni ključ";
|
||||
$lang["config_gcaptcha_secret_key_required"] = "reCAPTCHA tajni ključ je obavezno polje";
|
||||
$lang["config_gcaptcha_site_key"] = "reCAPTCHA ključ sajta";
|
||||
$lang["config_gcaptcha_site_key_required"] = "reCAPTCHA Ključ sajta je obavezno polje";
|
||||
$lang["config_gcaptcha_tooltip"] = "Zaštitite stranicu za prijavu pomoću Google reCAPTCHA, kliknite na ikonu za nabavku API ključa";
|
||||
$lang["config_gcaptcha_tooltip"] = "Zaštitite stranicu za prijavu pomoću Google reCAPTCHA, kliknite na ikonu za par API ključeva.";
|
||||
$lang["config_general"] = "Generalno";
|
||||
$lang["config_general_configuration"] = "Opšta konfiguracija";
|
||||
$lang["config_giftcard_number"] = "Broj poklon bona";
|
||||
$lang["config_giftcard_number"] = "Broj poklon kartice";
|
||||
$lang["config_giftcard_random"] = "Generiši nasumice";
|
||||
$lang["config_giftcard_series"] = "Generiši u seriji";
|
||||
$lang["config_image_allowed_file_types"] = "Dozvoljeni tipovi datoteka";
|
||||
@@ -164,7 +163,7 @@ $lang["config_image_restrictions"] = "Ograničenja za učitavanje slike";
|
||||
$lang["config_include_hsn"] = "Uključite podršku za HSN kodove";
|
||||
$lang["config_info"] = "Informacije";
|
||||
$lang["config_info_configuration"] = "Info o web trgovini";
|
||||
$lang["config_input_groups"] = "";
|
||||
$lang["config_input_groups"] = "Grupe unosa";
|
||||
$lang["config_integrations"] = "Integracije";
|
||||
$lang["config_integrations_configuration"] = "Integracije trećih strana";
|
||||
$lang["config_invoice"] = "Faktura";
|
||||
@@ -187,22 +186,22 @@ $lang["config_license"] = "Licenca";
|
||||
$lang["config_license_configuration"] = "Izjava o licenci";
|
||||
$lang["config_line_sequence"] = "Redoslijed linija";
|
||||
$lang["config_lines_per_page"] = "Linija po stranici";
|
||||
$lang["config_lines_per_page_number"] = "Linije po stranici moraju biti broj";
|
||||
$lang["config_lines_per_page_required"] = "Broj linija po stranici je obavezan podatak";
|
||||
$lang["config_lines_per_page_number"] = "Redovi po stranici moraju biti broj.";
|
||||
$lang["config_lines_per_page_required"] = "Broj linija po stranici je obavezno polje.";
|
||||
$lang["config_locale"] = "Lokalizacija";
|
||||
$lang["config_locale_configuration"] = "Konfiguracija";
|
||||
$lang["config_locale_info"] = "Info o lokalnoj konfiguraciji";
|
||||
$lang["config_location"] = "Skladište";
|
||||
$lang["config_location_configuration"] = "Lokacije skladišta";
|
||||
$lang["config_location_info"] = "Informacije o konfiguraciji lokacije";
|
||||
$lang["config_login_form"] = "";
|
||||
$lang["config_login_form"] = "Stil formulara za prijavu";
|
||||
$lang["config_logout"] = "Zar ne želite da napravite rezervnu kopiju prije odjave? Kliknite [OK] za sigurnosnu kopiju, [Cancel] da biste se odjavili.";
|
||||
$lang["config_mailchimp"] = "Mailchimp";
|
||||
$lang["config_mailchimp_api_key"] = "Mailchimp API ključ";
|
||||
$lang["config_mailchimp_configuration"] = "Mailchimp konfiguracija";
|
||||
$lang["config_mailchimp_key_successfully"] = "API ključ je važeći";
|
||||
$lang["config_mailchimp_key_unsuccessfully"] = "API ključ je nevažeći";
|
||||
$lang["config_mailchimp_lists"] = "Mailchimp lista";
|
||||
$lang["config_mailchimp"] = "MeilChimp";
|
||||
$lang["config_mailchimp_api_key"] = "MailChimp API ključ";
|
||||
$lang["config_mailchimp_configuration"] = "MailChimp konfiguracija";
|
||||
$lang["config_mailchimp_key_successfully"] = "API ključ je važeći.";
|
||||
$lang["config_mailchimp_key_unsuccessfully"] = "API ključ je nevažeći.";
|
||||
$lang["config_mailchimp_lists"] = "MailChimp lista(e)";
|
||||
$lang["config_mailchimp_tooltip"] = "Kliknite na ikonu za API ključ.";
|
||||
$lang["config_message"] = "Poruke";
|
||||
$lang["config_message_configuration"] = "Konfigurisanje poruke";
|
||||
@@ -220,37 +219,37 @@ $lang["config_none"] = "nijedan";
|
||||
$lang["config_notify_alignment"] = "Položaj iskačuće obavijesti";
|
||||
$lang["config_number_format"] = "Format broja";
|
||||
$lang["config_number_locale"] = "Lokalizacija";
|
||||
$lang["config_number_locale_invalid"] = "Uneseni jezik nije važeći. Provjerite vezu u opisu alata kako biste pronašli osjetljivu vrijednost";
|
||||
$lang["config_number_locale_required"] = "Broj lokacije je obavezno polje";
|
||||
$lang["config_number_locale_tooltip"] = "Pronađite odgovarajuću lokaciju na ovom linku";
|
||||
$lang["config_number_locale_invalid"] = "Unijeti jezik je nevažeći. Provjerite vezu u opisu alatke da biste pronašli važeći jezik.";
|
||||
$lang["config_number_locale_required"] = "Broj lokacije je obavezno polje.";
|
||||
$lang["config_number_locale_tooltip"] = "Pronađite odgovarajuću lokaciju na ovom linku.";
|
||||
$lang["config_os_timezone"] = "OSPOS vremenska zona:";
|
||||
$lang["config_ospos_info"] = "OSPOS instalacione informacije";
|
||||
$lang["config_payment_options_order"] = "Narudžba opcije plaćanja";
|
||||
$lang["config_perm_risk"] = "Dozvole veće od 750 za pisanje i 660 za čitanje dovode ovaj program u rizik.";
|
||||
$lang["config_phone"] = "Telefon kompanije";
|
||||
$lang["config_phone_required"] = "Telefon kompanije je obavezan";
|
||||
$lang["config_phone_required"] = "Telefon kompanije je obavezno polje.";
|
||||
$lang["config_print_bottom_margin"] = "Donja margina";
|
||||
$lang["config_print_bottom_margin_number"] = "Donja margina mora biti broj";
|
||||
$lang["config_print_bottom_margin_required"] = "Donja margina je obavezna";
|
||||
$lang["config_print_bottom_margin_number"] = "Donja margina mora biti broj.";
|
||||
$lang["config_print_bottom_margin_required"] = "Donja margina je obavezno polje.";
|
||||
$lang["config_print_delay_autoreturn"] = "Automatski povratak na odgodu prodaje";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Automatski povratak na odgodu prodaje je obavezno polje";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Automatski povratak na odgodu prodaje mora biti broj";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Odgoda automatskog povratka na prodaju je obavezno polje.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Odlaganje automatskog povratka na prodaju mora biti broj.";
|
||||
$lang["config_print_footer"] = "Štampanje podnožja";
|
||||
$lang["config_print_header"] = "Štampanje zaglavlja";
|
||||
$lang["config_print_left_margin"] = "Lijeva margina";
|
||||
$lang["config_print_left_margin_number"] = "Lijeva margina mora biti broj";
|
||||
$lang["config_print_left_margin_required"] = "Lijeva margina je obavezna";
|
||||
$lang["config_print_left_margin_number"] = "Lijeva margina mora biti broj.";
|
||||
$lang["config_print_left_margin_required"] = "Lijeva margina je obavezno polje.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "Polje za potvrdu štampanja računa";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "Uvijek potvrđeno";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "Zapamti poslednji izbor";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "Uvijek nepotvrđeno";
|
||||
$lang["config_print_right_margin"] = "Desna margina";
|
||||
$lang["config_print_right_margin_number"] = "Desna margina mora biti broj";
|
||||
$lang["config_print_right_margin_required"] = "Desna margina je obavezna";
|
||||
$lang["config_print_right_margin_number"] = "Desna margina mora biti broj.";
|
||||
$lang["config_print_right_margin_required"] = "Desna margina je obavezno polje.";
|
||||
$lang["config_print_silently"] = "Prikaži dijalog za štampanje";
|
||||
$lang["config_print_top_margin"] = "Gornja margina";
|
||||
$lang["config_print_top_margin_number"] = "Gornja margina mora biti broj";
|
||||
$lang["config_print_top_margin_required"] = "Gornja margina je obavezna";
|
||||
$lang["config_print_top_margin_number"] = "Gornja margina mora biti broj.";
|
||||
$lang["config_print_top_margin_required"] = "Gornja margina je obavezno polje.";
|
||||
$lang["config_quantity_decimals"] = "Decimale količine";
|
||||
$lang["config_quick_cash_enable"] = "";
|
||||
$lang["config_quote_default_comments"] = "Difoltni komentari citata";
|
||||
@@ -259,8 +258,8 @@ $lang["config_receipt_category"] = "";
|
||||
$lang["config_receipt_configuration"] = "Podešavanja štamapnja";
|
||||
$lang["config_receipt_default"] = "Podrazumijevano";
|
||||
$lang["config_receipt_font_size"] = "Veličina fonta";
|
||||
$lang["config_receipt_font_size_number"] = "Veličina fonta mora biti broj";
|
||||
$lang["config_receipt_font_size_required"] = "Veličina fonta je obavezno polje";
|
||||
$lang["config_receipt_font_size_number"] = "Veličina fonta mora biti broj.";
|
||||
$lang["config_receipt_font_size_required"] = "Veličina fonta je obavezno polje.";
|
||||
$lang["config_receipt_info"] = "Informacije o POS računu";
|
||||
$lang["config_receipt_printer"] = "POS štampač";
|
||||
$lang["config_receipt_short"] = "Kratko";
|
||||
@@ -271,29 +270,29 @@ $lang["config_receipt_show_tax_ind"] = "Prikaži poreski indikator";
|
||||
$lang["config_receipt_show_taxes"] = "Prikaži porez";
|
||||
$lang["config_receipt_show_total_discount"] = "Prikaži ukupni popust";
|
||||
$lang["config_receipt_template"] = "Šablon računa";
|
||||
$lang["config_receiving_calculate_average_price"] = "Kalk. prosječnih cijena (ulaza)";
|
||||
$lang["config_receiving_calculate_average_price"] = "Izrač. prosječnih cijena (ulaza)";
|
||||
$lang["config_recv_invoice_format"] = "Format računa fakture";
|
||||
$lang["config_register_mode_default"] = "Mod registracije";
|
||||
$lang["config_report_an_issue"] = "Prijavi problem";
|
||||
$lang["config_return_policy_required"] = "Politika povrata je obavezno polje";
|
||||
$lang["config_return_policy_required"] = "Politika povrata je obavezno polje.";
|
||||
$lang["config_reward"] = "Nagrada";
|
||||
$lang["config_reward_configuration"] = "Konfigurisanje poklona";
|
||||
$lang["config_right"] = "Desno";
|
||||
$lang["config_sales_invoice_format"] = "Format fakture";
|
||||
$lang["config_sales_quote_format"] = "Format navedene prodaje";
|
||||
$lang["config_saved_successfully"] = "Konfiguracija je uspješno snimljena";
|
||||
$lang["config_saved_unsuccessfully"] = "Konfiguracija nije uspješno snimljena";
|
||||
$lang["config_security_issue"] = "Upozorenje o ugroženosti sigurnosti";
|
||||
$lang["config_server_notice"] = "Upotrijebite dolje navedene podatke za izvještavanje o problemima.";
|
||||
$lang["config_saved_successfully"] = "Konfiguracija je uspješno snimljena.";
|
||||
$lang["config_saved_unsuccessfully"] = "Konfiguracija nije uspješno snimljena.";
|
||||
$lang["config_security_issue"] = "Upozorenje o sigurnosnoj ranjivosti";
|
||||
$lang["config_server_notice"] = "Koristite informacije u nastavku za prijavljivanje problema.";
|
||||
$lang["config_service_charge"] = "";
|
||||
$lang["config_show_due_enable"] = "";
|
||||
$lang["config_show_office_group"] = "Prikaži ikonu poslovnice";
|
||||
$lang["config_show_office_group"] = "Prikaži ikonu kancelarije";
|
||||
$lang["config_statistics"] = "Pošalji statistiku";
|
||||
$lang["config_statistics_tooltip"] = "Pošaljite statistike za potrebe razvoja i poboljšanja namjene";
|
||||
$lang["config_statistics_tooltip"] = "Pošaljite statistiku u svrhu razvoja i poboljšanja funkcija.";
|
||||
$lang["config_stock_location"] = "Lokacija skladišta";
|
||||
$lang["config_stock_location_duplicate"] = "Molim koristite jedinstveni naziv skladišta";
|
||||
$lang["config_stock_location_invalid_chars"] = "Naziv skaldišta ne može sadržavati '_'";
|
||||
$lang["config_stock_location_required"] = "Naziv skladišta je obavezno polje";
|
||||
$lang["config_stock_location_duplicate"] = "Lokacija zaliha mora biti jedinstvena.";
|
||||
$lang["config_stock_location_invalid_chars"] = "Lokacija skaldišta ne može sadržavati '_'.";
|
||||
$lang["config_stock_location_required"] = "Lokacija skladišta je obavezno polje.";
|
||||
$lang["config_suggestions_fifth_column"] = "";
|
||||
$lang["config_suggestions_first_column"] = "Kolona 1";
|
||||
$lang["config_suggestions_fourth_column"] = "";
|
||||
@@ -310,13 +309,13 @@ $lang["config_tax_category"] = "Kategorija";
|
||||
$lang["config_tax_category_duplicate"] = "Unesena kategorija već postoji.";
|
||||
$lang["config_tax_category_invalid_chars"] = "Unesena kategorija je nevažeća.";
|
||||
$lang["config_tax_category_required"] = "Obavezna je kategorija.";
|
||||
$lang["config_tax_category_used"] = "Kategorija se ne može izbrisati jer se koristi";
|
||||
$lang["config_tax_category_used"] = "Kategorija se ne može izbrisati jer se koristi.";
|
||||
$lang["config_tax_configuration"] = "Konfigurisanje poreza";
|
||||
$lang["config_tax_decimals"] = "Poreske decimale";
|
||||
$lang["config_tax_id"] = "Poreska identifikacija";
|
||||
$lang["config_tax_id"] = "ID poreza";
|
||||
$lang["config_tax_included"] = "Uključen porez";
|
||||
$lang["config_theme"] = "Tema";
|
||||
$lang["config_theme_preview"] = "";
|
||||
$lang["config_theme_preview"] = "Pregled teme:";
|
||||
$lang["config_thousands_separator"] = "Separator za hiljade";
|
||||
$lang["config_timezone"] = "Vremenska zona";
|
||||
$lang["config_timezone_error"] = "Vremenska zona OSPOS razlikuje se od vaše lokalne vremenske zone.";
|
||||
|
||||
25
application/language/bs-BA/customers_lang.php
Executable file → Normal file
25
application/language/bs-BA/customers_lang.php
Executable file → Normal file
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_account_number"] = "Račun #";
|
||||
$lang["customers_account_number_duplicate"] = "Ovaj broj računa već postoji";
|
||||
$lang["customers_available_points"] = "Dostupni bodovi";
|
||||
$lang["customers_account_number_duplicate"] = "Broj računa već postoji u bazi podataka.";
|
||||
$lang["customers_available_points"] = "Dostupni poeni";
|
||||
$lang["customers_available_points_value"] = "";
|
||||
$lang["customers_average"] = "Prosječna potrošnja";
|
||||
$lang["customers_avg_discount"] = "Prosječni popust";
|
||||
@@ -14,18 +13,18 @@ $lang["customers_confirm_restore"] = "Da li ste sigurni da želite da povratite
|
||||
$lang["customers_consent"] = "Pristanak na registraciju";
|
||||
$lang["customers_consent_required"] = "Prihvatanje registracije je obavezno polje.";
|
||||
$lang["customers_csv_import_failed"] = "Greška kod uvoza iz CSV-a";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Vaša učitana datoteka nema podataka ili je pogrešnog formata";
|
||||
$lang["customers_csv_import_partially_failed"] = "Većina kupaca je uvezena. Ali neki nisu, evo liste";
|
||||
$lang["customers_csv_import_success"] = "Uvoz kupaca je uspješan";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Učitana datoteka nema podataka ili je pogrešno formatirana.";
|
||||
$lang["customers_csv_import_partially_failed"] = "Uvoz klijenata je uspio sa nekim greškama:";
|
||||
$lang["customers_csv_import_success"] = "Uvoz korisnika je uspješan.";
|
||||
$lang["customers_customer"] = "Kupac";
|
||||
$lang["customers_date"] = "Datum";
|
||||
$lang["customers_discount"] = "Popust";
|
||||
$lang["customers_discount_fixed"] = "Fiksni popust";
|
||||
$lang["customers_discount_percent"] = "Procenat popusta";
|
||||
$lang["customers_discount_type"] = "Tip popusta";
|
||||
$lang["customers_discount_type"] = "Vrsta popusta";
|
||||
$lang["customers_email_duplicate"] = "E-mail adresa već postoji u bazi podataka.";
|
||||
$lang["customers_employee"] = "Zaposlenik";
|
||||
$lang["customers_error_adding_updating"] = "Greška kod dodavanja/ažuriranja kupca";
|
||||
$lang["customers_error_adding_updating"] = "Dodavanje ili ažuriranje kupca nije uspjelo.";
|
||||
$lang["customers_import_items_csv"] = "Uvezi kupce iz CSV datoteke";
|
||||
$lang["customers_mailchimp_activity_click"] = "Klik na e-mail";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Zadnji otvoreni e-mail";
|
||||
@@ -33,15 +32,15 @@ $lang["customers_mailchimp_activity_open"] = "E-mail otvoren";
|
||||
$lang["customers_mailchimp_activity_total"] = "E-mail poslat";
|
||||
$lang["customers_mailchimp_activity_unopen"] = "E-mail nije otvoren";
|
||||
$lang["customers_mailchimp_email_client"] = "E-mail klijenta";
|
||||
$lang["customers_mailchimp_info"] = "Mailchimp";
|
||||
$lang["customers_mailchimp_member_rating"] = "Rejting";
|
||||
$lang["customers_mailchimp_info"] = "MeilChimp";
|
||||
$lang["customers_mailchimp_member_rating"] = "Ocjena";
|
||||
$lang["customers_mailchimp_status"] = "Status";
|
||||
$lang["customers_mailchimp_vip"] = "VIP";
|
||||
$lang["customers_max"] = "Maks. potrošeno";
|
||||
$lang["customers_min"] = "Min. potrošeno";
|
||||
$lang["customers_new"] = "Novi kupac";
|
||||
$lang["customers_none_selected"] = "Niste odabrali nijednog kupca za brisanje";
|
||||
$lang["customers_one_or_multiple"] = "Kupaci";
|
||||
$lang["customers_none_selected"] = "Niste izabrali nijednog kupca za brisanje.";
|
||||
$lang["customers_one_or_multiple"] = "kupac(i)";
|
||||
$lang["customers_quantity"] = "Količina";
|
||||
$lang["customers_stats_info"] = "Statistika";
|
||||
$lang["customers_successful_adding"] = "Uspješno ste dodali kupca";
|
||||
|
||||
31
application/language/bs-BA/employees_lang.php
Executable file → Normal file
31
application/language/bs-BA/employees_lang.php
Executable file → Normal file
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["employees_administrator"] = "";
|
||||
$lang["employees_basic_information"] = "Informacije";
|
||||
$lang["employees_cannot_be_deleted"] = "Nije moguće izbrisati odabrane zaposlenike, jedan ili više njih su obradili prodaju ili pokušavate izbrisati svoj nalog.)";
|
||||
$lang["employees_cannot_be_deleted"] = "Nije moguće izbrisati odabrane zaposlenike, jedan ili više njih su obradili prodaju ili pokušavate izbrisati svoj nalog.";
|
||||
$lang["employees_change_employee"] = "";
|
||||
$lang["employees_change_password"] = "Promijeni lozinku";
|
||||
$lang["employees_clerk"] = "";
|
||||
@@ -12,25 +11,25 @@ $lang["employees_confirm_restore"] = "Da li ste sigurni da želite da vratite iz
|
||||
$lang["employees_current_password"] = "Trenutna lozinka";
|
||||
$lang["employees_current_password_invalid"] = "Trenutna lozinka je nevažeća.";
|
||||
$lang["employees_employee"] = "Zaposlenik";
|
||||
$lang["employees_error_adding_updating"] = "Greška kod dodavanja/ažuriranja zaposlenika";
|
||||
$lang["employees_error_deleting_demo_admin"] = "Ne možete izbrisati demo admin korisnika";
|
||||
$lang["employees_error_updating_demo_admin"] = "Ne možete promijeniti demo admin korisnika";
|
||||
$lang["employees_error_adding_updating"] = "Dodavanje ili ažuriranje zaposlenika nije uspjelo.";
|
||||
$lang["employees_error_deleting_demo_admin"] = "Ne možete izbrisati demo korisnika administratora.";
|
||||
$lang["employees_error_updating_demo_admin"] = "Ne možete promijeniti korisnika demo administratora.";
|
||||
$lang["employees_language"] = "Jezik";
|
||||
$lang["employees_login_info"] = "Prijava";
|
||||
$lang["employees_manager"] = "";
|
||||
$lang["employees_new"] = "Novi zaposlenik";
|
||||
$lang["employees_none_selected"] = "Nije izabran nijedan zaposlenik za brisanje";
|
||||
$lang["employees_none_selected"] = "Nije izabran nijedan zaposlenik za brisanje.";
|
||||
$lang["employees_one_or_multiple"] = "Zaposlenici";
|
||||
$lang["employees_password"] = "Lozinka";
|
||||
$lang["employees_password_minlength"] = "Lozinka mora imati najmanje 8 znakova";
|
||||
$lang["employees_password_must_match"] = "Lozinka se ne podudara";
|
||||
$lang["employees_password_minlength"] = "Lozinka mora imati najmanje 8 znakova.";
|
||||
$lang["employees_password_must_match"] = "Lozinke se ne podudaraju.";
|
||||
$lang["employees_password_not_must_match"] = "Trenutna lozinka i nova lozinka moraju biti jedinstvene.";
|
||||
$lang["employees_password_required"] = "Lozinka je obavezna";
|
||||
$lang["employees_permission_desc"] = "Odaberite module za dozvolu";
|
||||
$lang["employees_password_required"] = "Lozinka je obavezna.";
|
||||
$lang["employees_permission_desc"] = "Označite polja u nastavku da biste odobrili pristup modulima.";
|
||||
$lang["employees_permission_info"] = "Dozvole";
|
||||
$lang["employees_repeat_password"] = "Ponovite lozinku";
|
||||
$lang["employees_subpermission_required"] = "Dodajte barem jedno odobrenje po modulu";
|
||||
$lang["employees_successful_adding"] = "Uspješno ste dodali zaposlenika";
|
||||
$lang["employees_subpermission_required"] = "Dodajte najmanje jedno odobrenje za svaki modul.";
|
||||
$lang["employees_successful_adding"] = "Uspješno ste dodali zaposlenika.";
|
||||
$lang["employees_successful_change_password"] = "Promjena lozinke je uspješna.";
|
||||
$lang["employees_successful_deleted"] = "Uspješno ste izbrisali zaposlenika";
|
||||
$lang["employees_successful_updating"] = "Uspješno ste ažurirali zaposlenika";
|
||||
@@ -38,6 +37,6 @@ $lang["employees_system_language"] = "Sistemski jezik";
|
||||
$lang["employees_unsuccessful_change_password"] = "Promjena lozinke nije uspjela.";
|
||||
$lang["employees_update"] = "Ažuriraj zaposlenika";
|
||||
$lang["employees_username"] = "Korisničko ime";
|
||||
$lang["employees_username_duplicate"] = "";
|
||||
$lang["employees_username_minlength"] = "Korisničko ime mora imati najmanje 5 znakova";
|
||||
$lang["employees_username_required"] = "Korisničko ime je obavezno polje";
|
||||
$lang["employees_username_duplicate"] = "Korisničko ime zaposlenog je već u upotrebi. Molimo izaberite drugo.";
|
||||
$lang["employees_username_minlength"] = "Korisničko ime mora imati najmanje 5 znakova.";
|
||||
$lang["employees_username_required"] = "Korisničko ime je obavezno polje.";
|
||||
|
||||
17
application/language/bs-BA/enum_lang.php
Executable file → Normal file
17
application/language/bs-BA/enum_lang.php
Executable file → Normal file
@@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
$lang["enum_half_down"] = "Half Down";
|
||||
$lang["enum_half_even"] = "Half Even";
|
||||
$lang["enum_half_five"] = "Half Five";
|
||||
$lang["enum_half_odd"] = "Half Odd";
|
||||
$lang["enum_half_up"] = "Half Up";
|
||||
$lang["enum_round_down"] = "Round Down";
|
||||
$lang["enum_round_up"] = "Round Up";
|
||||
<?php
|
||||
$lang["enum_half_down"] = "Pola dolje";
|
||||
$lang["enum_half_even"] = "Pola ravnomjerno";
|
||||
$lang["enum_half_five"] = "Pola na pet";
|
||||
$lang["enum_half_odd"] = "Pola neparno";
|
||||
$lang["enum_half_up"] = "Pola gore";
|
||||
$lang["enum_round_down"] = "Zaokruži naniže";
|
||||
$lang["enum_round_up"] = "Zaokruži naviše";
|
||||
|
||||
7
application/language/bs-BA/expenses_lang.php
Executable file → Normal file
7
application/language/bs-BA/expenses_lang.php
Executable file → Normal file
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["expenses_add_item"] = "Dodaj trošak";
|
||||
$lang["expenses_amount"] = "Iznos";
|
||||
$lang["expenses_amount_number"] = "Iznos mora biti broj";
|
||||
@@ -12,8 +11,8 @@ $lang["expenses_categories_name"] = "Kategorija";
|
||||
$lang["expenses_category_required"] = "kategorija je obavezno polje";
|
||||
$lang["expenses_check"] = "Ček";
|
||||
$lang["expenses_check_filter"] = "Ček";
|
||||
$lang["expenses_confirm_delete"] = "Da li ste sigurni da želite da izbrišete izabrani trošak?";
|
||||
$lang["expenses_confirm_restore"] = "Da li ste sigurni da želite da vratite izabrani trošak?";
|
||||
$lang["expenses_confirm_delete"] = "Da li ste sigurni da želite da izbrišete izabrane troškove?";
|
||||
$lang["expenses_confirm_restore"] = "Da li ste sigurni da želite da vratite izabrane troškove?";
|
||||
$lang["expenses_credit"] = "Kreditna kartica";
|
||||
$lang["expenses_credit_filter"] = "Kreditna kartica";
|
||||
$lang["expenses_date"] = "Datum";
|
||||
|
||||
85
application/language/bs-BA/giftcards_lang.php
Executable file → Normal file
85
application/language/bs-BA/giftcards_lang.php
Executable file → Normal file
@@ -1,70 +1,69 @@
|
||||
<?php
|
||||
|
||||
$lang["giftcards_add_minus"] = "Zalihu dodati ili oduzeti";
|
||||
<?php
|
||||
$lang["giftcards_add_minus"] = "Zaliha za dodavanje ili oduzimanje.";
|
||||
$lang["giftcards_allow_alt_description"] = "Dozvoli Alt opis";
|
||||
$lang["giftcards_bulk_edit"] = "Skupno uređivanje";
|
||||
$lang["giftcards_cannot_be_deleted"] = "Nije moguće izbrisati poklon bon, jedan ili više poklon bonova ima prodaju.";
|
||||
$lang["giftcards_cannot_find_giftcard"] = "Ne možemo pronaći informacije o poklon bonu";
|
||||
$lang["giftcards_cannot_use"] = "Poklon bon %1 se ne može koristiti za ovu prodaju. Nevažeći kupac!";
|
||||
$lang["giftcards_cannot_be_deleted"] = "Nije moguće izbrisati poklon karticu, jedna ili više poklon kartica ima prodaju.";
|
||||
$lang["giftcards_cannot_find_giftcard"] = "Poklon kartica nije pronađena.";
|
||||
$lang["giftcards_cannot_use"] = "Poklon kartica %1 se ne može koristiti za ovu prodaju: nevažeći kupac.";
|
||||
$lang["giftcards_card_value"] = "Vrijednost";
|
||||
$lang["giftcards_category"] = "Kategorija";
|
||||
$lang["giftcards_change_all_to_allow_alt_desc"] = "Dozvoli Alt opis za sve";
|
||||
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Nije dozvoljen Alt opis za sve";
|
||||
$lang["giftcards_change_all_to_allow_alt_desc"] = "Dozvoli alternativni opis za sve.";
|
||||
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Nije dozvoljen alternativni opis za sve.";
|
||||
$lang["giftcards_change_all_to_serialized"] = "Promijeni sve u serijalizovano";
|
||||
$lang["giftcards_change_all_to_unserialized"] = "Promijeni sve u neserializovano";
|
||||
$lang["giftcards_confirm_bulk_edit"] = "Da li ste sigurni da želite da uredite sve izabrane poklon bonove?";
|
||||
$lang["giftcards_confirm_delete"] = "Da li ste sigurni da želite da izbrišete izabrani poklon bon?";
|
||||
$lang["giftcards_confirm_restore"] = "Da li ste sigurni da želite da vratite izabrane poklon bonove?";
|
||||
$lang["giftcards_cost_price"] = "FC";
|
||||
$lang["giftcards_change_all_to_unserialized"] = "Promijeni sve u neserijalizovano";
|
||||
$lang["giftcards_confirm_bulk_edit"] = "Da li ste sigurni da želite da uredite izabranu poklon karticu(e)?";
|
||||
$lang["giftcards_confirm_delete"] = "Da li ste sigurni da želite da izbrišete izabranu poklon karticu(e)?";
|
||||
$lang["giftcards_confirm_restore"] = "Da li ste sigurni da želite da vratite izabranu poklon karticu(e)?";
|
||||
$lang["giftcards_cost_price"] = "Fakturna cijena";
|
||||
$lang["giftcards_count"] = "Ažuriraj zalihu";
|
||||
$lang["giftcards_csv_import_failed"] = "Greška kod CSV uvoza";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV uvoz nije uspio.";
|
||||
$lang["giftcards_current_quantity"] = "Trenutna količina";
|
||||
$lang["giftcards_description"] = "Opis";
|
||||
$lang["giftcards_details_count"] = "Detalji o popisu zaliha";
|
||||
$lang["giftcards_do_nothing"] = "Ne radi ništa";
|
||||
$lang["giftcards_edit_fields_you_want_to_update"] = "Uredi polja za sve izabrane poklon bonove";
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Uređivanje više poklon bonova";
|
||||
$lang["giftcards_error_adding_updating"] = "Dodavanje/ažuriranje poklon bona nije uspjelo";
|
||||
$lang["giftcards_error_updating_multiple"] = "Ažuriranje poklon bonova nije uspjelo";
|
||||
$lang["giftcards_edit_fields_you_want_to_update"] = "Uredite polja za izabrane poklon kartice.";
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Uređivanje više poklon kartica.";
|
||||
$lang["giftcards_error_adding_updating"] = "Dodavanje ili ažuriranje poklon kartice nije uspjelo.";
|
||||
$lang["giftcards_error_updating_multiple"] = "Ažuriranje poklon kartice(a) nije uspjelo.";
|
||||
$lang["giftcards_generate_barcodes"] = "Generiši barkod";
|
||||
$lang["giftcards_giftcard"] = "Poklon bon";
|
||||
$lang["giftcards_giftcard_number"] = "Broj poklon bona";
|
||||
$lang["giftcards_giftcard"] = "Poklon kartica";
|
||||
$lang["giftcards_giftcard_number"] = "Broj poklon kartice";
|
||||
$lang["giftcards_info_provided_by"] = "Informacije pruža";
|
||||
$lang["giftcards_inventory_comments"] = "Komentari";
|
||||
$lang["giftcards_is_serialized"] = "Poklon bon ima serijski broj";
|
||||
$lang["giftcards_low_inventory_giftcards"] = "Niska zaliha poklon bonova";
|
||||
$lang["giftcards_is_serialized"] = "Poklon kartica ima serijski broj";
|
||||
$lang["giftcards_low_inventory_giftcards"] = "Poklon kartice niske zalihe";
|
||||
$lang["giftcards_manually_editing_of_quantity"] = "Ručna promjena količine";
|
||||
$lang["giftcards_must_select_giftcard_for_barcode"] = "Morate izabrati bar jedan poklon bon da generišete barkod";
|
||||
$lang["giftcards_new"] = "Novi poklon bon";
|
||||
$lang["giftcards_no_description_giftcards"] = "Poklon bon nema opisa";
|
||||
$lang["giftcards_no_giftcards_to_display"] = "Nema poklon bona za prikaz";
|
||||
$lang["giftcards_must_select_giftcard_for_barcode"] = "Morate izabrati najmanje jednu (1) poklon karticu za generisanje bar kodova.";
|
||||
$lang["giftcards_new"] = "Nova poklon kartica";
|
||||
$lang["giftcards_no_description_giftcards"] = "Poklon kartica nema opisa";
|
||||
$lang["giftcards_no_giftcards_to_display"] = "Nema poklon kartica za prikaz.";
|
||||
$lang["giftcards_none"] = "Ništa";
|
||||
$lang["giftcards_none_selected"] = "Nijedan poklon bon nije izabran za uređivanje";
|
||||
$lang["giftcards_number"] = "Broj poklon bona mora biti broj";
|
||||
$lang["giftcards_number_information"] = "Broj poklon bona";
|
||||
$lang["giftcards_number_required"] = "Broj poklon bona je obavezan";
|
||||
$lang["giftcards_one_or_multiple"] = "Poklon bonovi";
|
||||
$lang["giftcards_none_selected"] = "Nijedna poklon kartica nije izabrana za uređivanje.";
|
||||
$lang["giftcards_number"] = "Broj poklon kartice mora biti broj.";
|
||||
$lang["giftcards_number_information"] = "Broj poklon kartice";
|
||||
$lang["giftcards_number_required"] = "Broj poklon kartice je obavezno polje.";
|
||||
$lang["giftcards_one_or_multiple"] = "Poklon kartica(e)";
|
||||
$lang["giftcards_person_id"] = "Kupac";
|
||||
$lang["giftcards_quantity"] = "Količina";
|
||||
$lang["giftcards_quantity_required"] = "Količina je obavezno polje. Zatvorite (X) da biste odustali";
|
||||
$lang["giftcards_remaining_balance"] = "Na poklon bonu %1 ostala je još vrijednost %2!";
|
||||
$lang["giftcards_quantity_required"] = "Količina je obavezno polje. Zatvorite (X) da biste odustali.";
|
||||
$lang["giftcards_remaining_balance"] = "Na poklon kartici %1 ostala je još vrijednost %2!";
|
||||
$lang["giftcards_reorder_level"] = "Nivo narudžbe";
|
||||
$lang["giftcards_retrive_giftcard_info"] = "Preuzmi informacije o poklon bonu";
|
||||
$lang["giftcards_retrive_giftcard_info"] = "Preuzmi informacije o poklon kartici";
|
||||
$lang["giftcards_sales_tax_1"] = "Prodajni porez 1";
|
||||
$lang["giftcards_sales_tax_2"] = "Prodajni porez 2";
|
||||
$lang["giftcards_serialized_giftcards"] = "Serijalizovani poklon bonovi";
|
||||
$lang["giftcards_successful_adding"] = "Uspješno ste dodali poklon bon";
|
||||
$lang["giftcards_successful_bulk_edit"] = "Uspješno ste ažurirali izabrane poklon bonove";
|
||||
$lang["giftcards_successful_deleted"] = "Uspješno ste izbrisali poklon bon";
|
||||
$lang["giftcards_successful_updating"] = "Uspješno ste ažurirali poklon bon";
|
||||
$lang["giftcards_serialized_giftcards"] = "Serijalizovane poklon kartice";
|
||||
$lang["giftcards_successful_adding"] = "Uspješno ste dodali poklon karticu";
|
||||
$lang["giftcards_successful_bulk_edit"] = "Uspješno ste ažurirali izabranu poklon karticu(e)";
|
||||
$lang["giftcards_successful_deleted"] = "Uspješno ste izbrisali poklon karticu";
|
||||
$lang["giftcards_successful_updating"] = "Uspješno ste ažurirali poklon karticu";
|
||||
$lang["giftcards_supplier"] = "Dobavljač";
|
||||
$lang["giftcards_tax_1"] = "Porez 1";
|
||||
$lang["giftcards_tax_2"] = "Porez 2";
|
||||
$lang["giftcards_tax_percent"] = "% poreza";
|
||||
$lang["giftcards_tax_percents"] = "% poreza";
|
||||
$lang["giftcards_unit_price"] = "MPC";
|
||||
$lang["giftcards_unit_price"] = "Maloprodajna cijena";
|
||||
$lang["giftcards_upc_database"] = "Barkod tablica";
|
||||
$lang["giftcards_update"] = "Ažurirajte poklon bon";
|
||||
$lang["giftcards_update"] = "Ažurirajte poklon karticu";
|
||||
$lang["giftcards_use_inventory_menu"] = "Koristite meni zalihe";
|
||||
$lang["giftcards_value"] = "Vrijednost poklon bona mora biti broj";
|
||||
$lang["giftcards_value_required"] = "Vrijednost poklon bona je obavezno polje";
|
||||
$lang["giftcards_value"] = "Vrijednost poklon kartice mora biti broj.";
|
||||
$lang["giftcards_value_required"] = "Vrijednost poklon kartice je obavezno polje.";
|
||||
|
||||
15
application/language/bs-BA/item_kits_lang.php
Executable file → Normal file
15
application/language/bs-BA/item_kits_lang.php
Executable file → Normal file
@@ -1,16 +1,15 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["item_kits_add_item"] = "Dodaj artikal";
|
||||
$lang["item_kits_all"] = "Sve";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Brisanje kompleta nije uspjelo";
|
||||
$lang["item_kits_confirm_delete"] = "Da li ste sigurni da želite izbrisati izabrani komplet predmeta";
|
||||
$lang["item_kits_confirm_restore"] = "Da li ste sigurni da želite povratiti komplet";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Brisanje kompleta artikala nije uspjelo.";
|
||||
$lang["item_kits_confirm_delete"] = "Da li ste sigurni da želite izbrisati izabrani komplet artikala?";
|
||||
$lang["item_kits_confirm_restore"] = "Da li ste sigurni da želite da vratite izabrane komplete stavki?";
|
||||
$lang["item_kits_description"] = "Opis kompleta";
|
||||
$lang["item_kits_discount"] = "Popust";
|
||||
$lang["item_kits_discount_fixed"] = "Fiksni popust";
|
||||
$lang["item_kits_discount_percent"] = "Procenat popusta";
|
||||
$lang["item_kits_discount_type"] = "Vrsta popusta";
|
||||
$lang["item_kits_error_adding_updating"] = "Dodavanje ili ažuriranje kompleta predmeta nije uspjelo";
|
||||
$lang["item_kits_error_adding_updating"] = "Dodavanje ili ažuriranje kompleta artikala nije uspjelo.";
|
||||
$lang["item_kits_find_kit_item"] = "Stavka kompleta";
|
||||
$lang["item_kits_info"] = "Informacije o kompletu";
|
||||
$lang["item_kits_item"] = "Artikal";
|
||||
@@ -25,8 +24,8 @@ $lang["item_kits_kit_and_stock"] = "Komplet i zaliha";
|
||||
$lang["item_kits_kit_only"] = "Samo komplet";
|
||||
$lang["item_kits_name"] = "Naziv kompleta";
|
||||
$lang["item_kits_new"] = "Novi komplet";
|
||||
$lang["item_kits_no_item_kits_to_display"] = "Nema kompleta za prikaz";
|
||||
$lang["item_kits_none_selected"] = "Niste odabrali nijedan komplet";
|
||||
$lang["item_kits_no_item_kits_to_display"] = "Nema kompleta artikala za prikaz.";
|
||||
$lang["item_kits_none_selected"] = "Niste odabrali nijedan komplet artikala.";
|
||||
$lang["item_kits_one_or_multiple"] = "Stavka(e) kompleta";
|
||||
$lang["item_kits_price_option"] = "Opcija cijene";
|
||||
$lang["item_kits_priced_only"] = "Samo po cijeni";
|
||||
|
||||
55
application/language/bs-BA/items_lang.php
Executable file → Normal file
55
application/language/bs-BA/items_lang.php
Executable file → Normal file
@@ -1,40 +1,39 @@
|
||||
<?php
|
||||
|
||||
$lang["items_add_minus"] = "Zaliha za dodavanje ili oduzimanje";
|
||||
<?php
|
||||
$lang["items_add_minus"] = "Zaliha za dodavanje ili oduzimanje.";
|
||||
$lang["items_allow_alt_description"] = "Dozvoli Alt opis";
|
||||
$lang["items_amount_entry"] = "Unos iznosa";
|
||||
$lang["items_bulk_edit"] = "Skupno uređivanje";
|
||||
$lang["items_buy_price_required"] = "MPC je obavezno polje";
|
||||
$lang["items_buy_price_required"] = "Nabavna cijena je obavezno polje.";
|
||||
$lang["items_cannot_be_deleted"] = "Nije moguće izbrisati izabrane artikle, jedan ili više izabranih predmeta imaju prodaju.";
|
||||
$lang["items_cannot_find_item"] = "Nema informacije o izabranoj stavci";
|
||||
$lang["items_cannot_find_item"] = "Artikal nije pronađen.";
|
||||
$lang["items_categories"] = "";
|
||||
$lang["items_category"] = "Kategorija";
|
||||
$lang["items_category_new"] = "";
|
||||
$lang["items_category_required"] = "Kategorija je obavezno polje";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = "Dozvoli Alt opis za sve";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "Nije dozvoljen Alt opis za sve";
|
||||
$lang["items_category_required"] = "Kategorija je obavezno polje.";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = "Dozvoli alternativni opis za sve.";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "Ne dozvoli alternativni opis za sve.";
|
||||
$lang["items_change_all_to_serialized"] = "Promijeni sve u seriju";
|
||||
$lang["items_change_all_to_unserialized"] = "Promijenite sve u ne seriju";
|
||||
$lang["items_change_image"] = "Promijeni sliku";
|
||||
$lang["items_confirm_bulk_edit"] = "Da li ste sigurni da želite urediti izabrane artikle?";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "Sve informacije o porezu na artikal biće zamjenjene";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "Sve informacije o porezu na artikal biće zamjenjene.";
|
||||
$lang["items_confirm_delete"] = "Da li ste sigurni da želite izbrisati izabrani artikal?";
|
||||
$lang["items_confirm_restore"] = "Da li ste sigurni da želite da vratite izabrani artikal?";
|
||||
$lang["items_cost_price"] = "FC";
|
||||
$lang["items_cost_price_number"] = "FC mora biti broj";
|
||||
$lang["items_cost_price_required"] = "FC je obavezno polje";
|
||||
$lang["items_cost_price"] = "Fakturna cijena";
|
||||
$lang["items_cost_price_number"] = "Fakturna cijena mora biti broj.";
|
||||
$lang["items_cost_price_required"] = "Fakturna cijena je obavezno polje.";
|
||||
$lang["items_count"] = "Ažuriraj zalihu";
|
||||
$lang["items_csv_import_failed"] = "Uvoz CSV-a nije uspio";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Vaša učitana datoteka nema podataka ili je pogrešnog formata";
|
||||
$lang["items_csv_import_partially_failed"] = "Uvezena je većina artikala. Ali neki nisu, evo liste";
|
||||
$lang["items_csv_import_success"] = "Uvoz artikla je uspješan";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Učitana CSV datoteka nema podatke ili je pogrešno formatirana.";
|
||||
$lang["items_csv_import_partially_failed"] = "Bilo je %1 grešaka pri uvozu stavke na liniji: %2. Nijedan red nije uvezen.";
|
||||
$lang["items_csv_import_success"] = "Uvoz CSV stavke je uspješan.";
|
||||
$lang["items_current_quantity"] = "Trenutna količina";
|
||||
$lang["items_default_pack_name"] = "Svaki";
|
||||
$lang["items_description"] = "Opis";
|
||||
$lang["items_details_count"] = "Detalji o količinama zalihe";
|
||||
$lang["items_do_nothing"] = "Ne radi ništa";
|
||||
$lang["items_edit"] = "";
|
||||
$lang["items_edit_fields_you_want_to_update"] = "Uredite polja koja želite da uredite za sve izabrane artikle";
|
||||
$lang["items_edit_fields_you_want_to_update"] = "Uredite željena polja za odabrane artikle.";
|
||||
$lang["items_edit_multiple_items"] = "Uređivanje više artikala";
|
||||
$lang["items_empty_upc_items"] = "Artikli sa praznim barkodom";
|
||||
$lang["items_error_adding_updating"] = "Greška pri dodavanju / ažuriranju artikla";
|
||||
@@ -58,34 +57,34 @@ $lang["items_is_serialized"] = "Artikal ima ser. broj";
|
||||
$lang["items_item"] = "Artikal";
|
||||
$lang["items_item_id"] = "";
|
||||
$lang["items_item_number"] = "Barkod";
|
||||
$lang["items_item_number_duplicate"] = "Broj artikla već postoji u bazi podataka";
|
||||
$lang["items_kit"] = "Garnitura";
|
||||
$lang["items_item_number_duplicate"] = "Broj artikla već postoji u bazi podataka.";
|
||||
$lang["items_kit"] = "Komplet";
|
||||
$lang["items_location"] = "Mjesto";
|
||||
$lang["items_low_inventory_items"] = "Prodaja artikala";
|
||||
$lang["items_low_sell_item"] = "Niska prodaja artikla";
|
||||
$lang["items_manually_editing_of_quantity"] = "Ručno uređivanje količine";
|
||||
$lang["items_markup"] = "";
|
||||
$lang["items_name"] = "Naziv artikla";
|
||||
$lang["items_name_required"] = "Naziv artikla je obavezno polje";
|
||||
$lang["items_name_required"] = "Naziv artikla je obavezno polje.";
|
||||
$lang["items_new"] = "Novi artikal";
|
||||
$lang["items_no_description_items"] = "Artikal nema opisa";
|
||||
$lang["items_no_items_to_display"] = "Nema artikla za prikaz";
|
||||
$lang["items_no_items_to_display"] = "Nema artikala za prikaz.";
|
||||
$lang["items_none"] = "Nijedan";
|
||||
$lang["items_none_selected"] = "Niste odabrali nijedan artikal za uređivanje";
|
||||
$lang["items_nonstock"] = "Bez zaliha";
|
||||
$lang["items_number_information"] = "Redni broj";
|
||||
$lang["items_number_required"] = "Barkod je obavezno polje";
|
||||
$lang["items_number_required"] = "Barkod je obavezno polje.";
|
||||
$lang["items_one_or_multiple"] = "artikal(i)";
|
||||
$lang["items_pack_name"] = "Naziv pakovanja";
|
||||
$lang["items_qty_per_pack"] = "Količina po pakovanju";
|
||||
$lang["items_quantity"] = "Količina";
|
||||
$lang["items_quantity_number"] = "Količina mora biti broj";
|
||||
$lang["items_quantity_number"] = "Količina mora biti broj.";
|
||||
$lang["items_quantity_required"] = "Količina je obavezno polje.";
|
||||
$lang["items_receiving_quantity"] = "Zaprimljena količina";
|
||||
$lang["items_remove_image"] = "Ukloni sliku";
|
||||
$lang["items_reorder_level"] = "Minimalna zaliha";
|
||||
$lang["items_reorder_level_number"] = "Nivo preuređivanja mora biti broj";
|
||||
$lang["items_reorder_level_required"] = "Nivo preuređivanja je obavezno polje";
|
||||
$lang["items_reorder_level_number"] = "Nivo preuređivanja mora biti broj.";
|
||||
$lang["items_reorder_level_required"] = "Nivo preuređivanja je obavezno polje.";
|
||||
$lang["items_retrive_item_info"] = "Preuzmi informacije o artiklu";
|
||||
$lang["items_sales_tax_1"] = "Prodajni porez";
|
||||
$lang["items_sales_tax_2"] = "Prodajni porez 2";
|
||||
@@ -107,13 +106,13 @@ $lang["items_tax_3"] = "";
|
||||
$lang["items_tax_category"] = "Kategorija poreza";
|
||||
$lang["items_tax_percent"] = "Procenat poreza";
|
||||
$lang["items_tax_percent_number"] = "Procenat poreza mora biti numerička vrijednost";
|
||||
$lang["items_tax_percent_required"] = "Procenat poreza je obavezno polje";
|
||||
$lang["items_tax_percent_required"] = "Procenat poreza je obavezno polje.";
|
||||
$lang["items_tax_percents"] = "Porez %";
|
||||
$lang["items_temp"] = "Privremeno";
|
||||
$lang["items_type"] = "Vrsta artikla";
|
||||
$lang["items_unit_price"] = "MPC";
|
||||
$lang["items_unit_price_number"] = "MPC mora biti broj";
|
||||
$lang["items_unit_price_required"] = "MPC je obavezno polje";
|
||||
$lang["items_unit_price"] = "Maloprodajna cijena";
|
||||
$lang["items_unit_price_number"] = "Jedinična cijena mora biti broj.";
|
||||
$lang["items_unit_price_required"] = "Maloprodajna cijena je obavezno polje.";
|
||||
$lang["items_upc_database"] = "Baza podataka bar-kodova";
|
||||
$lang["items_update"] = "Ažuriraj artikal";
|
||||
$lang["items_use_inventory_menu"] = "Koristite meni zalihe";
|
||||
|
||||
13
application/language/bs-BA/login_lang.php
Executable file → Normal file
13
application/language/bs-BA/login_lang.php
Executable file → Normal file
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["login_gcaptcha"] = "Ja nisam robot.";
|
||||
$lang["login_go"] = "Idi";
|
||||
$lang["login_invalid_gcaptcha"] = "Pogrešno ja nisam robot.";
|
||||
$lang["login_invalid_gcaptcha"] = "Molimo potvrdite da niste robot.";
|
||||
$lang["login_invalid_installation"] = "Instalacija nije ispravna, provjerite vašu php.ini datoteku.";
|
||||
$lang["login_invalid_username_and_password"] = "Pogrešno korisničko ime ili lozinka";
|
||||
$lang["login_invalid_username_and_password"] = "Pogrešno korisničko ime i/ili lozinka.";
|
||||
$lang["login_login"] = "Prijava";
|
||||
$lang["login_logout"] = "";
|
||||
$lang["login_migration_needed"] = "";
|
||||
$lang["login_logout"] = "Odjava";
|
||||
$lang["login_migration_needed"] = "Migracija baze podataka na %1 će početi nakon prijavljivanja.";
|
||||
$lang["login_password"] = "Lozinka";
|
||||
$lang["login_username"] = "Korisničko ime";
|
||||
$lang["login_welcome"] = "";
|
||||
$lang["login_welcome"] = "Dobrodošli u %1!";
|
||||
|
||||
45
application/language/bs-BA/module_lang.php
Executable file → Normal file
45
application/language/bs-BA/module_lang.php
Executable file → Normal file
@@ -1,46 +1,45 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["module_admin_cashups"] = "";
|
||||
$lang["module_admin_cashups_desc"] = "";
|
||||
$lang["module_attributes"] = "Atributi";
|
||||
$lang["module_attributes_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite atribute.";
|
||||
$lang["module_attributes_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje atributa.";
|
||||
$lang["module_both"] = "Oba";
|
||||
$lang["module_cashups"] = "Isplate";
|
||||
$lang["module_cashups_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite isplate.";
|
||||
$lang["module_cashups"] = "Gotovinsko plaćanje";
|
||||
$lang["module_cashups_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje isplata.";
|
||||
$lang["module_config"] = "Podešavanja";
|
||||
$lang["module_config_desc"] = "Promijenite OSPOS-ovu konfiguraciju";
|
||||
$lang["module_config_desc"] = "Promijenite konfiguraciju OSPOS-a.";
|
||||
$lang["module_customers"] = "Kupci";
|
||||
$lang["module_customers_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite kupce";
|
||||
$lang["module_customers_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje kupaca.";
|
||||
$lang["module_employees"] = "Zaposleni";
|
||||
$lang["module_employees_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite zaposlene";
|
||||
$lang["module_employees_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje zaposlenih.";
|
||||
$lang["module_expenses"] = "Troškovi";
|
||||
$lang["module_expenses_categories"] = "Kategorije";
|
||||
$lang["module_expenses_categories_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite kategorije.";
|
||||
$lang["module_expenses_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite troškove.";
|
||||
$lang["module_giftcards"] = "Poklon bonovi";
|
||||
$lang["module_giftcards_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite poklon bonove";
|
||||
$lang["module_expenses_categories_desc"] = "Dodavanje, ažuriranje, i brisanje kategorija.";
|
||||
$lang["module_expenses_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje troškova.";
|
||||
$lang["module_giftcards"] = "Poklon kartice";
|
||||
$lang["module_giftcards_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje poklon kartica.";
|
||||
$lang["module_home"] = "Početna";
|
||||
$lang["module_home_desc"] = "Lista modula početnog menija";
|
||||
$lang["module_home_desc"] = "Lista modula početnog menija.";
|
||||
$lang["module_item_kits"] = "Kompleti artikala";
|
||||
$lang["module_item_kits_desc"] = "Dodajte, ažurirajte, izbrišite ili pretražite komplete artikala";
|
||||
$lang["module_item_kits_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje kompleta artikala.";
|
||||
$lang["module_items"] = "Artikli";
|
||||
$lang["module_items_desc"] = "Dodajte, ažurirajte, izbrišite ili pretražite artikle";
|
||||
$lang["module_items_desc"] = "Dodavanje, ažuriranje, brisanje i pretraživanje artikala.";
|
||||
$lang["module_messages"] = "Poruke";
|
||||
$lang["module_messages_desc"] = "Šaljite poruke kupcima, dobavljačima i zaposlenima.";
|
||||
$lang["module_messages_desc"] = "Slanje poruka kupcima, dobavljačima i zaposlenima.";
|
||||
$lang["module_migrate"] = "Migracija";
|
||||
$lang["module_migrate_desc"] = "Ažurirajte OSPOS bazu podataka";
|
||||
$lang["module_migrate_desc"] = "Ažurirajte OSPOS bazu podataka.";
|
||||
$lang["module_office"] = "Administracija";
|
||||
$lang["module_office_desc"] = "Lista modula kancelarijskog menija";
|
||||
$lang["module_office_desc"] = "Lista modula kancelarijskog menija.";
|
||||
$lang["module_receivings"] = "Ulazi";
|
||||
$lang["module_receivings_desc"] = "Obrada narudžbenice";
|
||||
$lang["module_receivings_desc"] = "Obrada narudžbenica.";
|
||||
$lang["module_reports"] = "Izvještaji";
|
||||
$lang["module_reports_desc"] = "Pogledajte i generišite izvještaje";
|
||||
$lang["module_reports_desc"] = "Pogledajte i generišite izvještaje.";
|
||||
$lang["module_sales"] = "Prodaja";
|
||||
$lang["module_sales_desc"] = "Obrada prodaje i povrata";
|
||||
$lang["module_sales_desc"] = "Obrada prodaje i povrata.";
|
||||
$lang["module_suppliers"] = "Dobavljači";
|
||||
$lang["module_suppliers_desc"] = "Dodajte, ažurirajte, izbrišite ili pretražite dobavljače";
|
||||
$lang["module_suppliers_desc"] = "Dodajte, ažurirajte, izbrišite i pretražite dobavljače.";
|
||||
$lang["module_taxes"] = "Porezi";
|
||||
$lang["module_taxes_desc"] = "Konfigurišite poreze na promet";
|
||||
$lang["module_taxes_desc"] = "Konfigurišite poreze na promet.";
|
||||
$lang["module_timeclocks"] = "";
|
||||
$lang["module_timeclocks_categories"] = "";
|
||||
$lang["module_timeclocks_categories_desc"] = "";
|
||||
|
||||
21
application/language/bs-BA/receivings_lang.php
Executable file → Normal file
21
application/language/bs-BA/receivings_lang.php
Executable file → Normal file
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["receivings_amount_due"] = "";
|
||||
$lang["receivings_cancel_receiving"] = "Otkaži";
|
||||
$lang["receivings_cannot_be_deleted"] = "Ulaz(i) ne mogu biti Izbrisani";
|
||||
$lang["receivings_cannot_be_deleted"] = "Ulaz(i) ne mogu biti Izbrisani.";
|
||||
$lang["receivings_comments"] = "Komentar";
|
||||
$lang["receivings_complete_receiving"] = "Završi";
|
||||
$lang["receivings_confirm_cancel_receiving"] = "Da li ste sigurni da želite da izbrišete ovaj prijem? Sve stavke će biti izbrisane.";
|
||||
@@ -12,15 +11,15 @@ $lang["receivings_confirm_restore"] = "";
|
||||
$lang["receivings_cost"] = "Trošak";
|
||||
$lang["receivings_daily"] = "";
|
||||
$lang["receivings_date"] = "Datum";
|
||||
$lang["receivings_date_required"] = "Mora se unijeti ispravan datum";
|
||||
$lang["receivings_date_type"] = "Datum je obavezno polje";
|
||||
$lang["receivings_date_required"] = "Mora se unijeti ispravan datum.";
|
||||
$lang["receivings_date_type"] = "Datum je obavezno polje.";
|
||||
$lang["receivings_delete_entire_sale"] = "Izbriši cijelu prodaju";
|
||||
$lang["receivings_discount"] = "Popust";
|
||||
$lang["receivings_edit"] = "Uredi";
|
||||
$lang["receivings_edit_sale"] = "Uređivanje ulaza";
|
||||
$lang["receivings_employee"] = "Zaposleni";
|
||||
$lang["receivings_error_editing_item"] = "Uređivanje stavke nije uspjelo";
|
||||
$lang["receivings_error_requisition"] = "Nije moguće premjestiti zalihu sa ili na istu lokaciju skladišta";
|
||||
$lang["receivings_error_editing_item"] = "Uređivanje stavke nije uspjelo.";
|
||||
$lang["receivings_error_requisition"] = "Nije moguće premjestiti zalihu sa ili na istu lokaciju skladišta.";
|
||||
$lang["receivings_find_or_scan_item"] = "Pronađite ili skenirajte artikal";
|
||||
$lang["receivings_find_or_scan_item_or_receipt"] = "Pronađite ili skenirajte stavku ili račun";
|
||||
$lang["receivings_id"] = "ID prijema";
|
||||
@@ -35,7 +34,7 @@ $lang["receivings_receipt_number"] = "Ulazni račun #";
|
||||
$lang["receivings_receiving"] = "Ulaz";
|
||||
$lang["receivings_reference"] = "Referenca";
|
||||
$lang["receivings_register"] = "Stavke ulaza";
|
||||
$lang["receivings_requisition"] = "Trebovanje.";
|
||||
$lang["receivings_requisition"] = "Trebovanje";
|
||||
$lang["receivings_return"] = "Povrat";
|
||||
$lang["receivings_select_supplier"] = "Izaberite dobavljača (neobavezno)";
|
||||
$lang["receivings_ship_pack"] = "Otpremanje pakovanja";
|
||||
@@ -51,7 +50,7 @@ $lang["receivings_supplier_address"] = "Adresa";
|
||||
$lang["receivings_supplier_email"] = "E-mail";
|
||||
$lang["receivings_supplier_location"] = "Mjesto";
|
||||
$lang["receivings_total"] = "Ukupno";
|
||||
$lang["receivings_transaction_failed"] = "Transakcija prijema nije uspjela";
|
||||
$lang["receivings_unable_to_add_item"] = "Dodavanje stavke u prijem nije uspjelo";
|
||||
$lang["receivings_unsuccessfully_updated"] = "Ažuriranje ulaza nije uspjelo";
|
||||
$lang["receivings_transaction_failed"] = "Transakcija(e) prijema nije uspela.";
|
||||
$lang["receivings_unable_to_add_item"] = "Dodavanje stavke u prijem nije uspelo.";
|
||||
$lang["receivings_unsuccessfully_updated"] = "Ažuriranje ulaza nije uspjelo.";
|
||||
$lang["receivings_update"] = "Ažuriraj";
|
||||
|
||||
19
application/language/bs-BA/reports_lang.php
Executable file → Normal file
19
application/language/bs-BA/reports_lang.php
Executable file → Normal file
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["reports_all"] = "Svi";
|
||||
$lang["reports_authority"] = "Ovlašćenja";
|
||||
$lang["reports_canceled"] = "Otkazano";
|
||||
@@ -19,8 +18,8 @@ $lang["reports_complete"] = "Završena prodaja i povrat";
|
||||
$lang["reports_completed_sales"] = "Kompletirana prodaja";
|
||||
$lang["reports_confirm_delete"] = "Da li ste sigurni da želite da izbrišete izabrani unos?";
|
||||
$lang["reports_confirm_restore"] = "Da li ste sigurni da želite da vratite izabrani unos?";
|
||||
$lang["reports_cost"] = "Trošak";
|
||||
$lang["reports_cost_price"] = "FC";
|
||||
$lang["reports_cost"] = "Cijena";
|
||||
$lang["reports_cost_price"] = "Fakturna cijena";
|
||||
$lang["reports_count"] = "Broj";
|
||||
$lang["reports_customer"] = "Kupac";
|
||||
$lang["reports_customers"] = "Kupci";
|
||||
@@ -73,7 +72,7 @@ $lang["reports_low_inventory_report"] = "Izvještaj niske zalihe";
|
||||
$lang["reports_low_sell_quantity"] = "Niska prodaja";
|
||||
$lang["reports_more_than_zero"] = "Više od nule";
|
||||
$lang["reports_name"] = "Naziv";
|
||||
$lang["reports_no_reports_to_display"] = "Nema artikala za prikaz";
|
||||
$lang["reports_no_reports_to_display"] = "Nema artikala za prikaz.";
|
||||
$lang["reports_payment_type"] = "Tip plaćanja";
|
||||
$lang["reports_payments"] = "Plaćanja";
|
||||
$lang["reports_payments_summary_report"] = "Zbirni izvještaj plaćanja";
|
||||
@@ -115,33 +114,33 @@ $lang["reports_sold_to"] = "Prodano";
|
||||
$lang["reports_stock_location"] = "Lokacija skladišta";
|
||||
$lang["reports_sub_total_value"] = "Međuzbir";
|
||||
$lang["reports_subtotal"] = "Međuzbir";
|
||||
$lang["reports_summary_reports"] = "Zbirni izvještaj";
|
||||
$lang["reports_summary_reports"] = "Zbirni izvještaji";
|
||||
$lang["reports_supplied_by"] = "Nabavljeno od";
|
||||
$lang["reports_supplier"] = "Dobavljač";
|
||||
$lang["reports_suppliers"] = "Dobavljači";
|
||||
$lang["reports_suppliers_summary_report"] = "Zbirni izvještaj po dobavljačima";
|
||||
$lang["reports_tax"] = "Porez";
|
||||
$lang["reports_tax_category"] = "Kategorija poreza";
|
||||
$lang["reports_tax_name"] = "";
|
||||
$lang["reports_tax_name"] = "Naziv poreza";
|
||||
$lang["reports_tax_percent"] = "Procenat poreza";
|
||||
$lang["reports_tax_rate"] = "Poreska stopa";
|
||||
$lang["reports_taxes"] = "Porezi";
|
||||
$lang["reports_taxes_summary_report"] = "Zbirni izvještaj poreza";
|
||||
$lang["reports_total"] = "Ukupno";
|
||||
$lang["reports_total_inventory_value"] = "Ukupan iznos zalihe";
|
||||
$lang["reports_total_low_sell_quantity"] = "Ukupna količina niskih prodaja";
|
||||
$lang["reports_total_low_sell_quantity"] = "Ukupno količina niskih prodaja";
|
||||
$lang["reports_total_quantity"] = "Ukupna količina";
|
||||
$lang["reports_total_retail"] = "Ukupna vrijednost zalihe na malo";
|
||||
$lang["reports_trans_amount"] = "Iznos transakcije";
|
||||
$lang["reports_trans_due"] = "Dug";
|
||||
$lang["reports_trans_group"] = "Grpa transakcija";
|
||||
$lang["reports_trans_group"] = "Grupa transakcije";
|
||||
$lang["reports_trans_nopay_sales"] = "Prodaje bez plaćanja";
|
||||
$lang["reports_trans_payments"] = "Plaćanja";
|
||||
$lang["reports_trans_refunded"] = "Refundirano";
|
||||
$lang["reports_trans_sales"] = "Prodaja";
|
||||
$lang["reports_trans_type"] = "Tip transakcije";
|
||||
$lang["reports_type"] = "Tip";
|
||||
$lang["reports_unit_price"] = "MPC";
|
||||
$lang["reports_unit_price"] = "Maloprodajna cijena";
|
||||
$lang["reports_used"] = "Korišćeni poeni";
|
||||
$lang["reports_work_orders"] = "Radni nalozi";
|
||||
$lang["reports_zero_and_less"] = "Nula i manje";
|
||||
|
||||
65
application/language/bs-BA/sales_lang.php
Executable file → Normal file
65
application/language/bs-BA/sales_lang.php
Executable file → Normal file
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "Dostupni bodovi";
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Dostupni poeni";
|
||||
$lang["rewards_package"] = "Nagrade";
|
||||
$lang["rewards_remaining_balance"] = "Preostala vrijednost nagradnih bodova je ";
|
||||
$lang["sales_account_number"] = "Broj računa";
|
||||
@@ -14,7 +13,7 @@ $lang["sales_cash_1"] = "";
|
||||
$lang["sales_cash_2"] = "";
|
||||
$lang["sales_cash_3"] = "";
|
||||
$lang["sales_cash_4"] = "";
|
||||
$lang["sales_cash_adjustment"] = "";
|
||||
$lang["sales_cash_adjustment"] = "Usklađivanje gotovine";
|
||||
$lang["sales_cash_deposit"] = "Polog gotovine";
|
||||
$lang["sales_cash_filter"] = "Gotovina";
|
||||
$lang["sales_change_due"] = "Kusur";
|
||||
@@ -40,7 +39,7 @@ $lang["sales_customer_address"] = "Adresa kupca";
|
||||
$lang["sales_customer_discount"] = "Popust";
|
||||
$lang["sales_customer_email"] = "E-mail kupca";
|
||||
$lang["sales_customer_location"] = "Mjesto kupca";
|
||||
$lang["sales_customer_mailchimp_status"] = "Mailchimp status";
|
||||
$lang["sales_customer_mailchimp_status"] = "Status MailChimp-a";
|
||||
$lang["sales_customer_optional"] = "(Potrebno za odloženo plaćanje)";
|
||||
$lang["sales_customer_required"] = "Obavezno";
|
||||
$lang["sales_customer_total"] = "Ukupno";
|
||||
@@ -48,15 +47,15 @@ $lang["sales_customer_total_spent"] = "";
|
||||
$lang["sales_daily_sales"] = "";
|
||||
$lang["sales_date"] = "Datum prodaje";
|
||||
$lang["sales_date_range"] = "Period";
|
||||
$lang["sales_date_required"] = "Morate unijeti ispravan datum";
|
||||
$lang["sales_date_type"] = "Datum je obavezno polje";
|
||||
$lang["sales_date_required"] = "Morate unijeti ispravan datum.";
|
||||
$lang["sales_date_type"] = "Datum je obavezno polje.";
|
||||
$lang["sales_debit"] = "Dugovna kartica";
|
||||
$lang["sales_debit_filter"] = "";
|
||||
$lang["sales_delete"] = "Dozvoli brisanje";
|
||||
$lang["sales_delete_confirmation"] = "Da li ste sigurni da želite da izbrišete ovu prodaju? Ova radnja se ne može opozvati?";
|
||||
$lang["sales_delete_confirmation"] = "Da li ste sigurni da želite da izbrišete ovu prodaju? Ova radnja se ne može opozvati.";
|
||||
$lang["sales_delete_entire_sale"] = "Izbriši cijelu prodaju";
|
||||
$lang["sales_delete_successful"] = "Prodaja izbrisana uspješna";
|
||||
$lang["sales_delete_unsuccessful"] = "Brisanje prodaje nije uspjelo";
|
||||
$lang["sales_delete_successful"] = "Prodaja je uspješno izbrisana.";
|
||||
$lang["sales_delete_unsuccessful"] = "Brisanje prodaje nije uspjelo.";
|
||||
$lang["sales_description_abbrv"] = "Opis";
|
||||
$lang["sales_discard"] = "Odbaci";
|
||||
$lang["sales_discard_quote"] = "";
|
||||
@@ -74,10 +73,10 @@ $lang["sales_entry"] = "Ulaz";
|
||||
$lang["sales_error_editing_item"] = "Greška pri uređivanju artikla";
|
||||
$lang["sales_find_or_scan_item"] = "Pronađi/Skeniraj artikal";
|
||||
$lang["sales_find_or_scan_item_or_receipt"] = "Pronađi/Skeniraj artikal ili priznanicu";
|
||||
$lang["sales_giftcard"] = "Poklon bon";
|
||||
$lang["sales_giftcard_balance"] = "Saldo poklon bona";
|
||||
$lang["sales_giftcard"] = "Poklon kartica";
|
||||
$lang["sales_giftcard_balance"] = "Saldo poklon kartice";
|
||||
$lang["sales_giftcard_filter"] = "";
|
||||
$lang["sales_giftcard_number"] = "Broj poklon bona";
|
||||
$lang["sales_giftcard_number"] = "Broj poklon kartice";
|
||||
$lang["sales_group_by_category"] = "Grupiraj po kategoriji";
|
||||
$lang["sales_group_by_type"] = "Grupiraj po tipu";
|
||||
$lang["sales_hsn"] = "HSN";
|
||||
@@ -87,9 +86,9 @@ $lang["sales_invoice"] = "Faktura";
|
||||
$lang["sales_invoice_confirm"] = "Ova faktura će biti poslata na";
|
||||
$lang["sales_invoice_enable"] = "Broj fakture";
|
||||
$lang["sales_invoice_filter"] = "Fakture";
|
||||
$lang["sales_invoice_no_email"] = "Kupac nema ispravan e-mail";
|
||||
$lang["sales_invoice_no_email"] = "Kupac nema važeću adresu e-pošte.";
|
||||
$lang["sales_invoice_number"] = "Broj fakture";
|
||||
$lang["sales_invoice_number_duplicate"] = "Broj fakture %1 mora biti jedinstven";
|
||||
$lang["sales_invoice_number_duplicate"] = "Broj fakture %1 mora biti jedinstven.";
|
||||
$lang["sales_invoice_sent"] = "Faktura poslata";
|
||||
$lang["sales_invoice_total"] = "Ukupan iznos fakture";
|
||||
$lang["sales_invoice_type_custom_invoice"] = "Prilagođena faktura (custom_invoice.php)";
|
||||
@@ -98,10 +97,10 @@ $lang["sales_invoice_type_invoice"] = "Faktura (invoice.php)";
|
||||
$lang["sales_invoice_type_tax_invoice"] = "Poreska faktura (tax_invoice.php)";
|
||||
$lang["sales_invoice_unsent"] = "Faktura nije poslata";
|
||||
$lang["sales_invoice_update"] = "Ažuriranje";
|
||||
$lang["sales_item_insufficient_of_stock"] = "Artikla nema na zalihi";
|
||||
$lang["sales_item_insufficient_of_stock"] = "Artikla nema dovoljno na zalihi.";
|
||||
$lang["sales_item_name"] = "Naziv artikla";
|
||||
$lang["sales_item_number"] = "Barkod";
|
||||
$lang["sales_item_out_of_stock"] = "Stavka je rasprodana";
|
||||
$lang["sales_item_out_of_stock"] = "Artikal je rasprodan.";
|
||||
$lang["sales_key_browser"] = "";
|
||||
$lang["sales_key_cancel"] = "Cancels Current Quote/Invoice/Sale";
|
||||
$lang["sales_key_customer_search"] = "Customer Search";
|
||||
@@ -125,21 +124,21 @@ $lang["sales_key_tendered"] = "Edit Amount Tendered";
|
||||
$lang["sales_key_title"] = "Sales Keyboard Shortcuts";
|
||||
$lang["sales_mc"] = "";
|
||||
$lang["sales_mode"] = "Mod registrovanja";
|
||||
$lang["sales_must_enter_numeric"] = "Morate unijeti numeričku vrijednost za količinu";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Morate unijeti numeričku vrijednost za poklon bon";
|
||||
$lang["sales_must_enter_numeric"] = "Ponuđeni iznos mora biti broj.";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Broj poklon kartice mora biti broj.";
|
||||
$lang["sales_new_customer"] = "Novi kupac";
|
||||
$lang["sales_new_item"] = "Novi artikal";
|
||||
$lang["sales_no_description"] = "Nema opisa";
|
||||
$lang["sales_no_filter"] = "Svi";
|
||||
$lang["sales_no_items_in_cart"] = "Košarica je prazna";
|
||||
$lang["sales_no_sales_to_display"] = "Nema artikala za prikaz";
|
||||
$lang["sales_none_selected"] = "Niste izabrali nijedu prodaju za brisanje";
|
||||
$lang["sales_no_items_in_cart"] = "Nema artikala u korpi.";
|
||||
$lang["sales_no_sales_to_display"] = "Nema prodaje za prikaz.";
|
||||
$lang["sales_none_selected"] = "Niste izabrali nijedu prodaju za brisanje.";
|
||||
$lang["sales_nontaxed_ind"] = " ";
|
||||
$lang["sales_not_authorized"] = "Ova radnja nije ovlašćena.";
|
||||
$lang["sales_one_or_multiple"] = "Prodaja";
|
||||
$lang["sales_payment"] = "Tip plaćanja";
|
||||
$lang["sales_payment_amount"] = "Iznos";
|
||||
$lang["sales_payment_not_cover_total"] = "Iznos plaćanja mora biti veći ili jednak ukupnom iznosu";
|
||||
$lang["sales_payment_not_cover_total"] = "Iznos plaćanja mora biti veći ili jednak ukupnom iznosu.";
|
||||
$lang["sales_payment_type"] = "Tip";
|
||||
$lang["sales_payments"] = "";
|
||||
$lang["sales_payments_total"] = "Ukupno plaćeno";
|
||||
@@ -147,7 +146,7 @@ $lang["sales_price"] = "Cijena";
|
||||
$lang["sales_print_after_sale"] = "Štampaj poslije prodaje";
|
||||
$lang["sales_quantity"] = "Količina";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "Upozorenje! Željena količina je ispod minimalne.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Upozorenje! Željena količina je nedovoljna. Možete nastaviti prodaju, ali provjerite svoju zalihu.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Upozorenje: Željena količina je nedovoljna. Možete nastaviti prodaju, ali provjerite svoju zalihu.";
|
||||
$lang["sales_quantity_of_items"] = "Količina od %1 stavke(i)";
|
||||
$lang["sales_quote"] = "Ponuda";
|
||||
$lang["sales_quote_number"] = "Broj ponude";
|
||||
@@ -156,7 +155,7 @@ $lang["sales_quote_sent"] = "Ponuda poslata na";
|
||||
$lang["sales_quote_unsent"] = "Ponuda nije poslata na";
|
||||
$lang["sales_receipt"] = "Račun";
|
||||
$lang["sales_receipt_no_email"] = "Ovaj kupac nema važeću e-mail adresu.";
|
||||
$lang["sales_receipt_number"] = "Račun br.";
|
||||
$lang["sales_receipt_number"] = "Rasprodaja #";
|
||||
$lang["sales_receipt_sent"] = "Račun poslat";
|
||||
$lang["sales_receipt_unsent"] = "Račun nije poslat";
|
||||
$lang["sales_refund"] = "Tip povrata";
|
||||
@@ -183,14 +182,14 @@ $lang["sales_show_due"] = "";
|
||||
$lang["sales_show_invoice"] = "Pokaži fakturu";
|
||||
$lang["sales_show_receipt"] = "Pokaži račun";
|
||||
$lang["sales_start_typing_customer_name"] = "Počnite upisivati naziv kupca ...";
|
||||
$lang["sales_start_typing_item_name"] = "Počnite upisivati naziv artikla ili skenirajte barkod";
|
||||
$lang["sales_start_typing_item_name"] = "Počnite upisivati naziv artikla ili skenirajte barkod...";
|
||||
$lang["sales_stock"] = "Zaliha";
|
||||
$lang["sales_stock_location"] = "Lokacija skladišta";
|
||||
$lang["sales_sub_total"] = "Međuzbir";
|
||||
$lang["sales_successfully_deleted"] = "Uspješno ste izbrisali";
|
||||
$lang["sales_successfully_restored"] = "Uspješno ste obnovili";
|
||||
$lang["sales_successfully_suspended_sale"] = "Obustava prodaje je uspjela";
|
||||
$lang["sales_successfully_updated"] = "Uspješno ste ažurirali prodaju";
|
||||
$lang["sales_successfully_suspended_sale"] = "Obustava prodaje je uspjela.";
|
||||
$lang["sales_successfully_updated"] = "Prodaja je uspješno ažurirana.";
|
||||
$lang["sales_suspend_sale"] = "Obustavi";
|
||||
$lang["sales_suspended_doc_id"] = "Dokument";
|
||||
$lang["sales_suspended_sale_id"] = "ID";
|
||||
@@ -201,15 +200,15 @@ $lang["sales_tax"] = "Porez";
|
||||
$lang["sales_tax_id"] = "Porez Id";
|
||||
$lang["sales_tax_invoice"] = "Poreska faktura";
|
||||
$lang["sales_tax_percent"] = "Porez %";
|
||||
$lang["sales_taxed_ind"] = "T";
|
||||
$lang["sales_taxed_ind"] = "P";
|
||||
$lang["sales_total"] = "Ukupno";
|
||||
$lang["sales_total_tax_exclusive"] = "Porez isključen";
|
||||
$lang["sales_transaction_failed"] = "Obrada nije ispravna.";
|
||||
$lang["sales_unable_to_add_item"] = "Artikal nije moguće dodati";
|
||||
$lang["sales_unsuccessfully_deleted"] = "Prodaju(e) nije moguće izbrisati";
|
||||
$lang["sales_unable_to_add_item"] = "Dodavanje artikla u rasprodaju nije uspjelo";
|
||||
$lang["sales_unsuccessfully_deleted"] = "Brisanje prodaje nije uspjelo.";
|
||||
$lang["sales_unsuccessfully_restored"] = "Obnova prodaje(a) nije uspjela.";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Obustava prodaje nije uspjela";
|
||||
$lang["sales_unsuccessfully_updated"] = "Prodaju(e) nije moguće ažurirati";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Obustava prodaje nije uspjela.";
|
||||
$lang["sales_unsuccessfully_updated"] = "Ažuriranje prodaje nije uspjelo.";
|
||||
$lang["sales_unsuspend"] = "Odustani";
|
||||
$lang["sales_unsuspend_and_delete"] = "Akcija";
|
||||
$lang["sales_update"] = "Ažuriranje";
|
||||
|
||||
7
application/language/bs-BA/suppliers_lang.php
Executable file → Normal file
7
application/language/bs-BA/suppliers_lang.php
Executable file → Normal file
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["suppliers_account_number"] = "Broj računa";
|
||||
$lang["suppliers_agency_name"] = "Naziv agencije";
|
||||
$lang["suppliers_cannot_be_deleted"] = "Brisanje izabranih dobavljača nije uspjelo. Jedan ili više njih imaju prodaju.";
|
||||
@@ -9,10 +8,10 @@ $lang["suppliers_company_name_required"] = "Dobavljač je obavezan.";
|
||||
$lang["suppliers_confirm_delete"] = "Da li ste sigurni da želite da izbrišete izabranog dobavljača?";
|
||||
$lang["suppliers_confirm_restore"] = "Da li ste sigurni da želite vratiti izabranog dobavljača?";
|
||||
$lang["suppliers_cost"] = "Trošak dobavljača";
|
||||
$lang["suppliers_error_adding_updating"] = "Ažuriranje ili dodavanje dobavljača nije uspjelo";
|
||||
$lang["suppliers_error_adding_updating"] = "Ažuriranje ili dodavanje dobavljača nije uspjelo.";
|
||||
$lang["suppliers_goods"] = "Roba dobavljača";
|
||||
$lang["suppliers_new"] = "Novi dobavljač";
|
||||
$lang["suppliers_none_selected"] = "Niste izabrali nijednog dobavljača za brisanje";
|
||||
$lang["suppliers_none_selected"] = "Niste izabrali nijednog dobavljača za brisanje.";
|
||||
$lang["suppliers_one_or_multiple"] = "Dobavljač(i)";
|
||||
$lang["suppliers_successful_adding"] = "Uspješno ste dodali dobavljača";
|
||||
$lang["suppliers_successful_deleted"] = "Uspješno ste Izbrisali dobavljača";
|
||||
|
||||
17
application/language/bs-BA/taxes_lang.php
Executable file → Normal file
17
application/language/bs-BA/taxes_lang.php
Executable file → Normal file
@@ -1,11 +1,10 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["taxes_add_exception"] = "Dodaj izuzetak";
|
||||
$lang["taxes_cascade"] = "Kaskada";
|
||||
$lang["taxes_cascade_sequence"] = "Kaskadni slijed";
|
||||
$lang["taxes_cascade_sequence"] = "Kaskadni redoslijed";
|
||||
$lang["taxes_city"] = "Mjesto";
|
||||
$lang["taxes_code"] = "Šifra poreza";
|
||||
$lang["taxes_confirm_delete"] = "Da li ste sigurni da želite da izbrišete ovu šifru poreza? Ova radnja se ne može opozvati?";
|
||||
$lang["taxes_confirm_delete"] = "Da li ste sigurni da želite da izbrišete ovu šifru poreza? Ova radnja se ne može opozvati";
|
||||
$lang["taxes_confirm_restore"] = "Da li ste sigurni da želite da vratite izabranu šifru poreza?";
|
||||
$lang["taxes_default_tax_category"] = "Podrazumjevana kategorija";
|
||||
$lang["taxes_default_tax_rate"] = "Podrazumjevana stopa poreza";
|
||||
@@ -17,11 +16,11 @@ $lang["taxes_new"] = "Nova šifra poreza";
|
||||
$lang["taxes_no_taxes"] = "";
|
||||
$lang["taxes_no_taxes_to_display"] = "Nije dostupna nijedan šifra poreza";
|
||||
$lang["taxes_reporting_authority"] = "Organ za izvještavanje";
|
||||
$lang["taxes_round_half_down"] = "Half Down";
|
||||
$lang["taxes_round_half_even"] = "Half Even";
|
||||
$lang["taxes_round_half_odd"] = "Half Odd";
|
||||
$lang["taxes_round_half_up"] = "Half Up";
|
||||
$lang["taxes_rounding_code"] = "Zaokruživanje";
|
||||
$lang["taxes_round_half_down"] = "Pola dolje";
|
||||
$lang["taxes_round_half_even"] = "Pola ravnomjerno";
|
||||
$lang["taxes_round_half_odd"] = "Pola neparno";
|
||||
$lang["taxes_round_half_up"] = "Pola gore";
|
||||
$lang["taxes_rounding_code"] = "Kod zaokruživanja";
|
||||
$lang["taxes_sales_tax"] = "Porez na promet";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Porez na promet po fakturi";
|
||||
$lang["taxes_sequence"] = "Sekv.";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Address 1";
|
||||
$lang["common_address_2"] = "Address 2";
|
||||
$lang["common_admin"] = "";
|
||||
@@ -81,7 +80,7 @@ $lang["common_unknown"] = "Unknown";
|
||||
$lang["common_view_recent_sales"] = "View Recent Sales";
|
||||
$lang["common_website"] = "opensourcepos.org";
|
||||
$lang["common_welcome"] = "Welcome";
|
||||
$lang["common_welcome_message"] = "Welcome to OSPOS, click on a module to get started.";
|
||||
$lang["common_welcome_message"] = "Welcome to OSPOS, click a module below to get started.";
|
||||
$lang["common_yes"] = "";
|
||||
$lang["common_you_are_using_ospos"] = "";
|
||||
$lang["common_zip"] = "Post Code";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Puntos disponibles";
|
||||
$lang["rewards_package"] = "Premios";
|
||||
$lang["rewards_remaining_balance"] = "El remanente de puntos es ";
|
||||
@@ -147,7 +146,7 @@ $lang["sales_price"] = "Precio";
|
||||
$lang["sales_print_after_sale"] = "Imprimir recibo después de una venta";
|
||||
$lang["sales_quantity"] = "Cantidad";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "Advertencia. La cantidad deseada es insuficiente.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Advertencia. La cantidad deseada está agotada en stock. Puedes procesar la venta pero audita el inventario.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Advertencia. La cantidad deseada no tiene stock suficiente. Puedes procesar la venta pero revisa tu inventario.";
|
||||
$lang["sales_quantity_of_items"] = "Cantidad de %1 articulos";
|
||||
$lang["sales_quote"] = "Cotizar";
|
||||
$lang["sales_quote_number"] = "Número de Presupuesto";
|
||||
@@ -205,7 +204,7 @@ $lang["sales_taxed_ind"] = "Ventas gravadas";
|
||||
$lang["sales_total"] = "Total";
|
||||
$lang["sales_total_tax_exclusive"] = "Sin impuesto";
|
||||
$lang["sales_transaction_failed"] = "La transacción de venta falló.";
|
||||
$lang["sales_unable_to_add_item"] = "Error al agregar artículo a la venta. Agotado";
|
||||
$lang["sales_unable_to_add_item"] = "Error al agregar artículo a la venta. Stock Agotado";
|
||||
$lang["sales_unsuccessfully_deleted"] = "Ha fallado la eliminación de la Venta.";
|
||||
$lang["sales_unsuccessfully_restored"] = "Restaurar Venta fallida.";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Venta suspendida satisfactoriamente.";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Alamat 1";
|
||||
$lang["common_address_2"] = "Alamat 2";
|
||||
$lang["common_admin"] = "";
|
||||
@@ -33,8 +32,8 @@ $lang["common_gender"] = "Jenis Kelamin";
|
||||
$lang["common_gender_female"] = "P";
|
||||
$lang["common_gender_male"] = "L";
|
||||
$lang["common_gender_undefined"] = "";
|
||||
$lang["common_icon"] = "";
|
||||
$lang["common_id"] = "Nomor";
|
||||
$lang["common_icon"] = "ikon";
|
||||
$lang["common_id"] = "Nomor ID";
|
||||
$lang["common_import"] = "Impor";
|
||||
$lang["common_import_change_file"] = "Ubah";
|
||||
$lang["common_import_csv"] = "Impor dari CSV";
|
||||
@@ -47,8 +46,8 @@ $lang["common_last_name_required"] = "Nama belakang harus diisi.";
|
||||
$lang["common_last_page"] = "Akhir";
|
||||
$lang["common_learn_about_project"] = "Untuk mempelajari informasi terbaru tentang proyek ini.";
|
||||
$lang["common_list_of"] = "Daftar";
|
||||
$lang["common_logo"] = "";
|
||||
$lang["common_logo_mark"] = "";
|
||||
$lang["common_logo"] = "Logo";
|
||||
$lang["common_logo_mark"] = "Tanda";
|
||||
$lang["common_logout"] = "Keluar";
|
||||
$lang["common_manager"] = "";
|
||||
$lang["common_migration_needed"] = "Migrasi data ke %1 akan dimulai setelah masuk.";
|
||||
@@ -73,7 +72,7 @@ $lang["common_search"] = "Cari";
|
||||
$lang["common_search_options"] = "Pilihan pencarian";
|
||||
$lang["common_searched_for"] = "Mencari untuk";
|
||||
$lang["common_software_short"] = "";
|
||||
$lang["common_software_title"] = "";
|
||||
$lang["common_software_title"] = "Sumber Terbuka Titik Penjualan";
|
||||
$lang["common_state"] = "Provinsi";
|
||||
$lang["common_submit"] = "Kirim";
|
||||
$lang["common_total_spent"] = "Total";
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["login_gcaptcha"] = "Saya bukan robot.";
|
||||
$lang["login_go"] = "Lanjutkan";
|
||||
$lang["login_invalid_gcaptcha"] = "Silahkan verifikasi bahwa anda bukan robot.";
|
||||
$lang["login_invalid_gcaptcha"] = "Tolong buktikan bahwa anda bukan robot.";
|
||||
$lang["login_invalid_installation"] = "Instalasi tidak benar, periksa file php.ini Anda.";
|
||||
$lang["login_invalid_username_and_password"] = "Nama Pengguna/Kata Kunci Salah.";
|
||||
$lang["login_invalid_username_and_password"] = "Nama Pengguna Atau Sandi Salah.";
|
||||
$lang["login_login"] = "Masuk";
|
||||
$lang["login_logout"] = "";
|
||||
$lang["login_migration_needed"] = "";
|
||||
$lang["login_logout"] = "Keluar";
|
||||
$lang["login_migration_needed"] = "Migrasi basis data untuk %1 akan di mulai setelah masuk.";
|
||||
$lang["login_password"] = "Kata kunci";
|
||||
$lang["login_username"] = "Nama Anda";
|
||||
$lang["login_welcome"] = "";
|
||||
$lang["login_welcome"] = "Selamat Datang di %1!";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Adres 1";
|
||||
$lang["common_address_2"] = "Adres 2";
|
||||
$lang["common_admin"] = "";
|
||||
@@ -33,7 +32,7 @@ $lang["common_gender"] = "Geslacht";
|
||||
$lang["common_gender_female"] = "V";
|
||||
$lang["common_gender_male"] = "M";
|
||||
$lang["common_gender_undefined"] = "";
|
||||
$lang["common_icon"] = "Icoon";
|
||||
$lang["common_icon"] = "Pictogram";
|
||||
$lang["common_id"] = "ID";
|
||||
$lang["common_import"] = "Importeren";
|
||||
$lang["common_import_change_file"] = "Wijzigen";
|
||||
|
||||
@@ -1,31 +1,30 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Wartość atrybutu nie może zawierać'_' lub '|'";
|
||||
$lang["attributes_confirm_delete"] = "";
|
||||
$lang["attributes_confirm_restore"] = "";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "";
|
||||
$lang["attributes_definition_error_adding_updating"] = "";
|
||||
$lang["attributes_definition_flags"] = "";
|
||||
$lang["attributes_definition_group"] = "";
|
||||
$lang["attributes_definition_id"] = "";
|
||||
$lang["attributes_definition_name"] = "";
|
||||
$lang["attributes_definition_name_required"] = "";
|
||||
$lang["attributes_definition_one_or_multiple"] = "";
|
||||
$lang["attributes_definition_successful_adding"] = "";
|
||||
$lang["attributes_definition_successful_deleted"] = "";
|
||||
$lang["attributes_definition_successful_updating"] = "";
|
||||
$lang["attributes_definition_type"] = "";
|
||||
$lang["attributes_definition_type_required"] = "";
|
||||
$lang["attributes_definition_unit"] = "";
|
||||
$lang["attributes_definition_values"] = "";
|
||||
$lang["attributes_new"] = "";
|
||||
$lang["attributes_no_attributes_to_display"] = "";
|
||||
$lang["attributes_receipt_visibility"] = "";
|
||||
$lang["attributes_show_in_items"] = "";
|
||||
$lang["attributes_show_in_items_visibility"] = "";
|
||||
$lang["attributes_show_in_receipt"] = "";
|
||||
$lang["attributes_show_in_receivings"] = "";
|
||||
$lang["attributes_show_in_receivings_visibility"] = "";
|
||||
$lang["attributes_show_in_sales"] = "";
|
||||
$lang["attributes_show_in_sales_visibility"] = "";
|
||||
$lang["attributes_update"] = "";
|
||||
$lang["attributes_confirm_delete"] = "Czy jesteś pewny, że chcesz usunąć wybrane atrybuty?";
|
||||
$lang["attributes_confirm_restore"] = "Czy jesteś pewien, że chcesz przywrócić zaznaczone atrybuty?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "Nie można usunąć wybranych atrybutów";
|
||||
$lang["attributes_definition_error_adding_updating"] = "Atrybut 51 nie może zostać dodany lub zaktualizowany. Sprawdź dziennik błędów.";
|
||||
$lang["attributes_definition_flags"] = "Widoczność atrybutu";
|
||||
$lang["attributes_definition_group"] = "Grupa";
|
||||
$lang["attributes_definition_id"] = "Id";
|
||||
$lang["attributes_definition_name"] = "Dodaj atrybut";
|
||||
$lang["attributes_definition_name_required"] = "Nazwa atrybutu jest wymagana";
|
||||
$lang["attributes_definition_one_or_multiple"] = "atrybut(y)";
|
||||
$lang["attributes_definition_successful_adding"] = "Pomyślnie dodano element";
|
||||
$lang["attributes_definition_successful_deleted"] = "Pomyślnie usunięto";
|
||||
$lang["attributes_definition_successful_updating"] = "Pomyślnie zaktualizowano atrybut";
|
||||
$lang["attributes_definition_type"] = "Typ atrybutu";
|
||||
$lang["attributes_definition_type_required"] = "Typ atrybutu jest wymagany";
|
||||
$lang["attributes_definition_unit"] = "Jednostka miary";
|
||||
$lang["attributes_definition_values"] = "Wartość atrybutu";
|
||||
$lang["attributes_new"] = "Nowy atrybut";
|
||||
$lang["attributes_no_attributes_to_display"] = "Brak elementów do wyświetlenia";
|
||||
$lang["attributes_receipt_visibility"] = "Paragon";
|
||||
$lang["attributes_show_in_items"] = "Pokaż w produktach";
|
||||
$lang["attributes_show_in_items_visibility"] = "Produkty";
|
||||
$lang["attributes_show_in_receipt"] = "Pokaż w paragonie";
|
||||
$lang["attributes_show_in_receivings"] = "Pokaż w dostawach";
|
||||
$lang["attributes_show_in_receivings_visibility"] = "Dostawy";
|
||||
$lang["attributes_show_in_sales"] = "Pokaż w sprzedażach";
|
||||
$lang["attributes_show_in_sales_visibility"] = "Sprzedaże";
|
||||
$lang["attributes_update"] = "Zaktualizuj atrybut";
|
||||
|
||||
@@ -1,87 +1,86 @@
|
||||
<?php
|
||||
|
||||
$lang["common_address_1"] = "Address 1";
|
||||
$lang["common_address_2"] = "Address 2";
|
||||
<?php
|
||||
$lang["common_address_1"] = "Adres 1";
|
||||
$lang["common_address_2"] = "Adres 2";
|
||||
$lang["common_admin"] = "";
|
||||
$lang["common_city"] = "City";
|
||||
$lang["common_city"] = "Miasto";
|
||||
$lang["common_clerk"] = "";
|
||||
$lang["common_close"] = "Close";
|
||||
$lang["common_close"] = "Zamknij";
|
||||
$lang["common_color"] = "";
|
||||
$lang["common_comments"] = "Comments";
|
||||
$lang["common_comments"] = "Komentarze";
|
||||
$lang["common_common"] = "common";
|
||||
$lang["common_confirm_search"] = "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?";
|
||||
$lang["common_confirm_search"] = "Zaznaczyłeś jeden lub więcej wierszy, nie będą dalej zaznaczone po wyszukaniu. Czy jesteś pewien, że chcesz zatwierdzić to wyszukiwanie?";
|
||||
$lang["common_copyrights"] = "© 2010 - %1";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Country";
|
||||
$lang["common_correct_errors"] = "Proszę poprawić zidentyfikowane błędy przed zapisaniem";
|
||||
$lang["common_country"] = "Kraj";
|
||||
$lang["common_dashboard"] = "";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Delete";
|
||||
$lang["common_det"] = "details";
|
||||
$lang["common_download_import_template"] = "Download Import CSV Template (CSV)";
|
||||
$lang["common_edit"] = "edit";
|
||||
$lang["common_date"] = "Data";
|
||||
$lang["common_delete"] = "Usuń";
|
||||
$lang["common_det"] = "szczegóły";
|
||||
$lang["common_download_import_template"] = "Pobierz szablon importu pliku CSV (.CSV)";
|
||||
$lang["common_edit"] = "edytuj";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "The email address is not in the correct format.";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Yes";
|
||||
$lang["common_fields_required_message"] = "Fields in red are required";
|
||||
$lang["common_email_invalid_format"] = "Adres email nie jest w poprawnym formacie.";
|
||||
$lang["common_export_csv"] = "Eksportuj plik CSV";
|
||||
$lang["common_export_csv_no"] = "Nie";
|
||||
$lang["common_export_csv_yes"] = "Tak";
|
||||
$lang["common_fields_required_message"] = "Czerwone pola są wymagane";
|
||||
$lang["common_fields_required_message_unique"] = "";
|
||||
$lang["common_first_name"] = "First Name";
|
||||
$lang["common_first_name_required"] = "First Name is a required field.";
|
||||
$lang["common_first_page"] = "First";
|
||||
$lang["common_gender"] = "Gender";
|
||||
$lang["common_gender_female"] = "F";
|
||||
$lang["common_gender_male"] = "M";
|
||||
$lang["common_first_name"] = "Imię";
|
||||
$lang["common_first_name_required"] = "Imię jest wymagane.";
|
||||
$lang["common_first_page"] = "Pierwszy";
|
||||
$lang["common_gender"] = "Płeć";
|
||||
$lang["common_gender_female"] = "Kobieta";
|
||||
$lang["common_gender_male"] = "Mężczyzna";
|
||||
$lang["common_gender_undefined"] = "";
|
||||
$lang["common_icon"] = "";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Change";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "Full path to csv file required";
|
||||
$lang["common_import_remove_file"] = "Remove";
|
||||
$lang["common_import_select_file"] = "Select file";
|
||||
$lang["common_inv"] = "inv";
|
||||
$lang["common_last_name"] = "Last Name";
|
||||
$lang["common_last_name_required"] = "Last Name is a required field.";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = "to learn the latest information about the project.";
|
||||
$lang["common_list_of"] = "List of";
|
||||
$lang["common_logo"] = "";
|
||||
$lang["common_logo_mark"] = "";
|
||||
$lang["common_icon"] = "Ikona";
|
||||
$lang["common_id"] = "ID";
|
||||
$lang["common_import"] = "Importuj";
|
||||
$lang["common_import_change_file"] = "Zmień";
|
||||
$lang["common_import_csv"] = "Importuj plik CSV";
|
||||
$lang["common_import_full_path"] = "Wymagana jest pełna ścieżka do pliku CSV";
|
||||
$lang["common_import_remove_file"] = "Usuń";
|
||||
$lang["common_import_select_file"] = "Wybierz plik";
|
||||
$lang["common_inv"] = "faktura";
|
||||
$lang["common_last_name"] = "Nazwisko";
|
||||
$lang["common_last_name_required"] = "Nazwisko jest wymaganym polem.";
|
||||
$lang["common_last_page"] = "Ostatni";
|
||||
$lang["common_learn_about_project"] = "aby dowiedzieć się najważniejszych informacji o projekcie.";
|
||||
$lang["common_list_of"] = "Lista";
|
||||
$lang["common_logo"] = "Logo";
|
||||
$lang["common_logo_mark"] = "Znak";
|
||||
$lang["common_logout"] = "Logout";
|
||||
$lang["common_manager"] = "";
|
||||
$lang["common_migration_needed"] = "A database migration to %1 will start after login.";
|
||||
$lang["common_new"] = "New";
|
||||
$lang["common_new"] = "Nowy";
|
||||
$lang["common_no"] = "";
|
||||
$lang["common_no_persons_to_display"] = "There are no people to display.";
|
||||
$lang["common_none_selected_text"] = "[Select]";
|
||||
$lang["common_or"] = "OR";
|
||||
$lang["common_no_persons_to_display"] = "Nie ma osób do wyświetlenia.";
|
||||
$lang["common_none_selected_text"] = "[Wybierz]";
|
||||
$lang["common_or"] = "LUB";
|
||||
$lang["common_people"] = "";
|
||||
$lang["common_phone_number"] = "Phone Number";
|
||||
$lang["common_phone_number"] = "Numer telefonu";
|
||||
$lang["common_phone_number_required"] = "";
|
||||
$lang["common_please_visit_my"] = "Please visit the";
|
||||
$lang["common_please_visit_my"] = "Proszę odwiedzić";
|
||||
$lang["common_position"] = "";
|
||||
$lang["common_powered_by"] = "Powered by";
|
||||
$lang["common_price"] = "Price";
|
||||
$lang["common_print"] = "Print";
|
||||
$lang["common_remove"] = "Remove";
|
||||
$lang["common_required"] = "Required";
|
||||
$lang["common_restore"] = "Restore";
|
||||
$lang["common_return_policy"] = "Return Policy";
|
||||
$lang["common_search"] = "Search";
|
||||
$lang["common_search_options"] = "Search options";
|
||||
$lang["common_searched_for"] = "Searched for";
|
||||
$lang["common_software_short"] = "";
|
||||
$lang["common_software_title"] = "";
|
||||
$lang["common_state"] = "State";
|
||||
$lang["common_submit"] = "Submit";
|
||||
$lang["common_total_spent"] = "Total Spent";
|
||||
$lang["common_unknown"] = "Unknown";
|
||||
$lang["common_view_recent_sales"] = "View Recent Sales";
|
||||
$lang["common_website"] = "website";
|
||||
$lang["common_welcome"] = "Welcome";
|
||||
$lang["common_welcome_message"] = "Welcome to OSPOS, click a module below to get started.";
|
||||
$lang["common_powered_by"] = "Wspierane przez";
|
||||
$lang["common_price"] = "Cena";
|
||||
$lang["common_print"] = "Wydrukuj";
|
||||
$lang["common_remove"] = "Usuń";
|
||||
$lang["common_required"] = "Wymagane";
|
||||
$lang["common_restore"] = "Przywróć";
|
||||
$lang["common_return_policy"] = "Polityka zwrotów";
|
||||
$lang["common_search"] = "Szukaj";
|
||||
$lang["common_search_options"] = "Opcje wyszukiwania";
|
||||
$lang["common_searched_for"] = "Szukano";
|
||||
$lang["common_software_short"] = "OSPOS";
|
||||
$lang["common_software_title"] = "Otwarto źródłowy punkt sprzedaży";
|
||||
$lang["common_state"] = "Status";
|
||||
$lang["common_submit"] = "Wyślij";
|
||||
$lang["common_total_spent"] = "Całkowite wydatki";
|
||||
$lang["common_unknown"] = "Nieznany";
|
||||
$lang["common_view_recent_sales"] = "Wyświetl ostatnie sprzedaże";
|
||||
$lang["common_website"] = "opensourcepos.org";
|
||||
$lang["common_welcome"] = "Witamy";
|
||||
$lang["common_welcome_message"] = "Witamy w OSPOS, kliknij moduł, aby rozpocząć.";
|
||||
$lang["common_yes"] = "";
|
||||
$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale version";
|
||||
$lang["common_zip"] = "Postal Code";
|
||||
$lang["common_zip"] = "Kod pocztowy";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["datepicker_all_time"] = "Cały czas";
|
||||
$lang["datepicker_apply"] = "Zastosuj";
|
||||
$lang["datepicker_cancel"] = "Anuluj";
|
||||
@@ -11,12 +10,12 @@ $lang["datepicker_last_financial_year"] = "Ostatni rok fiskalny";
|
||||
$lang["datepicker_last_month"] = "Ostatni miesiąc";
|
||||
$lang["datepicker_last_year"] = "Ostatni rok";
|
||||
$lang["datepicker_same_month_last_year"] = "Ten sam miesiąc w zeszłym roku";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "";
|
||||
$lang["datepicker_this_financial_year"] = "";
|
||||
$lang["datepicker_this_month"] = "";
|
||||
$lang["datepicker_this_year"] = "";
|
||||
$lang["datepicker_to"] = "";
|
||||
$lang["datepicker_today"] = "";
|
||||
$lang["datepicker_today_last_year"] = "";
|
||||
$lang["datepicker_weekstart"] = "";
|
||||
$lang["datepicker_yesterday"] = "";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "Ten sam dzień w tym samym miesiącu rok temu";
|
||||
$lang["datepicker_this_financial_year"] = "Obecny rok fiskalny";
|
||||
$lang["datepicker_this_month"] = "Obecny miesiąc";
|
||||
$lang["datepicker_this_year"] = "Obecny rok";
|
||||
$lang["datepicker_to"] = "Do";
|
||||
$lang["datepicker_today"] = "Dzisiaj";
|
||||
$lang["datepicker_today_last_year"] = "Dzisiaj rok temu";
|
||||
$lang["datepicker_weekstart"] = "0";
|
||||
$lang["datepicker_yesterday"] = "Wczoraj";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
$lang["error_no_permission_module"] = "";
|
||||
$lang["error_unknown"] = "";
|
||||
<?php
|
||||
$lang["error_no_permission_module"] = "Nie masz dostępu do modułu";
|
||||
$lang["error_unknown"] = "Niespodziewany błąd";
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["giftcards_add_minus"] = "";
|
||||
$lang["giftcards_allow_alt_description"] = "";
|
||||
$lang["giftcards_bulk_edit"] = "";
|
||||
$lang["giftcards_allow_alt_description"] = "Zezwól na alternatywny opis";
|
||||
$lang["giftcards_bulk_edit"] = "Edycja zbiorcza";
|
||||
$lang["giftcards_cannot_be_deleted"] = "";
|
||||
$lang["giftcards_cannot_find_giftcard"] = "";
|
||||
$lang["giftcards_cannot_use"] = "";
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["login_gcaptcha"] = "Nie jestem robotem.";
|
||||
$lang["login_go"] = "";
|
||||
$lang["login_invalid_gcaptcha"] = "";
|
||||
$lang["login_invalid_installation"] = "";
|
||||
$lang["login_invalid_username_and_password"] = "";
|
||||
$lang["login_login"] = "";
|
||||
$lang["login_logout"] = "";
|
||||
$lang["login_migration_needed"] = "";
|
||||
$lang["login_password"] = "";
|
||||
$lang["login_username"] = "";
|
||||
$lang["login_welcome"] = "";
|
||||
$lang["login_go"] = "Idź";
|
||||
$lang["login_invalid_gcaptcha"] = "Udowodnij, że nie jesteś robotem.";
|
||||
$lang["login_invalid_installation"] = "Instalacja nie jest poprawna, sprawdź swój plik php.ini.";
|
||||
$lang["login_invalid_username_and_password"] = "Niepoprawna nazwa użytkownika i/lub hasło.";
|
||||
$lang["login_login"] = "Zaloguj";
|
||||
$lang["login_logout"] = "Wyloguj";
|
||||
$lang["login_migration_needed"] = "Migracja bazy danych do %1 zacznie się po zalogowaniu.";
|
||||
$lang["login_password"] = "Hasło";
|
||||
$lang["login_username"] = "Nazwa użytkownika";
|
||||
$lang["login_welcome"] = "Witaj w %1!";
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["messages_first_name"] = "Pierwsze imię";
|
||||
$lang["messages_last_name"] = "";
|
||||
$lang["messages_message"] = "";
|
||||
$lang["messages_message_placeholder"] = "";
|
||||
$lang["messages_message_required"] = "";
|
||||
$lang["messages_multiple_phones"] = "";
|
||||
$lang["messages_phone"] = "";
|
||||
$lang["messages_phone_number_required"] = "";
|
||||
$lang["messages_phone_placeholder"] = "";
|
||||
$lang["messages_sms_send"] = "";
|
||||
$lang["messages_successfully_sent"] = "";
|
||||
$lang["messages_unsuccessfully_sent"] = "";
|
||||
$lang["messages_last_name"] = "Nazwisko";
|
||||
$lang["messages_message"] = "Wiadomość";
|
||||
$lang["messages_message_placeholder"] = "Twoja wiadomość tutaj...";
|
||||
$lang["messages_message_required"] = "Wiadomość wymagana";
|
||||
$lang["messages_multiple_phones"] = "(W przypadku wielu odbiorców, wpisz numery telefonów oddzielone przecinkami)";
|
||||
$lang["messages_phone"] = "Numer telefonu";
|
||||
$lang["messages_phone_number_required"] = "Numer telefonu wymagany";
|
||||
$lang["messages_phone_placeholder"] = "Numer(y) telefonu tutaj...";
|
||||
$lang["messages_sms_send"] = "Wyślij SMS";
|
||||
$lang["messages_successfully_sent"] = "Wiadomość pomyślnie wysłana do: ";
|
||||
$lang["messages_unsuccessfully_sent"] = "Wiadomość nie została wysłana z powodzeniem do: ";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Адрес 1";
|
||||
$lang["common_address_2"] = "Адрес 2";
|
||||
$lang["common_admin"] = "";
|
||||
@@ -21,7 +20,7 @@ $lang["common_download_import_template"] = "Скачать шаблон Импо
|
||||
$lang["common_edit"] = "редактировать";
|
||||
$lang["common_email"] = "Электронная почта";
|
||||
$lang["common_email_invalid_format"] = "Это электронная почта не в нужный формат.";
|
||||
$lang["common_export_csv"] = "Экзель Экспорт";
|
||||
$lang["common_export_csv"] = "Экспорт в CSV";
|
||||
$lang["common_export_csv_no"] = "Нет";
|
||||
$lang["common_export_csv_yes"] = "Да";
|
||||
$lang["common_fields_required_message"] = "Красные поля обязательны для заполнения";
|
||||
@@ -30,11 +29,11 @@ $lang["common_first_name"] = "Имя";
|
||||
$lang["common_first_name_required"] = "Имя - обязательное поле для заполнения.";
|
||||
$lang["common_first_page"] = "Первый";
|
||||
$lang["common_gender"] = "Пол";
|
||||
$lang["common_gender_female"] = "V";
|
||||
$lang["common_gender_male"] = "M";
|
||||
$lang["common_gender_female"] = "Ж";
|
||||
$lang["common_gender_male"] = "М";
|
||||
$lang["common_gender_undefined"] = "";
|
||||
$lang["common_icon"] = "";
|
||||
$lang["common_id"] = "ид";
|
||||
$lang["common_icon"] = "Иконка";
|
||||
$lang["common_id"] = "ID";
|
||||
$lang["common_import"] = "Импорт";
|
||||
$lang["common_import_change_file"] = "Изменить";
|
||||
$lang["common_import_csv"] = "Импорт Экзель";
|
||||
@@ -47,7 +46,7 @@ $lang["common_last_name_required"] = "Фамилия обязательный п
|
||||
$lang["common_last_page"] = "последний";
|
||||
$lang["common_learn_about_project"] = ", чтобы узнать самую последнюю информацию о проекте.";
|
||||
$lang["common_list_of"] = "Список";
|
||||
$lang["common_logo"] = "";
|
||||
$lang["common_logo"] = "Логотип";
|
||||
$lang["common_logo_mark"] = "";
|
||||
$lang["common_logout"] = "Выход";
|
||||
$lang["common_manager"] = "";
|
||||
@@ -69,7 +68,7 @@ $lang["common_remove"] = "Снимать";
|
||||
$lang["common_required"] = "потребовал";
|
||||
$lang["common_restore"] = "Восстановить";
|
||||
$lang["common_return_policy"] = "Правила возврата";
|
||||
$lang["common_search"] = "Пойск";
|
||||
$lang["common_search"] = "Поиск";
|
||||
$lang["common_search_options"] = "Параметры поиска";
|
||||
$lang["common_searched_for"] = "Найдено";
|
||||
$lang["common_software_short"] = "";
|
||||
@@ -77,7 +76,7 @@ $lang["common_software_title"] = "";
|
||||
$lang["common_state"] = "Штат";
|
||||
$lang["common_submit"] = "Сохранить";
|
||||
$lang["common_total_spent"] = "Всего потрачено";
|
||||
$lang["common_unknown"] = "неизвестный";
|
||||
$lang["common_unknown"] = "Неизветсно";
|
||||
$lang["common_view_recent_sales"] = "Посмотреть Недавние Продажи";
|
||||
$lang["common_website"] = "веб-сайт";
|
||||
$lang["common_welcome"] = "Добро пожаловать";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "Номер счота";
|
||||
<?php
|
||||
$lang["customers_account_number"] = "Номер счета";
|
||||
$lang["customers_account_number_duplicate"] = "Номер счета уже присутствует в базе данных.";
|
||||
$lang["customers_available_points"] = "Доступные баллы";
|
||||
$lang["customers_available_points_value"] = "";
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["giftcards_add_minus"] = "Инвентарь сложения/вычитания.";
|
||||
$lang["giftcards_allow_alt_description"] = "Разрешить альтернативные Описание";
|
||||
$lang["giftcards_bulk_edit"] = "Массовое изменение";
|
||||
$lang["giftcards_cannot_be_deleted"] = "Не удалось удалить выбранные подарочные карты, одну или несколько из выбранных подарочные карты имеет продаж.";
|
||||
$lang["giftcards_cannot_find_giftcard"] = "Не можете найти любую информацию о Подарочную карту.";
|
||||
$lang["giftcards_cannot_use"] = "Подарочная карта %1 не может быть использована для этой продажи. Неверный Клиент.";
|
||||
$lang["giftcards_card_value"] = "стоимость";
|
||||
$lang["giftcards_card_value"] = "Стоимость";
|
||||
$lang["giftcards_category"] = "категория";
|
||||
$lang["giftcards_change_all_to_allow_alt_desc"] = "Разрешить альтернативные Описание Для всех.";
|
||||
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Не позволяйте Альтернативные Описание Для всех.";
|
||||
@@ -66,5 +65,5 @@ $lang["giftcards_unit_price"] = "Розничная Цена";
|
||||
$lang["giftcards_upc_database"] = "UPC база данных";
|
||||
$lang["giftcards_update"] = "Обновлять Подарочная карта";
|
||||
$lang["giftcards_use_inventory_menu"] = "Используйте меню инвентаря";
|
||||
$lang["giftcards_value"] = "стоимость Подарочную карту должна быть цифрая.";
|
||||
$lang["giftcards_value_required"] = "стоимость Подарочную карту обязательный пробел.";
|
||||
$lang["giftcards_value"] = "Стоимость подарочной карты должна быть числом.";
|
||||
$lang["giftcards_value_required"] = "Стоимость подарочной карты обязательна для заполнения.";
|
||||
|
||||
@@ -1,25 +1,24 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["item_kits_add_item"] = "Добавить товар";
|
||||
$lang["item_kits_all"] = "Все";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Не могу удалить Товара комплект (ы).";
|
||||
$lang["item_kits_confirm_delete"] = "Вы уверены, что хотите удалить выбранные товар комплекты?";
|
||||
$lang["item_kits_confirm_restore"] = "Вы уверены, что хотите восстановить выбранные комплекты?";
|
||||
$lang["item_kits_description"] = "Описание товара Комплект";
|
||||
$lang["item_kits_discount"] = "";
|
||||
$lang["item_kits_discount_fixed"] = "";
|
||||
$lang["item_kits_discount"] = "Скидка";
|
||||
$lang["item_kits_discount_fixed"] = "Фиксированная скидка";
|
||||
$lang["item_kits_discount_percent"] = "Процент Скидки";
|
||||
$lang["item_kits_discount_type"] = "";
|
||||
$lang["item_kits_discount_type"] = "Тип скидки";
|
||||
$lang["item_kits_error_adding_updating"] = "Ошибка при добавлении/обновлении товара комплекта.";
|
||||
$lang["item_kits_find_kit_item"] = "Деталь Набора";
|
||||
$lang["item_kits_info"] = "Информация о товаре комплекта";
|
||||
$lang["item_kits_item"] = "товар";
|
||||
$lang["item_kits_item_kit_number"] = "";
|
||||
$lang["item_kits_item_kit_number"] = "Штрихкод";
|
||||
$lang["item_kits_item_kit_number_duplicate"] = "";
|
||||
$lang["item_kits_item_number"] = "";
|
||||
$lang["item_kits_item_number_duplicate"] = "";
|
||||
$lang["item_kits_items"] = "товары";
|
||||
$lang["item_kits_kit"] = "Kit Id";
|
||||
$lang["item_kits_items"] = "Товары";
|
||||
$lang["item_kits_kit"] = "ID Набора";
|
||||
$lang["item_kits_kit_and_components"] = "Комплект и компоненты";
|
||||
$lang["item_kits_kit_and_stock"] = "Набор и запас";
|
||||
$lang["item_kits_kit_only"] = "Только Комплект";
|
||||
@@ -31,10 +30,10 @@ $lang["item_kits_one_or_multiple"] = "Товара комплект (ы)";
|
||||
$lang["item_kits_price_option"] = "Цена Опциона";
|
||||
$lang["item_kits_priced_only"] = "Только По Цене";
|
||||
$lang["item_kits_print_option"] = "параметр печати";
|
||||
$lang["item_kits_quantity"] = "количество";
|
||||
$lang["item_kits_quantity"] = "Количество";
|
||||
$lang["item_kits_sequence"] = "Последовательность";
|
||||
$lang["item_kits_successful_adding"] = "Вы успешно добавлен товар комплекта";
|
||||
$lang["item_kits_successful_deleted"] = "Вы успешно удален";
|
||||
$lang["item_kits_successful_updating"] = "Вы успешно обновленного товар комплекта";
|
||||
$lang["item_kits_successful_adding"] = "Вы успешно добавили товар комплекта";
|
||||
$lang["item_kits_successful_deleted"] = "Вы успешно удалили";
|
||||
$lang["item_kits_successful_updating"] = "Вы успешно обновили товар комплекта";
|
||||
$lang["item_kits_unit_price"] = "";
|
||||
$lang["item_kits_update"] = "Обновить товар комплекта";
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["messages_first_name"] = "";
|
||||
$lang["messages_last_name"] = "";
|
||||
$lang["messages_message"] = "";
|
||||
$lang["messages_message"] = "Сообщение";
|
||||
$lang["messages_message_placeholder"] = "";
|
||||
$lang["messages_message_required"] = "";
|
||||
$lang["messages_multiple_phones"] = "";
|
||||
$lang["messages_phone"] = "";
|
||||
$lang["messages_phone"] = "Номер телефона";
|
||||
$lang["messages_phone_number_required"] = "";
|
||||
$lang["messages_phone_placeholder"] = "";
|
||||
$lang["messages_sms_send"] = "";
|
||||
$lang["messages_sms_send"] = "Отправить SMS";
|
||||
$lang["messages_successfully_sent"] = "";
|
||||
$lang["messages_unsuccessfully_sent"] = "";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["receivings_amount_due"] = "";
|
||||
$lang["receivings_cancel_receiving"] = "Аннулировать";
|
||||
$lang["receivings_cannot_be_deleted"] = "Не удалось удалить получатели.";
|
||||
@@ -25,18 +24,18 @@ $lang["receivings_find_or_scan_item"] = "Найти/Сканировать то
|
||||
$lang["receivings_find_or_scan_item_or_receipt"] = "Найти/Сканировать товар ИЛИ квитанция";
|
||||
$lang["receivings_id"] = "получение ID";
|
||||
$lang["receivings_item_name"] = "Название товара";
|
||||
$lang["receivings_mode"] = "получая режим";
|
||||
$lang["receivings_mode"] = "Режим";
|
||||
$lang["receivings_new_supplier"] = "Новый поставщик";
|
||||
$lang["receivings_one_or_multiple"] = "получения(с)";
|
||||
$lang["receivings_print_after_sale"] = "Распечатать квитанцию после продажи";
|
||||
$lang["receivings_quantity"] = "Кол-во.";
|
||||
$lang["receivings_receipt"] = "квитанция о получении";
|
||||
$lang["receivings_receipt_number"] = "Приемный #";
|
||||
$lang["receivings_receiving"] = "получать";
|
||||
$lang["receivings_receiving"] = "Получение";
|
||||
$lang["receivings_reference"] = "Ссылка";
|
||||
$lang["receivings_register"] = "Получение товаров";
|
||||
$lang["receivings_requisition"] = "Реквизиция";
|
||||
$lang["receivings_return"] = "возвращать";
|
||||
$lang["receivings_return"] = "Возврат";
|
||||
$lang["receivings_select_supplier"] = "Выберите поставщика (необязательно)";
|
||||
$lang["receivings_ship_pack"] = "";
|
||||
$lang["receivings_start_typing_supplier_name"] = "Начните вводить название поставщика...";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Доступные баллы";
|
||||
$lang["rewards_package"] = "награды";
|
||||
$lang["rewards_remaining_balance"] = "Оставшаяся ценность очков вознаграждения ";
|
||||
@@ -126,7 +125,7 @@ $lang["sales_key_title"] = "Sales Keyboard Shortcuts";
|
||||
$lang["sales_mc"] = "";
|
||||
$lang["sales_mode"] = "режим журнала";
|
||||
$lang["sales_must_enter_numeric"] = "Сумма Тендер должен быть числом.";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "числовое значение необходимое для число подарочную карту.";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Номер подарочной карты должен быть числом.";
|
||||
$lang["sales_new_customer"] = "Новый клиент";
|
||||
$lang["sales_new_item"] = "Новый Товар";
|
||||
$lang["sales_no_description"] = "Никто";
|
||||
@@ -148,7 +147,7 @@ $lang["sales_print_after_sale"] = "Распечатать после прода
|
||||
$lang["sales_quantity"] = "Кол-во";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "Внимание Желаемое количество является недостаточным.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Внимание Желаемое количество является недостаточным. Вы все еще можете обрабатывать продажи, но проверить ваш инвентарь.";
|
||||
$lang["sales_quantity_of_items"] = "Количество %1 продукт";
|
||||
$lang["sales_quantity_of_items"] = "Количество %1 продукт";
|
||||
$lang["sales_quote"] = "Цитата";
|
||||
$lang["sales_quote_number"] = "Цитата номер";
|
||||
$lang["sales_quote_number_duplicate"] = "Номер квоты должен быть уникальным.";
|
||||
@@ -183,7 +182,7 @@ $lang["sales_show_due"] = "";
|
||||
$lang["sales_show_invoice"] = "Показать счет-фактуру";
|
||||
$lang["sales_show_receipt"] = "Показать Квита́нция";
|
||||
$lang["sales_start_typing_customer_name"] = "Начните печатать название клиента...";
|
||||
$lang["sales_start_typing_item_name"] = "Начните печатать название товара или сканировайте штрих-кода...";
|
||||
$lang["sales_start_typing_item_name"] = "Начните печатать название товара или сканирование штрих-кода...";
|
||||
$lang["sales_stock"] = "инвентарь";
|
||||
$lang["sales_stock_location"] = "Местоположение: Запас";
|
||||
$lang["sales_sub_total"] = "промежуточный итог";
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
|
||||
</svg>
|
||||
</span>
|
||||
<input class="form-control" name="username" type="text" placeholder="<?php echo $this->lang->line('login_username'); ?>" aria-label="<?php echo $this->lang->line('login_username'); ?>" aria-describedby="input-username">
|
||||
<input class="form-control" name="username" type="text" placeholder="<?php echo $this->lang->line('login_username'); ?>" aria-label="<?php echo $this->lang->line('login_username'); ?>" aria-describedby="input-username" <?php if (ENVIRONMENT == "testing") echo "value='admin'"; ?>>
|
||||
</div>
|
||||
<div class="input-group mb-3">
|
||||
<span class="input-group-text" id="input-password">
|
||||
@@ -68,7 +68,7 @@
|
||||
<path d="M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
|
||||
</svg>
|
||||
</span>
|
||||
<input class="form-control" name="password" type="password" placeholder="<?php echo $this->lang->line('login_password'); ?>" aria-label="<?php echo $this->lang->line('login_password'); ?>" aria-describedby="input-password">
|
||||
<input class="form-control" name="password" type="password" placeholder="<?php echo $this->lang->line('login_password'); ?>" aria-label="<?php echo $this->lang->line('login_password'); ?>" <?php if (ENVIRONMENT == "testing") echo "value='pointofsale'"; ?>" aria-describedby="input-password">
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if($this->config->item('gcaptcha_enable')) {
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<div class="navbar-right" style="margin:0">
|
||||
<?php echo anchor('home/change_password/'.$user_info->person_id, $user_info->first_name . ' ' . $user_info->last_name, array('class' => 'modal-dlg', 'data-btn-submit' => $this->lang->line('common_submit'), 'title' => $this->lang->line('employees_change_password'))); ?>
|
||||
<?php echo ' | ' . ($this->input->get('debug') == 'true' ? $this->session->userdata('session_sha1') . ' | ' : ''); ?>
|
||||
<?php echo anchor('home/logout', $this->lang->line('login_logout')); ?>
|
||||
<a href="#" onclick="$.post('<?php echo site_url('home/logout'); ?>');"><?php echo $this->lang->line('login_logout');?></a>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center" style="text-align:center">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "opensourcepos",
|
||||
"description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
|
||||
"description": "Open Source Point of Sale is a web-based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
|
||||
"version": "3.3.6",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "opensourcepos/opensourcepos",
|
||||
"description" : "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
|
||||
"description": "Open Source Point of Sale is a web-based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
33
composer.lock
generated
33
composer.lock
generated
@@ -215,23 +215,24 @@
|
||||
},
|
||||
{
|
||||
"name": "phenx/php-svg-lib",
|
||||
"version": "v0.3.3",
|
||||
"version": "0.3.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PhenX/php-svg-lib.git",
|
||||
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
|
||||
"reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
|
||||
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
|
||||
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
|
||||
"reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"sabberworm/php-css-parser": "^8.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.5|^6.5"
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -253,9 +254,9 @@
|
||||
"homepage": "https://github.com/PhenX/php-svg-lib",
|
||||
"support": {
|
||||
"issues": "https://github.com/PhenX/php-svg-lib/issues",
|
||||
"source": "https://github.com/PhenX/php-svg-lib/tree/master"
|
||||
"source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
|
||||
},
|
||||
"time": "2019-09-11T20:02:13+00:00"
|
||||
"time": "2021-10-18T02:13:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sabberworm/php-css-parser",
|
||||
@@ -956,16 +957,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-docblock",
|
||||
"version": "5.2.2",
|
||||
"version": "5.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||||
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
|
||||
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
|
||||
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
||||
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -976,7 +977,8 @@
|
||||
"webmozart/assert": "^1.9.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "~1.3.2"
|
||||
"mockery/mockery": "~1.3.2",
|
||||
"psalm/phar": "^4.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -1006,9 +1008,9 @@
|
||||
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
||||
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
|
||||
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
||||
},
|
||||
"time": "2020-09-03T19:13:55+00:00"
|
||||
"time": "2021-10-19T17:43:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/type-resolver",
|
||||
@@ -2121,6 +2123,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2020-11-30T07:30:19+00:00"
|
||||
},
|
||||
{
|
||||
@@ -2288,5 +2291,5 @@
|
||||
"php": "^7.2"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.0.0"
|
||||
"plugin-api-version": "2.1.0"
|
||||
}
|
||||
|
||||
15484
package-lock.json
generated
Normal file
15484
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
17
package.json
17
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "opensourcepos",
|
||||
"version": "3.3.6",
|
||||
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
|
||||
"description": "Open Source Point of Sale is a web-based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
|
||||
"main": "index.php",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
@@ -9,7 +9,10 @@
|
||||
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"clean": "grunt clean:composer & grunt clean:bower & grunt clean:npm",
|
||||
"install": "composer install & bower install",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"update": "npm update & composer self-update & composer update"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,7 +24,7 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "^1.4.1",
|
||||
"grunt-bower": "^0.21.0",
|
||||
"grunt-bower": "^0.21.4",
|
||||
"grunt-bower-concat": "^1.0.0",
|
||||
"grunt-bower-licensechecker": "^0.1.2",
|
||||
"grunt-bowercopy": "^1.2.5",
|
||||
@@ -39,11 +42,11 @@
|
||||
"grunt-license-bower": "~1.0.1",
|
||||
"grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master",
|
||||
"grunt-wiredep": "^2.0.0",
|
||||
"load-grunt-tasks": "^3.4.0"
|
||||
"load-grunt-tasks": "^3.4.0",
|
||||
"npm": "^6.14.15"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap-5": "npm:bootstrap@5.0.2",
|
||||
"bootswatch-5": "npm:bootswatch@5.0.2",
|
||||
"npm": "^6.14.9"
|
||||
"bootstrap": "^5.1.3",
|
||||
"bootswatch": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
The MIT License (MIT)
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2013-2021 jekkos
|
||||
Copyright (c) 2015-2021 FrancescoUK (aka daN4cat)
|
||||
@@ -7,6 +7,7 @@ Copyright (c) 2017-2021 objecttothis
|
||||
Copyright (c) 2017-2021 odiea
|
||||
Copyright (c) 2017-2021 WebShells
|
||||
Copyright (c) 2020-2021 Andriux1990
|
||||
Copyright (c) 2021 BudsieBuds
|
||||
Copyright (c) 2019 Loyd Jayme (aka loydjayme25)
|
||||
Copyright (c) 2018 Erasto Marroquin (aka Erastus)
|
||||
Copyright (c) 2018 Nathan Sas (aka nathanzky)
|
||||
@@ -36,34 +37,19 @@ furnished to do so, subject to the following conditions:
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
You cannot claim copyright or ownership of the Software.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
Versions ≥ 3.3.2:
|
||||
Additionally, you cannot claim copyright or ownership of the Software.
|
||||
|
||||
Footer signatures "© 2010 - 2021 · opensourcepos.org · 3.3.3 - 6909c8"
|
||||
In the format of: "© 2010 - Current Year · opensourcepos.org · Version - Commit"
|
||||
|
||||
and/or
|
||||
|
||||
"· opensourcepos.org ·"
|
||||
with version, hash and URL link to the official website of the project MUST BE RETAINED,
|
||||
MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED.
|
||||
|
||||
Versions < 3.3.2:
|
||||
|
||||
Footer signatures "You are using Open Source Point Of Sale"
|
||||
|
||||
and/or
|
||||
|
||||
"Open Source Point Of Sale"
|
||||
|
||||
with version, hash and URL link to the original distribution of the code MUST BE RETAINED,
|
||||
MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
The footer signatures with version, hash and URL link to the official website
|
||||
of the project MUST BE RETAINED, MUST BE VISIBLE IN EVERY PAGE and CANNOT BE
|
||||
MODIFIED.
|
||||
Footer signatures are in the format
|
||||
"© 2010 - current year · opensourcepos.org · version - commit"
|
||||
or "Open Source Point of Sale".
|
||||
|
||||
Reference in New Issue
Block a user