Sql TB_PREF corrections
[fa-stable.git] / sales / customer_credit_invoice.php
1 <?php
2
3 $page_security =3;
4 $path_to_root="..";
5
6 include_once($path_to_root . "/sales/includes/cart_class.inc");
7 include_once($path_to_root . "/includes/session.inc");
8
9 include_once($path_to_root . "/includes/data_checks.inc");
10
11 include_once($path_to_root . "/includes/manufacturing.inc");
12 include_once($path_to_root . "/sales/includes/sales_db.inc");
13 include_once($path_to_root . "/sales/includes/sales_ui.inc");
14 $js = "";
15 if ($use_popup_windows)
16         $js .= get_js_open_window(900, 500);
17 if ($use_date_picker)
18         $js .= get_js_date_picker();
19 page(_("Credit all or part of an Invoice"), false, false, "", $js);
20
21 //---------------------------------------------------------------------------------------------------------------
22
23 if (isset($_GET['AddedID']))
24 {
25         $credit_no = $_GET['AddedID'];
26         $trans_type = 11;
27
28         echo "<center>";
29         display_notification_centered(_("Credit Note has been processed"));
30         display_note(get_customer_trans_view_str($trans_type, $credit_no, _("View this credit note")), 0, 0);
31
32         display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL Journal Entries for this Credit Note")));
33
34         display_footer_exit();
35 }
36
37 //--------------------------------------------------------------------------------------
38
39 if (!isset($_GET['InvoiceNumber']) && !$_SESSION['InvoiceToCredit'])
40 {
41         /* This page can only be called with an invoice number for crediting*/
42         die (_("This page can only be opened if an invoice has been selected for crediting."));
43 }
44
45 //--------------------------------------------------------------------------------------
46
47 function can_process()
48 {
49         if (!is_date($_POST['CreditDate']))
50         {
51                 display_error(_("The entered date is invalid."));;
52                 return false;
53         }
54         elseif (!is_date_in_fiscalyear($_POST['CreditDate']))
55         {
56                 display_error(_("The entered date is not in fiscal year."));
57                 return false;
58         }
59
60         if (!references::is_valid($_POST['ref']))
61         {
62                 display_error(_("You must enter a reference."));;
63                 return false;
64         }
65
66         if (!is_new_reference($_POST['ref'], 11))
67         {
68                 display_error(_("The entered reference is already in use."));;
69                 return false;
70         }
71
72         if (!is_numeric($_POST['ChargeFreightCost']) || $_POST['ChargeFreightCost'] < 0)
73         {
74                 display_error(_("The entered shipping cost is invalid or less than zero."));;
75                 return false;
76         }
77
78         return true;
79 }
80
81 //--------------------------------------------------------------------------------------
82
83 function clear_globals()
84 {
85         if (isset($_SESSION['Items']))
86         {
87                 unset($_SESSION['Items']->line_items);
88                 unset($_SESSION['Items']);
89         }
90         unset($_SESSION['InvoiceToCredit']);
91 }
92
93 //--------------------------------------------------------------------------------------
94
95 function process_credit()
96 {
97         global $path_to_root;
98         if (can_process())
99         {
100                 $credit_no = credit_invoice($_SESSION['Items'], $_SESSION['InvoiceToCredit'],
101                         $_SESSION['Order'],     $_POST['CreditDate'], $_POST['CreditType'],
102                         $_POST['tax_group_id'], $_POST['ChargeFreightCost'], $_POST['ref'],
103                         $_POST['CreditText'], $_POST['WriteOffGLCode']);
104
105                 clear_globals();
106
107                 meta_forward($_SERVER['PHP_SELF'], "AddedID=$credit_no");
108         }
109 }
110
111 //--------------------------------------------------------------------------------------
112
113 if (isset($_GET['InvoiceNumber']) && $_GET['InvoiceNumber'] > 0)
114 {
115
116         clear_globals();
117
118         $_SESSION['InvoiceToCredit'] = $_GET['InvoiceNumber'];
119         $_SESSION['Items'] = new cart;
120
121         /*read in all the guff from the selected invoice into the Items cart    */
122
123         // we need a distinct here so that it only returns 1 line - because there can be multiple moves
124         // per item (for assemblies, etc)
125         $sql = "SELECT DISTINCT ".TB_PREF."debtor_trans.*,
126                 ".TB_PREF."cust_branch.default_location, ".TB_PREF."cust_branch.default_ship_via,
127                 ".TB_PREF."debtors_master.name, ".TB_PREF."debtors_master.curr_code,
128         ".TB_PREF."tax_groups.name AS tax_group_name, ".TB_PREF."tax_groups.id AS tax_group_id,
129         ".TB_PREF."sales_orders.from_stk_loc
130         FROM ".TB_PREF."debtor_trans, ".TB_PREF."debtors_master, ".TB_PREF."cust_branch, ".TB_PREF."tax_groups, ".TB_PREF."sales_orders
131         WHERE ".TB_PREF."debtor_trans.debtor_no = ".TB_PREF."debtors_master.debtor_no
132         AND ".TB_PREF."debtor_trans.branch_code = ".TB_PREF."cust_branch.branch_code
133         AND ".TB_PREF."debtor_trans.debtor_no = ".TB_PREF."cust_branch.debtor_no
134         AND ".TB_PREF."cust_branch.tax_group_id = ".TB_PREF."tax_groups.id
135         AND ".TB_PREF."debtor_trans.trans_no = " . $_GET['InvoiceNumber'] . "
136                 AND ".TB_PREF."debtor_trans.type=10
137         AND ".TB_PREF."sales_orders.order_no=".TB_PREF."debtor_trans.order_";
138
139         $result = db_query($sql,"The invoice details cannot be retrieved");
140
141         if (db_num_rows($result) == 1)
142         {
143
144                 $myrow = db_fetch($result);
145
146                 $_SESSION['Items']->customer_id = $myrow["debtor_no"];
147                 $_SESSION['Items']->customer_name = $myrow["name"];
148                 $_SESSION['Items']->cust_ref = $myrow["reference"];
149                 $_SESSION['Items']->Branch = $myrow["branch_code"];
150                 $_SESSION['Items']->customer_currency = $myrow["curr_code"];
151
152                 $_SESSION['Items']->Comments = "";
153                 $_SESSION['Items']->default_sales_type =$myrow["tpe"];
154                 $_SESSION['Items']->Location = $myrow["from_stk_loc"];
155
156                 $_SESSION['Items']->tax_group_name = $myrow["tax_group_name"];
157                 $_SESSION['Items']->tax_group_id = $myrow["tax_group_id"];
158
159                 $_SESSION['Items']->delivery_date = sql2date($myrow["tran_date"]);
160                 $_SESSION['Items']->freight_cost = $myrow["ov_freight"];
161
162                 $_SESSION['Items']->ship_via = $myrow["default_ship_via"];
163
164                 $_SESSION['Order'] = $myrow["order_"];
165
166                 db_free_result($result);
167
168                 /*now populate the line items array with the detail records for the invoice*/
169
170                 $result = get_customer_trans_details(10, $_GET['InvoiceNumber']);
171
172                 if (db_num_rows($result) > 0)
173                 {
174
175                         while ($myrow = db_fetch($result))
176                         {
177
178                                 $_SESSION['Items']->add_to_cart($myrow["stock_id"],-$myrow["quantity"],
179                                         $myrow["FullUnitPrice"],$myrow["discount_percent"],$myrow["qty_done"],
180                                         $myrow["standard_cost"],$myrow["description"],$myrow["id"]);
181
182
183                         }
184
185                 } /*else { // there are no item records created for that invoice
186                         // it's ok there might be shipping or only taxes !!
187                         echo "<CENTER><A HREF='$path_to_root/index.php?" . SID . "'>" . _("Back to the main menu") . "</A>";
188                         echo "<P>" . _("There are no line items that were retrieved for this invoice. A credit note cannot be created from this invoice."). "<BR><BR>";
189                         end_page();
190                         exit;
191
192                 }*/ //end of checks on returned data set
193                 db_free_result($result);
194         }
195         else
196         {
197                 display_error(_("This invoice can not be credited using the automatic facility."));
198                 display_error("Please report that a duplicate debtor_trans header record was found for invoice " . $SESSION['InvoiceToCredit']);
199                 echo "<br><br>";
200                 exit;
201         } //valid invoice record returned from the entered invoice number
202
203 }
204 else
205 {
206
207 /* if processing, the page has been called and ${$StkItm->stock_id} would have been set from the post */
208         foreach ($_SESSION['Items']->line_items as $itm)
209         {
210                 $_SESSION['Items']->line_items[$itm->line_no]->qty_dispatched = $_POST[$itm->stock_id];
211
212                 if (isset($_POST[$itm->stock_id . "Desc"]) && strlen($_POST[$itm->stock_id . "Desc"]) > 0)
213                 {
214                         $_SESSION['Items']->line_items[$itm->line_no]->item_description = $_POST[$itm->stock_id . "Desc"];
215                 }
216         }
217 }
218
219 //--------------------------------------------------------------------------------------
220
221 if (isset($_POST['ProcessCredit']))
222 {
223         process_credit();
224 }
225
226 //--------------------------------------------------------------------------------------
227
228 if (isset($_POST['Location']))
229 {
230         $_SESSION['Items']->Location = $_POST['Location'];
231 }
232
233 //--------------------------------------------------------------------------------------
234
235 function display_credit_items()
236 {
237         global $table_style, $table_style2;
238
239     start_form(false, true);
240
241         start_table("$table_style2 width=80%", 5);
242         echo "<tr><td>"; // outer table
243
244     start_table("$table_style width=100%");
245     start_row();
246     label_cells(_("Customer"), $_SESSION['Items']->customer_name, "class='tableheader2'");
247         label_cells(_("Branch"), get_branch_name($_SESSION['Items']->Branch), "class='tableheader2'");
248     label_cells(_("Currency"), $_SESSION['Items']->customer_currency, "class='tableheader2'");
249     end_row();
250     start_row();
251
252         if (!isset($_POST['ref']))
253                 $_POST['ref'] = references::get_next(11);
254
255     ref_cells(_("Reference"), 'ref', null, "class='tableheader2'");
256
257     label_cells(_("Crediting Invoice"), get_customer_trans_view_str(10, $_SESSION['InvoiceToCredit']), "class='tableheader2'");
258
259     if (!isset($_POST['tax_group_id']))
260         $_POST['tax_group_id'] = $_SESSION['Items']->tax_group_id;
261     label_cell(_("Tax Group"), "class='tableheader2'");
262     tax_groups_list_cells(null, 'tax_group_id', $_POST['tax_group_id'], false, null, true);
263         end_row();
264         end_table();
265
266     echo "</td><td>";// outer table
267
268     start_table("$table_style width=100%");
269
270     label_row(_("Invoice Date"), $_SESSION['Items']->delivery_date, "class='tableheader2'");
271
272     date_row(_("Credit Note Date"), 'CreditDate', null, 0, 0, 0, "class='tableheader2'");
273
274     end_table();
275
276         echo "</td></tr>";
277
278         end_table(1); // outer table
279
280     start_table("$table_style width=80%");
281     $th = array(_("Item Code"), _("Item Description"), _("Invoiced Quantity"), _("Units"),
282         _("Credit Quantity"), _("Price"), _("Discount %"), _("Total"));
283     table_header($th);
284
285     $k = 0; //row colour counter
286
287     foreach ($_SESSION['Items']->line_items as $ln_itm)
288     {
289
290         alt_table_row_color($k);
291
292         $line_total =($ln_itm->qty_dispatched * $ln_itm->price * (1 - $ln_itm->discount_percent));
293
294         label_cell($ln_itm->stock_id);
295                 text_cells(null, $ln_itm->stock_id . "Desc", $ln_itm->item_description, 30, 50);
296         qty_cell($ln_itm->quantity);
297         label_cell($ln_itm->units);
298
299         text_cells(null, $ln_itm->stock_id, $ln_itm->qty_dispatched, 13, 15);
300
301         amount_cell($ln_itm->price);
302         amount_cell($ln_itm->discount_percent*100);
303         amount_cell($line_total);
304         end_row();
305     }
306
307     if (!isset($_POST['ChargeFreightCost']) || ($_POST['ChargeFreightCost'] == ""))
308     {
309         $_POST['ChargeFreightCost'] = $_SESSION['Items']->freight_cost;
310     }
311         start_row();
312         label_cell(_("Credit Shipping Cost"), "colspan=7 align=right");
313     text_cells(null, "ChargeFreightCost", $_POST['ChargeFreightCost'], 6, 6);
314         end_row();
315
316     $inv_items_total = $_SESSION['Items']->get_items_total_dispatch();
317
318     $display_sub_total = number_format2($inv_items_total + $_POST['ChargeFreightCost'],user_price_dec());
319     label_row(_("Sub-total"), $display_sub_total, "colspan=7 align=right", "align=right");
320
321     $taxes = $_SESSION['Items']->get_taxes($_POST['tax_group_id'], $_POST['ChargeFreightCost']);
322
323     $tax_total = display_edit_tax_items($taxes, 7);
324
325     $display_total = number_format2(($inv_items_total + $_POST['ChargeFreightCost'] + $tax_total), user_price_dec());
326
327     label_row(_("Credit Note Total"), $display_total, "colspan=7 align=right", "align=right");
328
329     end_table();
330 }
331
332 //--------------------------------------------------------------------------------------
333
334 function display_credit_options()
335 {
336         global $table_style2;
337
338     echo "<br>";
339     start_table($table_style2);
340
341     echo "<tr><td>" . _("Credit Note Type") . "</td>";
342     echo "<td><select name='CreditType' onchange='this.form.submit();'>";
343     if (!isset($_POST['CreditType']) || $_POST['CreditType'] == "Return")
344     {
345         echo "<option value='WriteOff'>" . _("Items Written Off") . "</option>";
346         echo "<option selected value='Return'>" . _("Items Returned to Inventory Location") . "</option>";
347     }
348     else
349     {
350         echo "<option selected value='WriteOff'>" . _("Items Written Off") . "</option>";
351         echo "<option value='Return'>" . _("Items Returned to Inventory Location") . "</option>";
352     }
353     echo "</select>";
354     echo"</td></tr>";
355
356     if (!isset($_POST['CreditType']) || $_POST['CreditType'] == "Return")
357     {
358
359         /*if the credit note is a return of goods then need to know which location to receive them into */
360         if (!isset($_POST['Location']))
361         {
362                 $_POST['Location'] = $_SESSION['Items']->Location;
363         }
364
365         locations_list_row(_("Items Returned to Inventory Location"), 'Location', $_POST['Location']);
366
367     }
368     else
369     {   /* the goods are to be written off to somewhere */
370
371         gl_all_accounts_list_row(_("Write Off the Cost of the Items to"), 'WriteOffGLCode', $_POST['WriteOffGLCode']);
372     }
373     textarea_row(_("Memo"), "CreditText", null, 45, 3);
374     end_table();
375 }
376
377 //--------------------------------------------------------------------------------------
378
379 display_credit_items();
380 display_credit_options();
381
382 echo "<br><center>";
383 submit('Update', _("Update"));
384 echo "&nbsp";
385 submit('ProcessCredit', _("Process Credit Note"));
386 echo "</center>";
387
388 end_form();
389
390 //--------------------------------------------------------------------------------------
391
392 end_page();
393
394 ?>