20bba79b035bea8ffc93d0fa09adab6c1bc22818
[fa-stable.git] / sales / create_recurrent_invoices.php
1 <?php
2 /**********************************************************************
3     Copyright (C) FrontAccounting, LLC.
4         Released under the terms of the GNU General Public License, GPL, 
5         as published by the Free Software Foundation, either version 3 
6         of the License, or (at your option) any later version.
7     This program is distributed in the hope that it will be useful,
8     but WITHOUT ANY WARRANTY; without even the implied warranty of
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
10     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
11 ***********************************************************************/
12 $page_security = 'SA_SALESINVOICE';
13 $path_to_root = "..";
14 include_once($path_to_root . "/sales/includes/cart_class.inc");
15 include_once($path_to_root . "/includes/session.inc");
16 include_once($path_to_root . "/sales/includes/ui/sales_order_ui.inc");
17 include_once($path_to_root . "/includes/ui.inc");
18 include_once($path_to_root . "/reporting/includes/reporting.inc");
19
20 $js = "";
21 if ($use_popup_windows)
22         $js .= get_js_open_window(900, 600);
23
24 page(_($help_context = "Create and Print Recurrent Invoices"), false, false, "", $js);
25
26 function create_recurrent_invoices($customer_id, $branch_id, $order_no, $tmpl_no)
27 {
28         global $Refs;
29
30         $doc = new Cart(ST_SALESORDER, array($order_no));
31
32         get_customer_details_to_order($doc, $customer_id, $branch_id);
33
34         $doc->trans_type = ST_SALESORDER;
35         $doc->trans_no = 0;
36         $doc->document_date = Today(); // 2006-06-15. Added so Invoices and Deliveries get current day
37
38         $doc->due_date = get_invoice_duedate($doc->payment, $doc->document_date);
39         $doc->reference = $Refs->get_next($doc->trans_type);
40         //$doc->Comments='';
41
42         foreach ($doc->line_items as $line_no=>$item) {
43                 $line = &$doc->line_items[$line_no];
44                 $line->price = get_price($line->stock_id, $doc->customer_currency,
45                         $doc->sales_type, $doc->price_factor, $doc->document_date);
46         }       
47         $cart = $doc;
48         $cart->trans_type = ST_SALESINVOICE;
49         $cart->reference = $Refs->get_next($cart->trans_type);
50         $invno = $cart->write(1);
51         update_last_sent_recurrent_invoice($tmpl_no, $cart->document_date);
52         return $invno;
53 }
54
55 $id = find_submit("create");
56 if ($id != -1)
57 {
58         $Ajax->activate('_page_body');
59         $date = Today();
60         if (is_date_in_fiscalyear($date))
61         {
62                 $invs = array();
63                 $myrow = get_recurrent_invoice($id);
64                 if ($myrow['debtor_no'] == 0)
65                 {
66                         $cust = get_cust_branches_from_group($myrow['group_no']);
67                         while ($row = db_fetch($cust))
68                         {
69                                 $invs[] = create_recurrent_invoices($row['debtor_no'], $row['branch_code'], $myrow['order_no'], $myrow['id']);
70                         }       
71                 }
72                 else
73                 {
74                         $invs[] = create_recurrent_invoices($myrow['debtor_no'], $myrow['group_no'], $myrow['order_no'], $myrow['id']);
75                 }
76                 if (count($invs) > 0)
77                 {
78                         $min = min($invs);
79                         $max = max($invs);
80                 }
81                 else 
82                         $min = $max = 0;
83                 display_notification(sprintf(_("%s recurrent invoice(s) created, # %s - # %s."), count($invs), $min, $max));
84                 if (count($invs) > 0)
85                 {
86                         $ar = array('PARAM_0' => $min."-".ST_SALESINVOICE,      'PARAM_1' => $max."-".ST_SALESINVOICE, 'PARAM_2' => "",
87                                 'PARAM_3' => 0, 'PARAM_4' => 0, 'PARAM_5' => "", 'PARAM_6' => ST_SALESINVOICE);
88                         display_note(print_link(sprintf(_("&Print Recurrent Invoices # %s - # %s"), $min, $max), 107, $ar), 0, 1);
89                         $ar['PARAM_3'] = 1; // email
90                         display_note(print_link(sprintf(_("&Email Recurrent Invoices # %s - # %s"), $min, $max), 107, $ar), 0, 1);
91                 }
92         }
93         else
94                 display_error(_("The entered date is not in fiscal year."));
95 }
96
97 $result = get_recurrent_invoices();
98
99 start_form();
100 start_table(TABLESTYLE, "width=70%");
101 $th = array(_("Description"), _("Template No"),_("Customer"),_("Branch")."/"._("Group"),_("Days"),_("Monthly"),_("Begin"),_("End"),_("Last Created"),"");
102 table_header($th);
103 $k = 0;
104 $today = add_days(Today(), 1);
105 $due = false;
106 while ($myrow = db_fetch($result)) 
107 {
108         $begin = sql2date($myrow["begin"]);
109         $end = sql2date($myrow["end"]);
110
111         if ($myrow["last_sent"] == '0000-00-00')
112         {
113                 $last_sent = '';
114                 $due_date = $myrow["begin"];
115         } else {
116                 $last_sent = sql2date($myrow["last_sent"]);
117                 if ($myrow['monthly'] > 0)
118                         $due_date = begin_month($last_sent);
119                 else
120                         $due_date = $last_sent;
121         }
122         $due_date = add_months($due_date, $myrow['monthly']);
123         $due_date = add_days($due_date, $myrow['days']);
124         $overdue = date1_greater_date2($today, $due_date) && date1_greater_date2($today, $begin)
125                 && date1_greater_date2($end, $today);
126         if ($overdue)
127         {
128                 start_row("class='overduebg'");
129                 $due = true;
130         }       
131         else    
132                 alt_table_row_color($k);
133                 
134         label_cell($myrow["description"]);
135         label_cell(get_customer_trans_view_str(30, $myrow["order_no"]));
136         if ($myrow["debtor_no"] == 0)
137         {
138                 label_cell("");
139                 label_cell(get_sales_group_name($myrow["group_no"]));
140         }       
141         else
142         {
143                 label_cell(get_customer_name($myrow["debtor_no"]));
144                 label_cell(get_branch_name($myrow['group_no']));
145         }       
146         label_cell($myrow["days"]);
147         label_cell($myrow['monthly']);
148         label_cell($begin);
149         label_cell($end);
150         label_cell($last_sent);
151         if ($overdue)
152                 button_cell("create".$myrow["id"], _("Create Invoices"), "", ICON_DOC);
153         else
154                 label_cell("");
155         end_row();
156 }
157 end_table();
158 end_form();
159 if ($due)
160         display_note(_("Marked items are due."), 1, 0, "class='overduefg'");
161 else
162         display_note(_("No recurrent invoices are due."), 1, 0);
163
164 br();
165
166 end_page();
167 ?>