Commit Graph

  • faaf2b4e99 Add database migration script for 2.2.0 jekkos 2014-08-16 23:57:25 +00:00
  • b06e103895 Database script renamed jekkos-t520 2014-08-17 01:55:51 +02:00
  • 2cb322f88f Default stock name is the same as in update script jekkos-t520 2014-08-17 01:45:36 +02:00
  • ed15532cc4 Merge branch 'merge/padungsak' jekkos-t520 2014-08-17 01:22:12 +02:00
  • a61bc10dde Location column is kept in database Added a data migration script for stock_locations and item_quantities tables jekkos-t520 2014-08-17 00:49:48 +02:00
  • 43189d0748 Clear sale and receiving libs (sessoin state) when changing stock locations jekkos-t520 2014-08-13 01:16:37 +02:00
  • e1e5434e2a Stock locations are now shown on receivings and sales receipts Database migration script now defines a default stock location name Rmeove obsolete constraints from migration script jekkos-t520 2014-08-11 13:10:29 +02:00
  • aed9fb8dd7 Fix barcode generation (removed whitespace from stock_locations model) Fix error in receivings receipt Update database migration script (needs more review) jekkos-t520 2014-08-10 17:51:14 +02:00
  • b3b19ab4c5 Add migration script for 2.2.2 to 2.3 Update database script (add extra foreign keys + minor cleanup) jekkos-t520 2014-08-09 01:10:54 +02:00
  • 0742a666b1 Bump version to 2.2.2 Rename database script jekkos 2014-08-08 15:48:51 +00:00
  • 1b61af783c Add database migration script for 2.2.0 jekkos 2014-08-08 15:42:19 +00:00
  • a65f2f41b8 Add database migration script for 2.2.0 jekkos-t520 2014-08-08 17:40:50 +02:00
  • 55ad3a20c2 Fix requisitions report (can be found under receiving type = requisitions) jekkos-t520 2014-08-07 13:15:21 +02:00
  • e53265cca8 Requisition is now registered as receiving for destination stock and return for source stock Remove specific requisition report and code Adapt receivings report to show requisitions in a generic way jekkos-t520 2014-08-07 05:44:12 +02:00
  • cf20194e23 Fixed sale suspending / unsuspending (adapt db scripts) Cleanup old code More code review Update item_quantities database model (composite pk) jekkos-t520 2014-08-05 09:02:08 +02:00
  • 8802831831 Add foregin key constraints to stock_locations and item_quantities tables Requisition options is only shown when multiple stock locations are configured Fix stock locations config in the configuration page Rename item_quantitys to item_quantities Fix a missing label (need to check if present in master) Fix display of the stock quantities in items/manage view jekkos-t520 2014-07-25 00:15:34 +02:00
  • a1e1883ddc Add quantity column in item page Fix bug about validating stock location config Padungsak 2014-07-11 22:32:47 +07:00
  • dfaa3692e0 Remove multiple ci_session cookies from headers in sales and recevings Fix nginx compatibility (spurious 502 bad gateway) jekkos 2014-07-05 23:54:50 +00:00
  • 9607300514 Added empty check in stock_locations config Rework database script (contains stock_locations + item_quantities tables) jekkos-t520 2014-07-05 13:47:33 +02:00
  • ed1be14e06 Remove swap file Update .gitignore to ignore .swp files jekkos 2014-07-04 21:02:53 +00:00
  • 3838147bb9 All database types used in amount calculations changes to decimal(15,2) Removed round() statements in sale temp table, precision is defined by datatypes Removed round() statement in receiving temp table, precision is defined by datatypes jekkos 2014-07-04 21:01:47 +00:00
  • 8e8b5d84dc Fix quantity removal in items page Padungsak 2014-07-02 20:50:32 +07:00
  • 25fa78eedb Add multi-stock feature Finished task 1. User can add stock location in config page. Adding format is StockA,StockB,StockC for example 2. Item page, there is no more quantity column show in cert table. The quantity tracking is integrated in inventory detail 3. Receiving page, There is a stock location for user to select before receiving or returning stuff 4. Sale page, There is a stock location which is for user to select a stock location they sell from Padungsak 2014-07-02 11:58:08 +07:00
  • 015392c8b7 Add delete checkbox to item form view jekkos 2014-07-01 20:46:37 +00:00
  • 4f367eb168 Merge branch 'master' into merge/padungsak jekkos-t520 2014-06-30 11:30:08 +02:00
  • 75bb5595c0 Add thai language jekkos 2014-06-30 09:28:03 +00:00
  • fb244b629e Add extra escape sequences for french jekkos 2014-06-30 08:38:27 +00:00
  • 3ce608737e Added french as a language jekkos 2014-06-28 09:56:54 +00:00
  • 7688a1c0e5 Upgrade to CodeIgniter 2.2 jekkos 2014-06-27 22:12:48 +00:00
  • d020b53215 Fix: Qty. column is not show in requisition report Padungsak 2014-06-17 23:47:16 +07:00
  • e1bfac5eae requisition receipt fixed database.sql script merged with current ospos one remaining problems in reporting (sale_type to add in sales_temp query?) data model should be refactored to allow more genericity for custom item locations (2+) inventory tracking should be adapted to use multiple locations (instead of duplicating items for different locations) jekkos-t520 2014-06-15 15:30:32 +02:00
  • 827d6cd686 Remove empty language directories jekkos 2014-04-02 16:55:09 +00:00
  • 79f0e4396f Release version set to 2.2.1 Default time_sess_to_expire set to 86400 (24h) Suspended sales labels updated to fit UI a bit better Updated suspended css (for labels not spanning the whole thickbox width) jekkos 2014-03-30 19:07:25 +00:00
  • f6e5ae3d12 Fix barcode generation for receiving receipts Minor code cleanup in items management javascript jekkos 2014-03-19 23:29:19 +00:00
  • dc0f8147f5 Indonesian language files updated (Oktafianus) Added labels for receipt_number Remove merge tags from language files jekkos 2014-03-17 21:18:17 +00:00
  • bae6f10d7d Added edit/delete functionality in detailed sales report jekkos 2014-03-17 16:29:13 +00:00
  • 7cba7e3b56 Added labels for payment type and amount in cash register Minor js refactoring for highlighting / animating rows Dutch translations updated for giftcards (fitting UI a bit better) Version set to 2.2.0 jekkos 2014-03-16 22:24:38 +00:00
  • 174538f733 Merge with svn repository jekkos 2014-03-10 22:01:18 +00:00
  • 9889263a11 Updated .gitignore Updated license jekkos 2014-03-10 22:01:15 +00:00
  • d69dd3740b Merge branch 'master' into git-svn jekkos 2014-03-10 22:01:11 +00:00
  • 6c8cea9846 Merge branch 'master' of https://github.com/pappastech/ospos into ospos Fixed customer + supplier search box width + spinner position under linux Fonts set to relative browser size Dutch language files updated (missing labels added) jekkos-t520 2014-03-03 17:02:10 +01:00
  • ee89f1971b Deleted sales can be shown again under items Language folders renamed + fix for loading them Added smoe translations to the nl-BE language Autoload settings adapted jekkos-t520 2014-02-27 23:43:37 +01:00
  • 726c357e95 Merge branch 'feature/discount_report' jekkos-t520 2014-02-27 22:49:11 +01:00
  • 7177d19af3 Removed duplicated system language folders jekkos-t520 2014-02-27 22:48:51 +01:00
  • a813c4ad2c Merge branch 'fix/lost_sessions' jekkos-t520 2014-02-27 22:47:20 +01:00
  • ae098c4724 Merge branch 'feature/lang_dutch' jekkos-t520 2014-02-27 22:46:50 +01:00
  • 96b95a5dc9 Fix license pappastech 2014-02-25 17:40:58 -05:00
  • 5b7430d735 Fix license pappastech 2014-02-25 17:38:28 -05:00
  • 64d296471e Delete README.md pappastech 2014-02-25 17:36:57 -05:00
  • 475c0f8746 Delete LICENSE pappastech 2014-02-25 17:35:09 -05:00
  • f54ce7e1df Initial commit pappastech 2014-02-25 17:34:25 -05:00
  • 26fa05cf74 Initial commit pappastech 2014-02-25 14:21:06 -08:00
  • bca03c37ab Added a global expand/collapse all control for reports sections jekkos-t520 2014-01-21 23:47:33 +01:00
  • 264248b381 Added autocompletion for the customer field in the sale editing screen jekkos-t520 2013-11-30 19:02:31 +01:00
  • a6bd5c6f0f Added git-svn-diff.sh script for syncing with the sourceForge SVN repository jekkos-t520 2013-11-26 19:10:27 +01:00
  • e01f29b1b3 This commit will fix a common problem in CodeIgniter. After $config['sess_time_to_update'] expires the session will be destroyed if concurrent AJAX calls are made to the framework. Original discussion on this problem can be found on the following URL jekkos-t520 2013-11-26 18:58:45 +01:00
  • 490ce59bbb Add specific discount report jekkos 2013-11-04 23:44:53 +01:00
  • 741b90de03 Dutch language files added jekkos 2013-10-31 00:05:22 +01:00
  • 8f5c5f093c git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@90 c3eb156b-1dc0-44e1-88ae-e38439141b53 pappastech 2013-11-07 03:04:55 +00:00
  • 2570f28242 Fix missing comma in database.sql. pappastech 2013-11-06 21:04:33 +00:00
  • 59bafd9885 Config file set correctly now jekkos 2013-11-04 23:48:27 +01:00
  • f562093475 Update file paths to be UTF8 as some systems don't appear to support Unicode file paths. pappastech 2013-10-30 02:02:10 +00:00
  • 2f0bd8db2f Update file paths to be UTF8 as some systems don't appear to support Unicode file paths. pappastech 2013-10-30 01:53:56 +00:00
  • d1272ac954 Update file paths to be UTF8 as some systems don't appear to support Unicode file paths. pappastech 2013-10-30 01:48:15 +00:00
  • a2aafc245e Update file paths to be UTF8 as some systems don't appear to support Unicode file paths. pappastech 2013-10-30 01:48:02 +00:00
  • f7746edc4c Update file paths to be UTF8 as some systems don't appear to support Unicode file paths. pappastech 2013-10-30 01:47:23 +00:00
  • b0dbd54379 Updating version number with new database structure. pappastech 2013-10-28 01:49:35 +00:00
  • a7ac6e84b3 Adding the additional fields to database.sql to get the database up to date with this version of code. pappastech 2013-10-28 01:47:48 +00:00
  • d2167db8c6 git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@81 c3eb156b-1dc0-44e1-88ae-e38439141b53 pappastech 2013-10-22 14:14:46 +00:00
  • b21f5f7258 Due to a remote code execution vulnerability found in PHP Point of Sale, I'm removing the ofc_upload_image.php file to prevent exploitation of Open Source Point of Sale. pappastech 2013-10-22 00:35:23 +00:00
  • c1254138d6 Due to a remote code execution vulnerability found in PHP Point of Sale, I'm removing the ofc_upload_image.php file to prevent exploitation of Open Source Point of Sale. pappastech 2013-10-22 00:28:54 +00:00
  • 224d39062f Updating Russian translation (completed) objecttothis 2013-08-09 14:30:16 +00:00
  • 5e445000dd Addition of Russian objecttothis 2013-07-05 20:18:35 +00:00
  • 927f0fde17 Changing spanish to local language objecttothis 2013-07-05 20:18:18 +00:00
  • fd07d6c4a2 Changing name of indonesian to the local language objecttothis 2013-07-05 20:17:55 +00:00
  • 6b85fec99a Addition of Azerbaijani to system objecttothis 2013-07-05 20:17:30 +00:00
  • 53e385084e Not sure if this SQL dump accurately reflects the changes made to the dB or not. objecttothis 2013-07-05 20:17:02 +00:00
  • c0b29c098e Changes to CSS to reflect added fields objecttothis 2013-07-05 20:15:52 +00:00
  • c50fc61b6b Additional fields in configuration objecttothis 2013-07-05 20:15:19 +00:00
  • a6b76ac71f Changes to items objecttothis 2013-07-05 20:14:45 +00:00
  • 6e4a18d630 Changes to giftcards objecttothis 2013-07-05 20:14:28 +00:00
  • fa3e28db52 Commit changes to models that reflect code additions objecttothis 2013-07-05 20:13:55 +00:00
  • b75fe4b8d2 Not sure if this was removed after download or not. Should it be merged? objecttothis 2013-07-05 20:13:09 +00:00
  • 95421608f2 Adding the Russian Language objecttothis 2013-07-05 20:11:22 +00:00
  • d3686113f5 Changing the folder to the local language objecttothis 2013-07-05 20:11:01 +00:00
  • abca41d2b0 Adding the Azerbaijani language objecttothis 2013-07-05 20:10:41 +00:00
  • 5506b10aa5 This commit is changing the folder name to the local language objecttothis 2013-07-05 20:09:58 +00:00
  • c6d775c948 These commits are for changes to the English Language objecttothis 2013-07-05 20:09:15 +00:00
  • d6cc102a6a Commits to the changes in helpers. They have dependencies in other commits objecttothis 2013-07-05 20:08:15 +00:00
  • d096028eb6 These commits affect the various controllers. They all have dependencies on other commits. objecttothis 2013-07-05 20:07:34 +00:00
  • 7d124786f8 Updated /import_items.csv template to reflect additional fields added objecttothis 2013-07-05 14:13:01 +00:00
  • a8dfa2dbe8 * Ver. 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 pappastech 2013-03-05 03:09:38 +00:00
  • 70c172f7bb Implement fix for Open Flash Chart not displaying in Firefox. pappastech 2012-09-06 23:16:32 +00:00
  • 09e90899ff Implement fix for Open Flash Chart not displaying in Firefox. pappastech 2012-09-06 23:14:51 +00:00
  • a61e9ab274 Fixed last item on the list which was to get the language selection working from the config area of the site versus having to change the language in the application/config/config.php file. pappastech 2012-09-06 19:48:40 +00:00
  • 591da46e76 Code clean up, fix for not being able to delete payment types with spaces in the name. pappastech 2012-08-07 23:35:33 +00:00
  • 0a35b82ef5 Version updated to 2.0_RC7. pappastech 2012-08-07 23:11:07 +00:00
  • 4c580d13ff Incorporated changes proposed to fix '6 items in cart limit'. This limit was due to the 4kB limit imposed on cookies. The change pushes cart item storage to the database instead of in cookies. A database change was also made in this version to work with the code change. pappastech 2012-08-07 23:09:09 +00:00
  • 977c2875b2 Version updated to 2.0_RC6. pappastech 2012-08-07 22:16:46 +00:00
  • 266c2591d8 Reference Sourceforge website in footer and remove references to ospos.pappastech.com demo as there is no demo located there. pappastech 2012-08-07 22:12:45 +00:00