<?php
include "../../classes/autoload.php";

$html = new html("CREDIT");

$app = new inner_app();
$app->quick_bar("/app/c_notes/");
$app->app_start();


$table = new table("credit_notes");
$table->add_action_button("edit_c_notes.php");

?>



