@bookmypuja-tech/bmp-pdf 0.4.23 → 0.4.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -423,14 +423,14 @@ interface ICustomReport110mmProps {
|
|
|
423
423
|
interface IInvoiceReconItem {
|
|
424
424
|
invoiceNumber: string;
|
|
425
425
|
bookingDate: string;
|
|
426
|
-
platformFees:
|
|
427
|
-
platformFeesGST:
|
|
426
|
+
platformFees: number;
|
|
427
|
+
platformFeesGST: number;
|
|
428
428
|
paymentMethod: string;
|
|
429
429
|
}
|
|
430
430
|
interface IInvoiceReconProps {
|
|
431
431
|
templeName: string;
|
|
432
|
-
startDate:
|
|
433
|
-
endDate:
|
|
432
|
+
startDate: Date;
|
|
433
|
+
endDate: Date;
|
|
434
434
|
items: IInvoiceReconItem[];
|
|
435
435
|
}
|
|
436
436
|
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {Font,StyleSheet,Document,Page,Image,Text,View,pdf}from'@react-pdf/renderer';import r from'react';import {maxBy}from'lodash';import wo from'qrcode';var vt=Object.defineProperty;var ct=(i,o,a)=>o in i?vt(i,o,{enumerable:true,configurable:true,writable:true,value:a}):i[o]=a;var Ne=(i,o,a)=>ct(i,typeof o!="symbol"?o+"":o,a);var te=i=>{typeof i=="string"&&(i=new Date(i));let o={day:"2-digit",month:"short",year:"numeric"};return i.toLocaleDateString("en-GB",o).replace(",","")};var oe="https://res.cloudinary.com/dweb0rpy4/image/upload/v1763375057/bmp-blacked_1_lbb2r8.png",Fe="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375699/fonts_NotoSans-Regular_k3jucr.ttf",Ce="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375737/fonts_NotoSans-Bold_ou3lxb.ttf",ce="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375699/fonts_NotoSans-Regular_k3jucr.ttf",Ee="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375737/fonts_NotoSans-Bold_ou3lxb.ttf",je="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375778/fonts_NotoSans-SemiBold_pgg9sg.ttf";var We="https://res.cloudinary.com/dweb0rpy4/image/upload/v1763375090/bmp-full-logo_heqdsk.png",Le="https://res.cloudinary.com/dweb0rpy4/image/upload/v1763375618/paid-5025785_1280_1_sionuj.png",ze={morning:"Morning",evening:"Evening"};Font.register({family:"Roboto",fontWeight:"normal",src:Fe});Font.register({family:"Roboto",fontWeight:"bold",src:Ce});var _e=StyleSheet.create({page:{padding:30,fontFamily:"Roboto"},pujaTile:{padding:10,fontSize:9,border:"1px solid rgb(100,100,100)",borderRadius:5,width:"100%",display:"flex",flexDirection:"row"}}),_t=({data:i,dates:o})=>{let a=te(o[0])===te(o[1]);return r.createElement(Document,null,r.createElement(Page,{size:"A4",style:_e.page},r.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),r.createElement(Text,{style:{fontSize:13,marginBottom:2}},"Puja List"),r.createElement(Text,{style:{fontSize:10,marginBottom:10}},"Date",":"," ",a?te(o[0]):`${te(o[0])} - ${te(o[1])}`),r.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"space-between",gap:8}},i?i.map((t,n)=>r.createElement(View,{wrap:false,key:n,style:_e.pujaTile},r.createElement(View,{style:{display:"flex",flexDirection:"row"}},r.createElement(Text,{style:{opacity:.6,marginRight:10}},"#",(n+1).toString().padStart(2,"0"))),r.createElement(View,{style:{flexGrow:1}},r.createElement(View,{style:{display:"flex",flexDirection:"row",marginBottom:3,gap:3}},r.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},t.participantName),r.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},"-"),r.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},t.participantNakshatra)),r.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end",gap:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end"}},r.createElement(Text,null,"Puja name : "),r.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},t.pujaName)),a?null:r.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end"}},r.createElement(Text,null,"Date: "),r.createElement(Text,{style:{fontWeight:"bold"}},te(t.date)))),r.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end",gap:10}}),t.priestNote!==""&&t.priestNote!==null&&t.priestNote!==void 0?r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",marginTop:3}},r.createElement(Text,null,"Priest Note: ",t.priestNote)):null),r.createElement(View,{style:{display:"flex",flexDirection:"column",alignItems:"flex-end"}},r.createElement(Text,{style:{fontWeight:"bold",fontSize:10}},"Rs ",t.amount),t.paymentStatus=="pending"?r.createElement(View,{style:{backgroundColor:"#000000",paddingVertical:3,paddingHorizontal:5,borderRadius:5,marginTop:3}},r.createElement(Text,{style:{color:"#ffffff",fontSize:8}},"Pending")):null))):null)))},qt=_t;Font.register({family:"Roboto",fontWeight:"normal",src:Fe});Font.register({family:"Roboto",fontWeight:"bold",src:Ce});var v=1,xe=25*v,$e=StyleSheet.create({page:{padding:10*v,fontFamily:"Roboto"},pujaTile:{paddingVertical:10*v,paddingHorizontal:10*v,fontSize:xe,border:`${5*v}px solid black`,borderRadius:5*v,width:"100%",display:"flex",flexDirection:"column"}}),Ht=({data:i,dates:o})=>{let a=te(o[0])===te(o[1]);return r.createElement(Document,null,r.createElement(Page,{dpi:200,size:[457*v],style:$e.page},r.createElement(Image,{fixed:true,style:{height:55*v,width:274*v,marginBottom:10*v,marginHorizontal:"auto"},src:oe}),r.createElement(Text,{style:{fontSize:25*v,marginBottom:5*v,marginHorizontal:"auto"}},"Puja List"),r.createElement(Text,{style:{fontSize:20*v,marginBottom:5*v,marginHorizontal:"auto",fontWeight:"bold"}},"Date",":"," ",a?te(o[0]):`${te(o[0])} - ${te(o[1])}`),r.createElement(Text,{style:{fontSize:17*v,marginBottom:20*v,marginHorizontal:"auto"}},"Printed at : ",new Date().toLocaleString()),r.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"space-between",gap:15*v}},i?i.map((t,n)=>r.createElement(View,{wrap:false,key:n,style:$e.pujaTile},r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",marginBottom:5*v}},r.createElement(Text,{style:{opacity:.6,marginRight:10*v}},"#",(n+1).toString().padStart(2,"0")),r.createElement(View,{style:{display:"flex",flexDirection:"row",alignItems:"flex-end",gap:10*v}},t.paymentStatus=="pending"?r.createElement(View,{style:{backgroundColor:"#000000",paddingVertical:3*v,paddingHorizontal:5*v,borderRadius:5*v,marginTop:3*v}},r.createElement(Text,{style:{color:"#ffffff",fontSize:xe}},"Pending")):null,r.createElement(Text,{style:{fontWeight:"bold",fontSize:xe}},"Rs ",t.amount))),r.createElement(View,{style:{flexGrow:1}},r.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",marginBottom:3*v,gap:3*v}},r.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},t.participantName),r.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},"-"),r.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},t.participantNakshatra)),r.createElement(View,{style:{display:"flex",flexDirection:"column",alignContent:"flex-end",gap:10*v}},r.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",alignContent:"flex-end"}},r.createElement(Text,null,"Puja name : "),r.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},t.pujaName)),a?null:r.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end"}},r.createElement(Text,null,"Date: "),r.createElement(Text,{style:{fontWeight:"bold"}},te(t.date)))),r.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end",gap:10*v}}),t.priestNote!==""&&t.priestNote!==null&&t.priestNote!==void 0?r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",marginTop:3*v}},r.createElement(Text,null,"Priest Note: ",t.priestNote)):null))):null)))},Ut=Ht;var Qt={Latin:/[A-Za-z\u00AA\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02B8\u02E0-\u02E4\u1D00-\u1D25\u1D2C-\u1D5C\u1D62-\u1D65\u1D6B-\u1D77\u1D79-\u1DBE\u1E00-\u1EFF\u2071\u207F\u2090-\u209C\u212A\u212B\u2132\u214E\u2160-\u2188\u2C60-\u2C7F\uA722-\uA787\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA7FF\uAB30-\uAB5A\uAB5C-\uAB64\uAB66-\uAB69\uFB00-\uFB06\uFF21-\uFF3A\uFF41-z]|\uD801[\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]/g,SC:/[\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u3005\u3007\u3021-\u3029\u3038-\u303B\u3400-\u4DBF\u4E00-\u9FFF\uF900-\uFA6D\uFA70-\uFAD9]|\uD81B[\uDFE2\uDFE3\uDFF0\uDFF1]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF]/g,Cyrillic:/[\u0400-\u0484\u0487-\u052F\u1C80-\u1C88\u1D2B\u1D78\u2DE0-\u2DFF\uA640-\uA69F\uFE2E\uFE2F]|\uD838[\uDC30-\uDC6D\uDC8F]/g,Arabic:/[\u0600-\u0604\u0606-\u060B\u060D-\u061A\u061C-\u061E\u0620-\u063F\u0641-\u064A\u0656-\u066F\u0671-\u06DC\u06DE-\u06FF\u0750-\u077F\u0870-\u088E\u0890\u0891\u0898-\u08E1\u08E3-\u08FF\uFB50-\uFBC2\uFBD3-\uFD3D\uFD40-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFDFF\uFE70-\uFE74\uFE76-\uFEFC]|\uD803[\uDE60-\uDE7E\uDEFD-\uDEFF]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB\uDEF0\uDEF1]/g,Bengali:/[\u0980-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE]/g,Devanagari:/[\u0900-\u0950\u0955-\u0963\u0966-\u097F\uA8E0-\uA8FF]|\uD806[\uDF00-\uDF09]/g,JP:/[\u3041-\u3096\u309D-\u309F]|\uD82C[\uDC01-\uDD1F\uDD32\uDD50-\uDD52]|\uD83C\uDE00|[\u30A1-\u30FA\u30FD-\u30FF\u31F0-\u31FF\u32D0-\u32FE\u3300-\u3357\uFF66-\uFF6F\uFF71-\uFF9D]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00\uDD20-\uDD22\uDD55\uDD64-\uDD67]|[\u3400-\u4DB5\u4E00-\u9FAF]/g,KR:/[\u1100-\u11FF\u302E\u302F\u3131-\u318E\u3200-\u321E\u3260-\u327E\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/g,Tamil:/[\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA]|\uD807[\uDFC0-\uDFF1\uDFFF]/g,Kannada:/[\u0C80-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3]/g,Myanmar:/[\u1000-\u109F\uA9E0-\uA9FE\uAA60-\uAA7F]/g,Ethiopic:/[\u1200-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]/g,Thai:/[\u0E01-\u0E3A\u0E40-\u0E5B]/g,Greek:/[\u0370-\u0373\u0375-\u0377\u037A-\u037D\u037F\u0384\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03E1\u03F0-\u03FF\u1D26-\u1D2A\u1D5D-\u1D61\u1D66-\u1D6A\u1DBF\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u2126\uAB65]|\uD800[\uDD40-\uDD8E\uDDA0]|\uD834[\uDE00-\uDE45]/g,Khmer:/[\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u19E0-\u19FF]/g,Armenian:/[\u0531-\u0556\u0559-\u058A\u058D-\u058F\uFB13-\uFB17]/g,Hebrew:/[\u0591-\u05C7\u05D0-\u05EA\u05EF-\u05F4\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFB4F]/g,Georgian:/[\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u10FF\u1C90-\u1CBA\u1CBD-\u1CBF\u2D00-\u2D25\u2D27\u2D2D]/g,Lao:/[\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF]/g,"Canadian Aboriginal":/[\u1400-\u167F\u18B0-\u18F5]|\uD806[\uDEB0-\uDEBF]/g,Sinhala:/[\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4]|\uD804[\uDDE1-\uDDF4]/g,"Ol Chiki":/[\u1C50-\u1C7F]/g,Tibetan:/[\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FD4\u0FD9\u0FDA]/g,Tifinagh:/[\u2D30-\u2D67\u2D6F\u2D70\u2D7F]/g,Yi:/[\uA000-\uA48C\uA490-\uA4C6]/g,Syriac:/[\u0700-\u070D\u070F-\u074A\u074D-\u074F\u0860-\u086A]/g,Thaana:/[\u0780-\u07B1]/g,Vai:/[\uA500-\uA62B]/g,Cherokee:/[\u13A0-\u13F5\u13F8-\u13FD\uAB70-\uABBF]/g,"Tai Tham":/[\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD]/g,"Tai Viet":/[\uAA80-\uAAC2\uAADB-\uAADF]/g,Javanese:/[\uA980-\uA9CD\uA9D0-\uA9D9\uA9DE\uA9DF]/g,Telugu:/[\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C7F]/g,Gujarati:/[\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF]/g,Malayalam:/[\u0D00-\u0D03\u0D05-\u0D39\u0D3A\u0D3B\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D60-\u0D63\u0D66-\u0D6F\u0D70-\u0D7F]/g,Gurmukhi:/[\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76]/g},Jt=({style:i={},children:o})=>{let a=m=>{let s=maxBy(Object.entries(Qt),([g,h])=>{let $=m.match(h);return $?$.length:0});return s?s[0]:"Latin"},t=m=>[/\b\d{2}\/\d{2}\/\d{4}\b/,/\b\d{2}\s\w{3}\s\d{4}\b/].some(g=>g.test(m));function n(m){return m.replace(/[\uFF01-\uFF5E]/g,s=>`${String.fromCharCode(s.charCodeAt(0)-65248)} `)}let f=m=>{let s=[],g=null,h="";for(let $ of m){$=n($);let pe=a($);pe!==g?(h&&s.push({text:h,script:g}),g=pe,h=$):h+=$;}return h&&s.push({text:h,script:g}),s},x=[];o&&typeof o=="string"&&!Array.isArray(o)&&!t(o)&&f(o).forEach((s,g)=>{let h=s.script==="Latin"||!s.script?"Noto Sans":`Noto Sans ${s.script}`;x.push(r.createElement(Text,{key:g,style:{fontFamily:h}},s.text));});let V=[],d={fontFamily:"Noto Sans"};return Array.isArray(i)?V=[...i,d]:i&&Object.keys(i).length>0?V=[i,d]:V=[d],r.createElement(Text,{style:V},x?.length?x:o)},e=Jt;var Zt=({startDate:i,endDate:o,reportTiming:a,templeName:t,reportName:n})=>r.createElement(r.Fragment,null,r.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),o?r.createElement(e,{style:{fontSize:11,marginTop:5,textAlign:"right"}},"Dates: ",i.toDateString()," - ",o.toDateString()):r.createElement(e,{style:{fontSize:11,marginTop:5,textAlign:"right"}},"Date: ",i.toDateString()),a&&Object.keys(ze).includes(a)?r.createElement(e,{style:{fontSize:11,marginTop:5,textAlign:"right"}},ze[a]," Report"):null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold"}},n),r.createElement(e,{style:{fontSize:12}},`${t}`)),P=Zt;var eo=({startDate:i,endDate:o,templeName:a,data:t,reportTiming:n})=>r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,templeName:a,reportTiming:n,reportName:"Temple Prasad (Kitchen) Report"}),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"60%"}},r.createElement(e,null,"Prasad Name")),r.createElement(View,{style:{padding:6,borderRight:"none",width:"20%"}},r.createElement(e,null,"Quantity"))),t.map((f,x)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(e,null,x+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"60%"}},r.createElement(e,null,f.name)),r.createElement(View,{style:{padding:6,borderRight:"none",width:"20%"}},r.createElement(e,null,f.quantity))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),He=eo;var io=({startDate:i,endDate:o,templeName:a,data:t})=>{let n=t.reduce((d,m)=>m.status==="cancelled"?d:d+m.pujaAmount,0),f=t.reduce((d,m)=>m.status==="cancelled"?d:d+m.creditedAmount,0),x=t.reduce((d,m)=>m.status==="cancelled"?d:d+m.postalCharges,0),V=Object.entries(t.reduce((d,m)=>{let s=m.date;return d[s]||(d[s]={date:s,totalPujaAmount:0,totalPostalCharges:0,totalCreditedAmount:0}),m.status==="cancelled"||(d[s].totalPujaAmount+=m.pujaAmount,d[s].totalPostalCharges+=m.postalCharges,d[s].totalCreditedAmount+=m.creditedAmount),d},{})).map(([d,m])=>m).sort((d,m)=>d.date.localeCompare(m.date));return console.log("Day Wise Totals: ",V),r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Transactions Report",templeName:a}),t.length>0?r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:10,marginTop:10}},"Total Bookings Amount: ",n.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"})),r.createElement(e,{style:{fontSize:10}},"Total Postal Charges Collected: ",x.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"})),r.createElement(e,{style:{fontSize:10}},"Total Amount Credited to Temple: ",f.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))):null,i&&o&&V.length>1?r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:12,fontWeight:"bold",marginTop:15,marginBottom:5}},"Day Wise Totals"),r.createElement(View,{style:{display:"flex",flexDirection:"column"}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,"Date")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},r.createElement(e,null,"Puja Amount")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},r.createElement(e,null,"Postal Charges")),r.createElement(View,{style:{padding:6,width:"26.66%"}},r.createElement(e,null,"Credited Amount"))),V.map((d,m)=>r.createElement(View,{key:m,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,d.date)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},r.createElement(e,null,d.totalPujaAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},r.createElement(e,null,d.totalPostalCharges.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),r.createElement(View,{style:{padding:6,width:"26.66%"}},r.createElement(e,null,d.totalCreditedAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))))))):null,t.length>0?r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:12,fontWeight:"bold",marginTop:15,marginBottom:5}},"All Bookings"),r.createElement(View,{style:{display:"flex",flexDirection:"column"}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"8%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"19%"}},r.createElement(e,null,"Date")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"14%"}},r.createElement(e,null,"Invoice")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},r.createElement(e,null,"Puja Amt")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"12%"}},r.createElement(e,null,"Delivery")),r.createElement(View,{style:{padding:6,width:"15%",borderRight:"1px solid black"}},r.createElement(e,null,"Credited Amt")),r.createElement(View,{style:{padding:6,width:"17%"}},r.createElement(e,null,"Transaction ID"))),t.map((d,m)=>r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"8%"}},r.createElement(e,null,m+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"19%"}},r.createElement(e,{style:{fontSize:8}},d.date," ",d.time)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"14%"}},r.createElement(e,{style:{fontSize:8}},d.invoiceNumber)),d.status=="cancelled"?r.createElement(r.Fragment,null,r.createElement(View,{style:{padding:6,width:"50%"}},r.createElement(e,{style:{textAlign:"center"}},"CANCELLED"))):r.createElement(r.Fragment,null,r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},r.createElement(e,null,d.pujaAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"12%"}},r.createElement(e,null,d.postalCharges.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),r.createElement(View,{style:{padding:6,width:"15%",borderRight:"1px solid black"}},r.createElement(e,null,d.creditedAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),r.createElement(View,{style:{padding:6,width:"15%"}},r.createElement(e,null,d.transactionId))))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range"))))},Ue=io;var so=({startDate:i,endDate:o,templeName:a,data:t})=>(t=t.map(n=>{let f="";try{let x=JSON.parse(n.address);f=`${x.address}, ${x.locality}, ${x.state} - ${x.pincode}`;}catch(x){console.error("Error parsing address:",x),f=n.address;}return {...n,address:f}}),r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Prasad Delivery Address",templeName:a}),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,"Date")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"13%"}},r.createElement(e,null,"Invoice")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"18%"}},r.createElement(e,null,"Devotee Name")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"25%"}},r.createElement(e,null,"Address")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,"Puja Name")),r.createElement(View,{style:{padding:6,width:"15%"}},r.createElement(e,null,"Amount"))),t.map((n,f)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,new Date(n.date).toLocaleDateString("en-GB",{day:"2-digit",month:"2-digit",year:"2-digit"}))),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"13%"}},r.createElement(e,null,n.invoiceNumber)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"18%"}},r.createElement(e,null,n.devoteeName)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"25%"}},r.createElement(e,null,n.address)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,n.pujaName)),r.createElement(View,{style:{padding:6,width:"15%"}},r.createElement(e,null,n.amount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"})))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),Ke=so;var po=({startDate:i,endDate:o,templeName:a,data:t,reportTiming:n})=>{t.sort((x,V)=>x.invoiceNumber.localeCompare(V.invoiceNumber));return r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Prasad Report",templeName:a,reportTiming:n}),r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",marginTop:1}},r.createElement(e,{style:{fontSize:8}},"C = Collect | D = Distribute | P = Postal")),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,"Invoice Number")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"23%"}},r.createElement(e,null,"Devotee Name")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},r.createElement(e,null,"Prasad Name")),r.createElement(View,{style:{padding:6,width:"10%",borderRight:"1px solid black"}},r.createElement(e,null,"Qty")),r.createElement(View,{style:{padding:6,width:"7%"}},r.createElement(e,null,"Mode"))),t.map((x,V)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,V+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,x.invoiceNumber)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"23%",fontSize:9,flexWrap:"wrap"}},r.createElement(e,null,x.devoteeName)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%",fontSize:9,flexWrap:"wrap"}},r.createElement(e,null,x.pujaName," - ",x.prasadName)),r.createElement(View,{style:{padding:6,width:"10%",borderRight:"1px solid black"}},r.createElement(e,null,x.quantity)),r.createElement(View,{style:{padding:6,width:"7%"}},r.createElement(e,null,x.collectionMode))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))},Qe=po;var uo=({startDate:i,endDate:o,templeName:a,pujas:t,reportTiming:n})=>{let f=0,x=0,V=t.some(d=>d.bookings.some(m=>m.requires_coupon));return !t||t.length===0?r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Puja List",templeName:a,reportTiming:n}),r.createElement(e,{style:{fontSize:12,marginTop:100,textAlign:"center"}},"No data available for the selected date range"))):r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportTiming:n,reportName:"",templeName:""}),r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",marginTop:1}},r.createElement(e,{style:{fontSize:8}},"C = Collect | D = Distribute | P = Postal")),t.some(d=>d.bookings.some(m=>m.is_early_reminder))&&r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:10}},"Early Reminders for Upcoming Pujas"),r.createElement(View,{style:{marginTop:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"53%"}},r.createElement(e,null,"Puja Name")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Qty")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"7%"}},r.createElement(e,null,"Mode")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Date"))))),t.some(d=>d.bookings.some(m=>m.is_early_reminder&&!m.requires_coupon))?t.flatMap((d,m)=>d.bookings.filter(s=>s.is_early_reminder&&!s.requires_coupon).map((s,g)=>(x++,r.createElement(View,{key:`${m}-${g}`,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,x)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"53%"}},r.createElement(e,null,d.name)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,s.quantity)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"7%"}},r.createElement(e,null,s.collectionMode||"")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:"20%"}},r.createElement(e,null,s.date?new Date(s.date).toDateString():"")))))):null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:20}},"Puja List"),r.createElement(e,{style:{fontSize:12}},`${a}`),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10}},t.map((d,m)=>d.bookings.every(s=>s.is_early_reminder||s.requires_coupon)?null:(f=0,r.createElement(View,{key:m,style:{marginBottom:25}},r.createElement(View,null,r.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${d.name} - ${d.bookings.length}`)),r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Invoice No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"30%"}},r.createElement(e,null,"Devotee Name")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"23%"}},r.createElement(e,null,"Nakshatra")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Qty")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"7%"}},r.createElement(e,null,"Mode"))),d.bookings.map((s,g)=>s.is_early_reminder||s.requires_coupon?null:(f++,r.createElement(View,{key:g,wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",width:"100%"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,f)),r.createElement(View,{style:{display:"flex",flexDirection:"column",width:"90%"}},r.createElement(View,{style:{display:"flex",flexDirection:"row"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${20*1.11111}%`}},r.createElement(e,null,s.invoiceNumber)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${30*1.11111}%`}},r.createElement(e,null,s.devoteeName)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${23*1.11111}%`}},r.createElement(e,null,s.nakshatra)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${10*1.11111}%`}},r.createElement(e,null,s.quantity)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:`${7*1.11111}%`}},r.createElement(e,null,s.collectionMode||""))),s.priestNote&&r.createElement(View,{style:{padding:6,fontSize:10,borderTop:"1px solid black",width:"100%"}},r.createElement(e,null,s.priestNote))))))))))),V?r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10,gap:15}},(()=>{let d=t.flatMap(s=>s.bookings.filter(g=>g.requires_coupon).map(g=>({...g,pujaName:s.name}))),m={};for(let s of d)m[s.invoiceNumber]||(m[s.invoiceNumber]=[]),m[s.invoiceNumber].push(s);return Object.entries(m).map(([s,g],h)=>{let $=g,pe=$[0];return r.createElement(View,{key:s,style:{marginBottom:10,fontSize:18,padding:10,border:"1px dotted black",position:"relative"},wrap:false},r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",gap:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10}},r.createElement(e,{style:{fontWeight:"semibold"}},s),r.createElement(e,null,pe.date?new Date(pe.date).toDateString():i.toDateString())),r.createElement(e,null,pe.phone_number)),r.createElement(View,{style:{height:15,width:"100%"}}),$.map((me,ge)=>r.createElement(View,{key:ge,style:{display:"flex",flexDirection:"row",marginTop:25}},r.createElement(e,null,`${me.devoteeName} ----- ${me.nakshatra} ----- ${me.pujaName}`))),r.createElement(View,null,r.createElement(e,{style:{textAlign:"center",marginTop:10,fontSize:10,opacity:.5}},"~~~ bookmypuja.app - Your Puja, Our Commitment ~~~")))})})())):null))},Ye=uo;var yo=({templeName:i,startDate:o,endDate:a,pujas:t,reportTiming:n})=>{let f=t.sort((x,V)=>{let d=x.nakshatras.length;return V.nakshatras.length-d});return r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:o,endDate:a,reportTiming:n,reportName:"Puja Summary",templeName:i}),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},f.map((x,V)=>r.createElement(r.Fragment,null,r.createElement(View,{style:{marginBottom:25}},r.createElement(View,null,r.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${x.name} - ${x.totalCount}`)),r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"60%"}},r.createElement(e,null,"Nakshatra")),r.createElement(View,{style:{padding:6,fontSize:10,width:"20%",fontWeight:"semibold"}},r.createElement(e,null,"Quantity"))),x.nakshatras.map((d,m)=>r.createElement(r.Fragment,null,r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,m+1)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"60%"}},r.createElement(e,null,d.name)),r.createElement(View,{style:{padding:6,fontSize:10,width:"20%"}},r.createElement(e,null,d.count))))))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))},Ze=yo;var ho=({children:i,splitat:o})=>{if(!i||typeof i!="string")return null;let a="";return o=="words"&&(a=" "),r.createElement(r.Fragment,null,r.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap"}},i.split(a).map((t,n)=>r.createElement(r.Fragment,null,r.createElement(e,{key:n},t,o=="words"?" ":"")))))},H=ho;var Do=({startDate:i,endDate:o,templeName:a,pujaData:t,prasadData:n,deliveryData:f,reportTiming:x})=>{f=f.map(s=>{let g="";try{let h=JSON.parse(s.address);g=`${h.address}, ${h.locality}, ${h.state} - ${h.pincode}`;}catch(h){console.error("Error parsing address:",h),g=s.address;}return {...s,address:g}});let V=0,d=0,m=t.some(s=>s.bookings.some(g=>g.requires_coupon));return t.length==0&&n.length==0&&f.length==0?r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportTiming:x,reportName:"Combined Report",templeName:a}),r.createElement(e,{style:{fontSize:12,marginTop:100,textAlign:"center"}},"No data available for the selected date range"))):r.createElement(r.Fragment,null,r.createElement(Document,null,t.length>0&&r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportTiming:x,reportName:"",templeName:""}),t.some(s=>s.bookings.some(g=>g.is_early_reminder))&&r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:10}},"Early Reminders for Upcoming Pujas"),r.createElement(View,{style:{marginTop:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"60%"}},r.createElement(e,null,"Puja Name")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Qty")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Date"))))),t.some(s=>s.bookings.some(g=>g.is_early_reminder&&!g.requires_coupon))?t.flatMap((s,g)=>s.bookings.filter(h=>h.is_early_reminder&&!h.requires_coupon).map((h,$)=>(d++,r.createElement(View,{wrap:false,key:`${g}-${$}`,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,d)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"60%"}},r.createElement(e,null,s.name)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,h.quantity)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:"20%"}},r.createElement(e,null,h.date?new Date(h.date).toDateString():"")))))):null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:20}},"Puja List"),r.createElement(e,{style:{fontSize:12}},`${a}`),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10}},t.map((s,g)=>s.bookings.every(h=>h.is_early_reminder||h.requires_coupon)?null:(V=0,r.createElement(r.Fragment,null,r.createElement(View,{style:{marginBottom:25}},r.createElement(View,null,r.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${s.name} - ${s.bookings.length}`)),r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Invoice No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"35%"}},r.createElement(e,null,"Devotee Name")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"25%"}},r.createElement(e,null,"Nakshatra")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Qty"))),s.bookings.map((h,$)=>h.is_early_reminder||h.requires_coupon?null:(V++,r.createElement(r.Fragment,null,r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",width:"100%"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,V)),r.createElement(View,{style:{display:"flex",flexDirection:"column",width:"90%"}},r.createElement(View,{style:{display:"flex",flexDirection:"row"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${20*1.11111}%`}},r.createElement(e,null,h.invoiceNumber)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${35*1.11111}%`}},r.createElement(e,null,h.devoteeName)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${25*1.11111}%`}},r.createElement(e,null,h.nakshatra)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:`${10*1.11111}%`}},r.createElement(e,null,h.quantity))),h.priestNote&&r.createElement(View,{style:{padding:6,fontSize:10,borderTop:"1px solid black",width:"100%"}},r.createElement(e,null,h.priestNote))))))))))))),t.length>0&&m&&r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10,gap:15}},(()=>{let s=t.flatMap(h=>h.bookings.filter($=>$.requires_coupon).map($=>({...$,pujaName:h.name}))),g={};for(let h of s)g[h.invoiceNumber]||(g[h.invoiceNumber]=[]),g[h.invoiceNumber].push(h);return Object.entries(g).map(([h,$],pe)=>{let me=$,ge=me[0];return r.createElement(View,{key:h,style:{marginBottom:10,fontSize:18,padding:10,border:"1px dotted black"},wrap:false},r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",gap:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10}},r.createElement(e,{style:{fontWeight:"semibold"}},h),r.createElement(e,null,ge.date?new Date(ge.date).toDateString():i.toDateString())),r.createElement(e,null,ge.phone_number)),r.createElement(View,{style:{height:15,width:"100%"}}),me.map((Se,kt)=>r.createElement(View,{key:kt,style:{display:"flex",flexDirection:"row",marginTop:25}},r.createElement(e,null,`${Se.devoteeName} ----- ${Se.nakshatra} ----- ${Se.pujaName}`))))})})())),n.length>0&&r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportTiming:x,reportName:"Prasad Report",templeName:a}),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,"Invoice Number")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},r.createElement(e,null,"Devotee Name")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},r.createElement(e,null,"Prasad Name")),r.createElement(View,{style:{padding:6,width:"10%"}},r.createElement(e,null,"Qty"))),n.map((s,g)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,g+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},r.createElement(e,null,s.invoiceNumber)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},r.createElement(e,null,s.devoteeName)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},r.createElement(e,null,s.prasadName)),r.createElement(View,{style:{padding:6,width:"10%"}},r.createElement(e,null,s.quantity)))))),f.length>0&&r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportTiming:x,reportName:"Prasad Delivery Postal Report",templeName:a}),r.createElement(View,{style:{display:"flex",flexDirection:"row",marginTop:20,width:"100%",gap:20,flexWrap:"wrap"}},f&&f.map(s=>{let g=wo.toDataURL(s.qrContent);return r.createElement(View,{wrap:false,key:s.id,style:{width:"46%",display:"flex",flexDirection:"column",border:"1px solid black",borderStyle:"dotted",borderWidth:1.5,padding:6}},r.createElement(View,{style:{flexGrow:1,display:"flex",flexDirection:"row",justifyContent:"space-between",gap:5}},r.createElement(View,null,r.createElement(e,{style:{fontSize:10,fontWeight:"bold"}},s.name),r.createElement(View,{style:{fontSize:10}},r.createElement(H,{splitat:"words"},s.address)),r.createElement(e,{style:{fontSize:10}},s.phone)),s.qrContent&&g?r.createElement(View,{style:{flexShrink:0,width:60,maxWidth:60,display:"flex",flexDirection:"column",alignItems:"center"}},r.createElement(Image,{src:g,style:{width:50,height:50,minWidth:50,maxWidth:50}}),r.createElement(e,{style:{fontSize:7}},"BookMyPuja")):null),r.createElement(View,{style:{borderTop:"1px solid black",marginTop:5,paddingTop:3,borderStyle:"dotted"}}),r.createElement(e,{style:{fontSize:9,marginTop:3}},"Note: ",s.pujaDetails))})))))},et=Do;var So=({startDate:i,endDate:o,data:a})=>r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Temple Payment Report",templeName:""}),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,"S.No.")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"55%"}},r.createElement(e,null,"Temple Name")),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},r.createElement(e,null,"Bookings")),r.createElement(View,{style:{padding:6,width:"20%"}},r.createElement(e,null,"Revenue"))),a?.map((t,n)=>r.createElement(View,{key:n,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,n+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"55%"}},r.createElement(e,null,t.name)),r.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},r.createElement(e,null,t.bookings)),r.createElement(View,{style:{padding:6,width:"20%"}},r.createElement(e,null,"\u20B9",t.revenue))))))),tt=So;var Fo=({startDate:i,endDate:o,templeName:a,data:t})=>r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Settlements Report",templeName:a}),r.createElement(e,{style:{fontSize:10,marginTop:10}},"Total Credited Amount: ",t.totalCreditedAmount),t.settlements.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,"Date")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,"Settlement")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(e,null,"UTR")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"25%"}},r.createElement(e,null,"Invoice")),r.createElement(View,{style:{padding:6,width:"20%"}},r.createElement(e,null,"Settlement ID"))),t.settlements?.map((n,f)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},r.createElement(e,null,f+1)),r.createElement(View,{style:{padding:6,width:"15%",borderRight:"1px solid #000"}},r.createElement(e,null,n.date)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,n.settlement_amount)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%",fontSize:9}},r.createElement(e,null,n.utr.split("").map((x,V)=>r.createElement(e,{key:V},x)))),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"25%",fontSize:9}},r.createElement(View,{style:{display:"flex",flexDirection:"column"}},n.invoices.map((x,V)=>r.createElement(e,{key:V},x.number," (",x.amount,")")))),r.createElement(View,{style:{padding:6,width:"20%"}},r.createElement(e,null,n.settlement_id))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range"))),ot=Fo;var Io=({data:i})=>r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(View,{style:{display:"flex",flexDirection:"row",width:"100%"}},r.createElement(View,{style:{backgroundColor:"#FFA823",width:20,height:"100%"}}),r.createElement(View,{style:{marginLeft:15,marginTop:10,marginBottom:0,flex:1}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold"}},i.templeName),r.createElement(e,{style:{fontSize:10}},i.templeAddress),r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:5,marginTop:10,alignItems:"center"}},r.createElement(e,{style:{fontSize:10,marginTop:-5}},"Powered by"),r.createElement(Image,{style:{height:25,width:95,objectFit:"contain"},src:We}))),i.qrContent?r.createElement(View,{style:{width:85}},r.createElement(Image,{style:{height:70,width:70,marginBottom:5,objectFit:"contain",position:"absolute",right:"0",bottom:"0"},src:i.qrContent})):null),r.createElement(View,{style:{display:"flex",flexDirection:"column",alignItems:"center",marginTop:20,position:"relative"}},i.status==="confirmed"?r.createElement(Image,{style:{height:85,width:85,marginBottom:5,objectFit:"contain",position:"absolute",right:"0",top:"0"},src:Le}):null,r.createElement(e,{style:{fontSize:12,marginTop:5,fontWeight:"semibold"}},"INVOICE #",i.invoiceNumber),r.createElement(e,{style:{fontSize:10,marginTop:2}},"Status: ",i.status=="confirmed"?"PAID":"PENDING")),r.createElement(View,{style:{marginTop:10}},r.createElement(e,{style:{fontSize:11}},"Bill to:"),r.createElement(e,{style:{fontSize:11}},i.devoteeDetails.name),i.devoteeDetails.phone?r.createElement(e,{style:{fontSize:11}},i.devoteeDetails.phone):null,r.createElement(e,{style:{fontSize:11}},i.bookingDate)),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",borderBottom:"1px solid #757575",fontSize:10,fontWeight:"semibold"}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"50%"}},r.createElement(e,null,"Item Description")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center"}},r.createElement(e,null,"Price")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center"}},r.createElement(e,null,"Quantity")),r.createElement(View,{style:{padding:6,width:"20%",textAlign:"center"}},r.createElement(e,null,"Total"))),i.items.map((o,a)=>r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",borderBottom:"1px solid #757575",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"50%"}},o.pujaName?r.createElement(e,{style:{fontSize:11}},o.pujaName):null,o.devoteesName?r.createElement(e,{style:{fontSize:9,color:"#333333"}},o.devoteesName):null,o.pujaDate?r.createElement(e,{style:{fontSize:9,color:"#333333"}},o.pujaDate," ",o.timing?`- ${o.timing}`:null):null,o.repeatEndDate&&o.repeatStartDate?r.createElement(e,{style:{fontSize:9,color:"#333333"}},o.repeatStartDate," to ",o.repeatEndDate," ",o.timing?`- ${o.timing}`:null):null),r.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"}},r.createElement(e,{style:{}},o.basePujPrice)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"}},r.createElement(e,{style:{}},`${o.quantity?o.quantity:""}${o.repeatCount?` x ${o.repeatCount}`:""}`)),r.createElement(View,{style:{padding:6,width:"20%",textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"}},r.createElement(e,{style:{}},o.totalPrice))))),r.createElement(View,{style:{display:"flex",flexDirection:"row",marginVertical:20,marginHorizontal:20}},r.createElement(View,{style:{width:"50%",display:"flex",flexDirection:"column",justifyContent:"center",fontSize:11}},r.createElement(e,{style:{fontWeight:"bold"}},"Payment Method:"),r.createElement(e,null,i.paymentMethod)),r.createElement(View,{style:{width:"50%",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-end"}},r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},r.createElement(View,{style:{width:"50%",textAlign:"right"}},r.createElement(e,null,"Subtotal: ")),r.createElement(View,{style:{width:"30%",textAlign:"right"}},r.createElement(e,null,i.subTotal))),i.postalCharges?r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},r.createElement(View,{style:{width:"70%",textAlign:"right"}},r.createElement(e,null,"Postal Charges: ")),r.createElement(View,{style:{width:"30%",textAlign:"right"}},r.createElement(e,null,i.postalCharges))):null,r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},r.createElement(View,{style:{width:"70%",textAlign:"right"}},r.createElement(e,null,"Payment Gateway Charges: ")),r.createElement(View,{style:{width:"30%",textAlign:"right"}},r.createElement(e,null,i.paymentGatewayCharges))),r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},r.createElement(View,{style:{width:"70%",textAlign:"right"}},r.createElement(e,null,"Platform Charges: ")),r.createElement(View,{style:{width:"30%",textAlign:"right"}},r.createElement(e,null,i.platformCharges))),r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},r.createElement(View,{style:{width:"70%",textAlign:"right"}},r.createElement(e,null,"GST (18%): ")),r.createElement(View,{style:{width:"30%",textAlign:"right"}},r.createElement(e,null,i.gst))),r.createElement(View,{style:{width:"60%",height:1,backgroundColor:"#757575",marginVertical:5}}),r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10,fontWeight:"bold"}},r.createElement(View,{style:{width:"70%",textAlign:"right"}},r.createElement(e,null,"Total: ")),r.createElement(View,{style:{width:"30%",textAlign:"right"}},r.createElement(e,null,i.totalAmount))))),i.prasadCollectionMode?r.createElement(View,{style:{marginBottom:5}},r.createElement(e,{style:{fontSize:11,marginTop:5}},"Prasad Collection Mode: ",i.prasadCollectionMode)):null,i.devoteeDetails.address?r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:11,maxWidth:400,marginBottom:20}},"Address: ",i.devoteeDetails.address)):null,i.prasads&&(i.prasads.morning.length>0||i.prasads.afternoon.length>0||i.prasads.evening.length>0)?r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",marginBottom:30}},r.createElement(View,{style:{backgroundColor:"#FF266F",padding:5}},r.createElement(e,{style:{fontSize:10,fontWeight:"bold",color:"white"}},"Prasadsam Details")),i.prasads.morning.length>0?r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",paddingHorizontal:10,paddingVertical:5,borderBottom:"1px solid #757575",borderRight:"1px solid #757575",borderLeft:"1px solid #757575"}},r.createElement(e,{style:{fontSize:9,fontWeight:"bold"}},"Morning:"),i.prasads.morning.map((o,a)=>r.createElement(e,{key:a,style:{fontSize:10}},a+1,". ",o.name," (",o.timings,")"))):null,i.prasads.afternoon.length>0?r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",paddingHorizontal:10,paddingVertical:5,borderBottom:"1px solid #757575",borderRight:"1px solid #757575",borderLeft:"1px solid #757575"}},r.createElement(e,{style:{fontSize:9,fontWeight:"bold"}},"Afternoon:"),i.prasads.afternoon.map((o,a)=>r.createElement(e,{key:a,style:{fontSize:10}},a+1,". ",o.name," (",o.timings,")"))):null,i.prasads.evening.length>0?r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",paddingHorizontal:10,paddingVertical:5,borderBottom:"1px solid #757575",borderRight:"1px solid #757575",borderLeft:"1px solid #757575"}},r.createElement(e,{style:{fontSize:9,fontWeight:"bold"}},"Evening:"),i.prasads.evening.map((o,a)=>r.createElement(e,{key:a,style:{fontSize:10}},a+1,". ",o.name," (",o.timings,")"))):null):null,i.instructions.length>0?r.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",marginHorizontal:20,fontSize:8,border:"1px solid #757575"}},r.createElement(View,{style:{backgroundColor:"#FFA823",paddingHorizontal:10,paddingVertical:5}},r.createElement(e,null,"IMPORTANT INSTRUCTIONS:")),r.createElement(View,{style:{display:"flex",flexDirection:"column",gap:5,marginVertical:10,paddingHorizontal:10}},i.instructions.map((o,a)=>r.createElement(e,{key:a,style:{fontSize:8}},a+1,") ",o.instruction)))):null,r.createElement(View,{style:{display:"flex",flexDirection:"row",marginTop:20}},r.createElement(e,{style:{fontSize:8,fontWeight:"bold"}},"Terms and Conditions:"),r.createElement(e,{style:{fontSize:8,marginLeft:5}},"https://www.bookmypuja.app/terms-and-condition")))),it=Io;var vo=({startDate:i,endDate:o,templeName:a,data:t})=>r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Prasad Delivery Postal Report",templeName:a}),t&&t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"row",marginTop:20,width:"100%",gap:20,flexWrap:"wrap"}},t.map(n=>{let f=n.qrContent,x=wo.toDataURL(f);return r.createElement(View,{wrap:false,key:n.id,style:{width:"46%",display:"flex",flexDirection:"column",border:"1px solid black",borderStyle:"dotted",borderWidth:1.5,padding:6}},r.createElement(View,{style:{flexGrow:1,display:"flex",flexDirection:"row",justifyContent:"space-between",gap:5}},r.createElement(View,{style:{width:240}},r.createElement(e,{style:{fontSize:10,fontWeight:"bold"}},n.name),r.createElement(View,{style:{fontSize:10}},r.createElement(e,{style:{fontSize:10}},n.address)),r.createElement(e,{style:{fontSize:10}},n.phone)),n.qrContent&&x?r.createElement(View,{style:{flexShrink:0,width:60,maxWidth:60,display:"flex",flexDirection:"column",alignItems:"center"}},r.createElement(Image,{src:x,style:{width:50,height:50,minWidth:50,maxWidth:50}}),r.createElement(e,{style:{fontSize:7}},"BookMyPuja")):null),r.createElement(View,{style:{borderTop:"1px solid black",marginTop:5,paddingTop:3,borderStyle:"dotted"}}),r.createElement(e,{style:{fontSize:9,marginTop:3}},"Note: ",n.pujaDetails))})):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range"))),rt=vo;var jo=({startDate:i,endDate:o,templeName:a,data:t})=>r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Payment Settlement Report",templeName:a}),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,"Invoice No")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,"Amount")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(e,null,"Payment Date")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(e,null,"Settlement Date")),r.createElement(View,{style:{padding:6,borderRight:"none",width:"25%"}},r.createElement(e,null,"Bank UTR No"))),t.map((n,f)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},r.createElement(e,null,f+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(H,null,n.invoiceNo)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(H,null,n.amount)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(H,null,n.paymentDate)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},r.createElement(H,null,n.settlementDate)),r.createElement(View,{style:{padding:6,borderRight:"none",width:"25%"}},r.createElement(H,null,n.bankUtrNo))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),nt=jo;var _o=({startDate:i,endDate:o,templeName:a,data:t})=>r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Invoice Level Breakup",templeName:a}),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:8,fontWeight:"semibold"}},r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"4%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Invoice Number")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Base Amount")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Platform Fees")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Platform Fees GST")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Gateway Charges")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Gateway GST")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Payment Mode")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Booking Date")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(e,null,"Settlement Date")),r.createElement(View,{style:{padding:3,borderRight:"none",width:"12%"}},r.createElement(e,null,"UTR Number"))),t.map((n,f)=>r.createElement(View,{key:f,style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:8}},r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"4%"}},r.createElement(e,null,f+1)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.invoiceNumber)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.baseAmount)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.platformFees)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.platformFeesGST)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.gatewayCharges)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.gatewayChargesGST)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},r.createElement(H,null,n.paymentMode)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%",fontSize:7}},r.createElement(H,null,n.bookingDate)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%",fontSize:7}},r.createElement(H,null,n.settlementDate)),r.createElement(View,{style:{padding:3,width:"12%"}},r.createElement(H,null,n.utrNumber))))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),st=_o;var Mo=({startDate:i,endDate:o,templeName:a,data:t})=>r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Total Puja Count Report",templeName:a}),t.length>0?r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},r.createElement(e,null,"Sr no")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"40%"}},r.createElement(e,null,"Puja Name")),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,"Total Count")),r.createElement(View,{style:{padding:6,borderRight:"none",width:"35%"}},r.createElement(e,null,"Remarks"))),t.map((n,f)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},r.createElement(e,null,f+1)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"40%"}},r.createElement(e,null,n.name)),r.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},r.createElement(e,null,n.quantity)),r.createElement(View,{style:{padding:6,borderRight:"none",width:"35%"}})))):r.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),lt=Mo;var Oo=({startDate:i,templeName:o,pujas:a,reportTiming:t})=>{return !a||a.length===0?r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString()),t&&r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.charAt(0).toUpperCase()+t.slice(1)," Report")),a.map((f,x)=>{let V=f.bookings.filter(d=>!d.is_early_reminder&&!d.requires_coupon);return V.length===0?null:r.createElement(View,{key:x,style:{marginBottom:20},wrap:false},r.createElement(View,{style:{backgroundColor:"#FFE082",padding:10,marginBottom:8}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},f.name),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},V.length," booking",V.length>1?"s":"")),V.map((d,m)=>(r.createElement(View,{key:m,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11,color:"#666"}},d.invoiceNumber)),r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},d.devoteeName),r.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between"}},r.createElement(e,{style:{fontSize:12}},d.nakshatra),r.createElement(e,{style:{fontSize:12}},"Qty: ",d.quantity)),d.priestNote&&r.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},r.createElement(e,{style:{fontSize:11,color:"#666"}},d.priestNote))))))})))},pt=Oo;var Go=({startDate:i,templeName:o,data:a,reportTiming:t})=>{if(!a||a.length===0)return r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available")));let n=a.sort((f,x)=>f.invoiceNumber.localeCompare(x.invoiceNumber));return r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString()),t&&r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.charAt(0).toUpperCase()+t.slice(1)," Report")),r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Prasad Report"),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},n.length," item",n.length>1?"s":"")),n.map((f,x)=>r.createElement(View,{key:x,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11,color:"#666"}},f.invoiceNumber)),r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},f.devoteeName),r.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between",alignItems:"center"}},r.createElement(View,{style:{flexDirection:"row",alignItems:"center"}},r.createElement(e,{style:{fontSize:12}},f.prasadName),r.createElement(e,{style:{fontSize:12}}," (qty: ",f.quantity,")")),r.createElement(e,{style:{fontSize:12,color:"#666"}},f.collectionMode))))))},gt=Go;var Ho=({startDate:i,templeName:o,data:a})=>{let t=a.map(n=>{let f="";try{let x=JSON.parse(n.address);f=`${x.address}, ${x.locality}, ${x.state} - ${x.pincode}`;}catch{f=n.address;}return {...n,address:f}});return !t||t.length===0?r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString())),r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Prasad Delivery"),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.length," delivery",t.length>1?" items":" item")),t.map((n,f)=>r.createElement(View,{key:f,style:{border:"1pt solid #999",padding:10,marginBottom:8,backgroundColor:"#FFF"},wrap:false},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},n.devoteeName),r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11}},n.address)),n.phoneNumber&&r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:12}},"Ph: ",n.phoneNumber)),r.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},r.createElement(e,{style:{fontSize:11,color:"#666"}},"Note: ",n.note||n.pujaName))))))},xt=Ho;var Uo=({startDate:i,templeName:o,pujaData:a,prasadData:t,deliveryData:n,reportTiming:f})=>{if(a.length===0&&t.length===0&&n.length===0)return r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available")));let V=t.sort((d,m)=>d.invoiceNumber.localeCompare(m.invoiceNumber));return r.createElement(Document,null,a.length>0&&r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString()),f&&r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},f.charAt(0).toUpperCase()+f.slice(1)," Report")),r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Puja List")),a.map((d,m)=>{let s=d.bookings.filter(g=>!g.is_early_reminder&&!g.requires_coupon);return s.length===0?null:r.createElement(View,{key:m,style:{marginBottom:20},wrap:false},r.createElement(View,{style:{backgroundColor:"#FFE082",padding:10,marginBottom:8}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},d.name),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},s.length," booking",s.length>1?"s":"")),s.map((g,h)=>(r.createElement(View,{key:h,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11,color:"#666"}},g.invoiceNumber)),r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},g.devoteeName),r.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between"}},r.createElement(e,{style:{fontSize:12}},g.nakshatra),r.createElement(e,{style:{fontSize:12}},"Qty: ",g.quantity)),g.priestNote&&r.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},r.createElement(e,{style:{fontSize:11,color:"#666"}},g.priestNote))))))})),t.length>0&&r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString()),f&&r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},f.charAt(0).toUpperCase()+f.slice(1)," Report")),r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Prasad Report"),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},V.length," item",V.length>1?"s":"")),V.map((d,m)=>r.createElement(View,{key:m,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11,color:"#666"}},d.invoiceNumber)),r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},d.devoteeName),r.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between",alignItems:"center"}},r.createElement(View,{style:{flexDirection:"row",alignItems:"center"}},r.createElement(e,{style:{fontSize:12}},d.prasadName),r.createElement(e,{style:{fontSize:12}}," (qty: ",d.quantity,")")),r.createElement(e,{style:{fontSize:12,color:"#666"}},d.collectionMode))))),n.length>0&&r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString())),r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Postal Delivery"),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},n.length," delivery",n.length>1?" items":" item")),n.map((d,m)=>r.createElement(View,{key:m,style:{border:"1pt solid #999",padding:10,marginBottom:8,backgroundColor:"#FFF"},wrap:false},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},d.name),r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11}},d.address)),d.phone&&r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:12}},"Ph: ",d.phone)),r.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},r.createElement(e,{style:{fontSize:11,color:"#666"}},"Note: ",d.pujaDetails))))))},wt=Uo;var Ko=({startDate:i,templeName:o,data:a})=>!a||a.length===0?r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString())),r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Postal Labels"),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},a.length," label",a.length>1?"s":"")),a.map(t=>r.createElement(View,{key:t.id,style:{border:"1pt dashed #000",padding:8,marginBottom:10,backgroundColor:"#FFF"},wrap:false},r.createElement(e,{style:{fontSize:13,fontWeight:"bold",marginBottom:5}},t.name),r.createElement(View,{style:{marginBottom:5}},r.createElement(e,{style:{fontSize:11}},t.address)),r.createElement(e,{style:{fontSize:11,marginBottom:5}},t.phone),r.createElement(View,{style:{borderTop:"0.5pt dashed #CCC",marginTop:5,marginBottom:5}}),r.createElement(e,{style:{fontSize:10,color:"#666"}},"Note: ",t.pujaDetails))))),Tt=Ko;var Jo=({startDate:i,endDate:o,templeName:a,pujas:t,reportTiming:n,selectedPujaNames:f=[]})=>{let x=0,V=0,d=t.some(m=>m.bookings.some(s=>s.requires_coupon));return !t||t.length===0?r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportName:"Custom Puja Report",templeName:a,reportTiming:n}),f.length>0&&r.createElement(View,{style:{marginTop:10,marginBottom:10}},r.createElement(e,{style:{fontSize:10,fontWeight:"semibold"}},"Selected Pujas: ",f.join(", "))),r.createElement(e,{style:{fontSize:12,marginTop:100,textAlign:"center"}},"No data available for the selected date range and pujas"))):r.createElement(r.Fragment,null,r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(P,{startDate:i,endDate:o,reportTiming:n,reportName:"",templeName:""}),r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",marginTop:1}},r.createElement(e,{style:{fontSize:8}},"C = Collect | D = Distribute | P = Postal")),f.length>0&&r.createElement(View,{style:{marginTop:10,marginBottom:5}},r.createElement(e,{style:{fontSize:10,fontWeight:"semibold"}},"Selected Pujas: ",f.join(", "))),t.some(m=>m.bookings.some(s=>s.is_early_reminder))&&r.createElement(r.Fragment,null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:10}},"Early Reminders for Upcoming Pujas"),r.createElement(View,{style:{marginTop:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"53%"}},r.createElement(e,null,"Puja Name")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Qty")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"7%"}},r.createElement(e,null,"Mode")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Date"))))),t.some(m=>m.bookings.some(s=>s.is_early_reminder&&!s.requires_coupon))?t.flatMap((m,s)=>m.bookings.filter(g=>g.is_early_reminder&&!g.requires_coupon).map((g,h)=>(V++,r.createElement(View,{key:`${s}-${h}`,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,V)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"53%"}},r.createElement(e,null,m.name)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,g.quantity)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"7%"}},r.createElement(e,null,g.collectionMode||"")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:"20%"}},r.createElement(e,null,g.date?new Date(g.date).toDateString():"")))))):null,r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:20}},"Custom Puja Report"),r.createElement(e,{style:{fontSize:12}},`${a}`),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10}},t.map((m,s)=>m.bookings.every(g=>g.is_early_reminder||g.requires_coupon)?null:(x=0,r.createElement(View,{key:s,style:{marginBottom:25}},r.createElement(View,null,r.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${m.name} - ${m.bookings.length}`)),r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Sr No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},r.createElement(e,null,"Invoice No")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"30%"}},r.createElement(e,null,"Devotee Name")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"23%"}},r.createElement(e,null,"Nakshatra")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},r.createElement(e,null,"Qty")),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"7%"}},r.createElement(e,null,"Mode"))),m.bookings.map((g,h)=>g.is_early_reminder||g.requires_coupon?null:(x++,r.createElement(View,{key:h,wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",width:"100%"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},r.createElement(e,null,x)),r.createElement(View,{style:{display:"flex",flexDirection:"column",width:"90%"}},r.createElement(View,{style:{display:"flex",flexDirection:"row"}},r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${20*1.11111}%`}},r.createElement(e,null,g.invoiceNumber)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${30*1.11111}%`}},r.createElement(e,null,g.devoteeName)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${23*1.11111}%`}},r.createElement(e,null,g.nakshatra)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${10*1.11111}%`}},r.createElement(e,null,g.quantity)),r.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:`${7*1.11111}%`}},r.createElement(e,null,g.collectionMode||""))),g.priestNote&&r.createElement(View,{style:{padding:6,fontSize:10,borderTop:"1px solid black",width:"100%"}},r.createElement(e,null,g.priestNote))))))))))),d?r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10,gap:15}},(()=>{let m=t.flatMap(g=>g.bookings.filter(h=>h.requires_coupon).map(h=>({...h,pujaName:g.name}))),s={};for(let g of m)s[g.invoiceNumber]||(s[g.invoiceNumber]=[]),s[g.invoiceNumber].push(g);return Object.entries(s).map(([g,h],$)=>{let pe=h,me=pe[0];return r.createElement(View,{key:g,style:{marginBottom:10,fontSize:18,padding:10,border:"1px dotted black",position:"relative"},wrap:false},r.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",gap:10}},r.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10}},r.createElement(e,{style:{fontWeight:"semibold"}},g),r.createElement(e,null,me.date?new Date(me.date).toDateString():i.toDateString())),r.createElement(e,null,me.phone_number)),r.createElement(View,{style:{height:15,width:"100%"}}),pe.map((ge,Se)=>r.createElement(View,{key:Se,style:{display:"flex",flexDirection:"row",marginTop:25}},r.createElement(e,null,`${ge.devoteeName} ----- ${ge.nakshatra} ----- ${ge.pujaName}`))),r.createElement(View,null,r.createElement(e,{style:{textAlign:"center",marginTop:10,fontSize:10,opacity:.5}},"~~~ bookmypuja.app - Your Puja, Our Commitment ~~~")))})})())):null))},Vt=Jo;var Yo=({startDate:i,templeName:o,pujas:a,reportTiming:t,selectedPujaNames:n=[]})=>{return !a||a.length===0?r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):r.createElement(Document,null,r.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},r.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},r.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},o),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginBottom:4,fontWeight:"semibold"}},"Custom Report"),r.createElement(e,{style:{fontSize:12,textAlign:"center"}},i.toLocaleDateString()),t&&r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.charAt(0).toUpperCase()+t.slice(1)," ","Report")),n.length>0&&r.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:8,marginBottom:12}},r.createElement(e,{style:{fontSize:10,fontWeight:"semibold"}},"Selected Pujas:"),r.createElement(e,{style:{fontSize:9,marginTop:2}},n.join(", "))),a.map((x,V)=>{let d=x.bookings.filter(m=>!m.is_early_reminder&&!m.requires_coupon);return d.length===0?null:r.createElement(View,{key:V,style:{marginBottom:20},wrap:false},r.createElement(View,{style:{backgroundColor:"#FFE082",padding:10,marginBottom:8}},r.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},x.name),r.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},d.length," booking",d.length>1?"s":"")),d.map((m,s)=>(r.createElement(View,{key:s,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},r.createElement(View,{style:{marginBottom:6}},r.createElement(e,{style:{fontSize:11,color:"#666"}},m.invoiceNumber)),r.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},m.devoteeName),r.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between"}},r.createElement(e,{style:{fontSize:12}},m.nakshatra),r.createElement(e,{style:{fontSize:12}},"Qty: ",m.quantity)),m.collectionMode&&r.createElement(View,{style:{marginTop:4}},r.createElement(e,{style:{fontSize:11,color:"#666"}},"Mode: ",m.collectionMode)),m.priestNote&&r.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},r.createElement(e,{style:{fontSize:11,color:"#666"}},m.priestNote))))))}),r.createElement(View,{style:{marginTop:20,paddingTop:10,borderTop:"1pt solid #CCC"}},r.createElement(e,{style:{fontSize:9,textAlign:"center",color:"#666"}},"bookmypuja.app"))))},Ct=Yo;var ei=i=>r.createElement(Document,null,r.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},r.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),r.createElement(View,{style:{flexDirection:"row",width:"100%"}},r.createElement(View,{style:{width:"50%"}},r.createElement(Text,null,"INVOICE RECON"),r.createElement(Text,{style:{fontSize:12,marginTop:6}},i.templeName," "),r.createElement(Text,{style:{fontSize:12}},"Bookings from ",i.startDate," to ",i.endDate," ")),r.createElement(View,{style:{width:"50%",alignItems:"flex-end"}},r.createElement(Text,{style:{fontSize:12,fontWeight:"semibold"}},"Infinix AI Pvt Ltd"," "),r.createElement(Text,{style:{fontSize:12}},"GSTIN: 32AAICI0436P1ZG"," "))),r.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:8,fontWeight:"semibold"}},r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"10%"}},r.createElement(Text,null,"Sr no")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,"Invoice Number")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,"Booking Date")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,"Platform Fees")),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,"Platform Fees GST")),r.createElement(View,{style:{padding:3,width:"18%"}},r.createElement(Text,null,"Payment Method")))),i.items.map((o,a)=>r.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:8}},r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"10%"}},r.createElement(Text,null,a+1)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,o.invoiceNumber)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,o.bookingDate)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,o.platformFees)),r.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},r.createElement(Text,null,o.platformFeesGST)),r.createElement(View,{style:{padding:3,width:"18%"}},r.createElement(Text,null,o.paymentMethod)))))),Pt=ei;var zt={kitchen:{A4:He},transaction:{A4:Ue},"prasad-delivery":{A4:Ke,"110mm":xt},prasad:{A4:Qe,"110mm":gt},"puja-detailed":{A4:Ye,"110mm":pt},"puja-summary":{A4:Ze},"combined-report":{A4:et,"110mm":wt},"multi-temple-payment":{A4:tt},"settlements-report":{A4:ot},invoice:{A4:it},"postal-report":{A4:rt,"110mm":Tt},"payment-settlement-report":{A4:nt},"invoice-breakup":{A4:st},"puja-count":{A4:lt},"custom-report":{A4:Vt,"110mm":Ct},"invoice-recon":{A4:Pt}},Bt=class{constructor(o,a){Ne(this,"option");Ne(this,"size");this.option=o,this.size=a,[{family:"Noto Sans SC",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-serif-sc@latest/chinese-simplified-400-normal.ttf"},{family:"Noto Sans Arabic",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-arabic@latest/arabic-400-normal.ttf"},{family:"Noto Sans Devanagari",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-devanagari@latest/devanagari-400-normal.ttf"},{family:"Noto Sans Kannada",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kannada@latest/kannada-400-normal.ttf"},{family:"Noto Sans Tamil",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tamil@latest/tamil-400-normal.ttf"},{family:"Noto Sans Gurmukhi",src:"https://cdn.jsdelivr.net/fontsource/fonts/anek-gurmukhi@latest/gurmukhi-400-normal.ttf"},{family:"Noto Sans Lao",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-lao@latest/lao-400-normal.ttf"},{family:"Noto Sans Thai",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-thai@latest/thai-400-normal.ttf"},{family:"Noto Sans Kr",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-400-normal.ttf"},{family:"Noto Sans Bengali",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-bengali@latest/bengali-400-normal.ttf"},{family:"Noto Sans Cyrillic",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/cyrillic-400-normal.ttf"},{family:"Noto Sans JP",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-jp@latest/japanese-400-normal.ttf"},{family:"Noto Sans Greek",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans@latest/greek-400-normal.ttf"},{family:"Noto Sans Latin",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans@latest/latin-400-normal.ttf"},{family:"Noto Sans Myanmar",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-myanmar@latest/myanmar-400-normal.ttf"},{family:"Noto Sans Ethiopic",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-ethiopic@latest/ethiopic-400-normal.ttf"},{family:"Noto Sans Khmer",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-khmer@latest/khmer-400-normal.ttf"},{family:"Noto Sans Armenian",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-armenian@latest/armenian-400-normal.ttf"},{family:"Noto Sans Hebrew",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-hebrew@latest/hebrew-400-normal.ttf"},{family:"Noto Sans Georgian",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-georgian@latest/georgian-400-normal.ttf"},{family:"Noto Sans Canadian Aboriginal",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-canadian-aboriginal@latest/canadian-aboriginal-400-normal.ttf"},{family:"Noto Sans Sinhala",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-sinhala@latest/sinhala-400-normal.ttf"},{family:"Noto Sans Ol Chiki",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-ol-chiki@latest/ol-chiki-400-normal.ttf"},{family:"Noto Sans Tibetan",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-serif-tibetan@latest/tibetan-400-normal.ttf"},{family:"Noto Sans Tifinagh",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tifinagh@latest/tifinagh-400-normal.ttf"},{family:"Noto Sans Yi",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-yi@latest/yi-400-normal.ttf"},{family:"Noto Sans Syriac",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-syriac@latest/syriac-400-normal.ttf"},{family:"Noto Sans Thaana",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-thaana@latest/thaana-400-normal.ttf"},{family:"Noto Sans Vai",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-vai@latest/vai-400-normal.ttf"},{family:"Noto Sans Cherokee",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-cherokee@latest/cherokee-400-normal.ttf"},{family:"Noto Sans Tai Tham",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tai-tham@latest/tai-tham-400-normal.ttf"},{family:"Noto Sans Tai Viet",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tai-viet@latest/tai-viet-400-normal.ttf"},{family:"Noto Sans Javanese",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-javanese@latest/javanese-400-normal.ttf"},{family:"Noto Sans Gujarati",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-gujarati@latest/gujarati-400-normal.ttf"},{family:"Noto Sans Malayalam",src:"https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375518/fonts_Manjari-Regular_nrgfti_klz6ho.ttf"},{family:"Noto Sans Telugu",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-telugu@latest/telugu-400-normal.ttf"}].forEach(({family:n,src:f})=>Font.register({family:n,src:f})),Font.register({family:"Noto Sans",fontWeight:"normal",src:ce}),Font.register({family:"Noto Sans",fontWeight:"bold",src:Ee}),Font.register({family:"Noto Sans",fontWeight:"semibold",src:je});}async print(o){let t=zt[this.option][this.size],n=r.createElement(t,{...o}),f=pdf(n).toBlob();return f.then(x=>{var V=URL.createObjectURL(x);if(window!=null){let d=window.open(V,"_blank");setTimeout(()=>{d?.print();},1e3);}}),f}async getBlob(o){let t=zt[this.option][this.size],n=r.createElement(t,{...o});return pdf(n).toBlob()}};
|
|
2
|
-
export{
|
|
1
|
+
import {Font,StyleSheet,Document,Page,Image,Text,View,pdf}from'@react-pdf/renderer';import n from'react';import {maxBy}from'lodash';import bo from'qrcode';var vt=Object.defineProperty;var Et=(o,i,d)=>i in o?vt(o,i,{enumerable:true,configurable:true,writable:true,value:d}):o[i]=d;var ze=(o,i,d)=>Et(o,typeof i!="symbol"?i+"":i,d);var te=o=>{typeof o=="string"&&(o=new Date(o));let i={day:"2-digit",month:"short",year:"numeric"};return o.toLocaleDateString("en-GB",i).replace(",","")};var be=(o,i=false)=>{if(!i){if(o>=1e7)return `\u20B9${(o/1e7).toFixed(2)}Cr`;if(o>=1e5)return `\u20B9${(o/1e5).toFixed(2)}L`}return o.toLocaleString("en-IN",{style:"currency",currency:"INR",maximumFractionDigits:o%1===0?0:2})};var oe="https://res.cloudinary.com/dweb0rpy4/image/upload/v1763375057/bmp-blacked_1_lbb2r8.png",Ce="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375699/fonts_NotoSans-Regular_k3jucr.ttf",Pe="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375737/fonts_NotoSans-Bold_ou3lxb.ttf",Ee="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375699/fonts_NotoSans-Regular_k3jucr.ttf",je="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375737/fonts_NotoSans-Bold_ou3lxb.ttf",We="https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375778/fonts_NotoSans-SemiBold_pgg9sg.ttf";var Le="https://res.cloudinary.com/dweb0rpy4/image/upload/v1763375090/bmp-full-logo_heqdsk.png",_e="https://res.cloudinary.com/dweb0rpy4/image/upload/v1763375618/paid-5025785_1280_1_sionuj.png",Be={morning:"Morning",evening:"Evening"};Font.register({family:"Roboto",fontWeight:"normal",src:Ce});Font.register({family:"Roboto",fontWeight:"bold",src:Pe});var qe=StyleSheet.create({page:{padding:30,fontFamily:"Roboto"},pujaTile:{padding:10,fontSize:9,border:"1px solid rgb(100,100,100)",borderRadius:5,width:"100%",display:"flex",flexDirection:"row"}}),qt=({data:o,dates:i})=>{let d=te(i[0])===te(i[1]);return n.createElement(Document,null,n.createElement(Page,{size:"A4",style:qe.page},n.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),n.createElement(Text,{style:{fontSize:13,marginBottom:2}},"Puja List"),n.createElement(Text,{style:{fontSize:10,marginBottom:10}},"Date",":"," ",d?te(i[0]):`${te(i[0])} - ${te(i[1])}`),n.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"space-between",gap:8}},o?o.map((t,r)=>n.createElement(View,{wrap:false,key:r,style:qe.pujaTile},n.createElement(View,{style:{display:"flex",flexDirection:"row"}},n.createElement(Text,{style:{opacity:.6,marginRight:10}},"#",(r+1).toString().padStart(2,"0"))),n.createElement(View,{style:{flexGrow:1}},n.createElement(View,{style:{display:"flex",flexDirection:"row",marginBottom:3,gap:3}},n.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},t.participantName),n.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},"-"),n.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},t.participantNakshatra)),n.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end",gap:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end"}},n.createElement(Text,null,"Puja name : "),n.createElement(Text,{style:{fontSize:10,fontWeight:"bold"}},t.pujaName)),d?null:n.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end"}},n.createElement(Text,null,"Date: "),n.createElement(Text,{style:{fontWeight:"bold"}},te(t.date)))),n.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end",gap:10}}),t.priestNote!==""&&t.priestNote!==null&&t.priestNote!==void 0?n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",marginTop:3}},n.createElement(Text,null,"Priest Note: ",t.priestNote)):null),n.createElement(View,{style:{display:"flex",flexDirection:"column",alignItems:"flex-end"}},n.createElement(Text,{style:{fontWeight:"bold",fontSize:10}},"Rs ",t.amount),t.paymentStatus=="pending"?n.createElement(View,{style:{backgroundColor:"#000000",paddingVertical:3,paddingHorizontal:5,borderRadius:5,marginTop:3}},n.createElement(Text,{style:{color:"#ffffff",fontSize:8}},"Pending")):null))):null)))},$t=qt;Font.register({family:"Roboto",fontWeight:"normal",src:Ce});Font.register({family:"Roboto",fontWeight:"bold",src:Pe});var c=1,xe=25*c,Me=StyleSheet.create({page:{padding:10*c,fontFamily:"Roboto"},pujaTile:{paddingVertical:10*c,paddingHorizontal:10*c,fontSize:xe,border:`${5*c}px solid black`,borderRadius:5*c,width:"100%",display:"flex",flexDirection:"column"}}),Ut=({data:o,dates:i})=>{let d=te(i[0])===te(i[1]);return n.createElement(Document,null,n.createElement(Page,{dpi:200,size:[457*c],style:Me.page},n.createElement(Image,{fixed:true,style:{height:55*c,width:274*c,marginBottom:10*c,marginHorizontal:"auto"},src:oe}),n.createElement(Text,{style:{fontSize:25*c,marginBottom:5*c,marginHorizontal:"auto"}},"Puja List"),n.createElement(Text,{style:{fontSize:20*c,marginBottom:5*c,marginHorizontal:"auto",fontWeight:"bold"}},"Date",":"," ",d?te(i[0]):`${te(i[0])} - ${te(i[1])}`),n.createElement(Text,{style:{fontSize:17*c,marginBottom:20*c,marginHorizontal:"auto"}},"Printed at : ",new Date().toLocaleString()),n.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"space-between",gap:15*c}},o?o.map((t,r)=>n.createElement(View,{wrap:false,key:r,style:Me.pujaTile},n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",marginBottom:5*c}},n.createElement(Text,{style:{opacity:.6,marginRight:10*c}},"#",(r+1).toString().padStart(2,"0")),n.createElement(View,{style:{display:"flex",flexDirection:"row",alignItems:"flex-end",gap:10*c}},t.paymentStatus=="pending"?n.createElement(View,{style:{backgroundColor:"#000000",paddingVertical:3*c,paddingHorizontal:5*c,borderRadius:5*c,marginTop:3*c}},n.createElement(Text,{style:{color:"#ffffff",fontSize:xe}},"Pending")):null,n.createElement(Text,{style:{fontWeight:"bold",fontSize:xe}},"Rs ",t.amount))),n.createElement(View,{style:{flexGrow:1}},n.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",marginBottom:3*c,gap:3*c}},n.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},t.participantName),n.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},"-"),n.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},t.participantNakshatra)),n.createElement(View,{style:{display:"flex",flexDirection:"column",alignContent:"flex-end",gap:10*c}},n.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",alignContent:"flex-end"}},n.createElement(Text,null,"Puja name : "),n.createElement(Text,{style:{fontSize:xe,fontWeight:"bold"}},t.pujaName)),d?null:n.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end"}},n.createElement(Text,null,"Date: "),n.createElement(Text,{style:{fontWeight:"bold"}},te(t.date)))),n.createElement(View,{style:{display:"flex",flexDirection:"row",alignContent:"flex-end",gap:10*c}}),t.priestNote!==""&&t.priestNote!==null&&t.priestNote!==void 0?n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",marginTop:3*c}},n.createElement(Text,null,"Priest Note: ",t.priestNote)):null))):null)))},Kt=Ut;var Jt={Latin:/[A-Za-z\u00AA\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02B8\u02E0-\u02E4\u1D00-\u1D25\u1D2C-\u1D5C\u1D62-\u1D65\u1D6B-\u1D77\u1D79-\u1DBE\u1E00-\u1EFF\u2071\u207F\u2090-\u209C\u212A\u212B\u2132\u214E\u2160-\u2188\u2C60-\u2C7F\uA722-\uA787\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA7FF\uAB30-\uAB5A\uAB5C-\uAB64\uAB66-\uAB69\uFB00-\uFB06\uFF21-\uFF3A\uFF41-z]|\uD801[\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]/g,SC:/[\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u3005\u3007\u3021-\u3029\u3038-\u303B\u3400-\u4DBF\u4E00-\u9FFF\uF900-\uFA6D\uFA70-\uFAD9]|\uD81B[\uDFE2\uDFE3\uDFF0\uDFF1]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF]/g,Cyrillic:/[\u0400-\u0484\u0487-\u052F\u1C80-\u1C88\u1D2B\u1D78\u2DE0-\u2DFF\uA640-\uA69F\uFE2E\uFE2F]|\uD838[\uDC30-\uDC6D\uDC8F]/g,Arabic:/[\u0600-\u0604\u0606-\u060B\u060D-\u061A\u061C-\u061E\u0620-\u063F\u0641-\u064A\u0656-\u066F\u0671-\u06DC\u06DE-\u06FF\u0750-\u077F\u0870-\u088E\u0890\u0891\u0898-\u08E1\u08E3-\u08FF\uFB50-\uFBC2\uFBD3-\uFD3D\uFD40-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFDFF\uFE70-\uFE74\uFE76-\uFEFC]|\uD803[\uDE60-\uDE7E\uDEFD-\uDEFF]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB\uDEF0\uDEF1]/g,Bengali:/[\u0980-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE]/g,Devanagari:/[\u0900-\u0950\u0955-\u0963\u0966-\u097F\uA8E0-\uA8FF]|\uD806[\uDF00-\uDF09]/g,JP:/[\u3041-\u3096\u309D-\u309F]|\uD82C[\uDC01-\uDD1F\uDD32\uDD50-\uDD52]|\uD83C\uDE00|[\u30A1-\u30FA\u30FD-\u30FF\u31F0-\u31FF\u32D0-\u32FE\u3300-\u3357\uFF66-\uFF6F\uFF71-\uFF9D]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00\uDD20-\uDD22\uDD55\uDD64-\uDD67]|[\u3400-\u4DB5\u4E00-\u9FAF]/g,KR:/[\u1100-\u11FF\u302E\u302F\u3131-\u318E\u3200-\u321E\u3260-\u327E\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/g,Tamil:/[\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA]|\uD807[\uDFC0-\uDFF1\uDFFF]/g,Kannada:/[\u0C80-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3]/g,Myanmar:/[\u1000-\u109F\uA9E0-\uA9FE\uAA60-\uAA7F]/g,Ethiopic:/[\u1200-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]/g,Thai:/[\u0E01-\u0E3A\u0E40-\u0E5B]/g,Greek:/[\u0370-\u0373\u0375-\u0377\u037A-\u037D\u037F\u0384\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03E1\u03F0-\u03FF\u1D26-\u1D2A\u1D5D-\u1D61\u1D66-\u1D6A\u1DBF\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u2126\uAB65]|\uD800[\uDD40-\uDD8E\uDDA0]|\uD834[\uDE00-\uDE45]/g,Khmer:/[\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u19E0-\u19FF]/g,Armenian:/[\u0531-\u0556\u0559-\u058A\u058D-\u058F\uFB13-\uFB17]/g,Hebrew:/[\u0591-\u05C7\u05D0-\u05EA\u05EF-\u05F4\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFB4F]/g,Georgian:/[\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u10FF\u1C90-\u1CBA\u1CBD-\u1CBF\u2D00-\u2D25\u2D27\u2D2D]/g,Lao:/[\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF]/g,"Canadian Aboriginal":/[\u1400-\u167F\u18B0-\u18F5]|\uD806[\uDEB0-\uDEBF]/g,Sinhala:/[\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4]|\uD804[\uDDE1-\uDDF4]/g,"Ol Chiki":/[\u1C50-\u1C7F]/g,Tibetan:/[\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FD4\u0FD9\u0FDA]/g,Tifinagh:/[\u2D30-\u2D67\u2D6F\u2D70\u2D7F]/g,Yi:/[\uA000-\uA48C\uA490-\uA4C6]/g,Syriac:/[\u0700-\u070D\u070F-\u074A\u074D-\u074F\u0860-\u086A]/g,Thaana:/[\u0780-\u07B1]/g,Vai:/[\uA500-\uA62B]/g,Cherokee:/[\u13A0-\u13F5\u13F8-\u13FD\uAB70-\uABBF]/g,"Tai Tham":/[\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD]/g,"Tai Viet":/[\uAA80-\uAAC2\uAADB-\uAADF]/g,Javanese:/[\uA980-\uA9CD\uA9D0-\uA9D9\uA9DE\uA9DF]/g,Telugu:/[\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C7F]/g,Gujarati:/[\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF]/g,Malayalam:/[\u0D00-\u0D03\u0D05-\u0D39\u0D3A\u0D3B\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D60-\u0D63\u0D66-\u0D6F\u0D70-\u0D7F]/g,Gurmukhi:/[\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76]/g},Yt=({style:o={},children:i})=>{let d=m=>{let l=maxBy(Object.entries(Jt),([g,h])=>{let $=m.match(h);return $?$.length:0});return l?l[0]:"Latin"},t=m=>[/\b\d{2}\/\d{2}\/\d{4}\b/,/\b\d{2}\s\w{3}\s\d{4}\b/].some(g=>g.test(m));function r(m){return m.replace(/[\uFF01-\uFF5E]/g,l=>`${String.fromCharCode(l.charCodeAt(0)-65248)} `)}let f=m=>{let l=[],g=null,h="";for(let $ of m){$=r($);let pe=d($);pe!==g?(h&&l.push({text:h,script:g}),g=pe,h=$):h+=$;}return h&&l.push({text:h,script:g}),l},x=[];i&&typeof i=="string"&&!Array.isArray(i)&&!t(i)&&f(i).forEach((l,g)=>{let h=l.script==="Latin"||!l.script?"Noto Sans":`Noto Sans ${l.script}`;x.push(n.createElement(Text,{key:g,style:{fontFamily:h}},l.text));});let F=[],a={fontFamily:"Noto Sans"};return Array.isArray(o)?F=[...o,a]:o&&Object.keys(o).length>0?F=[o,a]:F=[a],n.createElement(Text,{style:F},x?.length?x:i)},e=Yt;var Xt=({startDate:o,endDate:i,reportTiming:d,templeName:t,reportName:r})=>n.createElement(n.Fragment,null,n.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),i?n.createElement(e,{style:{fontSize:11,marginTop:5,textAlign:"right"}},"Dates: ",o.toDateString()," - ",i.toDateString()):n.createElement(e,{style:{fontSize:11,marginTop:5,textAlign:"right"}},"Date: ",o.toDateString()),d&&Object.keys(Be).includes(d)?n.createElement(e,{style:{fontSize:11,marginTop:5,textAlign:"right"}},Be[d]," Report"):null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold"}},r),n.createElement(e,{style:{fontSize:12}},`${t}`)),P=Xt;var to=({startDate:o,endDate:i,templeName:d,data:t,reportTiming:r})=>n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,templeName:d,reportTiming:r,reportName:"Temple Prasad (Kitchen) Report"}),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"60%"}},n.createElement(e,null,"Prasad Name")),n.createElement(View,{style:{padding:6,borderRight:"none",width:"20%"}},n.createElement(e,null,"Quantity"))),t.map((f,x)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(e,null,x+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"60%"}},n.createElement(e,null,f.name)),n.createElement(View,{style:{padding:6,borderRight:"none",width:"20%"}},n.createElement(e,null,f.quantity))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),Ue=to;var ro=({startDate:o,endDate:i,templeName:d,data:t})=>{let r=t.reduce((a,m)=>m.status==="cancelled"?a:a+m.pujaAmount,0),f=t.reduce((a,m)=>m.status==="cancelled"?a:a+m.creditedAmount,0),x=t.reduce((a,m)=>m.status==="cancelled"?a:a+m.postalCharges,0),F=Object.entries(t.reduce((a,m)=>{let l=m.date;return a[l]||(a[l]={date:l,totalPujaAmount:0,totalPostalCharges:0,totalCreditedAmount:0}),m.status==="cancelled"||(a[l].totalPujaAmount+=m.pujaAmount,a[l].totalPostalCharges+=m.postalCharges,a[l].totalCreditedAmount+=m.creditedAmount),a},{})).map(([a,m])=>m).sort((a,m)=>a.date.localeCompare(m.date));return console.log("Day Wise Totals: ",F),n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Transactions Report",templeName:d}),t.length>0?n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:10,marginTop:10}},"Total Bookings Amount: ",r.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"})),n.createElement(e,{style:{fontSize:10}},"Total Postal Charges Collected: ",x.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"})),n.createElement(e,{style:{fontSize:10}},"Total Amount Credited to Temple: ",f.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))):null,o&&i&&F.length>1?n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:12,fontWeight:"bold",marginTop:15,marginBottom:5}},"Day Wise Totals"),n.createElement(View,{style:{display:"flex",flexDirection:"column"}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,"Date")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},n.createElement(e,null,"Puja Amount")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},n.createElement(e,null,"Postal Charges")),n.createElement(View,{style:{padding:6,width:"26.66%"}},n.createElement(e,null,"Credited Amount"))),F.map((a,m)=>n.createElement(View,{key:m,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,a.date)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},n.createElement(e,null,a.totalPujaAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"26.66%"}},n.createElement(e,null,a.totalPostalCharges.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),n.createElement(View,{style:{padding:6,width:"26.66%"}},n.createElement(e,null,a.totalCreditedAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))))))):null,t.length>0?n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:12,fontWeight:"bold",marginTop:15,marginBottom:5}},"All Bookings"),n.createElement(View,{style:{display:"flex",flexDirection:"column"}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"8%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"19%"}},n.createElement(e,null,"Date")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"14%"}},n.createElement(e,null,"Invoice")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},n.createElement(e,null,"Puja Amt")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"12%"}},n.createElement(e,null,"Delivery")),n.createElement(View,{style:{padding:6,width:"15%",borderRight:"1px solid black"}},n.createElement(e,null,"Credited Amt")),n.createElement(View,{style:{padding:6,width:"17%"}},n.createElement(e,null,"Transaction ID"))),t.map((a,m)=>n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"8%"}},n.createElement(e,null,m+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"19%"}},n.createElement(e,{style:{fontSize:8}},a.date," ",a.time)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"14%"}},n.createElement(e,{style:{fontSize:8}},a.invoiceNumber)),a.status=="cancelled"?n.createElement(n.Fragment,null,n.createElement(View,{style:{padding:6,width:"50%"}},n.createElement(e,{style:{textAlign:"center"}},"CANCELLED"))):n.createElement(n.Fragment,null,n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},n.createElement(e,null,a.pujaAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"12%"}},n.createElement(e,null,a.postalCharges.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),n.createElement(View,{style:{padding:6,width:"15%",borderRight:"1px solid black"}},n.createElement(e,null,a.creditedAmount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"}))),n.createElement(View,{style:{padding:6,width:"15%"}},n.createElement(e,null,a.transactionId))))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range"))))},Ke=ro;var so=({startDate:o,endDate:i,templeName:d,data:t})=>(t=t.map(r=>{let f="";try{let x=JSON.parse(r.address);f=`${x.address}, ${x.locality}, ${x.state} - ${x.pincode}`;}catch(x){console.error("Error parsing address:",x),f=r.address;}return {...r,address:f}}),n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Prasad Delivery Address",templeName:d}),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,"Date")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"13%"}},n.createElement(e,null,"Invoice")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"18%"}},n.createElement(e,null,"Devotee Name")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"25%"}},n.createElement(e,null,"Address")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,"Puja Name")),n.createElement(View,{style:{padding:6,width:"15%"}},n.createElement(e,null,"Amount"))),t.map((r,f)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,new Date(r.date).toLocaleDateString("en-GB",{day:"2-digit",month:"2-digit",year:"2-digit"}))),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"13%"}},n.createElement(e,null,r.invoiceNumber)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"18%"}},n.createElement(e,null,r.devoteeName)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"25%"}},n.createElement(e,null,r.address)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,r.pujaName)),n.createElement(View,{style:{padding:6,width:"15%"}},n.createElement(e,null,r.amount.toLocaleString("en-IN",{maximumFractionDigits:2,style:"currency",currency:"INR"})))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),Qe=so;var mo=({startDate:o,endDate:i,templeName:d,data:t,reportTiming:r})=>{t.sort((x,F)=>x.invoiceNumber.localeCompare(F.invoiceNumber));return n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Prasad Report",templeName:d,reportTiming:r}),n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",marginTop:1}},n.createElement(e,{style:{fontSize:8}},"C = Collect | D = Distribute | P = Postal")),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,"Invoice Number")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"23%"}},n.createElement(e,null,"Devotee Name")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},n.createElement(e,null,"Prasad Name")),n.createElement(View,{style:{padding:6,width:"10%",borderRight:"1px solid black"}},n.createElement(e,null,"Qty")),n.createElement(View,{style:{padding:6,width:"7%"}},n.createElement(e,null,"Mode"))),t.map((x,F)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,F+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,x.invoiceNumber)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"23%",fontSize:9,flexWrap:"wrap"}},n.createElement(e,null,x.devoteeName)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%",fontSize:9,flexWrap:"wrap"}},n.createElement(e,null,x.pujaName," - ",x.prasadName)),n.createElement(View,{style:{padding:6,width:"10%",borderRight:"1px solid black"}},n.createElement(e,null,x.quantity)),n.createElement(View,{style:{padding:6,width:"7%"}},n.createElement(e,null,x.collectionMode))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))},Je=mo;var go=({startDate:o,endDate:i,templeName:d,pujas:t,reportTiming:r})=>{let f=0,x=0,F=t.some(a=>a.bookings.some(m=>m.requires_coupon));return !t||t.length===0?n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Puja List",templeName:d,reportTiming:r}),n.createElement(e,{style:{fontSize:12,marginTop:100,textAlign:"center"}},"No data available for the selected date range"))):n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportTiming:r,reportName:"",templeName:""}),n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",marginTop:1}},n.createElement(e,{style:{fontSize:8}},"C = Collect | D = Distribute | P = Postal")),t.some(a=>a.bookings.some(m=>m.is_early_reminder))&&n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:10}},"Early Reminders for Upcoming Pujas"),n.createElement(View,{style:{marginTop:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"53%"}},n.createElement(e,null,"Puja Name")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Qty")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"7%"}},n.createElement(e,null,"Mode")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Date"))))),t.some(a=>a.bookings.some(m=>m.is_early_reminder&&!m.requires_coupon))?t.flatMap((a,m)=>a.bookings.filter(l=>l.is_early_reminder&&!l.requires_coupon).map((l,g)=>(x++,n.createElement(View,{key:`${m}-${g}`,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,x)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"53%"}},n.createElement(e,null,a.name)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,l.quantity)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"7%"}},n.createElement(e,null,l.collectionMode||"")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:"20%"}},n.createElement(e,null,l.date?new Date(l.date).toDateString():"")))))):null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:20}},"Puja List"),n.createElement(e,{style:{fontSize:12}},`${d}`),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10}},t.map((a,m)=>a.bookings.every(l=>l.is_early_reminder||l.requires_coupon)?null:(f=0,n.createElement(View,{key:m,style:{marginBottom:25}},n.createElement(View,null,n.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${a.name} - ${a.bookings.length}`)),n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Invoice No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"30%"}},n.createElement(e,null,"Devotee Name")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"23%"}},n.createElement(e,null,"Nakshatra")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Qty")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"7%"}},n.createElement(e,null,"Mode"))),a.bookings.map((l,g)=>l.is_early_reminder||l.requires_coupon?null:(f++,n.createElement(View,{key:g,wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",width:"100%"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,f)),n.createElement(View,{style:{display:"flex",flexDirection:"column",width:"90%"}},n.createElement(View,{style:{display:"flex",flexDirection:"row"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${20*1.11111}%`}},n.createElement(e,null,l.invoiceNumber)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${30*1.11111}%`}},n.createElement(e,null,l.devoteeName)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${23*1.11111}%`}},n.createElement(e,null,l.nakshatra)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${10*1.11111}%`}},n.createElement(e,null,l.quantity)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:`${7*1.11111}%`}},n.createElement(e,null,l.collectionMode||""))),l.priestNote&&n.createElement(View,{style:{padding:6,fontSize:10,borderTop:"1px solid black",width:"100%"}},n.createElement(e,null,l.priestNote))))))))))),F?n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10,gap:15}},(()=>{let a=t.flatMap(l=>l.bookings.filter(g=>g.requires_coupon).map(g=>({...g,pujaName:l.name}))),m={};for(let l of a)m[l.invoiceNumber]||(m[l.invoiceNumber]=[]),m[l.invoiceNumber].push(l);return Object.entries(m).map(([l,g],h)=>{let $=g,pe=$[0];return n.createElement(View,{key:l,style:{marginBottom:10,fontSize:18,padding:10,border:"1px dotted black",position:"relative"},wrap:false},n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",gap:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10}},n.createElement(e,{style:{fontWeight:"semibold"}},l),n.createElement(e,null,pe.date?new Date(pe.date).toDateString():o.toDateString())),n.createElement(e,null,pe.phone_number)),n.createElement(View,{style:{height:15,width:"100%"}}),$.map((me,ge)=>n.createElement(View,{key:ge,style:{display:"flex",flexDirection:"row",marginTop:25}},n.createElement(e,null,`${me.devoteeName} ----- ${me.nakshatra} ----- ${me.pujaName}`))),n.createElement(View,null,n.createElement(e,{style:{textAlign:"center",marginTop:10,fontSize:10,opacity:.5}},"~~~ bookmypuja.app - Your Puja, Our Commitment ~~~")))})})())):null))},Ze=go;var xo=({templeName:o,startDate:i,endDate:d,pujas:t,reportTiming:r})=>{let f=t.sort((x,F)=>{let a=x.nakshatras.length;return F.nakshatras.length-a});return n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:i,endDate:d,reportTiming:r,reportName:"Puja Summary",templeName:o}),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},f.map((x,F)=>n.createElement(n.Fragment,null,n.createElement(View,{style:{marginBottom:25}},n.createElement(View,null,n.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${x.name} - ${x.totalCount}`)),n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"60%"}},n.createElement(e,null,"Nakshatra")),n.createElement(View,{style:{padding:6,fontSize:10,width:"20%",fontWeight:"semibold"}},n.createElement(e,null,"Quantity"))),x.nakshatras.map((a,m)=>n.createElement(n.Fragment,null,n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,m+1)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"60%"}},n.createElement(e,null,a.name)),n.createElement(View,{style:{padding:6,fontSize:10,width:"20%"}},n.createElement(e,null,a.count))))))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))},Xe=xo;var wo=({children:o,splitat:i})=>{if(!o||typeof o!="string")return null;let d="";return i=="words"&&(d=" "),n.createElement(n.Fragment,null,n.createElement(View,{style:{display:"flex",flexDirection:"row",flexWrap:"wrap"}},o.split(d).map((t,r)=>n.createElement(n.Fragment,null,n.createElement(e,{key:r},t,i=="words"?" ":"")))))},K=wo;var Do=({startDate:o,endDate:i,templeName:d,pujaData:t,prasadData:r,deliveryData:f,reportTiming:x})=>{f=f.map(l=>{let g="";try{let h=JSON.parse(l.address);g=`${h.address}, ${h.locality}, ${h.state} - ${h.pincode}`;}catch(h){console.error("Error parsing address:",h),g=l.address;}return {...l,address:g}});let F=0,a=0,m=t.some(l=>l.bookings.some(g=>g.requires_coupon));return t.length==0&&r.length==0&&f.length==0?n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportTiming:x,reportName:"Combined Report",templeName:d}),n.createElement(e,{style:{fontSize:12,marginTop:100,textAlign:"center"}},"No data available for the selected date range"))):n.createElement(n.Fragment,null,n.createElement(Document,null,t.length>0&&n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportTiming:x,reportName:"",templeName:""}),t.some(l=>l.bookings.some(g=>g.is_early_reminder))&&n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:10}},"Early Reminders for Upcoming Pujas"),n.createElement(View,{style:{marginTop:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"60%"}},n.createElement(e,null,"Puja Name")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Qty")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Date"))))),t.some(l=>l.bookings.some(g=>g.is_early_reminder&&!g.requires_coupon))?t.flatMap((l,g)=>l.bookings.filter(h=>h.is_early_reminder&&!h.requires_coupon).map((h,$)=>(a++,n.createElement(View,{wrap:false,key:`${g}-${$}`,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,a)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"60%"}},n.createElement(e,null,l.name)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,h.quantity)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:"20%"}},n.createElement(e,null,h.date?new Date(h.date).toDateString():"")))))):null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:20}},"Puja List"),n.createElement(e,{style:{fontSize:12}},`${d}`),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10}},t.map((l,g)=>l.bookings.every(h=>h.is_early_reminder||h.requires_coupon)?null:(F=0,n.createElement(n.Fragment,null,n.createElement(View,{style:{marginBottom:25}},n.createElement(View,null,n.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${l.name} - ${l.bookings.length}`)),n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Invoice No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"35%"}},n.createElement(e,null,"Devotee Name")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"25%"}},n.createElement(e,null,"Nakshatra")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Qty"))),l.bookings.map((h,$)=>h.is_early_reminder||h.requires_coupon?null:(F++,n.createElement(n.Fragment,null,n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",width:"100%"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,F)),n.createElement(View,{style:{display:"flex",flexDirection:"column",width:"90%"}},n.createElement(View,{style:{display:"flex",flexDirection:"row"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${20*1.11111}%`}},n.createElement(e,null,h.invoiceNumber)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${35*1.11111}%`}},n.createElement(e,null,h.devoteeName)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${25*1.11111}%`}},n.createElement(e,null,h.nakshatra)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:`${10*1.11111}%`}},n.createElement(e,null,h.quantity))),h.priestNote&&n.createElement(View,{style:{padding:6,fontSize:10,borderTop:"1px solid black",width:"100%"}},n.createElement(e,null,h.priestNote))))))))))))),t.length>0&&m&&n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10,gap:15}},(()=>{let l=t.flatMap(h=>h.bookings.filter($=>$.requires_coupon).map($=>({...$,pujaName:h.name}))),g={};for(let h of l)g[h.invoiceNumber]||(g[h.invoiceNumber]=[]),g[h.invoiceNumber].push(h);return Object.entries(g).map(([h,$],pe)=>{let me=$,ge=me[0];return n.createElement(View,{key:h,style:{marginBottom:10,fontSize:18,padding:10,border:"1px dotted black"},wrap:false},n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",gap:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10}},n.createElement(e,{style:{fontWeight:"semibold"}},h),n.createElement(e,null,ge.date?new Date(ge.date).toDateString():o.toDateString())),n.createElement(e,null,ge.phone_number)),n.createElement(View,{style:{height:15,width:"100%"}}),me.map((Ve,ct)=>n.createElement(View,{key:ct,style:{display:"flex",flexDirection:"row",marginTop:25}},n.createElement(e,null,`${Ve.devoteeName} ----- ${Ve.nakshatra} ----- ${Ve.pujaName}`))))})})())),r.length>0&&n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportTiming:x,reportName:"Prasad Report",templeName:d}),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,"Invoice Number")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},n.createElement(e,null,"Devotee Name")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},n.createElement(e,null,"Prasad Name")),n.createElement(View,{style:{padding:6,width:"10%"}},n.createElement(e,null,"Qty"))),r.map((l,g)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,g+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"20%"}},n.createElement(e,null,l.invoiceNumber)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},n.createElement(e,null,l.devoteeName)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"30%"}},n.createElement(e,null,l.prasadName)),n.createElement(View,{style:{padding:6,width:"10%"}},n.createElement(e,null,l.quantity)))))),f.length>0&&n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportTiming:x,reportName:"Prasad Delivery Postal Report",templeName:d}),n.createElement(View,{style:{display:"flex",flexDirection:"row",marginTop:20,width:"100%",gap:20,flexWrap:"wrap"}},f&&f.map(l=>{let g=bo.toDataURL(l.qrContent);return n.createElement(View,{wrap:false,key:l.id,style:{width:"46%",display:"flex",flexDirection:"column",border:"1px solid black",borderStyle:"dotted",borderWidth:1.5,padding:6}},n.createElement(View,{style:{flexGrow:1,display:"flex",flexDirection:"row",justifyContent:"space-between",gap:5}},n.createElement(View,null,n.createElement(e,{style:{fontSize:10,fontWeight:"bold"}},l.name),n.createElement(View,{style:{fontSize:10}},n.createElement(K,{splitat:"words"},l.address)),n.createElement(e,{style:{fontSize:10}},l.phone)),l.qrContent&&g?n.createElement(View,{style:{flexShrink:0,width:60,maxWidth:60,display:"flex",flexDirection:"column",alignItems:"center"}},n.createElement(Image,{src:g,style:{width:50,height:50,minWidth:50,maxWidth:50}}),n.createElement(e,{style:{fontSize:7}},"BookMyPuja")):null),n.createElement(View,{style:{borderTop:"1px solid black",marginTop:5,paddingTop:3,borderStyle:"dotted"}}),n.createElement(e,{style:{fontSize:9,marginTop:3}},"Note: ",l.pujaDetails))})))))},tt=Do;var Vo=({startDate:o,endDate:i,data:d})=>n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Temple Payment Report",templeName:""}),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black",fontWeight:"semibold",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,"S.No.")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"55%"}},n.createElement(e,null,"Temple Name")),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},n.createElement(e,null,"Bookings")),n.createElement(View,{style:{padding:6,width:"20%"}},n.createElement(e,null,"Revenue"))),d?.map((t,r)=>n.createElement(View,{key:r,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,r+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"55%"}},n.createElement(e,null,t.name)),n.createElement(View,{style:{padding:6,borderRight:"1px solid black",width:"15%"}},n.createElement(e,null,t.bookings)),n.createElement(View,{style:{padding:6,width:"20%"}},n.createElement(e,null,"\u20B9",t.revenue))))))),ot=Vo;var Co=({startDate:o,endDate:i,templeName:d,data:t})=>n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Settlements Report",templeName:d}),n.createElement(e,{style:{fontSize:10,marginTop:10}},"Total Credited Amount: ",t.totalCreditedAmount),t.settlements.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,"Date")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,"Settlement")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(e,null,"UTR")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"25%"}},n.createElement(e,null,"Invoice")),n.createElement(View,{style:{padding:6,width:"20%"}},n.createElement(e,null,"Settlement ID"))),t.settlements?.map((r,f)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},n.createElement(e,null,f+1)),n.createElement(View,{style:{padding:6,width:"15%",borderRight:"1px solid #000"}},n.createElement(e,null,r.date)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,r.settlement_amount)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%",fontSize:9}},n.createElement(e,null,r.utr.split("").map((x,F)=>n.createElement(e,{key:F},x)))),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"25%",fontSize:9}},n.createElement(View,{style:{display:"flex",flexDirection:"column"}},r.invoices.map((x,F)=>n.createElement(e,{key:F},x.number," (",x.amount,")")))),n.createElement(View,{style:{padding:6,width:"20%"}},n.createElement(e,null,r.settlement_id))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range"))),it=Co;var No=({data:o})=>n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(View,{style:{display:"flex",flexDirection:"row",width:"100%"}},n.createElement(View,{style:{backgroundColor:"#FFA823",width:20,height:"100%"}}),n.createElement(View,{style:{marginLeft:15,marginTop:10,marginBottom:0,flex:1}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold"}},o.templeName),n.createElement(e,{style:{fontSize:10}},o.templeAddress),n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:5,marginTop:10,alignItems:"center"}},n.createElement(e,{style:{fontSize:10,marginTop:-5}},"Powered by"),n.createElement(Image,{style:{height:25,width:95,objectFit:"contain"},src:Le}))),o.qrContent?n.createElement(View,{style:{width:85}},n.createElement(Image,{style:{height:70,width:70,marginBottom:5,objectFit:"contain",position:"absolute",right:"0",bottom:"0"},src:o.qrContent})):null),n.createElement(View,{style:{display:"flex",flexDirection:"column",alignItems:"center",marginTop:20,position:"relative"}},o.status==="confirmed"?n.createElement(Image,{style:{height:85,width:85,marginBottom:5,objectFit:"contain",position:"absolute",right:"0",top:"0"},src:_e}):null,n.createElement(e,{style:{fontSize:12,marginTop:5,fontWeight:"semibold"}},"INVOICE #",o.invoiceNumber),n.createElement(e,{style:{fontSize:10,marginTop:2}},"Status: ",o.status=="confirmed"?"PAID":"PENDING")),n.createElement(View,{style:{marginTop:10}},n.createElement(e,{style:{fontSize:11}},"Bill to:"),n.createElement(e,{style:{fontSize:11}},o.devoteeDetails.name),o.devoteeDetails.phone?n.createElement(e,{style:{fontSize:11}},o.devoteeDetails.phone):null,n.createElement(e,{style:{fontSize:11}},o.bookingDate)),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",borderBottom:"1px solid #757575",fontSize:10,fontWeight:"semibold"}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"50%"}},n.createElement(e,null,"Item Description")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center"}},n.createElement(e,null,"Price")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center"}},n.createElement(e,null,"Quantity")),n.createElement(View,{style:{padding:6,width:"20%",textAlign:"center"}},n.createElement(e,null,"Total"))),o.items.map((i,d)=>n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"row",borderBottom:"1px solid #757575",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"50%"}},i.pujaName?n.createElement(e,{style:{fontSize:11}},i.pujaName):null,i.devoteesName?n.createElement(e,{style:{fontSize:9,color:"#333333"}},i.devoteesName):null,i.pujaDate?n.createElement(e,{style:{fontSize:9,color:"#333333"}},i.pujaDate," ",i.timing?`- ${i.timing}`:null):null,i.repeatEndDate&&i.repeatStartDate?n.createElement(e,{style:{fontSize:9,color:"#333333"}},i.repeatStartDate," to ",i.repeatEndDate," ",i.timing?`- ${i.timing}`:null):null),n.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"}},n.createElement(e,{style:{}},i.basePujPrice)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #b5b5b5",width:"15%",textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"}},n.createElement(e,{style:{}},`${i.quantity?i.quantity:""}${i.repeatCount?` x ${i.repeatCount}`:""}`)),n.createElement(View,{style:{padding:6,width:"20%",textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"}},n.createElement(e,{style:{}},i.totalPrice))))),n.createElement(View,{style:{display:"flex",flexDirection:"row",marginVertical:20,marginHorizontal:20}},n.createElement(View,{style:{width:"50%",display:"flex",flexDirection:"column",justifyContent:"center",fontSize:11}},n.createElement(e,{style:{fontWeight:"bold"}},"Payment Method:"),n.createElement(e,null,o.paymentMethod)),n.createElement(View,{style:{width:"50%",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-end"}},n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},n.createElement(View,{style:{width:"50%",textAlign:"right"}},n.createElement(e,null,"Subtotal: ")),n.createElement(View,{style:{width:"30%",textAlign:"right"}},n.createElement(e,null,o.subTotal))),o.postalCharges?n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},n.createElement(View,{style:{width:"70%",textAlign:"right"}},n.createElement(e,null,"Postal Charges: ")),n.createElement(View,{style:{width:"30%",textAlign:"right"}},n.createElement(e,null,o.postalCharges))):null,n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},n.createElement(View,{style:{width:"70%",textAlign:"right"}},n.createElement(e,null,"Payment Gateway Charges: ")),n.createElement(View,{style:{width:"30%",textAlign:"right"}},n.createElement(e,null,o.paymentGatewayCharges))),n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},n.createElement(View,{style:{width:"70%",textAlign:"right"}},n.createElement(e,null,"Platform Charges: ")),n.createElement(View,{style:{width:"30%",textAlign:"right"}},n.createElement(e,null,o.platformCharges))),n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10}},n.createElement(View,{style:{width:"70%",textAlign:"right"}},n.createElement(e,null,"GST (18%): ")),n.createElement(View,{style:{width:"30%",textAlign:"right"}},n.createElement(e,null,o.gst))),n.createElement(View,{style:{width:"60%",height:1,backgroundColor:"#757575",marginVertical:5}}),n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10,fontSize:10,fontWeight:"bold"}},n.createElement(View,{style:{width:"70%",textAlign:"right"}},n.createElement(e,null,"Total: ")),n.createElement(View,{style:{width:"30%",textAlign:"right"}},n.createElement(e,null,o.totalAmount))))),o.prasadCollectionMode?n.createElement(View,{style:{marginBottom:5}},n.createElement(e,{style:{fontSize:11,marginTop:5}},"Prasad Collection Mode: ",o.prasadCollectionMode)):null,o.devoteeDetails.address?n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:11,maxWidth:400,marginBottom:20}},"Address: ",o.devoteeDetails.address)):null,o.prasads&&(o.prasads.morning.length>0||o.prasads.afternoon.length>0||o.prasads.evening.length>0)?n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",marginBottom:30}},n.createElement(View,{style:{backgroundColor:"#FF266F",padding:5}},n.createElement(e,{style:{fontSize:10,fontWeight:"bold",color:"white"}},"Prasadsam Details")),o.prasads.morning.length>0?n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",paddingHorizontal:10,paddingVertical:5,borderBottom:"1px solid #757575",borderRight:"1px solid #757575",borderLeft:"1px solid #757575"}},n.createElement(e,{style:{fontSize:9,fontWeight:"bold"}},"Morning:"),o.prasads.morning.map((i,d)=>n.createElement(e,{key:d,style:{fontSize:10}},d+1,". ",i.name," (",i.timings,")"))):null,o.prasads.afternoon.length>0?n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",paddingHorizontal:10,paddingVertical:5,borderBottom:"1px solid #757575",borderRight:"1px solid #757575",borderLeft:"1px solid #757575"}},n.createElement(e,{style:{fontSize:9,fontWeight:"bold"}},"Afternoon:"),o.prasads.afternoon.map((i,d)=>n.createElement(e,{key:d,style:{fontSize:10}},d+1,". ",i.name," (",i.timings,")"))):null,o.prasads.evening.length>0?n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",paddingHorizontal:10,paddingVertical:5,borderBottom:"1px solid #757575",borderRight:"1px solid #757575",borderLeft:"1px solid #757575"}},n.createElement(e,{style:{fontSize:9,fontWeight:"bold"}},"Evening:"),o.prasads.evening.map((i,d)=>n.createElement(e,{key:d,style:{fontSize:10}},d+1,". ",i.name," (",i.timings,")"))):null):null,o.instructions.length>0?n.createElement(View,{wrap:false,style:{display:"flex",flexDirection:"column",marginHorizontal:20,fontSize:8,border:"1px solid #757575"}},n.createElement(View,{style:{backgroundColor:"#FFA823",paddingHorizontal:10,paddingVertical:5}},n.createElement(e,null,"IMPORTANT INSTRUCTIONS:")),n.createElement(View,{style:{display:"flex",flexDirection:"column",gap:5,marginVertical:10,paddingHorizontal:10}},o.instructions.map((i,d)=>n.createElement(e,{key:d,style:{fontSize:8}},d+1,") ",i.instruction)))):null,n.createElement(View,{style:{display:"flex",flexDirection:"row",marginTop:20}},n.createElement(e,{style:{fontSize:8,fontWeight:"bold"}},"Terms and Conditions:"),n.createElement(e,{style:{fontSize:8,marginLeft:5}},"https://www.bookmypuja.app/terms-and-condition")))),rt=No;var vo=({startDate:o,endDate:i,templeName:d,data:t})=>n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Prasad Delivery Postal Report",templeName:d}),t&&t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"row",marginTop:20,width:"100%",gap:20,flexWrap:"wrap"}},t.map(r=>{let f=r.qrContent,x=bo.toDataURL(f);return n.createElement(View,{wrap:false,key:r.id,style:{width:"46%",display:"flex",flexDirection:"column",border:"1px solid black",borderStyle:"dotted",borderWidth:1.5,padding:6}},n.createElement(View,{style:{flexGrow:1,display:"flex",flexDirection:"row",justifyContent:"space-between",gap:5}},n.createElement(View,{style:{width:240}},n.createElement(e,{style:{fontSize:10,fontWeight:"bold"}},r.name),n.createElement(View,{style:{fontSize:10}},n.createElement(e,{style:{fontSize:10}},r.address)),n.createElement(e,{style:{fontSize:10}},r.phone)),r.qrContent&&x?n.createElement(View,{style:{flexShrink:0,width:60,maxWidth:60,display:"flex",flexDirection:"column",alignItems:"center"}},n.createElement(Image,{src:x,style:{width:50,height:50,minWidth:50,maxWidth:50}}),n.createElement(e,{style:{fontSize:7}},"BookMyPuja")):null),n.createElement(View,{style:{borderTop:"1px solid black",marginTop:5,paddingTop:3,borderStyle:"dotted"}}),n.createElement(e,{style:{fontSize:9,marginTop:3}},"Note: ",r.pujaDetails))})):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range"))),nt=vo;var Wo=({startDate:o,endDate:i,templeName:d,data:t})=>n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Payment Settlement Report",templeName:d}),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,"Invoice No")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,"Amount")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(e,null,"Payment Date")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(e,null,"Settlement Date")),n.createElement(View,{style:{padding:6,borderRight:"none",width:"25%"}},n.createElement(e,null,"Bank UTR No"))),t.map((r,f)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},n.createElement(e,null,f+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(K,null,r.invoiceNo)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(K,null,r.amount)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(K,null,r.paymentDate)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"20%"}},n.createElement(K,null,r.settlementDate)),n.createElement(View,{style:{padding:6,borderRight:"none",width:"25%"}},n.createElement(K,null,r.bankUtrNo))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),lt=Wo;var qo=({startDate:o,endDate:i,templeName:d,data:t})=>n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Invoice Level Breakup",templeName:d}),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:8,fontWeight:"semibold"}},n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"4%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Invoice Number")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Base Amount")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Platform Fees")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Platform Fees GST")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Gateway Charges")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Gateway GST")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Payment Mode")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Booking Date")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(e,null,"Settlement Date")),n.createElement(View,{style:{padding:3,borderRight:"none",width:"12%"}},n.createElement(e,null,"UTR Number"))),t.map((r,f)=>n.createElement(View,{key:f,style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:8}},n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"4%"}},n.createElement(e,null,f+1)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.invoiceNumber)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.baseAmount)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.platformFees)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.platformFeesGST)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.gatewayCharges)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.gatewayChargesGST)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%"}},n.createElement(K,null,r.paymentMode)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%",fontSize:7}},n.createElement(K,null,r.bookingDate)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"9%",fontSize:7}},n.createElement(K,null,r.settlementDate)),n.createElement(View,{style:{padding:3,width:"12%"}},n.createElement(K,null,r.utrNumber))))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),st=qo;var Oo=({startDate:o,endDate:i,templeName:d,data:t})=>n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Total Puja Count Report",templeName:d}),t.length>0?n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:10,fontWeight:"semibold"}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},n.createElement(e,null,"Sr no")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"40%"}},n.createElement(e,null,"Puja Name")),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,"Total Count")),n.createElement(View,{style:{padding:6,borderRight:"none",width:"35%"}},n.createElement(e,null,"Remarks"))),t.map((r,f)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:10}},n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"10%"}},n.createElement(e,null,f+1)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"40%"}},n.createElement(e,null,r.name)),n.createElement(View,{style:{padding:6,borderRight:"1px solid #000",width:"15%"}},n.createElement(e,null,r.quantity)),n.createElement(View,{style:{padding:6,borderRight:"none",width:"35%"}})))):n.createElement(e,{style:{fontSize:18,textAlign:"center",marginTop:100}},"No data available for the selected date range")))),dt=Oo;var Go=({startDate:o,templeName:i,pujas:d,reportTiming:t})=>{return !d||d.length===0?n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString()),t&&n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.charAt(0).toUpperCase()+t.slice(1)," Report")),d.map((f,x)=>{let F=f.bookings.filter(a=>!a.is_early_reminder&&!a.requires_coupon);return F.length===0?null:n.createElement(View,{key:x,style:{marginBottom:20},wrap:false},n.createElement(View,{style:{backgroundColor:"#FFE082",padding:10,marginBottom:8}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},f.name),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},F.length," booking",F.length>1?"s":"")),F.map((a,m)=>(n.createElement(View,{key:m,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11,color:"#666"}},a.invoiceNumber)),n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},a.devoteeName),n.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between"}},n.createElement(e,{style:{fontSize:12}},a.nakshatra),n.createElement(e,{style:{fontSize:12}},"Qty: ",a.quantity)),a.priestNote&&n.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},n.createElement(e,{style:{fontSize:11,color:"#666"}},a.priestNote))))))})))},mt=Go;var Ho=({startDate:o,templeName:i,data:d,reportTiming:t})=>{if(!d||d.length===0)return n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available")));let r=d.sort((f,x)=>f.invoiceNumber.localeCompare(x.invoiceNumber));return n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString()),t&&n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.charAt(0).toUpperCase()+t.slice(1)," Report")),n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Prasad Report"),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},r.length," item",r.length>1?"s":"")),r.map((f,x)=>n.createElement(View,{key:x,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11,color:"#666"}},f.invoiceNumber)),n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},f.devoteeName),n.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between",alignItems:"center"}},n.createElement(View,{style:{flexDirection:"row",alignItems:"center"}},n.createElement(e,{style:{fontSize:12}},f.prasadName),n.createElement(e,{style:{fontSize:12}}," (qty: ",f.quantity,")")),n.createElement(e,{style:{fontSize:12,color:"#666"}},f.collectionMode))))))},ft=Ho;var Uo=({startDate:o,templeName:i,data:d})=>{let t=d.map(r=>{let f="";try{let x=JSON.parse(r.address);f=`${x.address}, ${x.locality}, ${x.state} - ${x.pincode}`;}catch{f=r.address;}return {...r,address:f}});return !t||t.length===0?n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString())),n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Prasad Delivery"),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.length," delivery",t.length>1?" items":" item")),t.map((r,f)=>n.createElement(View,{key:f,style:{border:"1pt solid #999",padding:10,marginBottom:8,backgroundColor:"#FFF"},wrap:false},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},r.devoteeName),n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11}},r.address)),r.phoneNumber&&n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:12}},"Ph: ",r.phoneNumber)),n.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},n.createElement(e,{style:{fontSize:11,color:"#666"}},"Note: ",r.note||r.pujaName))))))},ht=Uo;var Ko=({startDate:o,templeName:i,pujaData:d,prasadData:t,deliveryData:r,reportTiming:f})=>{if(d.length===0&&t.length===0&&r.length===0)return n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available")));let F=t.sort((a,m)=>a.invoiceNumber.localeCompare(m.invoiceNumber));return n.createElement(Document,null,d.length>0&&n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString()),f&&n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},f.charAt(0).toUpperCase()+f.slice(1)," Report")),n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Puja List")),d.map((a,m)=>{let l=a.bookings.filter(g=>!g.is_early_reminder&&!g.requires_coupon);return l.length===0?null:n.createElement(View,{key:m,style:{marginBottom:20},wrap:false},n.createElement(View,{style:{backgroundColor:"#FFE082",padding:10,marginBottom:8}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},a.name),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},l.length," booking",l.length>1?"s":"")),l.map((g,h)=>(n.createElement(View,{key:h,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11,color:"#666"}},g.invoiceNumber)),n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},g.devoteeName),n.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between"}},n.createElement(e,{style:{fontSize:12}},g.nakshatra),n.createElement(e,{style:{fontSize:12}},"Qty: ",g.quantity)),g.priestNote&&n.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},n.createElement(e,{style:{fontSize:11,color:"#666"}},g.priestNote))))))})),t.length>0&&n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString()),f&&n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},f.charAt(0).toUpperCase()+f.slice(1)," Report")),n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Prasad Report"),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},F.length," item",F.length>1?"s":"")),F.map((a,m)=>n.createElement(View,{key:m,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11,color:"#666"}},a.invoiceNumber)),n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},a.devoteeName),n.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between",alignItems:"center"}},n.createElement(View,{style:{flexDirection:"row",alignItems:"center"}},n.createElement(e,{style:{fontSize:12}},a.prasadName),n.createElement(e,{style:{fontSize:12}}," (qty: ",a.quantity,")")),n.createElement(e,{style:{fontSize:12,color:"#666"}},a.collectionMode))))),r.length>0&&n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString())),n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Postal Delivery"),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},r.length," delivery",r.length>1?" items":" item")),r.map((a,m)=>n.createElement(View,{key:m,style:{border:"1pt solid #999",padding:10,marginBottom:8,backgroundColor:"#FFF"},wrap:false},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},a.name),n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11}},a.address)),a.phone&&n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:12}},"Ph: ",a.phone)),n.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},n.createElement(e,{style:{fontSize:11,color:"#666"}},"Note: ",a.pujaDetails))))))},bt=Ko;var Qo=({startDate:o,templeName:i,data:d})=>!d||d.length===0?n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString())),n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:10,marginBottom:12}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},"Postal Labels"),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},d.length," label",d.length>1?"s":"")),d.map(t=>n.createElement(View,{key:t.id,style:{border:"1pt dashed #000",padding:8,marginBottom:10,backgroundColor:"#FFF"},wrap:false},n.createElement(e,{style:{fontSize:13,fontWeight:"bold",marginBottom:5}},t.name),n.createElement(View,{style:{marginBottom:5}},n.createElement(e,{style:{fontSize:11}},t.address)),n.createElement(e,{style:{fontSize:11,marginBottom:5}},t.phone),n.createElement(View,{style:{borderTop:"0.5pt dashed #CCC",marginTop:5,marginBottom:5}}),n.createElement(e,{style:{fontSize:10,color:"#666"}},"Note: ",t.pujaDetails))))),St=Qo;var Yo=({startDate:o,endDate:i,templeName:d,pujas:t,reportTiming:r,selectedPujaNames:f=[]})=>{let x=0,F=0,a=t.some(m=>m.bookings.some(l=>l.requires_coupon));return !t||t.length===0?n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportName:"Custom Puja Report",templeName:d,reportTiming:r}),f.length>0&&n.createElement(View,{style:{marginTop:10,marginBottom:10}},n.createElement(e,{style:{fontSize:10,fontWeight:"semibold"}},"Selected Pujas: ",f.join(", "))),n.createElement(e,{style:{fontSize:12,marginTop:100,textAlign:"center"}},"No data available for the selected date range and pujas"))):n.createElement(n.Fragment,null,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(P,{startDate:o,endDate:i,reportTiming:r,reportName:"",templeName:""}),n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",marginTop:1}},n.createElement(e,{style:{fontSize:8}},"C = Collect | D = Distribute | P = Postal")),f.length>0&&n.createElement(View,{style:{marginTop:10,marginBottom:5}},n.createElement(e,{style:{fontSize:10,fontWeight:"semibold"}},"Selected Pujas: ",f.join(", "))),t.some(m=>m.bookings.some(l=>l.is_early_reminder))&&n.createElement(n.Fragment,null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:10}},"Early Reminders for Upcoming Pujas"),n.createElement(View,{style:{marginTop:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"53%"}},n.createElement(e,null,"Puja Name")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Qty")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"7%"}},n.createElement(e,null,"Mode")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Date"))))),t.some(m=>m.bookings.some(l=>l.is_early_reminder&&!l.requires_coupon))?t.flatMap((m,l)=>m.bookings.filter(g=>g.is_early_reminder&&!g.requires_coupon).map((g,h)=>(F++,n.createElement(View,{key:`${l}-${h}`,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,F)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"53%"}},n.createElement(e,null,m.name)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,g.quantity)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"7%"}},n.createElement(e,null,g.collectionMode||"")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:"20%"}},n.createElement(e,null,g.date?new Date(g.date).toDateString():"")))))):null,n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginTop:20}},"Custom Puja Report"),n.createElement(e,{style:{fontSize:12}},`${d}`),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10}},t.map((m,l)=>m.bookings.every(g=>g.is_early_reminder||g.requires_coupon)?null:(x=0,n.createElement(View,{key:l,style:{marginBottom:25}},n.createElement(View,null,n.createElement(e,{style:{fontSize:10,fontWeight:"bold",border:"1px solid black",padding:6,textAlign:"center",borderBottom:"none"}},`${m.name} - ${m.bookings.length}`)),n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid black"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Sr No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"20%"}},n.createElement(e,null,"Invoice No")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"30%"}},n.createElement(e,null,"Devotee Name")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"23%"}},n.createElement(e,null,"Nakshatra")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",fontWeight:"semibold",width:"10%"}},n.createElement(e,null,"Qty")),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",fontWeight:"semibold",width:"7%"}},n.createElement(e,null,"Mode"))),m.bookings.map((g,h)=>g.is_early_reminder||g.requires_coupon?null:(x++,n.createElement(View,{key:h,wrap:false,style:{display:"flex",flexDirection:"row",border:"1px solid black",borderTop:"none",width:"100%"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:"10%"}},n.createElement(e,null,x)),n.createElement(View,{style:{display:"flex",flexDirection:"column",width:"90%"}},n.createElement(View,{style:{display:"flex",flexDirection:"row"}},n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${20*1.11111}%`}},n.createElement(e,null,g.invoiceNumber)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${30*1.11111}%`}},n.createElement(e,null,g.devoteeName)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${23*1.11111}%`}},n.createElement(e,null,g.nakshatra)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"1px solid black",width:`${10*1.11111}%`}},n.createElement(e,null,g.quantity)),n.createElement(View,{style:{padding:6,fontSize:10,borderRight:"none",width:`${7*1.11111}%`}},n.createElement(e,null,g.collectionMode||""))),g.priestNote&&n.createElement(View,{style:{padding:6,fontSize:10,borderTop:"1px solid black",width:"100%"}},n.createElement(e,null,g.priestNote))))))))))),a?n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:10,gap:15}},(()=>{let m=t.flatMap(g=>g.bookings.filter(h=>h.requires_coupon).map(h=>({...h,pujaName:g.name}))),l={};for(let g of m)l[g.invoiceNumber]||(l[g.invoiceNumber]=[]),l[g.invoiceNumber].push(g);return Object.entries(l).map(([g,h],$)=>{let pe=h,me=pe[0];return n.createElement(View,{key:g,style:{marginBottom:10,fontSize:18,padding:10,border:"1px dotted black",position:"relative"},wrap:false},n.createElement(View,{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",gap:10}},n.createElement(View,{style:{display:"flex",flexDirection:"row",gap:10}},n.createElement(e,{style:{fontWeight:"semibold"}},g),n.createElement(e,null,me.date?new Date(me.date).toDateString():o.toDateString())),n.createElement(e,null,me.phone_number)),n.createElement(View,{style:{height:15,width:"100%"}}),pe.map((ge,Ve)=>n.createElement(View,{key:Ve,style:{display:"flex",flexDirection:"row",marginTop:25}},n.createElement(e,null,`${ge.devoteeName} ----- ${ge.nakshatra} ----- ${ge.pujaName}`))),n.createElement(View,null,n.createElement(e,{style:{textAlign:"center",marginTop:10,fontSize:10,opacity:.5}},"~~~ bookmypuja.app - Your Puja, Our Commitment ~~~")))})})())):null))},Ft=Yo;var Zo=({startDate:o,templeName:i,pujas:d,reportTiming:t,selectedPujaNames:r=[]})=>{return !d||d.length===0?n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(e,{style:{fontSize:14,textAlign:"center",marginTop:50}},"No data available"))):n.createElement(Document,null,n.createElement(Page,{size:[110*2.83465,297*2.83465],style:{padding:12,fontFamily:"Noto Sans"}},n.createElement(View,{style:{marginBottom:15,paddingBottom:10,borderBottom:"2pt solid #000"}},n.createElement(e,{style:{fontSize:16,fontWeight:"bold",textAlign:"center",marginBottom:4}},i),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginBottom:4,fontWeight:"semibold"}},"Custom Report"),n.createElement(e,{style:{fontSize:12,textAlign:"center"}},o.toLocaleDateString()),t&&n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},t.charAt(0).toUpperCase()+t.slice(1)," ","Report")),r.length>0&&n.createElement(View,{style:{backgroundColor:"#E3F2FD",padding:8,marginBottom:12}},n.createElement(e,{style:{fontSize:10,fontWeight:"semibold"}},"Selected Pujas:"),n.createElement(e,{style:{fontSize:9,marginTop:2}},r.join(", "))),d.map((x,F)=>{let a=x.bookings.filter(m=>!m.is_early_reminder&&!m.requires_coupon);return a.length===0?null:n.createElement(View,{key:F,style:{marginBottom:20},wrap:false},n.createElement(View,{style:{backgroundColor:"#FFE082",padding:10,marginBottom:8}},n.createElement(e,{style:{fontSize:14,fontWeight:"bold",textAlign:"center"}},x.name),n.createElement(e,{style:{fontSize:11,textAlign:"center",marginTop:2}},a.length," booking",a.length>1?"s":"")),a.map((m,l)=>(n.createElement(View,{key:l,style:{border:"1pt solid #999",padding:10,marginBottom:6,backgroundColor:"#FFF"},wrap:false},n.createElement(View,{style:{marginBottom:6}},n.createElement(e,{style:{fontSize:11,color:"#666"}},m.invoiceNumber)),n.createElement(e,{style:{fontSize:14,fontWeight:"bold",marginBottom:6}},m.devoteeName),n.createElement(View,{style:{flexDirection:"row",justifyContent:"space-between"}},n.createElement(e,{style:{fontSize:12}},m.nakshatra),n.createElement(e,{style:{fontSize:12}},"Qty: ",m.quantity)),m.collectionMode&&n.createElement(View,{style:{marginTop:4}},n.createElement(e,{style:{fontSize:11,color:"#666"}},"Mode: ",m.collectionMode)),m.priestNote&&n.createElement(View,{style:{marginTop:6,paddingTop:6,borderTop:"0.5pt dashed #CCC"}},n.createElement(e,{style:{fontSize:11,color:"#666"}},m.priestNote))))))}),n.createElement(View,{style:{marginTop:20,paddingTop:10,borderTop:"1pt solid #CCC"}},n.createElement(e,{style:{fontSize:9,textAlign:"center",color:"#666"}},"bookmypuja.app"))))},Pt=Zo;var ti=o=>{let i=0,d=0,t=0;for(let r of o.items)r.paymentMethod!="INTERNATIONAL_CARD"&&r.platformFees>0&&(i+=r.platformFees,d+=r.platformFeesGST);return t=d+i,n.createElement(Document,null,n.createElement(Page,{size:"A4",style:{padding:30,fontFamily:"Noto Sans"}},n.createElement(Image,{fixed:true,style:{height:15,width:75,marginBottom:10},src:oe}),n.createElement(View,{style:{flexDirection:"row",width:"100%"}},n.createElement(View,{style:{width:"50%"}},n.createElement(Text,null,"INVOICE RECON"),n.createElement(Text,{style:{fontSize:12,marginTop:6}},o.templeName," "),n.createElement(Text,{style:{fontSize:12}},"Bookings from ",o.startDate.toDateString()," to"," ",o.endDate.toDateString()," ")),n.createElement(View,{style:{width:"50%",alignItems:"flex-end"}},n.createElement(Text,{style:{fontSize:12,fontWeight:"semibold"}},"Infinix AI Pvt Ltd"," "),n.createElement(Text,{style:{fontSize:12}},"GSTIN: 32AAICI0436P1ZG"," "))),n.createElement(Text,{style:{fontSize:10,backgroundColor:"#fffca6",marginTop:10}},"Bookings marked with yellow are not to be counted"),n.createElement(View,{style:{display:"flex",flexDirection:"column",marginTop:20}},n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",fontSize:8,fontWeight:"semibold"}},n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"10%"}},n.createElement(Text,null,"Sr no")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,"Invoice Number")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,"Booking Date")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,"Platform Fees")),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,"Platform Fees GST")),n.createElement(View,{style:{padding:3,width:"18%"}},n.createElement(Text,null,"Payment Method")))),o.items.map((r,f)=>n.createElement(View,{style:{display:"flex",flexDirection:"row",border:"1px solid #000",borderTop:"none",fontSize:8,backgroundColor:`${r.platformFees==0||r.paymentMethod=="INTERNATIONAL_CARD"?"#fffca6":""}`}},n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"10%"}},n.createElement(Text,null,f+1)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,r.invoiceNumber)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,r.bookingDate)),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,be(r.platformFees))),n.createElement(View,{style:{padding:3,borderRight:"1px solid #000",width:"18%"}},n.createElement(Text,null,be(r.platformFeesGST))),n.createElement(View,{style:{padding:3,width:"18%"}},n.createElement(Text,null,r.paymentMethod)))),n.createElement(View,{style:{fontSize:11,marginTop:10}},n.createElement(Text,null,"Total Platform Fees: ",be(i)),n.createElement(Text,null,"Platform Fees GST: ",be(d)),n.createElement(View,{style:{fontSize:12,fontWeight:"semibold"}},n.createElement(Text,null,"Total Payable : ",be(t))))))},It=ti;var Bt={kitchen:{A4:Ue},transaction:{A4:Ke},"prasad-delivery":{A4:Qe,"110mm":ht},prasad:{A4:Je,"110mm":ft},"puja-detailed":{A4:Ze,"110mm":mt},"puja-summary":{A4:Xe},"combined-report":{A4:tt,"110mm":bt},"multi-temple-payment":{A4:ot},"settlements-report":{A4:it},invoice:{A4:rt},"postal-report":{A4:nt,"110mm":St},"payment-settlement-report":{A4:lt},"invoice-breakup":{A4:st},"puja-count":{A4:dt},"custom-report":{A4:Ft,"110mm":Pt},"invoice-recon":{A4:It}},kt=class{constructor(i,d){ze(this,"option");ze(this,"size");this.option=i,this.size=d,[{family:"Noto Sans SC",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-serif-sc@latest/chinese-simplified-400-normal.ttf"},{family:"Noto Sans Arabic",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-arabic@latest/arabic-400-normal.ttf"},{family:"Noto Sans Devanagari",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-devanagari@latest/devanagari-400-normal.ttf"},{family:"Noto Sans Kannada",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kannada@latest/kannada-400-normal.ttf"},{family:"Noto Sans Tamil",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tamil@latest/tamil-400-normal.ttf"},{family:"Noto Sans Gurmukhi",src:"https://cdn.jsdelivr.net/fontsource/fonts/anek-gurmukhi@latest/gurmukhi-400-normal.ttf"},{family:"Noto Sans Lao",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-lao@latest/lao-400-normal.ttf"},{family:"Noto Sans Thai",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-thai@latest/thai-400-normal.ttf"},{family:"Noto Sans Kr",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/korean-400-normal.ttf"},{family:"Noto Sans Bengali",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-bengali@latest/bengali-400-normal.ttf"},{family:"Noto Sans Cyrillic",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-kr@latest/cyrillic-400-normal.ttf"},{family:"Noto Sans JP",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-jp@latest/japanese-400-normal.ttf"},{family:"Noto Sans Greek",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans@latest/greek-400-normal.ttf"},{family:"Noto Sans Latin",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans@latest/latin-400-normal.ttf"},{family:"Noto Sans Myanmar",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-myanmar@latest/myanmar-400-normal.ttf"},{family:"Noto Sans Ethiopic",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-ethiopic@latest/ethiopic-400-normal.ttf"},{family:"Noto Sans Khmer",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-khmer@latest/khmer-400-normal.ttf"},{family:"Noto Sans Armenian",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-armenian@latest/armenian-400-normal.ttf"},{family:"Noto Sans Hebrew",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-hebrew@latest/hebrew-400-normal.ttf"},{family:"Noto Sans Georgian",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-georgian@latest/georgian-400-normal.ttf"},{family:"Noto Sans Canadian Aboriginal",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-canadian-aboriginal@latest/canadian-aboriginal-400-normal.ttf"},{family:"Noto Sans Sinhala",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-sinhala@latest/sinhala-400-normal.ttf"},{family:"Noto Sans Ol Chiki",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-ol-chiki@latest/ol-chiki-400-normal.ttf"},{family:"Noto Sans Tibetan",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-serif-tibetan@latest/tibetan-400-normal.ttf"},{family:"Noto Sans Tifinagh",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tifinagh@latest/tifinagh-400-normal.ttf"},{family:"Noto Sans Yi",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-yi@latest/yi-400-normal.ttf"},{family:"Noto Sans Syriac",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-syriac@latest/syriac-400-normal.ttf"},{family:"Noto Sans Thaana",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-thaana@latest/thaana-400-normal.ttf"},{family:"Noto Sans Vai",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-vai@latest/vai-400-normal.ttf"},{family:"Noto Sans Cherokee",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-cherokee@latest/cherokee-400-normal.ttf"},{family:"Noto Sans Tai Tham",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tai-tham@latest/tai-tham-400-normal.ttf"},{family:"Noto Sans Tai Viet",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-tai-viet@latest/tai-viet-400-normal.ttf"},{family:"Noto Sans Javanese",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-javanese@latest/javanese-400-normal.ttf"},{family:"Noto Sans Gujarati",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-gujarati@latest/gujarati-400-normal.ttf"},{family:"Noto Sans Malayalam",src:"https://res.cloudinary.com/dweb0rpy4/raw/upload/v1763375518/fonts_Manjari-Regular_nrgfti_klz6ho.ttf"},{family:"Noto Sans Telugu",src:"https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-telugu@latest/telugu-400-normal.ttf"}].forEach(({family:r,src:f})=>Font.register({family:r,src:f})),Font.register({family:"Noto Sans",fontWeight:"normal",src:Ee}),Font.register({family:"Noto Sans",fontWeight:"bold",src:je}),Font.register({family:"Noto Sans",fontWeight:"semibold",src:We});}async print(i){let t=Bt[this.option][this.size],r=n.createElement(t,{...i}),f=pdf(r).toBlob();return f.then(x=>{var F=URL.createObjectURL(x);if(window!=null){let a=window.open(F,"_blank");setTimeout(()=>{a?.print();},1e3);}}),f}async getBlob(i){let t=Bt[this.option][this.size],r=n.createElement(t,{...i});return pdf(r).toBlob()}};
|
|
2
|
+
export{$t as A4Print,Kt as T2Inch,kt as reportPrinter};
|
package/package.json
CHANGED