Bugzilla – Attachment 56904 Details for
Bug 13321
Fix tax and prices calculation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13321: Adds renaming of gstrate column in kohastructure.sql
Bug-13321-Adds-renaming-of-gstrate-column-in-kohas.patch (text/plain), 1.40 KB, created by
Nick Clemens (kidclamp)
on 2016-10-27 01:01:42 UTC
(
hide
)
Description:
Bug 13321: Adds renaming of gstrate column in kohastructure.sql
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-10-27 01:01:42 UTC
Size:
1.40 KB
patch
obsolete
>From b18aa1bd83874ac0ee8f430288f747b1407f4241 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Fri, 20 May 2016 14:25:44 +0200 >Subject: [PATCH] Bug 13321: Adds renaming of gstrate column in > kohastructure.sql > >Signed-off-by: Sonia Bouis <koha@univ-lyon3.fr> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 9934efa..9bead82 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2786,7 +2786,7 @@ CREATE TABLE `aqbooksellers` ( -- information about the vendors listed in acquis > `gstreg` tinyint(4) default NULL, -- is your library charged tax (1 for yes, 0 for no) > `listincgst` tinyint(4) default NULL, -- is tax included in list prices (1 for yes, 0 for no) > `invoiceincgst` tinyint(4) default NULL, -- is tax included in invoice prices (1 for yes, 0 for no) >- `gstrate` decimal(6,4) default NULL, -- the tax rate the library is charged >+ `tax_rate` decimal(6,4) default NULL, -- the tax rate the library is charged > `discount` float(6,4) default NULL, -- discount offered on all items ordered from this vendor > `fax` varchar(50) default NULL, -- vendor fax number > deliverytime int(11) default NULL, -- vendor delivery time >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13321
:
33789
|
33790
|
33791
|
33792
|
33793
|
34432
|
35152
|
35165
|
47489
|
47490
|
47491
|
47492
|
47493
|
47494
|
48867
|
48868
|
48869
|
48870
|
48871
|
48872
|
51080
|
51081
|
51082
|
51083
|
51084
|
51085
|
51643
|
51644
|
51645
|
51646
|
51647
|
51648
|
51649
|
52046
|
55168
|
55415
|
55416
|
55417
|
55418
|
55419
|
55420
|
55421
|
55422
|
55423
|
55427
|
56408
|
56422
|
56423
|
56424
|
56425
|
56426
|
56427
|
56428
|
56429
|
56430
|
56431
|
56432
|
56898
|
56899
|
56900
|
56901
|
56902
|
56903
| 56904 |
56905
|
56906
|
56907
|
56908
|
56909
|
56930
|
56959