Số hiệu |
1308/QĐ-UBND |
Loại văn bản |
Quyết định |
Cơ quan |
Tỉnh Bình Phước |
Ngày ban hành |
26/07/2013 |
Người ký |
Nguyễn Văn Trăm |
Ngày hiệu lực |
|
Tình trạng |
|
Nội dung đang được cập nhật.
Để xem thông tin này, vui lòng
đăng nhập tài
khoản gói
nâng
cao.
Nếu chưa có tài
khoản vui
lòng
đăng ký.
Được hướng dẫn ()
Xem thêm
Ẩn bớt
Bị hủy bỏ ()
Xem thêm
Ẩn bớt
Được bổ sung ()
Xem thêm
Ẩn bớt
Đình chỉ ()
Xem thêm
Ẩn bớt
Bị đình chỉ ()
Xem thêm
Ẩn bớt
Bị đinh chỉ 1 phần ()
Xem thêm
Ẩn bớt
Bị quy định hết hiệu lực ()
Xem thêm
Ẩn bớt
Bị bãi bỏ ()
Xem thêm
Ẩn bớt
Được sửa đổi ()
Xem thêm
Ẩn bớt
Được đính chính ()
Xem thêm
Ẩn bớt
Bị thay thế ()
Xem thêm
Ẩn bớt
Được điều chỉnh ()
Xem thêm
Ẩn bớt
Được dẫn chiếu ()
Xem thêm
Ẩn bớt
Văn bản hiện tại
Số hiệu |
1308/QĐ-UBND |
Loại văn bản |
Quyết định |
Cơ quan |
Tỉnh Bình Phước |
Ngày ban hành |
26/07/2013 |
Người ký |
Nguyễn Văn Trăm |
Ngày hiệu lực |
|
Tình trạng |
|
Hướng dẫn ()
Xem thêm
Ẩn bớt
Hủy bỏ ()
Xem thêm
Ẩn bớt
Bổ sung ()
Xem thêm
Ẩn bớt
Đình chỉ 1 phần ()
Xem thêm
Ẩn bớt
Quy định hết hiệu lực ()
Xem thêm
Ẩn bớt
Bãi bỏ ()
Xem thêm
Ẩn bớt
Sửa đổi ()
Xem thêm
Ẩn bớt
Đính chính ()
Xem thêm
Ẩn bớt
Thay thế ()
Xem thêm
Ẩn bớt
Điều chỉnh ()
Xem thêm
Ẩn bớt
Dẫn chiếu ()
Xem thêm
Ẩn bớt
Văn bản gốc đang được cập nhật
var phpdebugbar = new PhpDebugBar.DebugBar();
phpdebugbar.addIndicator("php_version", new PhpDebugBar.DebugBar.Indicator({"icon":"code","tooltip":"PHP Version"}), "right");
phpdebugbar.addTab("messages", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Messages", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
phpdebugbar.addIndicator("time", new PhpDebugBar.DebugBar.Indicator({"icon":"clock-o","tooltip":"Request Duration"}), "right");
phpdebugbar.addTab("timeline", new PhpDebugBar.DebugBar.Tab({"icon":"tasks","title":"Timeline", "widget": new PhpDebugBar.Widgets.TimelineWidget()}));
phpdebugbar.addIndicator("memory", new PhpDebugBar.DebugBar.Indicator({"icon":"cogs","tooltip":"Memory Usage"}), "right");
phpdebugbar.addTab("exceptions", new PhpDebugBar.DebugBar.Tab({"icon":"bug","title":"Exceptions", "widget": new PhpDebugBar.Widgets.ExceptionsWidget()}));
phpdebugbar.addTab("views", new PhpDebugBar.DebugBar.Tab({"icon":"leaf","title":"Views", "widget": new PhpDebugBar.Widgets.TemplatesWidget()}));
phpdebugbar.addTab("route", new PhpDebugBar.DebugBar.Tab({"icon":"share","title":"Route", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.addIndicator("currentroute", new PhpDebugBar.DebugBar.Indicator({"icon":"share","tooltip":"Route"}), "right");
phpdebugbar.addTab("queries", new PhpDebugBar.DebugBar.Tab({"icon":"database","title":"Queries", "widget": new PhpDebugBar.Widgets.SQLQueriesWidget()}));
phpdebugbar.addTab("models", new PhpDebugBar.DebugBar.Tab({"icon":"cubes","title":"Models", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.addTab("emails", new PhpDebugBar.DebugBar.Tab({"icon":"inbox","title":"Mails", "widget": new PhpDebugBar.Widgets.MailsWidget()}));
phpdebugbar.addTab("gate", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Gate", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
phpdebugbar.addTab("session", new PhpDebugBar.DebugBar.Tab({"icon":"archive","title":"Session", "widget": new PhpDebugBar.Widgets.VariableListWidget()}));
phpdebugbar.addTab("request", new PhpDebugBar.DebugBar.Tab({"icon":"tags","title":"Request", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.setDataMap({
"php_version": ["php.version", ],
"messages": ["messages.messages", []],
"messages:badge": ["messages.count", null],
"time": ["time.duration_str", '0ms'],
"timeline": ["time", {}],
"memory": ["memory.peak_usage_str", '0B'],
"exceptions": ["exceptions.exceptions", []],
"exceptions:badge": ["exceptions.count", null],
"views": ["views", []],
"views:badge": ["views.nb_templates", 0],
"route": ["route", {}],
"currentroute": ["route.uri", ],
"queries": ["queries", []],
"queries:badge": ["queries.nb_statements", 0],
"models": ["models.data", {}],
"models:badge": ["models.count", 0],
"emails": ["symfonymailer_mails.mails", []],
"emails:badge": ["symfonymailer_mails.count", null],
"gate": ["gate.messages", []],
"gate:badge": ["gate.count", null],
"session": ["session", {}],
"request": ["request", {}]
});
phpdebugbar.restoreState();
phpdebugbar.ajaxHandler = new PhpDebugBar.AjaxHandler(phpdebugbar, undefined, true);
phpdebugbar.ajaxHandler.bindToFetch();
phpdebugbar.ajaxHandler.bindToXHR();
phpdebugbar.setOpenHandler(new PhpDebugBar.OpenHandler({"url":"https:\/\/dulieuphapluat.vn\/_debugbar\/open"}));
phpdebugbar.addDataSet({"__meta":{"id":"X3dc7fa2e6cccc4d8a04529a116f1e31c","datetime":"2025-06-06 06:33:05","utime":1749191585.541499,"method":"GET","uri":"\/van-ban\/tai-chinh-nha-nuoc-van-ban\/quyet-dinh-1308qd-ubnd-giao-du-toan-dieu-chinh-thu-chi-ngan-sach-nha-nuoc-nam-2013-do-tinh-binh-phuoc-ban-hanh-336169.html","ip":"172.70.127.167"},"php":{"version":"8.1.32","interface":"apache2handler"},"messages":{"count":0,"messages":[]},"time":{"start":1749191585.499007,"end":1749191585.541516,"duration":0.04250907897949219,"duration_str":"42.51ms","measures":[{"label":"Booting","start":1749191585.499007,"relative_start":0,"end":1749191585.52196,"relative_end":1749191585.52196,"duration":0.022953033447265625,"duration_str":"22.95ms","memory":0,"memory_str":"0B","params":[],"collector":"time"},{"label":"Application","start":1749191585.521975,"relative_start":0.022968053817749023,"end":1749191585.541518,"relative_end":1.9073486328125e-6,"duration":0.019542932510375977,"duration_str":"19.54ms","memory":0,"memory_str":"0B","params":[],"collector":"time"}]},"memory":{"peak_usage":2313744,"peak_usage_str":"2MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":0,"templates":[]},"route":{"uri":"GET van-ban\/{category}\/{slug}.html","middleware":"web","controller":"App\\Http\\Controllers\\LegalDocController@show","namespace":null,"prefix":"","where":[],"file":"
app\/Http\/Controllers\/LegalDocController.php:96-211<\/a>"},"queries":{"nb_statements":1,"nb_failed_statements":0,"accumulated_duration":0.00266,"accumulated_duration_str":"2.66ms","memory_usage":0,"memory_usage_str":null,"statements":[{"sql":"select exists(select * from `url_cache_ex` where `url` = '\/van-ban\/tai-chinh-nha-nuoc-van-ban\/quyet-dinh-1308qd-ubnd-giao-du-toan-dieu-chinh-thu-chi-ngan-sach-nha-nuoc-nam-2013-do-tinh-binh-phuoc-ban-hanh-336169.html') as `exists`","type":"query","params":[],"bindings":["\/van-ban\/tai-chinh-nha-nuoc-van-ban\/quyet-dinh-1308qd-ubnd-giao-du-toan-dieu-chinh-thu-chi-ngan-sach-nha-nuoc-nam-2013-do-tinh-binh-phuoc-ban-hanh-336169.html"],"hints":null,"show_copy":false,"backtrace":[{"index":10,"namespace":null,"name":"app\/Http\/Middleware\/CacheGuestPageMiddleware.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/app\/Http\/Middleware\/CacheGuestPageMiddleware.php","line":24},{"index":11,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":183},{"index":12,"namespace":null,"name":"app\/Http\/Middleware\/CacheResponse.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/app\/Http\/Middleware\/CacheResponse.php","line":25},{"index":13,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":183},{"index":14,"namespace":"middleware","name":"admin","file":"\/var\/www\/html\/dulieuphapluat.vn\/app\/Http\/Middleware\/AdminMiddleware.php","line":22}],"start":1749191585.52444,"duration":0.00266,"duration_str":"2.66ms","memory":0,"memory_str":null,"filename":"CacheGuestPageMiddleware.php:24","source":"app\/Http\/Middleware\/CacheGuestPageMiddleware.php:24","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fdulieuphapluat.vn%2Fapp%2FHttp%2FMiddleware%2FCacheGuestPageMiddleware.php&line=24","ajax":false,"filename":"CacheGuestPageMiddleware.php","line":"24"},"connection":"dlpl_v3","start_percent":0,"width_percent":100}]},"models":{"data":[],"count":0,"is_counter":true},"symfonymailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"session":{"_token":"3AFGJneNJqFY6eFMHInAV6PpIZE040c63pm6l36t","_previous":"array:1 [\n \"url\" => \"https:\/\/dulieuphapluat.vn\/van-ban\/tai-chinh-nha-nuoc-van-ban\/quyet-dinh-1308qd-ubnd-giao-du-toan-dieu-chinh-thu-chi-ngan-sach-nha-nuoc-nam-2013-do-tinh-binh-phuoc-ban-hanh-336169.html\"\n]","_flash":"array:2 [\n \"old\" => []\n \"new\" => []\n]","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"path_info":"\/van-ban\/tai-chinh-nha-nuoc-van-ban\/quyet-dinh-1308qd-ubnd-giao-du-toan-dieu-chinh-thu-chi-ngan-sach-nha-nuoc-nam-2013-do-tinh-binh-phuoc-ban-hanh-336169.html","status_code":"200<\/span>\n<\/pre>