toins
|
32e0d66afa
|
sync with dev_week.
|
2006-08-10 12:41:04 +00:00 |
|
thd
|
e624b89b56
|
Moved publication, distribution details fields and acquisition info fields
to record editor tab 9 for ASMP custom frameworks.
|
2006-08-10 01:01:23 +00:00 |
|
thd
|
4e95d93112
|
Improved subfield visibility settings and corrected one in the wrong tab.
|
2006-08-09 21:04:35 +00:00 |
|
thd
|
1d25f1fcf5
|
Significantly corrected ASMP custom books framework and added ASMP sound
recordings and videorecordings frameworks.
|
2006-08-09 19:27:18 +00:00 |
|
thd
|
8e51470127
|
ASMP custom MARC 21 bibliographic frameworks.
|
2006-08-08 09:09:11 +00:00 |
|
thd
|
2d6582e201
|
Removed ASMP custom frameworks from standard default MARC 21 framework.
|
2006-08-08 08:44:03 +00:00 |
|
thd
|
6340f6047e
|
Added some missing and changed subfields as well as field 662 from last year's
MARC 21 update. Lack of sleep had been a problem around that point in my
previous work. Corrected some hidden values.
|
2006-08-08 05:09:25 +00:00 |
|
toins
|
582dff118c
|
POD updated.
|
2006-08-07 13:17:42 +00:00 |
|
toins
|
01e1e3ed17
|
fix bad link to order.pl. The new one is to booksellers.pl.
|
2006-08-07 13:06:33 +00:00 |
|
kados
|
b9acea8d45
|
rolling back previous merge, will do manually
|
2006-08-02 16:40:23 +00:00 |
|
toins
|
6e6822f593
|
call to suggestion-select.pl changed by call to newordersuggestion.pl
|
2006-08-02 08:24:26 +00:00 |
|
toins
|
d2c5f7f93f
|
fix bad link.
|
2006-08-02 08:22:53 +00:00 |
|
toins
|
151292d534
|
newordersuggestion.tmpl replaces suggestion-select.tmpl
|
2006-08-02 08:20:32 +00:00 |
|
toins
|
9d09386b39
|
newordersuggestion.pl replaces suggestion-select.pl
|
2006-08-02 08:16:46 +00:00 |
|
toins
|
d9ce76765e
|
change link to newbiblio.pl to neworderempty.pl .
|
2006-08-02 08:10:06 +00:00 |
|
toins
|
6063ee92c1
|
change link to newbiblio to neworderempty.
|
2006-08-02 08:08:37 +00:00 |
|
toins
|
f5748e90c4
|
neworderempty.tmpl replaces newbiblio.tmpl
|
2006-08-02 08:07:42 +00:00 |
|
toins
|
a3834db092
|
neworderempty.pl replaces newbiblio.pl
|
2006-08-02 08:06:02 +00:00 |
|
toins
|
baf5ee015e
|
neworderbiblio.pl replaces newbasket2.pl
|
2006-08-02 07:55:19 +00:00 |
|
toins
|
197693e77f
|
neworderbiblio.tmpl replaces newbasket2.tmpl
|
2006-08-02 07:54:55 +00:00 |
|
toins
|
2de0c38671
|
fix bad link.
|
2006-08-01 15:33:52 +00:00 |
|
toins
|
f790d69047
|
order.tmpl is replaced by booksellers.tmpl
|
2006-08-01 15:28:55 +00:00 |
|
toins
|
0554a91421
|
Some SQL code moved into Acquisition.pm
|
2006-08-01 15:04:33 +00:00 |
|
toins
|
6ea714e0b3
|
Change link to order.pl to booksellers.pl
|
2006-08-01 15:03:19 +00:00 |
|
toins
|
04720ffed8
|
order.pl renamed to booksellers.pl
|
2006-08-01 14:53:12 +00:00 |
|
toins
|
8f4236e009
|
POD added.
|
2006-08-01 10:17:33 +00:00 |
|
toins
|
c08ab01523
|
Add a call to GetOrderNumber.
|
2006-08-01 08:50:11 +00:00 |
|
toins
|
192b76cc8a
|
New Function : ModOrderBiblioNumber.
|
2006-08-01 08:47:49 +00:00 |
|
toins
|
7181726db0
|
Fix some broken links & renamed some function.
FIXME : Where is finishreceive.tmpl ?
|
2006-08-01 08:33:11 +00:00 |
|
toins
|
81940b035b
|
GetBasketContent renamed to GetOrders.
|
2006-08-01 08:30:58 +00:00 |
|
toins
|
7c986b6872
|
Add a call to GetOrderNumber
|
2006-08-01 08:30:15 +00:00 |
|
toins
|
f3c7dbf1cf
|
$selected deleted.
|
2006-08-01 08:29:36 +00:00 |
|
toins
|
cb21ac2d85
|
GetAllOrders renamed to GetPendingOrders.
|
2006-08-01 08:29:02 +00:00 |
|
toins
|
4fd001ceef
|
* Function GetBasketContent renamed to GetOrders.
* Function GetOrder renamed to GetOrderNumber.
* Function GetSingleOrder renamed to GetOrder.
* GetAllOrders has been merged with GetPendingOrders.
|
2006-08-01 08:26:53 +00:00 |
|
toins
|
c74eb3afcc
|
Add a call to Acquisition.pm
|
2006-07-31 16:03:46 +00:00 |
|
toins
|
1d11938205
|
fix minor bug in POD.
|
2006-07-31 15:59:03 +00:00 |
|
toins
|
50c4d5c7d5
|
New function "GetBookFundsId" : this function get the list of bookfund id into an array.
|
2006-07-31 15:58:26 +00:00 |
|
toins
|
bebc33b5dd
|
POD added, Call to Bookfund.pm added, SQL code movde in Bookfund.pm.
|
2006-07-31 15:56:06 +00:00 |
|
toins
|
6b4c17318f
|
FIXME added.
|
2006-07-31 14:49:56 +00:00 |
|
toins
|
7407dd09df
|
POD added, Call to Bookseller.pm added. Some functions has been renamed/changed/rewrited...
|
2006-07-31 14:45:37 +00:00 |
|
toins
|
5fa061f247
|
POD added. Call to Bookfund.pm & Bookseller.pm added. Some sub renamed/API changed.
|
2006-07-31 14:40:54 +00:00 |
|
toins
|
2bfa4df482
|
Code cleaned.
|
2006-07-31 14:38:14 +00:00 |
|
toins
|
d8513105aa
|
3 New functions : NewBookFund, DelBookFund & SearchBookFund.
|
2006-07-31 14:36:40 +00:00 |
|
toins
|
a30329db0b
|
GPL & POD added,
|
2006-07-31 14:30:45 +00:00 |
|
toins
|
7fdf61bffb
|
Call to Bookfund.pm & Bokkseller.pm added. POD added.
|
2006-07-31 14:11:57 +00:00 |
|
toins
|
6e5b99c397
|
Subs renamed
|
2006-07-31 14:10:59 +00:00 |
|
toins
|
9ef8b9f80b
|
list of pending/receive records added.
|
2006-07-31 12:49:49 +00:00 |
|
toins
|
1b7b90cd0d
|
Code cleaned. POD added. Subs renamed/rewrited/added....
|
2006-07-31 09:31:58 +00:00 |
|
toins
|
f29cf68086
|
Code cleaned. POD added & some subs renamed/rewrited/added...
|
2006-07-31 09:29:45 +00:00 |
|
toins
|
a0a50aff8a
|
modify input parameters for GetOrder.
|
2006-07-28 13:20:27 +00:00 |
|