jekkos
e9ea2ba792
Create temp table when necessary
2015-09-07 22:53:19 +02:00
jekkos
b680cdff36
Fix table sorting after loading search results
2015-09-07 08:35:59 +02:00
jekkos
2b6b3914a7
Mark totals row as static (keep it at bottom of the table issue #131 )
2015-09-06 13:19:32 +02:00
jekkos
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
2015-09-05 15:05:20 +02:00
jekkos
1d65ceaccf
Merge branch 'master' of https://github.com/daN4cat/opensourcepos
2015-09-05 09:52:48 +02:00
jekkos
0c92cc661f
Remove date field type for filters
2015-09-05 09:52:30 +02:00
FrancescoUK
c041a18624
Added Print button to print the current view
2015-09-04 22:51:12 +01:00
jekkos
9281995029
Fix payment summary update on search
...
Merge branch 'master' of https://github.com/daN4cat/opensourcepos into daN4cat-master
2015-09-04 23:14:06 +02:00
jekkos
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
2015-09-04 22:09:24 +02:00
FrancescoUK
d35ef071bb
- Added cash only filter
...
- Set to 'all' the sale_type so even returns are shown (we might want to add a drop down filter for this too)
2015-09-04 19:30:43 +01:00
jekkos
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)
2015-09-04 08:44:20 +02:00
jekkos
9a2cafc1b1
Review payment type overview
...
Add some padding to bottom of content area
Fix invoice only searching
Make start and end dates optional
2015-09-03 23:35:57 +02:00
FrancescoUK
75fa706299
Sale Overview change
...
- Refactor and optimise payments part (added now amount to detail sale report too)
- fix some </tr> that should have been </td>
- minor indentation fixes
NOTE: The only_invoices checkbox is not responsive
2015-09-02 23:16:26 +01:00
FrancescoUK
c88f37f8e7
Change Sale Overview to become a daily takings view with totals.
2015-09-01 23:37:26 +01:00
jekkos
3e24b9caff
Remove non working datepicker icon
...
Remove in_array check for duplicated company_name
2015-08-24 21:52:41 +02:00
FrancescoUK
8bcd2a69dc
Add better locale config support (pull request #93 )
...
I've added in this commit the following:
- the means to configure date and time format
- date and time is shown with the selected formats
- a locale tab in the configuration page
- changed location tab to be stock tab and the same for the file names
- translation strings (only English) for the case
NOTE 1: Not related to Locale support but I removed an extra <div
class="field_row clearfix"> from general_config.php
NOTE 2: There is no rules in the submit checks of Locale. Probably this
is something to iron out a bit
NOTE 3: It would be probably nice to add a button in the Locale tab to
regenerate all the translation files in case somebody updates the
translations .csv
Fixed Local config
- Removed text in Red as really not mandatory configuration
- Added time format in 24h and 12h
Updated General Config tab
- reorganised the layout grouping things like company info, taxes and
invoice formating
- increased the limit of max lines per page to 1000 because 50 is too
little. People can do what they want with up to 1000
2015-07-25 12:02:10 +02:00
jekkos
b1f1feda48
Show alternative description on invoice only if not empty
2015-07-01 08:29:53 +02:00
jekkos
0788f4eef9
Set precision to 5 decimals (constants.php)
...
Show item description if serialized (invoice.php)
2015-06-28 14:20:39 +02:00
jekkos
df7907fb8f
Don't lose date precision when editing sale or receiving
...
Extend date validator to allow timestamps as well (sale + receiving)
Fix receiving edit
2015-06-20 20:58:41 +02:00
jekkos
ccc2af2a26
Show tax exclusive subtotal in case of tax inclusive pricing
2015-05-23 16:51:42 +02:00
jekkos
b8fba91244
Show tax names and amounts in invoice and invoice_email views
...
Fix invoice numbering for $YCO after update
2015-04-09 18:28:23 +02:00
jekkos
de3d7ce726
Add new language line for check_remainder
2015-04-07 19:10:46 +02:00
jekkos
4ffc5351af
Add customer as a required field for giftcard
...
Show giftcard remainder if at least one payment is done using giftcard
2015-04-07 17:28:44 +02:00
jekkos
43ecda44e0
Receipt totals layout improvement (show top border when no discount or
...
tax section present)
Remove unexistant script include from invoice_email template
2015-04-06 15:38:52 +02:00
jekkos
95ae2766cd
Giftcard get_all parameters were in opposite order
...
Invoice layout improvements
2015-04-06 15:15:40 +02:00
jekkos
f45f75e458
Add functionality to keep item edit form open for easier working (in
...
sales, receivings and items module)
Refactor duplicated custom field code in item form
2015-04-06 15:15:40 +02:00
jekkos
b85b9d37a1
Add company_name field to customers for invoicing purposes
...
Total discount is now shown as one amount in receipt
Conflicts:
application/controllers/sales.php
Conflicts:
database/migrate_phppos.sql
2015-04-06 15:15:34 +02:00
jekkos
8ff742085a
Multiple total disconuts are shown correctly now
2015-03-31 21:56:44 +02:00
jekkos
cae9d3b67e
Remove tags:css task in Grunfile (css files are imported the old way
...
again)
Fix sale delete confirmation in edit dialog
Add bower.json (still unused)
Fix autogenerated javascript load order
2015-03-17 16:47:49 +01:00
jekkos-t520
b29cb85b9b
Add ticket suggestions for #40
2015-03-07 22:41:03 +01:00
jekkos-t520
6faaec53d6
Fix duplicate item suggestion issue #38
...
Fix return ticket suggestion issue #38
Fix discounted_total after hitting edit in sales register
2015-03-07 21:55:15 +01:00
jekkos-t520
b29ec8ef31
Fix show discounts functionality
...
Review tax price calculations
Remove tax exclusive price in invoice.php template
2015-03-07 19:35:13 +01:00
jekkos-t520
4ac1a943eb
Update totals calculation
...
Update tax inclusive calculation
2015-03-06 00:58:44 +01:00
jekkos-t520
0e357f14f6
Add option to show total discounts on receipt
2015-03-05 08:28:58 +01:00
jekkos-t520
3204391521
Always show name instead of description (twice)
2015-02-25 13:30:17 +01:00
jekkos-t520
9e427485f3
Fix items module filtering
...
Fix double to_currency wrapper for amount_change in receipt
Fix tablesorter js error with empty tables
Upgrade tablesorter.js to latest version
Adapt some labels for dutch
2015-02-21 18:05:12 +01:00
jekkos-t520
0f77300131
Sales overview added to register screen
...
Add pagination to default search routine
Remove payment_type column from sales table (was redundant)
Fix search spinner location (just toggle ac_loading class)
Complete sale labels
2015-02-20 15:54:13 +01:00
jekkos-t520
e7f9f29cd3
Create invoice checkbox was inverted
2015-02-19 18:15:35 +01:00
jekkos-t520
babddd524c
Refactor variable substitution for receiving invoice numbers
...
Use localStorage to store selected printer
Add printer selection for invoice template
Print after sale checkbox is now present in receivings and sales screen
Remove print after sale options from receipt_config
Add default translations to receivings_lang.csv
Fix some bugs preventing to print and email at the same time
2015-02-19 18:10:31 +01:00
jekkos-t520
6ff19cb3f3
Merge branch 'feature/invoice_template'
2015-02-19 16:11:57 +01:00
jekkos-t520
42c30bf30b
Invoice PDF generation working properly
...
PDF's can be sent as mail attachment
2015-02-19 15:32:16 +01:00
jekkos-t520
50006aeb6a
Email pdf generation
...
Added invoice template
Add latest dompdf release
2015-02-18 18:18:09 +01:00
jekkos-t520
8edff136d0
Show company name on receipt when no logo is set
2015-02-18 08:53:18 +01:00
jekkos-t520
4025883765
show taxes was reversed
2015-02-18 00:16:18 +01:00
jekkos-t520
b9b8e2b4e5
remove php shorthand tags (incompatibility across installs)
2015-02-17 23:06:24 +01:00
jekkos-t520
13f6640576
Add show taxes checkbox value (state was not persisted)
...
Disable printing options when unchecking print after sale
2015-02-17 22:58:10 +01:00
jekkos-t520
aa969273db
Disable config fields that require addon when this one is not enabled
...
Obey to user confirm outcome to save config or not
Fallback to window.print when addon is not installed (as it was
previously)
2015-02-17 17:08:46 +01:00
jekkos-t520
a809807288
jsPrintSetup plugin integration
...
All receipt print configuration options present now
2015-02-17 16:46:57 +01:00
jekkos-t520
7ec4c21587
Merge branch 'master' into feature/receipt_config
2015-02-17 12:20:33 +01:00
jekkos-t520
cf2ca1e6c7
Start receipt rework
2015-02-17 09:01:56 +01:00