Commit Graph

  • 64023f6eec Avoid comments coercion to 0 when suspending sales (#192) Invoice number in suspended sales should not be unique jekkos 2015-10-08 17:28:27 +02:00
  • d8a369f39d Remove unique constriant from invoice_number column in suspended_sales jekkos 2015-10-07 08:48:59 +02:00
  • 98b0df9e80 Merge pull request #194 from daN4cat/master jekkos 2015-10-07 13:11:18 +02:00
  • 763a9e73fa #192 Remove 0 from comments FrancescoUK 2015-10-07 09:34:22 +01:00
  • df5a0448aa Merge pull request #193 from daN4cat/master jekkos 2015-10-07 10:07:31 +02:00
  • 76365afbd2 Added my name, ID and website in COPING Aamir Shahzad 2015-10-06 22:58:37 +05:00
  • 6e27b4c9ec Extra comments removed Aamir Shahzad 2015-10-06 22:52:00 +05:00
  • a7e2ea5fa7 #192 Fix to comment not saved when suspending a Sale FrancescoUK 2015-10-06 17:55:58 +01:00
  • 986bbc9b36 Better Navigation with TAB key on Sales page Aamir Shahzad 2015-10-06 03:31:57 +05:00
  • 03f6d234bc #175 Fix inverted sorting issue FrancescoUK 2015-09-28 22:47:16 +01:00
  • 79361c976c Refactoring around items and sales search FrancescoUK 2015-09-28 19:21:35 +01:00
  • 1296f393d7 #175 Add pagination links FrancescoUK 2015-09-28 18:24:02 +01:00
  • e49dd4e0b9 #179 Make Items Kit icon visible on home page FrancescoUK 2015-09-28 13:12:22 +01:00
  • 319545b989 #180 Fix to allowing a sale suspend before any payment FrancescoUK 2015-09-28 08:59:22 +01:00
  • 4a3e9ef79d #167 Limit description and serialnumber to 30 char before saving item to sale or suspended sale tables FrancescoUK 2015-09-27 18:08:10 +01:00
  • e566223db9 #168 Items Kit: search by KIT id FrancescoUK 2015-09-27 16:49:36 +01:00
  • 22406d0c3a Merge pull request #176 from daN4cat/master FrancescoUK 2015-09-27 16:39:52 +01:00
  • 8bb108503c #165 Fix invoice wrong date on sale completion FrancescoUK 2015-09-25 19:02:03 +01:00
  • 1eb43d2a74 Merge branch 'master' of https://github.com/jekkos/opensourcepos jekkos 2015-09-24 22:02:23 +02:00
  • 56f7be21ae Merge pull request #171 from souparno/bug-fix-reset-database jekkos 2015-09-23 22:57:46 +02:00
  • ba6ecf0319 #132 Fix date range missing end date items FrancescoUK 2015-09-23 18:04:04 +01:00
  • 47c8d6c0bd reset database syntax contains check, so as it ccan be used to create the database for the first time souparno 2015-09-23 21:29:17 +05:30
  • d9c49c1a72 #132 revert a modification in item model FrancescoUK 2015-09-23 13:00:34 +01:00
  • 5af7473769 #132 Set 1-1-2010 as starting date for the date range FrancescoUK 2015-09-22 19:01:40 +01:00
  • aa9cd1fe6a #132 Make sure we don't show multiple times the same item given a range FrancescoUK 2015-09-22 18:37:30 +01:00
  • 58899ca4cf #132 Added date range in item model. Smoke test fine, more to test FrancescoUK 2015-09-21 19:24:43 +01:00
  • 404bc47e96 #132 Added date picker to Items manage, added date range to controller + model FrancescoUK 2015-09-21 09:30:20 +01:00
  • 7dfcec394f Substitute invoice numbers on complete once again (#163, #150) jekkos 2015-09-22 18:15:02 +02:00
  • 0646200f6c Increase colspan for suppliers list Multiple item kit price with quantity at hand jekkos 2015-09-22 07:40:48 +02:00
  • 2bc7b688ff Fix dateformat value in SQL-Query app_config Martes Erede 2015-09-22 07:17:57 +02:00
  • 9309d7f15b Fix to COPYING file to follow correct license & copyright format (see http://mit-license.org/) FrancescoUK 2015-09-20 21:48:23 +01:00
  • 87153fc70e Add time ranges for quick report searches FrancescoUK 2015-09-20 15:02:31 +01:00
  • ff12531b42 Revert "#159 Fixed typo in comment" FrancescoUK 2015-09-20 14:54:54 +01:00
  • f18b54a758 #159 Fixed typo in comment FrancescoUK 2015-09-20 09:18:57 +01:00
  • 9a47b448ac #153 Set private internal functions FrancescoUK 2015-09-19 22:02:37 +01:00
  • 569bf4db69 #111 Change databse.sql barcode defaults FrancescoUK 2015-09-19 17:52:14 +01:00
  • f97e02c3d4 Items: allow custom field suggestion and search if checkbox is ticked FrancescoUK 2015-09-19 17:46:28 +01:00
  • 893345d334 #111 Change barcode types from numbers to strings for better code readability FrancescoUK 2015-09-19 17:44:43 +01:00
  • 80fcede1ca #152 Remove Alain name and add it to the COPYING under the Copyright section FrancescoUK 2015-09-19 17:40:00 +01:00
  • 461de2f048 #162 fix further issues due to cost & retail prices added to the table FrancescoUK 2015-09-19 15:10:04 +01:00
  • 4106378a6c Changed CONCAT and use of " & ' FrancescoUK 2015-09-19 13:19:49 +01:00
  • dfb556b27b Fixed typo in comment FrancescoUK 2015-09-19 12:43:08 +01:00
  • 41607c23bd Fix to #161 when searching a Kit by name in Sales FrancescoUK 2015-09-19 12:38:21 +01:00
  • a29b8c2a62 Added Kit prices to table view and barcode #162 FrancescoUK 2015-09-19 12:05:44 +01:00
  • dc45b77573 Fix to Gift card totals issue #159 FrancescoUK 2015-09-19 09:22:24 +01:00
  • ad948ac81e Fix to rebase/merge mistake with Barcode_lib FrancescoUK 2015-09-18 08:37:05 +01:00
  • eee7f137ef Fix to rebase/merge mistake with Barcode_lib FrancescoUK 2015-09-18 08:37:05 +01:00
  • 2237c332b9 Derive barcode id from item array jekkos 2015-09-18 08:17:56 +02:00
  • d5cf608bac Fix to #152 remove name of people from code comment and add them to COPYING license file FrancescoUK 2015-09-17 22:31:08 +01:00
  • 96973da280 Item kits issue #155 fix FrancescoUK 2015-09-17 21:47:45 +01:00
  • bca4386aed Fix to sale and receiving receipt barcode FrancescoUK 2015-09-16 21:56:57 +01:00
  • 27f89a63be remove the - from language/id/common_lang.php FrancescoUK 2015-09-17 14:11:21 +01:00
  • 3f5d0b781b Fix to $lang["common_last_page"] issue #156 FrancescoUK 2015-09-16 22:26:51 +01:00
  • 0984cdbfc4 Fix to sale and receiving receipt barcode FrancescoUK 2015-09-16 21:56:57 +01:00
  • c48106f2f5 Fix items view search issue having a ' in the string. Bug #149 FrancescoUK 2015-09-16 20:00:58 +01:00
  • e1ddcbbb5b Rename Item_quantities model to Item_quantity Rename Stock_locations model to Stock_location Fix barcode generation in receipts (sales + receivings) jekkos 2015-09-16 19:31:26 +02:00
  • 2b7ceb4228 Move Print button in sale/manage (Takings) to top right FrancescoUK 2015-09-15 19:52:40 +01:00
  • 3c89416b83 Update languages jekkos 2015-09-15 23:21:59 +02:00
  • 290aee4671 Merge branch 'patch-13' of https://github.com/songwutk/opensourcepos jekkos 2015-09-15 23:01:10 +02:00
  • 10ea821b2a Leave item_number empty if Code39/128 is selected FrancescoUK 2015-09-15 17:49:51 +01:00
  • cf0276c772 If item_number (UPC/EAN/ISBN) is empty and a new barcode is generated save it in the item_number field and update the item entry FrancescoUK 2015-09-15 11:13:58 +01:00
  • 8f2740d349 Centred barcode image FrancescoUK 2015-09-14 23:19:33 +01:00
  • eb71dbc300 Fix EAN 13 typos + set pix per bar FrancescoUK 2015-09-13 21:50:07 +01:00
  • 68915dd28c Ean13 code generation implementation FrancescoUK 2015-09-13 13:27:08 +01:00
  • 93d8775ac5 Remove extra comma from end of array FrancescoUK 2015-09-07 22:04:44 +01:00
  • 807d48ac7b Add EAN13 in Barcode lib FrancescoUK 2015-09-07 22:03:38 +01:00
  • 79fd666bff Add Ean13 file and class FrancescoUK 2015-09-07 18:15:28 +01:00
  • 393ac9bb97 Fixed some minor issues FrancescoUK 2015-09-07 18:08:58 +01:00
  • ac95e1f7d8 Update common_lang.csv songwutk 2015-09-14 16:30:40 +07:00
  • c843c174ed Initialize table sorting if this didn't happen when the page was loaded initially (#139) jekkos 2015-09-14 08:26:41 +02:00
  • d6f052f082 Add default translation in other languages as well (#142) jekkos 2015-09-12 20:55:54 +02:00
  • a78ef2fb08 Merge branch 'master' of https://github.com/marteserede/opensourcepos jekkos 2015-09-12 20:16:46 +02:00
  • 4cbbd3a6f7 [#32] using to_currency for currency values in table-data Martes Erede 2015-09-11 16:16:34 +08:00
  • 4a8c3a83b3 [#32] adding new language-strings and running generate_languages.php Martes Erede 2015-09-11 15:59:27 +08:00
  • 308be8079f [#32] improving the inventory summary report, including total inventory value Martes Erede 2015-09-11 15:58:57 +08:00
  • 335ced948e Remove unneeded fields from sales_temp table jekkos 2015-09-09 23:20:31 +02:00
  • b41a006a79 Fix duplicated payment amounts (#136) jekkos 2015-09-09 23:09:28 +02:00
  • 506aced23e amount_due and change_due were incorrect if multiple items in sale (#136) jekkos 2015-09-09 19:25:44 +02:00
  • e9ea2ba792 Create temp table when necessary jekkos 2015-09-07 22:53:19 +02:00
  • 2c5f3ee759 Add grunt-cache-breaker plugin (#137) Fix tax inclusive pricing for daily sales overview (#136) Fix table sorting when using search in daily sales overview (#131) jekkos 2015-09-07 22:15:41 +02:00
  • b680cdff36 Fix table sorting after loading search results jekkos 2015-09-07 08:35:59 +02:00
  • 80f7966d1c Add default dateformat and timeformat in data scripts jekkos 2015-09-06 15:53:11 +02:00
  • e62df579f1 Keep last row in position even after filtering jekkos 2015-09-06 13:33:12 +02:00
  • 2b6b3914a7 Mark totals row as static (keep it at bottom of the table issue #131) jekkos 2015-09-06 13:19:32 +02:00
  • 756b675e2b use configured dateformat for jquery ui date parser disable sorting on columns 0 and 9 (no data there) default sorting enabled on column 1 jekkos 2015-09-05 15:05:20 +02:00
  • 1d65ceaccf Merge branch 'master' of https://github.com/daN4cat/opensourcepos jekkos 2015-09-05 09:52:48 +02:00
  • 0c92cc661f Remove date field type for filters jekkos 2015-09-05 09:52:30 +02:00
  • c87a936e22 Fix language issue FrancescoUK 2015-09-04 23:24:53 +01:00
  • c041a18624 Added Print button to print the current view FrancescoUK 2015-09-04 22:36:01 +01:00
  • ac3aab51fa Fix payment summary update on search jekkos 2015-09-04 23:35:23 +02:00
  • 9281995029 Fix payment summary update on search Merge branch 'master' of https://github.com/daN4cat/opensourcepos into daN4cat-master jekkos 2015-09-04 23:14:06 +02:00
  • f36c700129 Add date filtering in sales overview Add jquery-ui datepicker Format dates in sale and receiving forms according to configured dateformat and timeformat settings Add missing translations in sale (click delete when not selecting anything) Add search box back to search for customer sales and ticket numbers jekkos 2015-09-04 21:48:30 +02:00
  • d35ef071bb - Added cash only filter FrancescoUK 2015-09-04 19:30:43 +01:00
  • 852f83a8f6 Rename Overview to be Takings (normally used word in retail world) FrancescoUK 2015-09-04 10:31:02 +01:00
  • 7bbd651779 Remove commented out lines FrancescoUK 2015-09-03 23:31:20 +01:00
  • a624d21fcd Fix sale detail edit Make last row in sale table bold (css) Add default date range between yesterday and today Temporarily comment out payment type listing in table itself (tbd) jekkos 2015-09-04 08:44:20 +02:00
  • 9a2cafc1b1 Review payment type overview Add some padding to bottom of content area Fix invoice only searching Make start and end dates optional jekkos 2015-09-03 23:35:57 +02:00
  • b226a40efc Make Gift Card one payment item and not multiple ones in Sale/Overview and in Summary Payment report. FrancescoUK 2015-09-03 19:18:15 +01:00
  • 0b8a263443 Sale Overview change: FrancescoUK 2015-09-02 23:22:44 +01:00
  • 75fa706299 Sale Overview change FrancescoUK 2015-09-02 23:16:26 +01:00